From 8e175a3b4a636aaa840275e4a89dfa7ecc25af9f Mon Sep 17 00:00:00 2001 From: handyohos Date: Sun, 26 Dec 2021 22:35:54 +0800 Subject: [PATCH] feat: add eventhandler component for libeventhandler. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在appexecfwk中单独拆分出eventhandler部件。 Signed-off-by: handyohos Change-Id: Ie9637b14be741c35545797fb564ba6c165da4790 #I4O4SZ --- services/samgr/native/BUILD.gn | 2 +- services/samgr/native/test/unittest/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/samgr/native/BUILD.gn b/services/samgr/native/BUILD.gn index cbd33c0d..b8433036 100755 --- a/services/samgr/native/BUILD.gn +++ b/services/samgr/native/BUILD.gn @@ -77,7 +77,7 @@ ohos_executable("samgr") { if (is_standard_system) { external_deps = [ - "appexecfwk_standard:libeventhandler", + "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "ipc:libdbinder", diff --git a/services/samgr/native/test/unittest/BUILD.gn b/services/samgr/native/test/unittest/BUILD.gn index 359ab6dc..8271d536 100755 --- a/services/samgr/native/test/unittest/BUILD.gn +++ b/services/samgr/native/test/unittest/BUILD.gn @@ -56,7 +56,7 @@ ohos_unittest("SystemAbilityMgrTest") { ] external_deps = [ - "appexecfwk_standard:libeventhandler", + "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "ipc:libdbinder", -- Gitee