mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
IssueNo:#I5LTVG
Signed-off-by: zhoushicheng <zhoushicheng2@huawei.com> Change-Id: I1519de7f7dca2757d2a779a3d3205185797e1c07
This commit is contained in:
@@ -204,10 +204,19 @@ typedef enum SystemCapabilityNum {
|
||||
MULTIMEDIA_CAMERA_CORE,
|
||||
BARRIERFREE_ACCESSIBILITY_HEARING,
|
||||
BARRIERFREE_ACCESSIBILITY_VISION,
|
||||
ABILITY_ABILITYBASE,
|
||||
ABILITY_ABILITYRUNTIME_CORE,
|
||||
ABILITY_ABILITYRUNTIME_FAMODEL,
|
||||
ABILITY_ABILITYRUNTIME_ABILITYCORE,
|
||||
ABILITY_ABILITYRUNTIME_MISSION,
|
||||
ABILITY_ABILITYTOOLS_ABILITYASSISTANT,
|
||||
ABILITY_DISTRIBUTEDABILITYMANAGER,
|
||||
ABILITY_FORM,
|
||||
// Add here
|
||||
SYSCAP_NUM_MAX = 960
|
||||
} SyscapNum;
|
||||
|
||||
|
||||
/* sort by enum */
|
||||
const static SyscapWithNum g_arraySyscap[] = {
|
||||
{"SystemCapability.Account.AppAccount", ACCOUNT_APPACCOUNT},
|
||||
@@ -381,6 +390,14 @@ const static SyscapWithNum g_arraySyscap[] = {
|
||||
{"SystemCapability.Multimedia.Audio.Volume", MULTIMEDIA_AUDIO_VOLUME},
|
||||
{"SystemCapability.Multimedia.Audio.Communication", MULTIMEDIA_AUDIO_COMMUNICATION},
|
||||
{"SystemCapability.Multimedia.Camera.Core", MULTIMEDIA_CAMERA_CORE},
|
||||
{"SystemCapability.Ability.AbilityBase", ABILITY_ABILITYBASE},
|
||||
{"SystemCapability.Ability.AbilityRuntime.Core", ABILITY_ABILITYRUNTIME_CORE},
|
||||
{"SystemCapability.Ability.AbilityRuntime.FAModel", ABILITY_ABILITYRUNTIME_FAMODEL},
|
||||
{"SystemCapability.Ability.AbilityRuntime.AbilityCore", ABILITY_ABILITYRUNTIME_ABILITYCORE},
|
||||
{"SystemCapability.Ability.AbilityRuntime.Mission", ABILITY_ABILITYRUNTIME_MISSION},
|
||||
{"SystemCapability.Ability.AbilityTools.AbilityAssistant", ABILITY_ABILITYTOOLS_ABILITYASSISTANT},
|
||||
{"SystemCapability.Ability.DistributedAbilityManager", ABILITY_DISTRIBUTEDABILITYMANAGER},
|
||||
{"SystemCapability.Ability.Form", ABILITY_FORM},
|
||||
};
|
||||
|
||||
#endif // _SYSCAP_DEFINE_H
|
||||
|
||||
Reference in New Issue
Block a user