From abea02f88ef6c468c8fdb35995044aeda55acb71 Mon Sep 17 00:00:00 2001 From: l60050612 Date: Tue, 18 Mar 2025 17:38:52 +0800 Subject: [PATCH] =?UTF-8?q?hdf=5Fcore=20TDD=E7=94=A8=E4=BE=8B=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E8=B7=AF=E5=BE=84=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: l60050612 --- adapter/uhdf2/host/test/BUILD.gn | 4 ++-- adapter/uhdf2/osal/test/BUILD.gn | 2 +- adapter/uhdf2/test/unittest/config/BUILD.gn | 2 +- adapter/uhdf2/test/unittest/load_vdi/BUILD.gn | 2 +- adapter/uhdf2/test/unittest/manager/BUILD.gn | 14 +++++++------- adapter/uhdf2/test/unittest/osal/BUILD.gn | 2 +- adapter/uhdf2/test/unittest/platform/BUILD.gn | 2 +- adapter/uhdf2/test/unittest/platform/i2c/BUILD.gn | 2 +- framework/test/unittest/model/audio/BUILD.gn | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/adapter/uhdf2/host/test/BUILD.gn b/adapter/uhdf2/host/test/BUILD.gn index 3b05c93f4..648927471 100644 --- a/adapter/uhdf2/host/test/BUILD.gn +++ b/adapter/uhdf2/host/test/BUILD.gn @@ -20,7 +20,7 @@ hdf_interface_path = "./../../../../interface" ###########################palTest########################### ohos_unittest("DevMgrTest") { - module_out_path = "hdf_core/devmgr" + module_out_path = "hdf_core/hdf_core" sources = [ "$hdf_uhdf_path/ipc/src/hdf_dump.cpp", "unittest/devmgr_test.cpp", @@ -64,7 +64,7 @@ ohos_unittest("DevMgrTest") { } ohos_unittest("DevHostTest") { - module_out_path = "hdf_core/devhost" + module_out_path = "hdf_core/hdf_core" sources = [ "unittest/devhost_test.cpp" ] include_dirs = [ diff --git a/adapter/uhdf2/osal/test/BUILD.gn b/adapter/uhdf2/osal/test/BUILD.gn index bb2bbb0c6..956af7cb5 100644 --- a/adapter/uhdf2/osal/test/BUILD.gn +++ b/adapter/uhdf2/osal/test/BUILD.gn @@ -14,7 +14,7 @@ import("//build/test.gni") import("./../../uhdf.gni") -module_output_path = "hdf_core/osal" +module_output_path = "hdf_core/hdf_core" hdf_framework_path = "./../../../../framework" hdf_uhdf_path = "./../.." diff --git a/adapter/uhdf2/test/unittest/config/BUILD.gn b/adapter/uhdf2/test/unittest/config/BUILD.gn index 264db0b8b..4d46ae261 100644 --- a/adapter/uhdf2/test/unittest/config/BUILD.gn +++ b/adapter/uhdf2/test/unittest/config/BUILD.gn @@ -16,7 +16,7 @@ import("./../../../uhdf.gni") hdf_core_path = "./../../../../.." -module_output_path = "hdf_core/config" +module_output_path = "hdf_core/hdf_core" ohos_unittest("hdf_adapter_uhdf_test_config") { module_out_path = module_output_path include_dirs = [ "$hdf_core_path/framework/test/unittest/include" ] diff --git a/adapter/uhdf2/test/unittest/load_vdi/BUILD.gn b/adapter/uhdf2/test/unittest/load_vdi/BUILD.gn index 1b1aca94e..21c1ba26e 100644 --- a/adapter/uhdf2/test/unittest/load_vdi/BUILD.gn +++ b/adapter/uhdf2/test/unittest/load_vdi/BUILD.gn @@ -13,7 +13,7 @@ import("//build/test.gni") -module_output_path = "hdf_core/load_vdi" +module_output_path = "hdf_core/hdf_core" ohos_unittest("hdf_load_vdi_test") { module_out_path = module_output_path diff --git a/adapter/uhdf2/test/unittest/manager/BUILD.gn b/adapter/uhdf2/test/unittest/manager/BUILD.gn index 6365a0f72..b8b9d1154 100644 --- a/adapter/uhdf2/test/unittest/manager/BUILD.gn +++ b/adapter/uhdf2/test/unittest/manager/BUILD.gn @@ -17,7 +17,7 @@ import("./../../../uhdf.gni") hdf_framework_path = "./../../../../../framework" hdf_adapter_path = "./../../../../../adapter" -module_output_path = "hdf_core/manager" +module_output_path = "hdf_core/hdf_core" ohos_unittest("hdf_adapter_uhdf_test_manager") { module_out_path = module_output_path include_dirs = [ @@ -50,7 +50,7 @@ ohos_unittest("hdf_adapter_uhdf_test_manager") { } } -module_output_path = "hdf_core/ioservice" +module_output_path = "hdf_core/hdf_core" ohos_unittest("hdf_adapter_uhdf_test_ioservice") { module_out_path = module_output_path include_dirs = [ @@ -77,7 +77,7 @@ ohos_unittest("hdf_adapter_uhdf_test_ioservice") { external_deps = [ "hilog:libhilog" ] } } -module_output_path = "hdf_core/sbuf" +module_output_path = "hdf_core/hdf_core" ohos_unittest("hdf_adapter_uhdf_test_sbuf") { module_out_path = module_output_path include_dirs = [ @@ -107,7 +107,7 @@ ohos_unittest("hdf_adapter_uhdf_test_sbuf") { external_deps = [ "hilog:libhilog" ] } } -module_output_path = "hdf_core/pm" +module_output_path = "hdf_core/hdf_core" ohos_unittest("hdf_adapter_uhdf_test_pm") { module_out_path = module_output_path include_dirs = [ @@ -131,7 +131,7 @@ ohos_unittest("hdf_adapter_uhdf_test_pm") { external_deps = [ "hilog:libhilog" ] } } -module_output_path = "hdf_core/remote" +module_output_path = "hdf_core/hdf_core" ohos_unittest("hdf_adapter_uhdf_test_remote_adapter") { module_out_path = module_output_path include_dirs = [ @@ -163,7 +163,7 @@ ohos_unittest("hdf_adapter_uhdf_test_remote_adapter") { cflags = [ "-DWITH_SELINUX" ] } } -module_output_path = "hdf_core/shared" +module_output_path = "hdf_core/hdf_core" ohos_unittest("hdf_adapter_uhdf_test_core_shared") { module_out_path = module_output_path include_dirs = [ "$hdf_framework_path/core/shared/include" ] @@ -186,7 +186,7 @@ ohos_unittest("hdf_adapter_uhdf_test_core_shared") { } } -module_output_path = "hdf_core/uevent" +module_output_path = "hdf_core/hdf_core" ohos_unittest("hdf_adapter_uhdf_test_uevent") { module_out_path = module_output_path include_dirs = [ "$hdf_framework_path/core/shared/include" ] diff --git a/adapter/uhdf2/test/unittest/osal/BUILD.gn b/adapter/uhdf2/test/unittest/osal/BUILD.gn index dac4e12af..9f3df6ea2 100644 --- a/adapter/uhdf2/test/unittest/osal/BUILD.gn +++ b/adapter/uhdf2/test/unittest/osal/BUILD.gn @@ -16,7 +16,7 @@ import("//build/test.gni") hdf_framework_path = "./../../../../../framework" hdf_adapter_path = "./../../../../../adapter" -module_output_path = "hdf_core/osal" +module_output_path = "hdf_core/hdf_core" ohos_unittest("hdf_adapter_uhdf_test_osal") { module_out_path = module_output_path diff --git a/adapter/uhdf2/test/unittest/platform/BUILD.gn b/adapter/uhdf2/test/unittest/platform/BUILD.gn index ceb863f4a..b8f2e4052 100644 --- a/adapter/uhdf2/test/unittest/platform/BUILD.gn +++ b/adapter/uhdf2/test/unittest/platform/BUILD.gn @@ -16,7 +16,7 @@ import("//build/test.gni") hdf_framework_path = "../../../../../framework" hdf_adapter_path = "../../../../../adapter" -module_output_path = "hdf/platform" +module_output_path = "hdf_core/hdf_core" ohos_unittest("hdf_adapter_uhdf_test_platform") { module_out_path = module_output_path include_dirs = [ diff --git a/adapter/uhdf2/test/unittest/platform/i2c/BUILD.gn b/adapter/uhdf2/test/unittest/platform/i2c/BUILD.gn index b522f9d6b..f85b2e9c9 100644 --- a/adapter/uhdf2/test/unittest/platform/i2c/BUILD.gn +++ b/adapter/uhdf2/test/unittest/platform/i2c/BUILD.gn @@ -13,7 +13,7 @@ import("//build/test.gni") -module_output_path = "hdf/utils" +module_output_path = "hdf_core/hdf_core" ohos_unittest("ui2c_test") { module_out_path = module_output_path sources = [ "ui2c_test.cpp" ] diff --git a/framework/test/unittest/model/audio/BUILD.gn b/framework/test/unittest/model/audio/BUILD.gn index e41fcd64e..88ab17bf2 100644 --- a/framework/test/unittest/model/audio/BUILD.gn +++ b/framework/test/unittest/model/audio/BUILD.gn @@ -14,7 +14,7 @@ import("//build/test.gni") hdf_framework_path = "../../../../" -module_output_path = "hdf/audio" +module_output_path = "hdf_core/hdf_core" ohos_unittest("khdf_audio_adm_test") { module_out_path = module_output_path -- Gitee