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:
@@ -380,6 +380,7 @@ typedef enum SystemCapabilityNum {
|
||||
MULTIMEDIA_AVSESSION_AVINPUTCAST,
|
||||
GAME_GAMECONTROLLER,
|
||||
DISTRIBUTEDDATAMANAGER_DATAINTELLIGENCE_CORE,
|
||||
TEST_PERFTEST,
|
||||
// Add before here
|
||||
SYSCAP_BASIC_END = 500,
|
||||
} SyscapNum;
|
||||
@@ -744,6 +745,7 @@ const static SyscapWithNum g_arraySyscap[] = {
|
||||
{"SystemCapability.DistributedSched.AppCollaboration", DISTRIBUTEDSCHED_APPCOLLABORATION},
|
||||
{"SystemCapability.Game.GameController", GAME_GAMECONTROLLER},
|
||||
{"SystemCapability.DistributedDataManager.DataIntelligence.Core", DISTRIBUTEDDATAMANAGER_DATAINTELLIGENCE_CORE},
|
||||
{"SystemCapability.Test.PerfTest", TEST_PERFTEST},
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user