tree: c5dbf763a3b175a1e5a3892367b73b2189eba2b2 [path history] [tgz]
  1. aidl_api/
  2. aidl_test/
  3. android/
  4. emu_metadata/
  5. generated_lib/
  6. impl/
  7. Android.bp
  8. README.md
automotive/vehicle/aidl/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.