From d52afd2a1d5db49c17459856cc8286563a9fd6a7 Mon Sep 17 00:00:00 2001 From: zhaohang Date: Fri, 12 Jul 2024 14:06:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhaohang --- bundle.json | 3 ++- dfx_utils/BUILD.gn | 1 + services/sink/sinkmanager/BUILD.gn | 2 ++ services/source/transport/BUILD.gn | 2 ++ services/state/BUILD.gn | 1 + 5 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 265b5bb..0c80f8b 100755 --- a/bundle.json +++ b/bundle.json @@ -44,7 +44,8 @@ "hitrace", "graphic_surface", "window_manager", - "openssl" + "openssl", + "graphic_2d" ] }, "build": { diff --git a/dfx_utils/BUILD.gn b/dfx_utils/BUILD.gn index 0031573..9a03a9d 100755 --- a/dfx_utils/BUILD.gn +++ b/dfx_utils/BUILD.gn @@ -53,6 +53,7 @@ ohos_shared_library("libdinput_dfx_utils") { "hilog:libhilog", "hisysevent:libhisysevent", "ipc:ipc_core", + "json:nlohmann_json_static", "safwk:system_ability_fwk", "samgr:samgr_proxy", ] diff --git a/services/sink/sinkmanager/BUILD.gn b/services/sink/sinkmanager/BUILD.gn index 06b7b7b..806b1bd 100644 --- a/services/sink/sinkmanager/BUILD.gn +++ b/services/sink/sinkmanager/BUILD.gn @@ -74,7 +74,9 @@ ohos_shared_library("libdinput_sink") { "distributed_hardware_fwk:distributed_av_sender", "distributed_hardware_fwk:distributedhardwareutils", "distributed_hardware_fwk:libdhfwk_sdk", + "dsoftbus:softbus_client", "eventhandler:libeventhandler", + "graphic_2d:librender_service_base", "graphic_surface:surface", "hilog:libhilog", "hisysevent:libhisysevent", diff --git a/services/source/transport/BUILD.gn b/services/source/transport/BUILD.gn index 4f68005..874649d 100755 --- a/services/source/transport/BUILD.gn +++ b/services/source/transport/BUILD.gn @@ -58,9 +58,11 @@ ohos_shared_library("libdinput_source_trans") { "distributed_hardware_fwk:distributed_av_sender", "distributed_hardware_fwk:distributedhardwareutils", "distributed_hardware_fwk:libdhfwk_sdk", + "dsoftbus:softbus_client", "eventhandler:libeventhandler", "hilog:libhilog", "hitrace:hitrace_meter", + "ipc:ipc_core", "json:nlohmann_json_static", "libevdev:libevdev", "samgr:samgr_proxy", diff --git a/services/state/BUILD.gn b/services/state/BUILD.gn index 4380cbd..8b01a01 100644 --- a/services/state/BUILD.gn +++ b/services/state/BUILD.gn @@ -64,6 +64,7 @@ ohos_shared_library("libdinput_sink_state") { "hilog:libhilog", "hitrace:hitrace_meter", "ipc:ipc_core", + "json:nlohmann_json_static", "libevdev:libevdev", "safwk:system_ability_fwk", "samgr:samgr_proxy", -- Gitee