mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user