From 33a5616021079eef725a4eee5b25a38022f9bf57 Mon Sep 17 00:00:00 2001 From: zero-cyc Date: Tue, 25 Jan 2022 14:39:04 +0800 Subject: [PATCH] chenlien@huawei.com Signed-off-by: zero-cyc Change-Id: Ida345ac1c8f64dbda56cd22ce3b7e8bde6569a89 --- services/BUILD.gn | 2 +- services/time_manager/test/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 750914f..1339bbf 100755 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -67,9 +67,9 @@ ohos_shared_library("time_service") { external_deps = [ "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "ces_standard:cesfwk_innerkits", + "eventhandler:libeventhandler", "hisysevent_native:libhisysevent", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/services/time_manager/test/BUILD.gn b/services/time_manager/test/BUILD.gn index 479b934..8ba4f85 100644 --- a/services/time_manager/test/BUILD.gn +++ b/services/time_manager/test/BUILD.gn @@ -46,9 +46,9 @@ ohos_unittest("TimeServiceTest") { external_deps = [ "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "ces_standard:cesfwk_innerkits", + "eventhandler:libeventhandler", "hisysevent_native:libhisysevent", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core",