fix:Rectification of the inconsistency between the syscap definition and the components in the SDK

Signed-off-by: libaoping <libaoping1@huawei.com>
This commit is contained in:
libaoping
2022-08-22 17:13:11 +08:00
parent 86c1de540c
commit d089dc40dd
+2
View File
@@ -224,6 +224,7 @@ typedef enum SystemCapabilityNum {
MULTIMODALINPUT_INPUT_INPUTSIMULATOR,
MULTIMODALINPUT_INPUT_INPUTMONITOR,
MULTIMODALINPUT_INPUT_POINTER,
COMMUNICATION_IPC_CORE,
// Add here
SYSCAP_NUM_MAX = 960
} SyscapNum;
@@ -421,6 +422,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},
};
#ifdef __cplusplus