Modifying the display component

Change-Id: Id91cabb4a003d306accfbd464a4f91bb4a5b316f
Signed-off-by: qwx1028698 <quannini@huawei.com>
This commit is contained in:
quannini 2024-10-23 16:09:18 +08:00
parent 3885382e66
commit f579543489
11 changed files with 20 additions and 22 deletions

View File

@ -45,6 +45,6 @@ ohos_moduletest_suite("HatsHdfDisplayBufferbenchmarkTest") {
"hilog:libhilog",
"ipc:ipc_core",
]
subsystem_name = "xts"
part_name = "hats"
subsystem_name = "hdf"
part_name = "drivers_interface_display"
}

View File

@ -36,6 +36,6 @@ ohos_moduletest_suite("HatsHdfDisplayBufferDeathTest") {
"hilog:libhilog",
"ipc:ipc_core",
]
subsystem_name = "xts"
part_name = "hats"
subsystem_name = "hdf"
part_name = "drivers_interface_display"
}

View File

@ -40,6 +40,6 @@ ohos_moduletest_suite("HatsHdfDisplayBufferMtTest") {
"hilog:libhilog",
"ipc:ipc_core",
]
subsystem_name = "xts"
part_name = "hats"
subsystem_name = "hdf"
part_name = "drivers_interface_display"
}

View File

@ -37,6 +37,6 @@ ohos_moduletest_suite("HatsHdfDisplayBufferMtAdditionalTest") {
"hilog:libhilog",
"ipc:ipc_core",
]
subsystem_name = "xts"
part_name = "hats"
subsystem_name = "hdf"
part_name = "drivers_interface_display"
}

View File

@ -36,6 +36,6 @@ ohos_moduletest_suite("HatsHdfDisplayBufferUtTest") {
"hilog:libhilog",
"ipc:ipc_core",
]
subsystem_name = "xts"
part_name = "hats"
subsystem_name = "hdf"
part_name = "drivers_interface_display"
}

View File

@ -48,6 +48,6 @@ ohos_moduletest_suite("HatsHdfDisplayabenchmarkTest") {
"hilog:libhilog",
"ipc:ipc_core",
]
subsystem_name = "xts"
part_name = "hats"
subsystem_name = "hdf"
part_name = "drivers_interface_display"
}

View File

@ -48,6 +48,4 @@ ohos_static_library("disp_dev_hdi_test") {
"hilog:libhilog",
"ipc:ipc_core",
]
subsystem_name = "xts"
part_name = "hats"
}

View File

@ -38,6 +38,6 @@ ohos_moduletest_suite("HatsHdfDisplayComposerDeathTest") {
"ipc:ipc_core",
]
cflags = [ "-Wno-unused-function" ]
subsystem_name = "xts"
part_name = "hats"
subsystem_name = "hdf"
part_name = "drivers_interface_display"
}

View File

@ -41,6 +41,6 @@ ohos_moduletest_suite("HatszHdfDisplayComposerMtTest") {
"ipc:ipc_core",
]
cflags = [ "-Wno-unused-function" ]
subsystem_name = "xts"
part_name = "hats"
subsystem_name = "hdf"
part_name = "drivers_interface_display"
}

View File

@ -43,6 +43,6 @@ ohos_moduletest_suite("HatszHdfDisplayComposerUtTest") {
"ipc:ipc_core",
]
cflags = [ "-Wno-unused-function" ]
subsystem_name = "xts"
part_name = "hats"
subsystem_name = "hdf"
part_name = "drivers_interface_display"
}

View File

@ -41,6 +41,6 @@ ohos_moduletest_suite("HatsHdfDisplayComposerAdditionalUtTest") {
"ipc:ipc_core",
]
cflags = [ "-Wno-unused-function" ]
subsystem_name = "xts"
part_name = "hats"
subsystem_name = "hdf"
part_name = "drivers_interface_display"
}