platform_hardware_interfaces/automotive/vehicle/aidl
Treehugger Robot 9eb7b82d9a Merge "Fix flaky recurrent timer test." into main am: d0cb2e73b2 am: 83e99ff3b1 am: b3f840a6ff am: d8ab63802a am: e993d4b849
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2651319

Change-Id: If412439e197b7d2cfbf5570314f2e9c81e287ec2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-07-07 23:53:36 +00:00
..
aidl_api/android.hardware.automotive.vehicle UpsideDownCake is now 34 2023-04-07 23:41:20 +00:00
aidl_test Split VHAL property into a separate AIDL interface. 2023-01-09 16:52:38 -08:00
android/hardware/automotive/vehicle Fix inconsistencies in VehicleArea HAL documentation 2023-03-29 20:12:05 +00:00
emu_metadata Add emulator metadata generator script 2023-03-15 11:27:14 +00:00
generated_lib Removing DRIVER_ATTENTION_MONITORING properties from HAL layer. 2023-03-14 18:10:24 +00:00
impl Merge "Fix flaky recurrent timer test." into main am: d0cb2e73b2 am: 83e99ff3b1 am: b3f840a6ff am: d8ab63802a am: e993d4b849 2023-07-07 23:53:36 +00:00
Android.bp UpsideDownCake is now 34 2023-04-07 23:41:20 +00: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.