mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
IssueNo:#I5QUHS
Description:Add syscap defination to "SystemCapability.Ability.AbilityRuntime.QuickFix" Sig:SIG_ApplicationFramework Feature or BugFix: Feature Binary Source: No Signed-off-by: zhangyafei.echo <zhangyafei12@huawei.com> Change-Id: I64f6c79ccfaee0767cf82db165b6980b6c531b8f
This commit is contained in:
@@ -246,6 +246,7 @@ typedef enum SystemCapabilityNum {
|
||||
SECURITY_CRYPTOFRAMEWORK,
|
||||
// Add here
|
||||
MULTIMODALINPUT_INPUT_COOPERATOR,
|
||||
ABILITY_ABILITYRUNTIME_QUICKFIX,
|
||||
SYSCAP_NUM_MAX = 960
|
||||
} SyscapNum;
|
||||
|
||||
@@ -469,6 +470,7 @@ const static SyscapWithNum g_arraySyscap[] = {
|
||||
{"SystemCapability.Security.SecurityGuard", SECURITY_SECURITYGUARD},
|
||||
{"SystemCapability.Security.CryptoFramework", SECURITY_CRYPTOFRAMEWORK},
|
||||
{"SystemCapability.MultimodalInput.Input.Cooperator", MULTIMODALINPUT_INPUT_COOPERATOR},
|
||||
{"SystemCapability.Ability.AbilityRuntime.QuickFix", ABILITY_ABILITYRUNTIME_QUICKFIX},
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user