!296 新增syscap将mini支持的api进行隔离

Merge pull request !296 from 李明康/0703master
This commit is contained in:
openharmony_ci
2023-07-04 14:18:19 +00:00
committed by Gitee
+2
View File
@@ -295,6 +295,7 @@ typedef enum SystemCapabilityNum {
POWERMANAGER_DISPLAYPOWERMANAGER_LITE,
FILEMANAGEMENT_FILE_FILEIO_LITE,
MULTIMEDIA_AVSESSION_AVCAST,
STARTUP_SYSTEMINFO_LITE,
// Add before here
SYSCAP_BASIC_END = 500,
} SyscapNum;
@@ -499,6 +500,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.Startup.SystemInfo.Lite", STARTUP_SYSTEMINFO_LITE},
{"SystemCapability.Ai.MindSpore", AI_MINDSPORE},
{"SystemCapability.FileManagement.StorageService.SpatialStatistics",
FILEMANAGEMENT_STORAGESERVICE_SPATIALSTATISTICS},