platform_hardware_interfaces/automotive/vehicle
Eva Chen af66916e2c Merge changes from topic "vhal_v3" into main
* changes:
  Add UNKNOWN to VehicleAreaSeat aidl.
  Update VHAL property version to v3.
2023-08-24 19:51:21 +00:00
..
2.0 Move flaky HIDL VHAL impl test to post submit. 2023-06-29 17:52:20 -07:00
aidl Merge changes from topic "vhal_v3" into main 2023-08-24 19:51:21 +00:00
aidl_property Add UNKNOWN to VehicleAreaSeat aidl. 2023-08-11 13:24:29 -07:00
proto Move VehicleHalProto out from vhal_v2_0. 2022-01-21 15:30:52 -08:00
tools Add script to parse VehicleProperty.aidl to CSV. 2023-07-11 14:33:36 -07:00
vts Removing DRIVER_ATTENTION_MONITORING properties from HAL layer. 2023-03-14 18:10:24 +00:00
Android.bp Update VHAL property version to v3. 2023-08-11 13:24:21 -07: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 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.