From 800a243b1a04c0f3cafa8ff4bfff5c31f640df14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=98=B1=E6=99=94?= Date: Tue, 10 Sep 2024 11:53:45 +0000 Subject: [PATCH] =?UTF-8?q?update=20precise=5Fcompilation/part=5Ftdd.json.?= =?UTF-8?q?=20driver=E7=9A=84tdd=E7=94=A8=E4=BE=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林昱晔 --- precise_compilation/part_tdd.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/precise_compilation/part_tdd.json b/precise_compilation/part_tdd.json index 34e2680..6c109cc 100644 --- a/precise_compilation/part_tdd.json +++ b/precise_compilation/part_tdd.json @@ -299,6 +299,16 @@ "parts": "distributed_screen", "buildTarget": "distributedhardware/distributed_screen:distributed_screen_test" }, + { + "name": "drivers_peripheral", + "parts": "drivers_peripheral_codec", + "buildTarget": "hdf/drivers_peripheral_light:drivers_peripheral_light_test,hdf/drivers_peripheral_battery:drivers_peripheral_battery_test,hdf/drivers_peripheral_memorytracker:drivers_peripheral_memorytracker_test,hdf/drivers_peripheral_sensor:drivers_peripheral_sensor_test,hdf/drivers_peripheral_audio:drivers_peripheral_audio_test,hdf/drivers_peripheral_codec:drivers_peripheral_codec_test,hdf/drivers_peripheral_usb:drivers_peripheral_usb_test,hdf/drivers_peripheral_motion:drivers_peripheral_motion_test,hdf/drivers_peripheral_input:drivers_peripheral_input_test,hdf/drivers_peripheral_distributed_audio:drivers_peripheral_distributed_audio_test,hdf/drivers_peripheral_distributed_camera:drivers_peripheral_distributed_camera_test,hdf/drivers_peripheral_power:drivers_peripheral_power_test,hdf/drivers_peripheral_display:drivers_peripheral_display_test,hdf/drivers_peripheral_wlan:drivers_peripheral_wlan_test,hdf/drivers_peripheral_thermal:drivers_peripheral_thermal_test,hdf/drivers_peripheral_camera:drivers_peripheral_camera_test,multimedia/image_framework:image_framework_test,multimedia/av_codec:av_codec_test,multimedia/media_foundation:media_foundation_test,multimedia/player_framework:player_framework_test,multimedia/camera_framework:camera_framework_test" + }, + { + "name": "drivers_interface", + "parts": "drivers_interface_codec", + "buildTarget": "hdf/drivers_peripheral_light:drivers_peripheral_light_test,hdf/drivers_peripheral_battery:drivers_peripheral_battery_test,hdf/drivers_peripheral_memorytracker:drivers_peripheral_memorytracker_test,hdf/drivers_peripheral_sensor:drivers_peripheral_sensor_test,hdf/drivers_peripheral_audio:drivers_peripheral_audio_test,hdf/drivers_peripheral_codec:drivers_peripheral_codec_test,hdf/drivers_peripheral_usb:drivers_peripheral_usb_test,hdf/drivers_peripheral_motion:drivers_peripheral_motion_test,hdf/drivers_peripheral_input:drivers_peripheral_input_test,hdf/drivers_peripheral_distributed_audio:drivers_peripheral_distributed_audio_test,hdf/drivers_peripheral_distributed_camera:drivers_peripheral_distributed_camera_test,hdf/drivers_peripheral_power:drivers_peripheral_power_test,hdf/drivers_peripheral_display:drivers_peripheral_display_test,hdf/drivers_peripheral_wlan:drivers_peripheral_wlan_test,hdf/drivers_peripheral_thermal:drivers_peripheral_thermal_test,hdf/drivers_peripheral_camera:drivers_peripheral_camera_test,multimedia/image_framework:image_framework_test,multimedia/av_codec:av_codec_test,multimedia/media_foundation:media_foundation_test,multimedia/player_framework:player_framework_test,multimedia/camera_framework:camera_framework_test" + }, { "name": "filemanagement_app_file_service", "parts": "app_file_service", -- Gitee