Merge branch 'master' of gitee.com:openharmony/developtools_syscap_codec into ringtone_manager

Signed-off-by: songshenke <songshenke@huawei.com>
This commit is contained in:
songshenke
2023-03-06 13:31:27 +00:00
committed by Gitee
+2
View File
@@ -272,6 +272,7 @@ typedef enum SystemCapabilityNum {
MULTIMEDIA_MEDIA_AVRECORDER,
PRINT_PRINT_FRAMEWORK,
BUNDLEMANAGER_BUNDLEFRAMEWORK_OVERLAY,
CLOUD_PUSH,
MULTIMEDIA_SYSTEMSOUND_CORE,
// Add before here
SYSCAP_NUM_MAX = 960
@@ -525,6 +526,7 @@ const static SyscapWithNum g_arraySyscap[] = {
{"SystemCapability.Multimedia.Media.AVRecorder", MULTIMEDIA_MEDIA_AVRECORDER},
{"SystemCapability.Print.PrintFramework", PRINT_PRINT_FRAMEWORK},
{"SystemCapability.BundleManager.BundleFramework.Overlay", BUNDLEMANAGER_BUNDLEFRAMEWORK_OVERLAY},
{"SystemCapability.Cloud.Push", CLOUD_PUSH},
{"SystemCapability.MultiMedia.SystemSound.Core", MULTIMEDIA_SYSTEMSOUND_CORE},
};