From 80e2a3e3fbb93760d8539fc351a5a0581e679d3d Mon Sep 17 00:00:00 2001 From: cuiruibin Date: Wed, 20 Aug 2025 14:27:27 +0800 Subject: [PATCH] =?UTF-8?q?ufs=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E6=95=B4=E6=94=B9=20Signed-off-by:=20cuiruibin=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 3 ++- interfaces/kits/picker/BUILD.gn | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index aacfe376..af66ffd0 100644 --- a/bundle.json +++ b/bundle.json @@ -43,7 +43,8 @@ "image_framework", "common_event_service", "udmf", - "selinux_adapter" + "selinux_adapter", + "window_manager" ] }, "build": { diff --git a/interfaces/kits/picker/BUILD.gn b/interfaces/kits/picker/BUILD.gn index c6fa0e1d..22e924d0 100644 --- a/interfaces/kits/picker/BUILD.gn +++ b/interfaces/kits/picker/BUILD.gn @@ -81,6 +81,7 @@ ohos_shared_library("picker") { "ipc:ipc_napi", "ipc:ipc_single", "napi:ace_napi", + "window_manager:libwm", ] if (picker_udmf_enabled) { @@ -127,6 +128,7 @@ ohos_shared_library("cj_picker_ffi") { "hilog:libhilog", "napi:cj_bind_ffi", "napi:cj_bind_native", + "window_manager:libwm", ] sanitize = { -- Gitee