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",