update hdf/BUILD.gn.

Signed-off-by: hechunrui <hechunrui@huawei.com>
This commit is contained in:
hechunrui 2023-11-20 06:09:38 +00:00 committed by Gitee
parent 028b8d799b
commit e49082feaf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -15,22 +15,22 @@ group("hatshdftest") {
testonly = true
if (is_standard_system) {
deps = [
#"audio:HatsHdfAudioTest",
#"bluetooth:HatsHdfBluetoothTest",
#"camera:HatsHdfCameraTest",
"audio:HatsHdfAudioTest",
"bluetooth:HatsHdfBluetoothTest",
"camera:HatsHdfCameraTest",
"codec:HatsHdfCodecTest",
#"display:HatsHdfDisplayTest",
#"external_device_manager:HatsHdfExternalDeviceTest",
#"input:HatsHdfInputTest",
#"light:HatsHdfLightTest",
#"location:HatsHdfLocationTest",
#"manager:HatsHdfManagerTest",
#"motion:HatsHdfMotionTest",
#"nfc:HatsHdfNfcTest",
#"sensor:HatsHdfSensorTest",
#"usb:HatsHdfUsbTest",
#"vibrator:HatsHdfVibratorTest",
#"wlan:HatsHdfWifiTest",
"display:HatsHdfDisplayTest",
"external_device_manager:HatsHdfExternalDeviceTest",
"input:HatsHdfInputTest",
"light:HatsHdfLightTest",
"location:HatsHdfLocationTest",
"manager:HatsHdfManagerTest",
"motion:HatsHdfMotionTest",
"nfc:HatsHdfNfcTest",
"sensor:HatsHdfSensorTest",
"usb:HatsHdfUsbTest",
"vibrator:HatsHdfVibratorTest",
"wlan:HatsHdfWifiTest",
]
}
}