platform_hardware_interfaces/automotive/vehicle
2023-10-12 04:03:56 +00:00
..
2.0 Merge "Updated vehicleManager_fuzzer" into main am: 7761d90af1 am: 6569dc7511 am: 535ac9f544 am: ae164210c6 am: 16eca29bce 2023-09-25 08:13:17 +00:00
aidl Merge "Generated EnumForVehicleProperty.java from VehicleProeprty.aidl" into main 2023-10-12 04:03:56 +00:00
aidl_property Merge "Fixed spelling mistake in LaneCenteringAssistCommand" into main 2023-10-06 17:29:32 +00:00
proto Adjust path to sdv_ivi_cf 2023-09-27 16:08:51 +02:00
tools Generated EnumForVehicleProperty.java from VehicleProeprty.aidl 2023-10-06 02:44:36 +00:00
vts Handle prop not supported correctly. 2023-10-11 11:58:06 -07:00
Android.bp Update VHAL property version to v3. 2023-08-11 13:24:21 -07:00
OWNERS Update automotive.vehicle OWNERS file 2023-09-27 22:56:36 +00:00
README.md Add README files to VHAL codebase. 2022-06-04 01:12:49 +00:00
TEST_MAPPING Add FakeVehicleStubUnitTest as presubmit. 2023-05-01 11:52:16 -07:00
vhal_static_cpp_lib.mk Update VHAL property version to v3. 2023-08-11 13:24:21 -07: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.