mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
!296 新增syscap将mini支持的api进行隔离
Merge pull request !296 from 李明康/0703master
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user