From 32e3f822daba5717c668e51e31ce43c463eaaf1f Mon Sep 17 00:00:00 2001 From: m30073484 Date: Tue, 15 Apr 2025 15:36:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?eventhandler=E4=BE=9D=E8=B5=96=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: m30073484 --- commondependency/BUILD.gn | 1 + services/implementation/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/commondependency/BUILD.gn b/commondependency/BUILD.gn index 615025355..72cd166f8 100644 --- a/commondependency/BUILD.gn +++ b/commondependency/BUILD.gn @@ -69,6 +69,7 @@ ohos_shared_library("devicemanagerdependency") { "ipc:ipc_core", "os_account:libaccountkits", "samgr:samgr_proxy", + "eventhandler:libeventhandler", ] if (os_account_part_exists) { diff --git a/services/implementation/BUILD.gn b/services/implementation/BUILD.gn index 652b2e073..96d4014a2 100644 --- a/services/implementation/BUILD.gn +++ b/services/implementation/BUILD.gn @@ -235,6 +235,7 @@ if (defined(ohos_lite)) { "os_account:libaccountkits", "resource_management:resmgr_napi_core", "samgr:samgr_proxy", + "eventhandler:libeventhandler", ] if (support_screenlock && device_manager_feature_product == "default") { -- Gitee From 6b259c94dac9c1f69e2201ac2f6736fdfd74b897 Mon Sep 17 00:00:00 2001 From: m30073484 Date: Tue, 15 Apr 2025 15:36:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?eventhandler=E4=BE=9D=E8=B5=96=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: m30073484 --- commondependency/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/commondependency/BUILD.gn b/commondependency/BUILD.gn index 615025355..e86f9e6a8 100644 --- a/commondependency/BUILD.gn +++ b/commondependency/BUILD.gn @@ -65,6 +65,7 @@ ohos_shared_library("devicemanagerdependency") { "c_utils:utils", "device_info_manager:distributed_device_profile_common", "device_info_manager:distributed_device_profile_sdk", + "eventhandler:libeventhandler", "hilog:libhilog", "ipc:ipc_core", "os_account:libaccountkits", -- Gitee