xref: /aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/README.md (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
1# AIDL Vehicle Hardware Abstraction Layer (VHAL)
2---
3
4This directory stores the AIDL VHAL interface and reference implementation.
5
6## aidl_api
7
8Auto-generated current and previous versions of AIDL VHAL api.
9
10## aidl_test
11
12Contains a test to test that all HIDL VHAL properties are supported in
13AIDL VHAL.
14
15## android
16
17Contains AIDL VHAL interface definition. The main interface file is
18`android/hardware/automotive/vehicle/IVehicle.aidl`.
19
20## impl
21
22Reference implementation for AIDL VHAL and useful libraries for implementing
23vendor AIDL VHAL.
24