!315 modify oaid syscap

Merge pull request !315 from supershuai90/master
This commit is contained in:
openharmony_ci
2023-09-22 01:58:38 +00:00
committed by Gitee
+2
View File
@@ -304,6 +304,7 @@ typedef enum SystemCapabilityNum {
MULTIMEDIA_MEDIA_SOUNDPOOL,
SECURITY_DATALOSSPREVENTION,
MSDP_USERSTATUSAWARENESS,
ADVERTISING_OAID,
// Add before here
SYSCAP_BASIC_END = 500,
} SyscapNum;
@@ -590,6 +591,7 @@ const static SyscapWithNum g_arraySyscap[] = {
{"SystemCapability.Multimedia.Media.SoundPool", MULTIMEDIA_MEDIA_SOUNDPOOL},
{"SystemCapability.Security.DataLossPrevention", SECURITY_DATALOSSPREVENTION},
{"SystemCapability.Msdp.UserStatusAwareness", MSDP_USERSTATUSAWARENESS},
{"SystemCapability.Advertising.OAID", ADVERTISING_OAID},
};
#ifdef __cplusplus