diff --git a/bundle.json b/bundle.json index de90867b4846157511478d74907d0036f38a3410..c72a2822c99471881ebb443d0c7b9f13ccfa1b37 100644 --- a/bundle.json +++ b/bundle.json @@ -58,7 +58,7 @@ "hiviewdfx_hilog_native", "appexecfwk_standard", "time_native", - "ces_standard", + "common_event_service", "napi", "safwk", "distributeddatamgr", diff --git a/frameworks/ans/native/test/unittest/BUILD.gn b/frameworks/ans/native/test/unittest/BUILD.gn index 9ef315bb941dfd1b313ca1c2c926cf068eaee468..69a9d6f62605290975d86ddbbe6bd99c8b52149d 100644 --- a/frameworks/ans/native/test/unittest/BUILD.gn +++ b/frameworks/ans/native/test/unittest/BUILD.gn @@ -59,7 +59,7 @@ ohos_unittest("ans_reminder_unit_test") { "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "bytrace_standard:bytrace_core", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", diff --git a/frameworks/ans/test/moduletest/BUILD.gn b/frameworks/ans/test/moduletest/BUILD.gn index 6aa957703ec8cb4e2a897277ebf7f200ad144476..43db0bc34a764bc48f83776e8ec088ededbebfbb 100644 --- a/frameworks/ans/test/moduletest/BUILD.gn +++ b/frameworks/ans/test/moduletest/BUILD.gn @@ -39,7 +39,7 @@ ohos_moduletest("ans_fw_module_test") { "//base/notification/ans_standard/services/ans/include", "//third_party/json/include", "//base/notification/ans_standard/interfaces/innerkits/ans/native/test/moduletest/mock/include", - "//base/notification/ces_standard/interfaces/innerkits/native/include", + "//base/notification/common_event_service/interfaces/innerkits/native/include", "//base/notification/ans_standard/interfaces/innerkits/ans/native/include", "${core_path}/common/include", "${core_path}/include", @@ -87,7 +87,7 @@ ohos_moduletest("ans_fw_module_test") { "access_token:libaccesstoken_sdk", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", @@ -115,7 +115,7 @@ ohos_moduletest("ans_innerkits_module_publish_test") { "//base/notification/ans_standard/services/ans/include", "//third_party/json/include", "//base/notification/ans_standard/interfaces/innerkits/ans/native/test/moduletest/mock/include", - "//base/notification/ces_standard/interfaces/innerkits/native/include", + "//base/notification/common_event_service/interfaces/innerkits/native/include", "//base/notification/ans_standard/interfaces/innerkits/ans/native/include", "${core_path}/common/include", "${core_path}/include", @@ -163,7 +163,7 @@ ohos_moduletest("ans_innerkits_module_publish_test") { "access_token:libaccesstoken_sdk", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", @@ -191,7 +191,7 @@ ohos_moduletest("ans_innerkits_module_slot_test") { "//base/notification/ans_standard/services/ans/include", "//third_party/json/include", "//base/notification/ans_standard/interfaces/innerkits/ans/native/test/moduletest/mock/include", - "//base/notification/ces_standard/interfaces/innerkits/native/include", + "//base/notification/common_event_service/interfaces/innerkits/native/include", "//base/notification/ans_standard/interfaces/innerkits/ans/native/include", "${core_path}/common/include", "${core_path}/include", @@ -238,7 +238,7 @@ ohos_moduletest("ans_innerkits_module_slot_test") { "access_token:libaccesstoken_sdk", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", @@ -266,7 +266,7 @@ ohos_moduletest("ans_innerkits_module_setting_test") { "//base/notification/ans_standard/services/ans/include", "//third_party/json/include", "//base/notification/ans_standard/interfaces/innerkits/ans/native/test/moduletest/mock/include", - "//base/notification/ces_standard/interfaces/innerkits/native/include", + "//base/notification/common_event_service/interfaces/innerkits/native/include", "//base/notification/ans_standard/interfaces/innerkits/ans/native/include", "${core_path}/common/include", "${core_path}/include", @@ -313,7 +313,7 @@ ohos_moduletest("ans_innerkits_module_setting_test") { "access_token:libaccesstoken_sdk", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", diff --git a/notification.gni b/notification.gni index ed68c454f88d1a719bfdc202c239351829ae0ba3..6d9434f626ff7fd05c357a22ef55eb65ee8584d7 100644 --- a/notification.gni +++ b/notification.gni @@ -35,7 +35,7 @@ ans_standard_external_deps = [ "ability_base:zuri", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/services/ans/test/unittest/BUILD.gn b/services/ans/test/unittest/BUILD.gn index ad34f9cf74813181423fd6ee63efbcf1afbadca5..0283e0557e225bd54a0036191ccf30ce851948c8 100644 --- a/services/ans/test/unittest/BUILD.gn +++ b/services/ans/test/unittest/BUILD.gn @@ -84,7 +84,7 @@ ohos_unittest("ans_unit_test") { "access_token:libaccesstoken_sdk", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "eventhandler:libeventhandler", "hitrace_native:libhitrace", diff --git a/services/test/moduletest/BUILD.gn b/services/test/moduletest/BUILD.gn index 10f506894fc276ccd160cbf6fc717a2ec35c09af..437a61927c9c2c4207b4401de3343c991f7bb587 100644 --- a/services/test/moduletest/BUILD.gn +++ b/services/test/moduletest/BUILD.gn @@ -70,7 +70,7 @@ ohos_moduletest("ans_module_test") { "access_token:libaccesstoken_sdk", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "eventhandler:libeventhandler", "hitrace_native:libhitrace", diff --git a/test/bechmarktest/notification_services_test/BUILD.gn b/test/bechmarktest/notification_services_test/BUILD.gn index ad31455aae62e011d9d801f9e317440a6ff039eb..7f6ad1fd25afbc8b12ae89b295e04c1fb4e37dd6 100644 --- a/test/bechmarktest/notification_services_test/BUILD.gn +++ b/test/bechmarktest/notification_services_test/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//base/notification/ans_standard/notification.gni") import("//build/test.gni") @@ -43,7 +43,7 @@ ohos_benchmarktest("Benchmark_Notification_Servece_Test") { "ability_base:want", "ability_base:zuri", "ability_runtime:wantagent_innerkits", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "multimedia_image_standard:image_native", "native_appdatamgr:native_rdb", ] diff --git a/test/common/acts/BUILD.gn b/test/common/acts/BUILD.gn index efd7382287b4467f69e8f25fb91efac868dc1d85..8ea501d3a97fbace909e65bcb3093b82bf10cfc6 100644 --- a/test/common/acts/BUILD.gn +++ b/test/common/acts/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") config("ansfwk_kits_test_config") { diff --git a/test/common/acts/actsnotificationfuzztest/BUILD.gn b/test/common/acts/actsnotificationfuzztest/BUILD.gn index 7fd68617addc9b75259f77c5f5e7e32a983c11d1..774a980fbe6a659cc2bed427f967308b953b1e66 100644 --- a/test/common/acts/actsnotificationfuzztest/BUILD.gn +++ b/test/common/acts/actsnotificationfuzztest/BUILD.gn @@ -59,8 +59,8 @@ ohos_systemtest("ActsNotificationFuzzTest") { "//base/notification/ans_standard/frameworks/ans/native:ans_innerkits", "//base/notification/ans_standard/frameworks/wantagent:native_wantagent", "//base/notification/ans_standard/services/ans:ans_targets", - "//base/notification/ces_standard/frameworks/common:libevent_common", - "//base/notification/ces_standard/frameworks/native:cesfwk_innerkits", + "//base/notification/common_event_service/frameworks/common:libevent_common", + "//base/notification/common_event_service/frameworks/native:cesfwk_innerkits", "//foundation/aafwk/standard/common/task_dispatcher:appkit_dispatcher_td", "//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native", "//foundation/aafwk/standard/services/abilitymgr:abilityms",