From 8bb279f41aa06f1dc537c1ad427cb85f1168025a Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Mon, 14 Jul 2025 19:57:14 +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 --- services/services/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/services/BUILD.gn b/services/services/BUILD.gn index e83665d80..98b6cf4bb 100644 --- a/services/services/BUILD.gn +++ b/services/services/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Huawei Device Co., Ltd. +# Copyright (C) 2021-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 @@ -312,6 +312,7 @@ ohos_shared_library("media_service") { "graphic_surface:sync_fence", "relational_store:native_rdb", "window_manager:libdm", + "window_manager:libwm", "window_manager:scene_session", "window_manager:scene_session_manager", "window_manager:session_manager_lite", -- Gitee