merge master

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