From 19460723cbaa6662ee14531f39d11db5fba12c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E6=96=B9=E9=91=AB?= Date: Sat, 7 Jun 2025 10:55:12 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EUPLOAD=5FSAMPLE=5FFILE?= =?UTF-8?q?=E3=80=81DOWNLOAD=5FPOLICY=5FFILE=E3=80=81NOTIFY=5FVIRUS=5FPROT?= =?UTF-8?q?ECTION=E3=80=81ACCESS=5FVIRUS=5FPROTECTION=E7=AD=89=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 金方鑫 --- .../permission_definitions.json | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/services/accesstokenmanager/permission_definitions.json b/services/accesstokenmanager/permission_definitions.json index 21d43937a..f4f47b5d8 100644 --- a/services/accesstokenmanager/permission_definitions.json +++ b/services/accesstokenmanager/permission_definitions.json @@ -6739,6 +6739,61 @@ "distributedSceneEnable": false, "deviceTypes": ["phone", "tv", "wearable", "2in1", "tablet", "car"] }, + { + "name": "ohos.permission.VIRUS_PROTECTION_SERVICE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "availableType":"SYSTEM", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false, + "deviceTypes": ["phone", "2in1", "tablet"] + }, + { + "name": "ohos.permission.UPLOAD_SAMPLE_FILE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "availableType":"SYSTEM", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false, + "deviceTypes": ["phone", "2in1", "tablet"] + }, + { + "name": "ohos.permission.DOWNLOAD_POLICY_FILE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "availableType":"SYSTEM", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false, + "deviceTypes": ["phone", "2in1", "tablet"] + }, + { + "name": "ohos.permission.NOTIFY_VIRUS_PROTECTION", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "availableType":"SYSTEM", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false, + "deviceTypes": ["phone", "2in1", "tablet"] + }, + { + "name": "ohos.permission.ACCESS_VIRUS_PROTECTION", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "availableType":"SYSTEM", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false, + "deviceTypes": ["phone", "2in1", "tablet"] + }, { "name": "ohos.permission.DETECT_GESTURE", "grantMode": "system_grant", -- Gitee