From 04b5f5b69c9be979bf6397aeb5f809b264deb0cd Mon Sep 17 00:00:00 2001 From: jiangzhijun8 Date: Mon, 3 Jun 2024 17:08:08 +0800 Subject: [PATCH] Issue: https://gitee.com/openharmony/ability_ability_runtime/issues/I9UKMJ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comment: 独立编译整改 Signed-off-by: jiangzhijun8 --- bundle.json | 3 ++- frameworks/extension/BUILD.gn | 1 + .../static_subscriber_extension_module_loader_test/BUILD.gn | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 2696a39f..e5145658 100644 --- a/bundle.json +++ b/bundle.json @@ -71,7 +71,8 @@ "os_account", "c_utils", "ffrt", - "kv_store" + "kv_store", + "window_manager" ], "third_party": [ "libuv" diff --git a/frameworks/extension/BUILD.gn b/frameworks/extension/BUILD.gn index cdb20da1..6815bc8f 100644 --- a/frameworks/extension/BUILD.gn +++ b/frameworks/extension/BUILD.gn @@ -155,6 +155,7 @@ ohos_shared_library("static_subscriber_extension_module") { "hilog:libhilog", "ipc:ipc_core", "napi:ace_napi", + "window_manager:libwm", ] relative_install_dir = "extensionability" diff --git a/frameworks/extension/test/static_subscriber_extension_module_loader_test/BUILD.gn b/frameworks/extension/test/static_subscriber_extension_module_loader_test/BUILD.gn index 809082e2..68feb239 100644 --- a/frameworks/extension/test/static_subscriber_extension_module_loader_test/BUILD.gn +++ b/frameworks/extension/test/static_subscriber_extension_module_loader_test/BUILD.gn @@ -52,6 +52,7 @@ ohos_unittest("static_subscriber_extension_module_loader_test") { "hilog:libhilog", "ipc:ipc_core", "napi:ace_napi", + "window_manager:libwm", ] }