mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
perftest新增syscap.Signed-off-by: <yangyuyan4@huawei.com>
Signed-off-by: yangyuyan <yangyuyan4@huawei.com> Change-Id: I417024a4af1e6ba2e271bfc488f0a3ce46b19830
This commit is contained in:
@@ -383,6 +383,7 @@ typedef enum SystemCapabilityNum {
|
||||
MULTIMODALAWARENESS_DEVICESTATUS,
|
||||
USB_USBMANAGER_SERIAL,
|
||||
GRAPHIC_GRAPHIC2D_GL4,
|
||||
TEST_PERFTEST,
|
||||
// Add before here
|
||||
SYSCAP_BASIC_END = 500,
|
||||
} SyscapNum;
|
||||
@@ -750,6 +751,7 @@ const static SyscapWithNum g_arraySyscap[] = {
|
||||
{"SystemCapability.Game.GameController", GAME_GAMECONTROLLER},
|
||||
{"SystemCapability.DistributedDataManager.DataIntelligence.Core", DISTRIBUTEDDATAMANAGER_DATAINTELLIGENCE_CORE},
|
||||
{"SystemCapability.MultimodalAwareness.DeviceStatus", MULTIMODALAWARENESS_DEVICESTATUS},
|
||||
{"SystemCapability.Test.PerfTest", TEST_PERFTEST},
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user