From 436d83e1db783d656fec7434bcc1fd6349615a8b Mon Sep 17 00:00:00 2001 From: maliang Date: Sat, 28 Jun 2025 17:57:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=85=81=E8=AE=B8=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E6=8C=82=E8=BD=BDhdc=E8=B0=83=E8=AF=95=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: maliang --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 9c643ab1..986f47ab 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -5875,6 +5875,15 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.MOUNT_HDCDEBUG_PATH", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.ACCESS_CAMERA_SCENARIOS_CARD", "grantMode": "system_grant", -- Gitee