Merge branch 'master' of gitee.com:openharmony/developtools_syscap_codec into han-wenzhao-master-patch-70983

Signed-off-by: 韩汶钊 <hanwenzhao@huawei.com>
This commit is contained in:
韩汶钊
2024-04-15 01:35:31 +00:00
committed by Gitee
+2
View File
@@ -344,6 +344,7 @@ typedef enum SystemCapabilityNum {
MSDP_MULTIMODAL_AWARENESS,
ABILITY_APP_STARTUP,
MULTIMEDIA_AVSESSION_EXTENDEDDISPLAYCAST,
MULTIMODALINPUT_INPUT_INFRAREDEMITTER,
MULTIMEDIA_MEDIA_AVTRANSCODER,
// Add before here
SYSCAP_BASIC_END = 500,
@@ -673,6 +674,7 @@ const static SyscapWithNum g_arraySyscap[] = {
{"SystemCapability.Ability.AppStartup", ABILITY_APP_STARTUP},
{"SystemCapability.Multimedia.Media.AVTransCoder", MULTIMEDIA_MEDIA_AVTRANSCODER},
{"SystemCapability.Base", BASE},
{"SystemCapability.MultimodalInput.Input.InfraredEmitter", MULTIMODALINPUT_INPUT_INFRAREDEMITTER},
};
#ifdef __cplusplus