From 2fdb14527ec5b79b6438746e1bf2ed9ee05b27db 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:47:26 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EVIRUS=5FPROTECTION=5FSERVICES?= =?UTF-8?q?=E3=80=81UPLOAD=5FSAMPLE=5FFILE=E3=80=81DOWNLOAD=5FPOLICY=5FFIL?= =?UTF-8?q?E=E3=80=81NOTIFY=5FVIRUS=5FPROTECTION=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 金方鑫 --- systemres/main/module.json | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index a5d6322b..2481100c 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -5632,6 +5632,51 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.VIRUS_PROTECTION_SERVICE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.UPLOAD_SAMPLE_FILE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.DOWNLOAD_POLICY_FILE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.NOTIFY_VIRUS_PROTECTION", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.ACCESS_VIRUS_PROTECTION", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.DETECT_GESTURE", "grantMode": "system_grant", -- Gitee