mirror of
https://gitee.com/openharmony/xts_hats
synced 2025-02-26 13:25:39 +00:00
commit
d755509ed2
@ -21,7 +21,10 @@ group("HatsHdfAudioTest") {
|
||||
testonly = true
|
||||
}
|
||||
if (is_standard_system) {
|
||||
deps = [ "hdi:audio_hdi" ]
|
||||
if (device_name == "rk3568") {
|
||||
deps = [ "hdi:audio_hdi" ]
|
||||
} else {
|
||||
}
|
||||
}
|
||||
}
|
||||
###############################################################################
|
||||
|
@ -33,7 +33,7 @@ group("HatsHdfCameraTest") {
|
||||
}
|
||||
} else {
|
||||
if (is_standard_system) {
|
||||
deps = [ "hdi:hdi" ]
|
||||
#deps = [ "hdi:hdi" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -15,10 +15,13 @@ import("//build/ohos_var.gni")
|
||||
import("//test/xts/tools/build/suite.gni")
|
||||
|
||||
group("HatsHdfCodecTest") {
|
||||
testonly = true
|
||||
deps = [
|
||||
"hdi_adapter:HatsHdfAdapterCodecTest",
|
||||
"hdi_omx:HatsHdfOmxCodecTest",
|
||||
"hdi_v1.0:HatsHdfV1CodecTest",
|
||||
]
|
||||
if (device_name == "rk3568") {
|
||||
testonly = true
|
||||
deps = [
|
||||
"hdi_adapter:HatsHdfAdapterCodecTest",
|
||||
"hdi_omx:HatsHdfOmxCodecTest",
|
||||
"hdi_v1.0:HatsHdfV1CodecTest",
|
||||
]
|
||||
} else {
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user