mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
!306 添加dlp_manager及dlp_permission_service相关syscap
Merge pull request !306 from baoyang/master
This commit is contained in:
@@ -302,6 +302,7 @@ typedef enum SystemCapabilityNum {
|
||||
AI_INTELLIGENTVOICE_CORE,
|
||||
FILE_PHOTO_ACCESS_HELPER_CORE,
|
||||
MULTIMEDIA_MEDIA_SOUNDPOOL,
|
||||
SECURITY_DATALOSSPREVENTION,
|
||||
// Add before here
|
||||
SYSCAP_BASIC_END = 500,
|
||||
} SyscapNum;
|
||||
@@ -586,6 +587,7 @@ const static SyscapWithNum g_arraySyscap[] = {
|
||||
{"SystemCapability.AI.IntelligentVoice.Core", AI_INTELLIGENTVOICE_CORE},
|
||||
{"SystemCapability.FileManagement.PhotoAccessHelper.Core", FILE_PHOTO_ACCESS_HELPER_CORE},
|
||||
{"SystemCapability.Multimedia.Media.SoundPool", MULTIMEDIA_MEDIA_SOUNDPOOL},
|
||||
{"SystemCapability.Security.DataLossPrevention", SECURITY_DATALOSSPREVENTION},
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user