From 536eb10468468b2dc271dd2666cefd7a53b67b71 Mon Sep 17 00:00:00 2001 From: YinZong Date: Mon, 21 Jul 2025 07:53:34 +0000 Subject: [PATCH] update services/key_enable/utils/BUILD.gn. Signed-off-by: YinZong --- services/key_enable/utils/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/services/key_enable/utils/BUILD.gn b/services/key_enable/utils/BUILD.gn index 80b4438..87cd69c 100644 --- a/services/key_enable/utils/BUILD.gn +++ b/services/key_enable/utils/BUILD.gn @@ -38,6 +38,7 @@ ohos_static_library("libkey_enable_utils") { "common_event_service:cesfwk_innerkits", "hilog:libhilog", "init:libbegetutil", + "ipc:ipc_single", "samgr:samgr_proxy", "eventhandler:libeventhandler", ] -- Gitee