mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
add mindspore syscap
Signed-off-by: TonyWang222 <wangtongyu6@huawei.com> Change-Id: Ia876fb834b6d191bf8e706a402d2db08cff6431d
This commit is contained in:
@@ -226,6 +226,7 @@ typedef enum SystemCapabilityNum {
|
||||
MULTIMODALINPUT_INPUT_POINTER,
|
||||
COMMUNICATION_IPC_CORE,
|
||||
STARTUP_SYSTEMINFO,
|
||||
AI_MINDSPORE,
|
||||
// Add here
|
||||
SYSCAP_NUM_MAX = 960
|
||||
} SyscapNum;
|
||||
@@ -429,6 +430,7 @@ const static SyscapWithNum g_arraySyscap[] = {
|
||||
{"SystemCapability.MultimodalInput.Input.Pointer", MULTIMODALINPUT_INPUT_POINTER},
|
||||
{"SystemCapability.Communication.IPC.Core", COMMUNICATION_IPC_CORE},
|
||||
{"SystemCapability.Startup.SystemInfo", STARTUP_SYSTEMINFO},
|
||||
{"SystemCapability.Ai.MindSpore", AI_MINDSPORE}
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user