platform_hardware_interfaces/automotive/vehicle
Eva Chen 17bc578112 Update VtsHalAutomotiveVehicleTargetTest::verifyProperty to only run on implemented properties.
Bug: 264730687
Test: atest VtsHalAutomotiveVehicle_TargetTest
Change-Id: I027e2324f30b34600bc1036bfcdd1547b245667f
2023-01-09 21:26:00 -08:00
..
2.0 Add HAL changes for SEAT_HEADREST_HEIGHT_POS_V2 and deprecate SEAT_HEADREST_HEIGHT_POS 2022-12-22 00:56:44 -08:00
aidl Merge "Add HAL changes for SEAT_HEADREST_HEIGHT_POS_V2 and deprecate SEAT_HEADREST_HEIGHT_POS" 2023-01-03 23:47:03 +00:00
proto Move VehicleHalProto out from vhal_v2_0. 2022-01-21 15:30:52 -08:00
tools Fix a bug for generating enum script. 2022-07-14 00:34:18 +00:00
vts Update VtsHalAutomotiveVehicleTargetTest::verifyProperty to only run on implemented properties. 2023-01-09 21:26:00 -08:00
OWNERS Add owners file for VHAL. 2022-01-19 11:22:47 -08:00
README.md Add README files to VHAL codebase. 2022-06-04 01:12:49 +00:00
TEST_MAPPING Create JsonConfigLoader. 2022-08-01 21:29:17 +00:00

Vehicle Hardware Abstraction Layer (VHAL)


This directory stores the VHAL interface definition and VHAL reference implementation.

2.0 (deprecated)

HIDL based VHAL interface and reference implementation.

aidl

AIDL based VHAL interfadce and reference implementation.

proto

Protobuf used to pass message between emulator VHAL and emulator.

tools

Dev tools related to VHAL.

vts

VTS test for VHAL. The VTS test works for both AIDL and HIDL VHAL implementation. Vendor implementation of VHAL must passes VTS.