mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
Merge branch 'master' of gitee.com:openharmony/developtools_syscap_codec
This commit is contained in:
@@ -342,6 +342,7 @@ typedef enum SystemCapabilityNum {
|
||||
AI_NEURAL_NETWORK_RUNTIME,
|
||||
RESOURCESCHEDULE_SYSTEMLOAD,
|
||||
MSDP_MULTIMODAL_AWARENESS,
|
||||
ABILITY_APP_STARTUP,
|
||||
// Add before here
|
||||
SYSCAP_BASIC_END = 500,
|
||||
} SyscapNum;
|
||||
@@ -666,6 +667,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.Ability.AppStartup", ABILITY_APP_STARTUP},
|
||||
{"SystemCapability.Base", BASE},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user