mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
add overlay syscap defination
Signed-off-by: shilei <shilei91@huawei.com> Change-Id: If687d66f9fb512a123d8f69d97086d0dd5953300
This commit is contained in:
@@ -271,6 +271,7 @@ typedef enum SystemCapabilityNum {
|
||||
MULTIMEDIA_MEDIA_AVPLAYER,
|
||||
MULTIMEDIA_MEDIA_AVRECORDER,
|
||||
PRINT_PRINT_FRAMEWORK,
|
||||
BUNDLEMANAGER_BUNDLEFRAMEWORK_OVERLAY,
|
||||
// Add before here
|
||||
SYSCAP_NUM_MAX = 960
|
||||
} SyscapNum;
|
||||
@@ -521,7 +522,8 @@ const static SyscapWithNum g_arraySyscap[] = {
|
||||
{"SystemCapability.XTS.DeviceAttestLite", XTS_DEVICEATTESTLITE},
|
||||
{"SystemCapability.Multimedia.Media.AVPlayer", MULTIMEDIA_MEDIA_AVPLAYER},
|
||||
{"SystemCapability.Multimedia.Media.AVRecorder", MULTIMEDIA_MEDIA_AVRECORDER},
|
||||
{"SystemCapability.Print.PrintFramework", PRINT_PRINT_FRAMEWORK}
|
||||
{"SystemCapability.Print.PrintFramework", PRINT_PRINT_FRAMEWORK},
|
||||
{"SystemCapability.BundleManager.BundleFramework.Overlay", BUNDLEMANAGER_BUNDLEFRAMEWORK_OVERLAY}
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user