diff --git a/notification.gni b/notification.gni index dd26194376579374b5f2b4cfef33590224c2ba9c..b04f143f40ab3ddf00f221111f085bbcdbb057f4 100644 --- a/notification.gni +++ b/notification.gni @@ -54,7 +54,7 @@ declare_args() { standby_enable = true player_framework = true ans_hitrace_usage = true - notification_ext_feature_summary = false + distributed_notification_service_feature_summary = false notification_smart_reminder_supported = true ans_config_policy_enable = true screenlock_mgr_enable = true diff --git a/services/ans/BUILD.gn b/services/ans/BUILD.gn index e975e9e324d8feb69bbbf7976a34dc05e188f858..2808db31643dd3e74257d96f81f461740778dc4d 100644 --- a/services/ans/BUILD.gn +++ b/services/ans/BUILD.gn @@ -186,7 +186,7 @@ ohos_shared_library("libans") { defines += [ "HITRACE_METER_ENABLE" ] } - if (notification_ext_feature_summary) { + if (distributed_notification_service_feature_summary) { defines += [ "ENABLE_ANS_EXT_WRAPPER" ] }