From 2e576181f9508316690d078300d4302cbf3946c2 Mon Sep 17 00:00:00 2001 From: charminglzt Date: Sat, 9 Aug 2025 19:04:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=8C=E8=BF=9B?= =?UTF-8?q?=E5=88=B6=E8=AF=81=E4=B9=A6=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: charminglzt --- systemres/main/module.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index dbe02107..c0073766 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6151,6 +6151,24 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.GET_DEVICE_INDEPENDENT_BINARY_CERT", + "grantMode": "system_grant", + "availableLevel": "system_core", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.SET_DEVICE_INDEPENDENT_BINARY_CERT_STATUS", + "grantMode": "system_grant", + "availableLevel": "system_core", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee From 621c97904a7aa522035e60ec06ba2491ea5ed41a Mon Sep 17 00:00:00 2001 From: charminglzt Date: Wed, 13 Aug 2025 20:07:17 +0800 Subject: [PATCH 2/2] fix conflict Signed-off-by: charminglzt --- systemres/main/module.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index c0073766..1a220590 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6152,6 +6152,24 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.READ_IOT_DEVICE_BASIC_DATA", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.READ_IOT_DEVICE_PRIVATE_DATA", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.GET_DEVICE_INDEPENDENT_BINARY_CERT", "grantMode": "system_grant", -- Gitee