From cdf9b38ed94efe44b3657b1e4e866a538407db7a Mon Sep 17 00:00:00 2001 From: liqiang Date: Wed, 20 Apr 2022 16:13:22 +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: I1ee6feae1c4797652bc0379eb778f60e98f1ce30 --- bundle.json | 2 +- interfaces/innerkits/BUILD.gn | 2 +- interfaces/kits/js/napi/system_timer/BUILD.gn | 2 +- services/BUILD.gn | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index a570cf1..154a8d3 100644 --- a/bundle.json +++ b/bundle.json @@ -28,7 +28,7 @@ "aafwk_standard", "appexecfwk_standard", "ans_standard", - "ces_standard", + "common_event_service", "hiviewdfx_hilog_native", "distributeddatamgr", "ipc", diff --git a/interfaces/innerkits/BUILD.gn b/interfaces/innerkits/BUILD.gn index 81cb50b..9bd9c0a 100644 --- a/interfaces/innerkits/BUILD.gn +++ b/interfaces/innerkits/BUILD.gn @@ -47,7 +47,7 @@ ohos_shared_library("time_client") { external_deps = [ "ability_runtime:runtime", "ability_runtime:wantagent_innerkits", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/interfaces/kits/js/napi/system_timer/BUILD.gn b/interfaces/kits/js/napi/system_timer/BUILD.gn index 1c5cc64..7e7f5c2 100644 --- a/interfaces/kits/js/napi/system_timer/BUILD.gn +++ b/interfaces/kits/js/napi/system_timer/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//base/notification/ces_standard/event.gni") +import("//base/notification/common_event_service/event.gni") import("//build/ohos.gni") cflags = [] diff --git a/services/BUILD.gn b/services/BUILD.gn index 4b1b685..c4a9289 100755 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -72,7 +72,7 @@ ohos_shared_library("time_service") { external_deps = [ "ability_runtime:runtime", "ability_runtime:wantagent_innerkits", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core",