Signed-off-by:jiaojunying<jiaojunying4@huawei.com>

Signed-off-by: jiaojunying <jiaojunying4@huawei.com>
This commit is contained in:
jiaojunying
2023-09-16 10:18:29 +08:00
parent fb03af037f
commit 53edd41998
+2
View File
@@ -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