diff --git a/adapter/uhdf2/host/test/BUILD.gn b/adapter/uhdf2/host/test/BUILD.gn index 3b05c93f46b7866530fb5db0e4a96075f341b73c..648927471ffd85cec312a2d0d1e46323a6a88c67 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 bb2bbb0c602dad73af4236bad75142b8c0abefe6..956af7cb51870ae1cb7730c17f5dafa5788e3e97 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 264db0b8bea292dabea2700dc76fb53c1db310e4..4d46ae2619189e233853b2de83fc1482522f0d20 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 1b1aca94e205efcfd55f87c740c8bcbc81335f6d..21c1ba26e50d0aa4c527680f05d63b52e3596042 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 6365a0f726d5501271d57de32a42d05441972a6e..b8b9d11546f5a76ecccbfaafa4fe389937b7324e 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 dac4e12af42d896918645fc87432dc558f994c4d..9f3df6ea2f861f9fd3660c28a1819ef0265be421 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 ceb863f4a9590c7429dccee66d6dd03ff76f2c26..b8f2e4052e5595d588153b75b3aad8ba9740d09c 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 b522f9d6b871ef63cea2b40cc26d42fcfaf37329..f85b2e9c9e5c6798b5cd796f3da1ce00152e509a 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 e41fcd64ec3115f9f5d169b91db1d73e031ffebd..88ab17bf21d8ef264eb3776e785dfffe2f020342 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