From 817cae9aeacfe15ab13409dfffaebf7e9fb51060 Mon Sep 17 00:00:00 2001 From: l00495332 Date: Tue, 10 Oct 2023 10:48:16 +0800 Subject: [PATCH] add payment syscap Signed-off-by: l00495332 --- include/codec_config/syscap_define.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/codec_config/syscap_define.h b/include/codec_config/syscap_define.h index 90a9fb9..7d98bbc 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}, -- Gitee