diff --git a/bundle.json b/bundle.json index 265b5bbf418d9352c2805619d1761617487a5720..0c80f8be60152752633253e2c90e61fa9d2ba9cd 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 00315730e8d53e6ee2639a9e33971b1ce64f82a9..9a03a9d5e97cb89035db8a168908e403eabb4928 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 06b7b7b9fcb0b0595477ff5767fa5facadb87633..806b1bdfc98e5b67ea82ffdb77b7333b9430aecc 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 4f68005cff883fbee3078dec2a57cf6b74ab578e..874649db056fe41972e9bebea69ee80b86db5e74 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 4380cbd98bf09005ca4d5223939d8ed56a35fafb..8b01a01fa44fe1a58be841f3a36bacddb7429be6 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",