Description:delete redundant dependency on ces
Sig: SIG_ApplicationFramework
Feature or Bugfix:Feature
Binary Source:No

Signed-off-by: liqiang <liqiang121@huawei.com>
Change-Id: Ica9d73ce802bda523ae5acc7effc34bfebef8b56
This commit is contained in:
liqiang 2022-04-25 20:00:24 +08:00
parent 8514f337f1
commit 6ac77f8f60
2 changed files with 4 additions and 2 deletions

View File

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

View File

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