From aca5b328ca4953b62d927da9f654b24faf32a1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8A=E5=AE=98=E6=99=AF=E5=A8=81?= Date: Tue, 12 Nov 2024 16:14:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=81=E4=B9=A6=E7=AE=A1?= =?UTF-8?q?=E7=90=86syscap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 上官景威 --- include/codec_config/syscap_define.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/codec_config/syscap_define.h b/include/codec_config/syscap_define.h index 4f934c7..5237ef2 100644 --- a/include/codec_config/syscap_define.h +++ b/include/codec_config/syscap_define.h @@ -369,6 +369,7 @@ typedef enum SystemCapabilityNum { COMMUNICATION_NETMANAGER_WEARABLE_DISTRIBUTED_NET, GLOBAL_FONTMANAGER, TELEPHONY_CORESERVICE_ESIM, + SECURITY_CERTIFICATE_MANAGER_DIALOG, // Add before here SYSCAP_BASIC_END = 500, } SyscapNum; @@ -542,6 +543,7 @@ const static SyscapWithNum g_arraySyscap[] = { {"SystemCapability.UserIAM.UserAuth.PinAuth", USERIAM_USERAUTH_PINAUTH}, {"SystemCapability.ArkUI.UiAppearance", ARKUI_UIAPPEARANCE}, {"SystemCapability.Security.CertificateManager", SECURITY_CERTIFICATE_MANAGER}, + {"SystemCapability.Security.CertificateManagerDialog", SECURITY_CERTIFICATE_MANAGER_DIALOG}, {"SystemCapability.Graphic.Vulkan", GRAPHIC_VULKAN}, {"SystemCapability.Location.Location.Core", LOCATION_LOCATION_CORE}, {"SystemCapability.Location.Location.Gnss", LOCATION_LOCATION_GNSS}, -- Gitee