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