From c258f412e251bbe054f1634770acdefc7725d484 Mon Sep 17 00:00:00 2001 From: yuan78 Date: Mon, 9 Sep 2024 11:01:03 +0800 Subject: [PATCH] add definition of GET_ETHERNET_LOCAL_MAC Signed-off-by: yuan78 --- .../src/coreImpl/check/rules/perssion_rule.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-tools/capi_parser/src/coreImpl/check/rules/perssion_rule.json b/build-tools/capi_parser/src/coreImpl/check/rules/perssion_rule.json index 1f24bce79..73721fda1 100644 --- a/build-tools/capi_parser/src/coreImpl/check/rules/perssion_rule.json +++ b/build-tools/capi_parser/src/coreImpl/check/rules/perssion_rule.json @@ -2590,6 +2590,15 @@ "availableLevel": "system_basic", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.GET_ETHERNET_LOCAL_MAC", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 13, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee