From efd4cde9c5c8349a79fffd2ba3f536c99bc2d281 Mon Sep 17 00:00:00 2001 From: liqiang Date: Wed, 20 Apr 2022 15:24:27 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:#I53O6Y:ces=E9=83=A8=E4=BB=B6=E5=8C=96?= =?UTF-8?q?=E6=95=B4=E6=94=B9=E9=9C=80=E6=B1=82=20Description:ces=5Fstanda?= =?UTF-8?q?rd=20change=20to=20common=5Fevent=5Fservice=20Sig:=20SIG=5FAppl?= =?UTF-8?q?icationFramework=20Feature=20or=20Bugfix:Feature=20Binary=20Sou?= =?UTF-8?q?rce:No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liqiang Change-Id: I94fc18c8f62fc0058b943e77b8b629dfd8d6075f --- README_zh.md | 2 +- frameworks/aafwk/test/BUILD.gn | 2 +- frameworks/asacfwk/test/BUILD.gn | 2 +- services/aams/BUILD.gn | 2 +- services/aams/test/BUILD.gn | 8 ++++---- services/test/BUILD.gn | 8 ++++---- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README_zh.md b/README_zh.md index 42a7de4a3..edad208d7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -37,6 +37,6 @@ [appexecfwk_standard](https://gitee.com/openharmony/appexecfwk_standard) -[notification_ces_standard](https://gitee.com/openharmony/notification_ces_standard) +[notification_common_event_service](https://gitee.com/openharmony/notification_ces_standard) [multimodalinput_input](https://gitee.com/openharmony/multimodalinput_input) \ No newline at end of file diff --git a/frameworks/aafwk/test/BUILD.gn b/frameworks/aafwk/test/BUILD.gn index 4260cec91..7877528c5 100755 --- a/frameworks/aafwk/test/BUILD.gn +++ b/frameworks/aafwk/test/BUILD.gn @@ -117,7 +117,7 @@ ohos_unittest("accessible_ability_test") { "ability_runtime:abilitykit_native", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "input:libmmi-client", diff --git a/frameworks/asacfwk/test/BUILD.gn b/frameworks/asacfwk/test/BUILD.gn index 3d308470c..b551c7dae 100644 --- a/frameworks/asacfwk/test/BUILD.gn +++ b/frameworks/asacfwk/test/BUILD.gn @@ -110,7 +110,7 @@ ohos_unittest("asac_unit_test") { "ability_runtime:abilitykit_native", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "input:libmmi-client", diff --git a/services/aams/BUILD.gn b/services/aams/BUILD.gn index fa6ec55ba..b984b2154 100755 --- a/services/aams/BUILD.gn +++ b/services/aams/BUILD.gn @@ -72,7 +72,7 @@ ohos_shared_library("accessibleabilityms") { "ability_runtime:ability_manager", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "ces_standard:cesfwk_innerkits", + "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "input:libmmi-client", diff --git a/services/aams/test/BUILD.gn b/services/aams/test/BUILD.gn index 8f73e633a..ac7632057 100644 --- a/services/aams/test/BUILD.gn +++ b/services/aams/test/BUILD.gn @@ -38,7 +38,7 @@ config("module_private_config") { "//base/accessibility/services/interface/include/parcel", "//base/accessibility/util/include", "//base/global/resmgr_standard/interfaces/innerkits/include", - "//base/notification/ces_standard/interfaces/innerkits/native/include", + "//base/notification/common_event_service/interfaces/innerkits/native/include", "//base/powermgr/power_manager/interfaces/innerkits/native/include", "//foundation", "//foundation/aafwk/standard/frameworks/kits/ability/native/include/", @@ -113,7 +113,7 @@ ohos_unittest("accessibility_account_data_test") { "ability_runtime:runtime", "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", @@ -352,7 +352,7 @@ ohos_unittest("accessibility_input_interceptor_test") { "ability_runtime:runtime", "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", @@ -406,7 +406,7 @@ ohos_unittest("accessibility_window_manager_test") { "ability_runtime:runtime", "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/test/BUILD.gn b/services/test/BUILD.gn index 7d0378cf6..a6bee727a 100644 --- a/services/test/BUILD.gn +++ b/services/test/BUILD.gn @@ -39,7 +39,7 @@ config("module_private_config") { "//base/accessibility/services/test/mock", "//base/accessibility/util/include", "//base/global/resmgr_standard/interfaces/innerkits/include", - "//base/notification/ces_standard/interfaces/innerkits/native/include", + "//base/notification/common_event_service/interfaces/innerkits/native/include", "//foundation", "//foundation/aafwk/standard/frameworks/kits/ability/native/include/", "//foundation/aafwk/standard/frameworks/kits/appkit/native/ability_runtime", @@ -137,7 +137,7 @@ ohos_moduletest("aams_accessibility_touch_guider_test") { "ability_runtime:runtime", "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", @@ -212,7 +212,7 @@ ohos_moduletest("aams_accessibility_touchEvent_injector_test") { "ability_runtime:runtime", "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", @@ -442,7 +442,7 @@ ohos_moduletest("aams_accessibility_keyevent_filter_test") { "ability_runtime:runtime", "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",