!145 Rectification of the inconsistency between the syscap definition and the components in the SDK

Merge pull request !145 from libaoping28/master
This commit is contained in:
openharmony_ci
2022-08-24 03:10:08 +00:00
committed by Gitee
+2
View File
@@ -224,6 +224,7 @@ typedef enum SystemCapabilityNum {
MULTIMODALINPUT_INPUT_INPUTSIMULATOR,
MULTIMODALINPUT_INPUT_INPUTMONITOR,
MULTIMODALINPUT_INPUT_POINTER,
COMMUNICATION_IPC_CORE,
STARTUP_SYSTEMINFO,
// Add here
SYSCAP_NUM_MAX = 960
@@ -426,6 +427,7 @@ const static SyscapWithNum g_arraySyscap[] = {
{"SystemCapability.MultimodalInput.Input.InputSimulator", MULTIMODALINPUT_INPUT_INPUTSIMULATOR},
{"SystemCapability.MultimodalInput.Input.InputMonitor", MULTIMODALINPUT_INPUT_INPUTMONITOR},
{"SystemCapability.MultimodalInput.Input.Pointer", MULTIMODALINPUT_INPUT_POINTER},
{"SystemCapability.Communication.IPC.Core", COMMUNICATION_IPC_CORE},
{"SystemCapability.Startup.SystemInfo", STARTUP_SYSTEMINFO},
};