acts_change_componemt_name

Signed-off-by: txl <tangxianglei@huawei.com>
This commit is contained in:
txl 2023-07-21 15:19:54 +08:00
parent 428932984f
commit 19fcfe261c
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ ohos_moduletest_suite("HatsHdfDisplayBufferUtTest") {
"hdf_core:libhdf_utils",
"hilog:libhilog",
"ipc:ipc_core",
"thirdparty_googletest:gtest",
"googletest:gtest",
]
subsystem_name = "xts"
part_name = "xts_hats"

View File

@ -35,7 +35,7 @@ ohos_moduletest_suite("HatsHdfDisplayComposerDeathTest") {
"hdf_core:libhdf_utils",
"hilog:libhilog",
"ipc:ipc_core",
"thirdparty_googletest:gtest",
"googletest:gtest",
]
cflags = [ "-Wno-unused-function" ]
subsystem_name = "xts"

View File

@ -38,7 +38,7 @@ ohos_moduletest_suite("HatszHdfDisplayComposerMtTest") {
"hdf_core:libhdf_utils",
"hilog:libhilog",
"ipc:ipc_core",
"thirdparty_googletest:gtest",
"googletest:gtest",
]
cflags = [ "-Wno-unused-function" ]
subsystem_name = "xts"

View File

@ -35,7 +35,7 @@ ohos_moduletest_suite("HatszHdfDisplayComposerUtTest") {
"hdf_core:libhdf_utils",
"hilog:libhilog",
"ipc:ipc_core",
"thirdparty_googletest:gtest",
"googletest:gtest",
]
cflags = [ "-Wno-unused-function" ]
subsystem_name = "xts"