From 851274d5939e825689d04180fc55b0dacb9a0882 Mon Sep 17 00:00:00 2001 From: majialiang Date: Thu, 26 Jun 2025 17:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9D=83=E9=99=90ohos.permis?= =?UTF-8?q?sion.CALL=5FTPM=5FCMD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: majialiang --- .../accesstokenmanager/permission_definitions.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/services/accesstokenmanager/permission_definitions.json b/services/accesstokenmanager/permission_definitions.json index 86e3b50f9..7329cac84 100644 --- a/services/accesstokenmanager/permission_definitions.json +++ b/services/accesstokenmanager/permission_definitions.json @@ -7048,6 +7048,17 @@ "distributedSceneEnable": false, "deviceTypes": ["general"] }, + { + "name": "ohos.permission.CALL_TPM_CMD", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "availableType": "ENTERPRISE_NORMAL", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false, + "deviceTypes": ["2in1"] + }, { "name": "ohos.permission.TRIGGER_LOCAL_WANTAGENT", "grantMode": "system_grant", -- Gitee