From 03024104d21587f4db75f6d43c6c89a69917bf50 Mon Sep 17 00:00:00 2001 From: lixianzhi7 Date: Fri, 15 Nov 2024 14:15:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9D=83=E9=99=90ohos.permis?= =?UTF-8?q?sion.ACCESS=5FMCU=5FLOG=5FDIR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4f662c164b85b0ebbaea444be78f1181e03fb50c Signed-off-by: lixianzhi7 --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 8c9ffa4b..902ad5a7 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -4266,6 +4266,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.ACCESS_MCU_LOG_DIR", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 12, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee