diff --git a/include/codec_config/syscap_define.h b/include/codec_config/syscap_define.h index 90a9fb9f36e43febcddbda0cb51bd362091f48de..7d98bbc0e641a58debc036b6e493329aef6f9619 100755 --- a/include/codec_config/syscap_define.h +++ b/include/codec_config/syscap_define.h @@ -305,6 +305,7 @@ typedef enum SystemCapabilityNum { SECURITY_DATALOSSPREVENTION, MSDP_USERSTATUSAWARENESS, ADVERTISING_OAID, + PAYMENT_PAYMENTSERVICE, // Add before here SYSCAP_BASIC_END = 500, } SyscapNum; @@ -417,6 +418,7 @@ const static SyscapWithNum g_arraySyscap[] = { {"SystemCapability.Notification.Emitter", NOTIFICATION_EMITTER}, {"SystemCapability.Notification.Notification", NOTIFICATION_NOTIFICATION}, {"SystemCapability.Notification.ReminderAgent", NOTIFICATION_REMINDERAGENT}, + {"SystemCapability.Payment.PaymentService", PAYMENT_PAYMENTSERVICE}, {"SystemCapability.PowerManager.BatteryManager.Core", POWERMANAGER_BATTERYMANAGER_CORE}, {"SystemCapability.PowerManager.BatteryManager.Extension", POWERMANAGER_BATTERYMANAGER_EXTENSION}, {"SystemCapability.PowerManager.BatteryManager.Lite", POWERMANAGER_BATTERYMANAGER_LITE},