platform_hardware_interfaces/automotive/vehicle
shrikar af227755f0 Improve docs for PARKING_BRAKE in vehicle properties AIDL file
Bug: 254078947
Test: presubmit
Change-Id: Id4963466f4210f52b6fe0ccb43dcac3a62a087d2
2022-10-18 18:53:41 +00:00
..
2.0 Update comment for SUPPORTED_PROPERTY_IDS. 2022-09-13 19:01:34 -07:00
aidl Improve docs for PARKING_BRAKE in vehicle properties AIDL file 2022-10-18 18:53:41 +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 Add automotive-general-tests tag to the test 2022-09-26 19:05:59 +00: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.