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