add auto fill syscap

Signed-off-by: xinking129 <xinxin13@huawei.com>
This commit is contained in:
xinking129
2023-11-15 19:48:42 +08:00
parent da20d34f6b
commit 3140711107
+2
View File
@@ -310,6 +310,7 @@ typedef enum SystemCapabilityNum {
TELEPHONY_RCS,
ADVERTISING_ADS,
SECURITY_ASSET,
ABILITY_ABILITYRUNTIME_AUTOFILL,
// Add before here
SYSCAP_BASIC_END = 500,
} SyscapNum;
@@ -602,6 +603,7 @@ const static SyscapWithNum g_arraySyscap[] = {
{"SystemCapability.BundleManager.EcologicalRuleManager", BUNDLEMANAGER_ECOLOGICAL_RULE_MANAGER},
{"SystemCapability.Advertising.Ads", ADVERTISING_ADS},
{"SystemCapability.Security.Asset", SECURITY_ASSET},
{"SystemCapability.Ability.AbilityRuntime.AutoFill", ABILITY_ABILITYRUNTIME_AUTOFILL},
};
#ifdef __cplusplus