platform_hardware_interfaces/automotive/vehicle/aidl
2023-11-28 23:03:46 +00:00
..
aidl_api/android.hardware.automotive.vehicle Add VUR to VHAL interface. 2023-10-27 11:20:41 -07:00
aidl_test Added access field to VehicleAreaConfig.aidl 2023-10-21 17:20:54 +00:00
android/hardware/automotive/vehicle Add comment about disable VUR if property is large. 2023-11-08 13:36:02 -08:00
emu_metadata Add emulator metadata generator script 2023-03-15 11:27:14 +00:00
generated_lib Merge "Generated EnumForVehicleProperty.java from VehicleProeprty.aidl" into main 2023-10-12 04:03:56 +00:00
impl Merge "Make refreshTimestamp atomic." into main 2023-11-28 23:03:46 +00:00
Android.bp Added access field to VehicleAreaConfig.aidl 2023-10-21 17:20:54 +00:00
README.md

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.