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

Signed-off-by: wangchuanxia <8553101+wangchuanxia@user.noreply.gitee.com>
This commit is contained in:
wangchuanxia
2024-02-07 07:24:12 +00:00
committed by Gitee
+2
View File
@@ -338,6 +338,7 @@ typedef enum SystemCapabilityNum {
GRAPHIC_GRAPHIC2D_NATIVEIMAGE,
GRAPHIC_GRAPHIC2D_NATIVEVSYNC,
AI_MINDSPORELITE,
BASE,
AI_NEURAL_NETWORK_RUNTIME,
// Add before here
SYSCAP_BASIC_END = 500,
@@ -661,6 +662,7 @@ const static SyscapWithNum g_arraySyscap[] = {
{"SystemCapability.Multimedia.AudioHaptic.Core", MULTIMEDIA_MEDIA_AUDIOHAPTIC_CORE},
{"SystemCapability.Resourceschedule.Ffrt.Core", RESOURCESCHEDULE_FFRT_CORE},
{"SystemCapability.AI.MindSporeLite", AI_MINDSPORELITE},
{"SystemCapability.Base", BASE},
};
#ifdef __cplusplus