From 70b261ba0555450b4fd29500517b75553ad17f95 Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Mon, 14 Jul 2025 20:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91-=E9=85=8D?= =?UTF-8?q?=E5=90=88ability=5Fruntime=E5=88=A0=E9=99=A4public=5Fdeps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzezhong --- bundle.json | 3 ++- interfaces/kits/picker/BUILD.gn | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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..b7c2f5c6 100644 --- a/interfaces/kits/picker/BUILD.gn +++ b/interfaces/kits/picker/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Huawei Device Co., Ltd. +# Copyright (C) 2023-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -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