From 0588b61cf520a6b2ca2cf004e74a0848550cf3e2 Mon Sep 17 00:00:00 2001 From: qinlong Date: Thu, 25 Aug 2022 15:25:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9demo=E7=BC=96=E8=AF=91=20Sign?= =?UTF-8?q?ed-off-by:=20qinlong=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 4 ++-- services/screendemo/BUILD.gn | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 385d5b51..9dc1a648 100644 --- a/bundle.json +++ b/bundle.json @@ -57,8 +57,7 @@ "//foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice:distributed_screen_sink", "//foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice:distributed_screen_source", "//foundation/distributedhardware/distributed_screen/sa_profile:dscreen_sa_profile", - "//foundation/distributedhardware/distributed_screen/sa_profile:dscreen.cfg", - "//foundation/distributedhardware/distributed_screen/services/screendemo:distributedScreenTest" + "//foundation/distributedhardware/distributed_screen/sa_profile:dscreen.cfg" ], "inner_kits":[ { @@ -83,6 +82,7 @@ } ], "test":[ + "//foundation/distributedhardware/distributed_screen/services/screendemo:distributedScreenTest", "//foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest:screen_transport_test", "//foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest:SoftBusAdapterTest", "//foundation/distributedhardware/distributed_screen/services/common/test/unittest:service_common_test", diff --git a/services/screendemo/BUILD.gn b/services/screendemo/BUILD.gn index 86acc100..5a9598c5 100644 --- a/services/screendemo/BUILD.gn +++ b/services/screendemo/BUILD.gn @@ -16,6 +16,8 @@ import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") ohos_executable("distributedScreenTest") { + install_enable = false + include_dirs = [ "${services_path}/common/utils/include", "${interfaces_path}/innerkits/native_cpp/screen_sink/include", -- Gitee