platform_hardware_interfaces/automotive/vehicle/aidl
2023-03-13 20:25:04 +00:00
..
aidl_api/android.hardware.automotive.vehicle Add new StatusCode values for ADAS properties. 2023-02-03 17:11:52 -08:00
aidl_test Split VHAL property into a separate AIDL interface. 2023-01-09 16:52:38 -08:00
android/hardware/automotive/vehicle Added additional comments for vendor error codes 2023-02-16 09:33:48 -08:00
generated_lib Merge "Added ADAPTIVE_CRUISE_CONTROL_LEAD_VEHICLE_MEASURED_DISTANCE to HAL." into udc-dev 2023-03-07 17:46:15 +00:00
impl Merge "Updated emulator model year to 2023." into udc-dev 2023-03-13 20:25:04 +00:00
Android.bp Split VHAL property into a separate AIDL interface. 2023-01-09 16:52:38 -08:00
README.md Add README files to VHAL codebase. 2022-06-04 01:12:49 +00:00

AIDL Vehicle Hardware Abstraction Layer (VHAL)


This directory stores the AIDL VHAL interface and reference implementation.

aidl_api

Auto-generated current and previous versions of AIDL VHAL api.

aidl_test

Contains a test to test that all HIDL VHAL properties are supported in AIDL VHAL.

android

Contains AIDL VHAL interface definition. The main interface file is android/hardware/automotive/vehicle/IVehicle.aidl.

impl

Reference implementation for AIDL VHAL and useful libraries for implementing vendor AIDL VHAL.