From d606ae7e96096c73a495bd0e1167c3a34883ddde Mon Sep 17 00:00:00 2001 From: pwx1285814 Date: Thu, 13 Mar 2025 16:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E4=BE=8B=E8=BE=93=E5=87=BA=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pwx1285814 Change-Id: Ide573fbb0837a0a31bccf5b85d836566e5a3630f Signed-off-by: pwx1285814 --- common/test/unittest/BUILD.gn | 4 ++-- .../native_cpp/test/unittest/screensinktest/BUILD.gn | 4 ++-- .../native_cpp/test/unittest/screensourcetest/BUILD.gn | 4 ++-- screenhandler/test/unittest/screenhandler/BUILD.gn | 4 ++-- services/common/test/unittest/databuffer/BUILD.gn | 5 +++-- services/common/test/unittest/decision_center/BUILD.gn | 5 +++-- services/common/test/unittest/imageJpeg/BUILD.gn | 5 +++-- services/common/test/unittest/utils/BUILD.gn | 4 ++-- services/screenclient/test/unittest/BUILD.gn | 4 ++-- .../test/unittest/sinkservice/dscreenservice/BUILD.gn | 3 ++- .../test/unittest/sinkservice/screenregionmgr/BUILD.gn | 3 ++- .../test/unittest/sourceservice/dscreenmgr/BUILD.gn | 2 +- .../test/unittest/sourceservice/dscreenservice/BUILD.gn | 3 ++- .../screentransport/test/unittest/screendatachannel/BUILD.gn | 4 ++-- .../test/unittest/screensinkprocessor/BUILD.gn | 4 ++-- .../screentransport/test/unittest/screensinktrans/BUILD.gn | 4 ++-- .../test/unittest/screensourceprocessor/BUILD.gn | 4 ++-- .../screentransport/test/unittest/screensourcetrans/BUILD.gn | 4 ++-- .../test/unittest/screentranstestutils/BUILD.gn | 4 ++-- services/softbusadapter/test/unittest/BUILD.gn | 4 ++-- 20 files changed, 42 insertions(+), 36 deletions(-) diff --git a/common/test/unittest/BUILD.gn b/common/test/unittest/BUILD.gn index bd143d1d..ae2262a9 100644 --- a/common/test/unittest/BUILD.gn +++ b/common/test/unittest/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -15,7 +15,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/screen_common_test" +module_out_path = "distributed_screen/distributed_screen/screen_common_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/interfaces/innerkits/native_cpp/test/unittest/screensinktest/BUILD.gn b/interfaces/innerkits/native_cpp/test/unittest/screensinktest/BUILD.gn index 471cf9b4..60154cda 100644 --- a/interfaces/innerkits/native_cpp/test/unittest/screensinktest/BUILD.gn +++ b/interfaces/innerkits/native_cpp/test/unittest/screensinktest/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -15,7 +15,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/source_trans_test" +module_out_path = "distributed_screen/distributed_screen/source_trans_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/BUILD.gn b/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/BUILD.gn index 9f5b08d9..290469c5 100644 --- a/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/BUILD.gn +++ b/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -15,7 +15,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/source_trans_test" +module_out_path = "distributed_screen/distributed_screen/source_trans_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/screenhandler/test/unittest/screenhandler/BUILD.gn b/screenhandler/test/unittest/screenhandler/BUILD.gn index 484697f8..c2c87336 100644 --- a/screenhandler/test/unittest/screenhandler/BUILD.gn +++ b/screenhandler/test/unittest/screenhandler/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -15,7 +15,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/dscreen_handler_test" +module_out_path = "distributed_screen/distributed_screen/dscreen_handler_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/common/test/unittest/databuffer/BUILD.gn b/services/common/test/unittest/databuffer/BUILD.gn index 6b962131..ee76d580 100644 --- a/services/common/test/unittest/databuffer/BUILD.gn +++ b/services/common/test/unittest/databuffer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -15,7 +15,8 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/services/data_buffer_test" +module_out_path = + "distributed_screen/distributed_screen/services/data_buffer_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/common/test/unittest/decision_center/BUILD.gn b/services/common/test/unittest/decision_center/BUILD.gn index 14298d0f..619155de 100644 --- a/services/common/test/unittest/decision_center/BUILD.gn +++ b/services/common/test/unittest/decision_center/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024 Huawei Device Co., Ltd. +# Copyright (c) 2023-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 @@ -15,7 +15,8 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/services/screen_decision_center_test" +module_out_path = + "distributed_screen/distributed_screen/services/screen_decision_center_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/common/test/unittest/imageJpeg/BUILD.gn b/services/common/test/unittest/imageJpeg/BUILD.gn index ce4d0142..b977db23 100644 --- a/services/common/test/unittest/imageJpeg/BUILD.gn +++ b/services/common/test/unittest/imageJpeg/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024 Huawei Device Co., Ltd. +# Copyright (c) 2023-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 @@ -15,7 +15,8 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/services/jpeg_image_processor_test" +module_out_path = + "distributed_screen/distributed_screen/services/jpeg_image_processor_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/common/test/unittest/utils/BUILD.gn b/services/common/test/unittest/utils/BUILD.gn index c27b7e80..1d20bf45 100644 --- a/services/common/test/unittest/utils/BUILD.gn +++ b/services/common/test/unittest/utils/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -15,7 +15,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/services/utils_test" +module_out_path = "distributed_screen/distributed_screen/services/utils_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/screenclient/test/unittest/BUILD.gn b/services/screenclient/test/unittest/BUILD.gn index 551a2232..a55f8947 100644 --- a/services/screenclient/test/unittest/BUILD.gn +++ b/services/screenclient/test/unittest/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -15,7 +15,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/screen_client_test" +module_out_path = "distributed_screen/distributed_screen/screen_client_test" config("module_private_config") { include_dirs = [ diff --git a/services/screenservice/test/unittest/sinkservice/dscreenservice/BUILD.gn b/services/screenservice/test/unittest/sinkservice/dscreenservice/BUILD.gn index 1fa55267..e3c5d066 100644 --- a/services/screenservice/test/unittest/sinkservice/dscreenservice/BUILD.gn +++ b/services/screenservice/test/unittest/sinkservice/dscreenservice/BUILD.gn @@ -15,7 +15,8 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/dscreen_sink_service_test" +module_out_path = + "distributed_screen/distributed_screen/dscreen_sink_service_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/screenservice/test/unittest/sinkservice/screenregionmgr/BUILD.gn b/services/screenservice/test/unittest/sinkservice/screenregionmgr/BUILD.gn index b0713c67..0eea64ba 100644 --- a/services/screenservice/test/unittest/sinkservice/screenregionmgr/BUILD.gn +++ b/services/screenservice/test/unittest/sinkservice/screenregionmgr/BUILD.gn @@ -15,7 +15,8 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/dscreen_sink_service_test" +module_out_path = + "distributed_screen/distributed_screen/dscreen_sink_service_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/screenservice/test/unittest/sourceservice/dscreenmgr/BUILD.gn b/services/screenservice/test/unittest/sourceservice/dscreenmgr/BUILD.gn index 5ef211a7..81816f01 100644 --- a/services/screenservice/test/unittest/sourceservice/dscreenmgr/BUILD.gn +++ b/services/screenservice/test/unittest/sourceservice/dscreenmgr/BUILD.gn @@ -15,7 +15,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/DscreenMgrTest" +module_out_path = "distributed_screen/distributed_screen/DscreenMgrTest" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/screenservice/test/unittest/sourceservice/dscreenservice/BUILD.gn b/services/screenservice/test/unittest/sourceservice/dscreenservice/BUILD.gn index 057641c5..c5b506d0 100644 --- a/services/screenservice/test/unittest/sourceservice/dscreenservice/BUILD.gn +++ b/services/screenservice/test/unittest/sourceservice/dscreenservice/BUILD.gn @@ -15,7 +15,8 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/dscreen_source_service_test" +module_out_path = + "distributed_screen/distributed_screen/dscreen_source_service_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/screentransport/test/unittest/screendatachannel/BUILD.gn b/services/screentransport/test/unittest/screendatachannel/BUILD.gn index 54902787..9e4a7aa5 100644 --- a/services/screentransport/test/unittest/screendatachannel/BUILD.gn +++ b/services/screentransport/test/unittest/screendatachannel/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -15,7 +15,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/data_channel_test" +module_out_path = "distributed_screen/distributed_screen/data_channel_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/screentransport/test/unittest/screensinkprocessor/BUILD.gn b/services/screentransport/test/unittest/screensinkprocessor/BUILD.gn index 20221834..73e4643b 100644 --- a/services/screentransport/test/unittest/screensinkprocessor/BUILD.gn +++ b/services/screentransport/test/unittest/screensinkprocessor/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -17,7 +17,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/sink_processor_test" +module_out_path = "distributed_screen/distributed_screen/sink_processor_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/screentransport/test/unittest/screensinktrans/BUILD.gn b/services/screentransport/test/unittest/screensinktrans/BUILD.gn index dd7e19da..f584e7f0 100644 --- a/services/screentransport/test/unittest/screensinktrans/BUILD.gn +++ b/services/screentransport/test/unittest/screensinktrans/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -17,7 +17,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/sink_trans_test" +module_out_path = "distributed_screen/distributed_screen/sink_trans_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/screentransport/test/unittest/screensourceprocessor/BUILD.gn b/services/screentransport/test/unittest/screensourceprocessor/BUILD.gn index b4ffd240..d1607980 100644 --- a/services/screentransport/test/unittest/screensourceprocessor/BUILD.gn +++ b/services/screentransport/test/unittest/screensourceprocessor/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -15,7 +15,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/source_processor_test" +module_out_path = "distributed_screen/distributed_screen/source_processor_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/screentransport/test/unittest/screensourcetrans/BUILD.gn b/services/screentransport/test/unittest/screensourcetrans/BUILD.gn index 2eaa535a..eee7c93a 100644 --- a/services/screentransport/test/unittest/screensourcetrans/BUILD.gn +++ b/services/screentransport/test/unittest/screensourcetrans/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -15,7 +15,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/source_trans_test" +module_out_path = "distributed_screen/distributed_screen/source_trans_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/screentransport/test/unittest/screentranstestutils/BUILD.gn b/services/screentransport/test/unittest/screentranstestutils/BUILD.gn index a5f8e7da..be61276a 100644 --- a/services/screentransport/test/unittest/screentranstestutils/BUILD.gn +++ b/services/screentransport/test/unittest/screentranstestutils/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -15,7 +15,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/screen_callback_test" +module_out_path = "distributed_screen/distributed_screen/screen_callback_test" config("module_private_config") { visibility = [ ":*" ] diff --git a/services/softbusadapter/test/unittest/BUILD.gn b/services/softbusadapter/test/unittest/BUILD.gn index f7c2a2b2..e100b02d 100644 --- a/services/softbusadapter/test/unittest/BUILD.gn +++ b/services/softbusadapter/test/unittest/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Huawei Device Co., Ltd. +# Copyright (c) 2022-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 @@ -15,7 +15,7 @@ import("//build/test.gni") import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") -module_out_path = "distributed_screen/soft_bus_adapter_test" +module_out_path = "distributed_screen/distributed_screen/soft_bus_adapter_test" config("module_private_config") { visibility = [ ":*" ] -- Gitee