From 29ba0b1d61d86f0ae1b0ce4f4d5765942abc0e65 Mon Sep 17 00:00:00 2001 From: liqiang Date: Thu, 21 Apr 2022 11:02:26 +0800 Subject: [PATCH] IssueNo:https://gitee.com/openharmony/notification_ces_standard/issues/I53O6Y Description:ces_standard change to common_event_service Sig: SIG_ApplicationFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: liqiang Change-Id: I7dc72ca210a5c58c29ea8202c411522713830844 --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 04a7a77c..7142590c 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -79,7 +79,7 @@ ohos_shared_library("fms_server") { "ability_runtime:ability_manager", "ability_runtime:wantagent_innerkits", "access_token:libaccesstoken_sdk", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "native_appdatamgr:native_appdatafwk", -- Gitee