diff --git a/services/aams/test/BUILD.gn b/services/aams/test/BUILD.gn index ac763205..ec2ea634 100644 --- a/services/aams/test/BUILD.gn +++ b/services/aams/test/BUILD.gn @@ -38,7 +38,6 @@ config("module_private_config") { "//base/accessibility/services/interface/include/parcel", "//base/accessibility/util/include", "//base/global/resmgr_standard/interfaces/innerkits/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/", @@ -164,6 +163,7 @@ ohos_unittest("accessible_ability_manager_service_test") { "ability_runtime:runtime", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "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 a6bee727..5a5b200d 100644 --- a/services/test/BUILD.gn +++ b/services/test/BUILD.gn @@ -39,7 +39,6 @@ config("module_private_config") { "//base/accessibility/services/test/mock", "//base/accessibility/util/include", "//base/global/resmgr_standard/interfaces/innerkits/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", @@ -292,6 +291,7 @@ ohos_moduletest("aams_accessible_ability_channel_test") { "ability_runtime:runtime", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", @@ -370,6 +370,7 @@ ohos_moduletest("aams_server_test") { "ability_runtime:runtime", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", @@ -519,6 +520,7 @@ ohos_moduletest("aams_common_event_registry_test") { "ability_runtime:runtime", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core",