From 8220b4590afc4953209a9035c85d8fbb1eee7fc9 Mon Sep 17 00:00:00 2001 From: jiaojunying Date: Sat, 16 Sep 2023 10:18:29 +0800 Subject: [PATCH] Signed-off-by:jiaojunying Signed-off-by: jiaojunying --- 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 fdf3de9..a743205 100755 --- a/include/codec_config/syscap_define.h +++ b/include/codec_config/syscap_define.h @@ -303,6 +303,7 @@ typedef enum SystemCapabilityNum { FILE_PHOTO_ACCESS_HELPER_CORE, MULTIMEDIA_MEDIA_SOUNDPOOL, SECURITY_DATALOSSPREVENTION, + MSDP_USERSTATUSAWARENESS, // Add before here SYSCAP_BASIC_END = 500, } SyscapNum; @@ -588,6 +589,7 @@ const static SyscapWithNum g_arraySyscap[] = { {"SystemCapability.FileManagement.PhotoAccessHelper.Core", FILE_PHOTO_ACCESS_HELPER_CORE}, {"SystemCapability.Multimedia.Media.SoundPool", MULTIMEDIA_MEDIA_SOUNDPOOL}, {"SystemCapability.Security.DataLossPrevention", SECURITY_DATALOSSPREVENTION}, + {"SystemCapability.Msdp.UserStatusAwareness", MSDP_USERSTATUSAWARENESS}, }; #ifdef __cplusplus -- Gitee