From ac2a5418421278a19ec58760850146e780258328 Mon Sep 17 00:00:00 2001 From: sunjiakun Date: Thu, 16 Jan 2025 12:21:02 +0800 Subject: [PATCH] Add cod Signed-off-by: sunjiakun --- services/ans/include/notification_config_parse.h | 1 + 1 file changed, 1 insertion(+) diff --git a/services/ans/include/notification_config_parse.h b/services/ans/include/notification_config_parse.h index 169b074e1..5942c06c5 100644 --- a/services/ans/include/notification_config_parse.h +++ b/services/ans/include/notification_config_parse.h @@ -80,6 +80,7 @@ public: constexpr static const char* CFG_KEY_SMART_REMINDER_ENABLE_LIST = "smartReminderEnableList"; constexpr static const char* CFG_KEY_MIRROR_NOTIFICAITON_ENABLED_STATUS = "mirrorNotificationEnabledStatus"; constexpr static const char* CFG_KEY_APP_AND_DEVICE_RELATION_MAP = "appAndDeviceRelationMap"; + #ifdef CONFIG_POLICY_ENABLE constexpr static const char* NOTIFICAITON_CONFIG_FILE = "etc/notification/notification_config.json"; # else -- Gitee