FixSyscapErrorIn0328

Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICIYQU
Signed-off-by: LeechyLiang <liangweihong1@huawei.com>
Change-Id: If22c5772abb0877a6256a3b05fa9f46475bc5a94
This commit is contained in:
LeechyLiang
2025-06-09 10:22:50 +08:00
parent 669ce9f26f
commit cc7809a322
+2
View File
@@ -391,6 +391,7 @@ typedef enum SystemCapabilityNum {
COMMUNICATION_NETMANAGER_EAP,
RESOURCESCHEDULE_QOS_CORE,
MULTIMODALAWARENESS_USERSTATUS,
ARKCOMPILER_ANI,
// Add before here
SYSCAP_BASIC_END = 500,
} SyscapNum;
@@ -766,6 +767,7 @@ const static SyscapWithNum g_arraySyscap[] = {
{"SystemCapability.Communication.NetManager.Eap", COMMUNICATION_NETMANAGER_EAP},
{"SystemCapability.Resourceschedule.QoS.Core", RESOURCESCHEDULE_QOS_CORE},
{"SystemCapability.MultimodalAwareness.UserStatus", MULTIMODALAWARENESS_USERSTATUS},
{"SystemCapability.ArkCompiler.ANI", ARKCOMPILER_ANI},
};
#ifdef __cplusplus