From 8e612e273f7d4627b98d1dc8524b7dd7f8b4c7dd Mon Sep 17 00:00:00 2001 From: wanghongen Date: Thu, 28 Aug 2025 11:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0IPC=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanghongen --- adapter/uhdf2/ipc/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/adapter/uhdf2/ipc/BUILD.gn b/adapter/uhdf2/ipc/BUILD.gn index 306470036..98e8abb80 100644 --- a/adapter/uhdf2/ipc/BUILD.gn +++ b/adapter/uhdf2/ipc/BUILD.gn @@ -54,6 +54,7 @@ if (defined(ohos_lite)) { "c_utils:utils", "hilog:libhilog", "ipc:ipc_single", + "ipc:ipc_core", "samgr:samgr_proxy", ] -- Gitee