mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
!315 modify oaid syscap
Merge pull request !315 from supershuai90/master
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user