• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..--

aidl_api/android.hardware.automotive.vehicle/14-Jan-2024-3,867736

aidl_test/15-Dec-2024-246169

android/hardware/automotive/vehicle/14-Jan-2024-1,388254

emu_metadata/15-Dec-2024-3,2293,225

generated_lib/15-Dec-2024-3,5633,137

impl/15-Dec-2024-33,82727,444

rust_impl/15-Dec-2024-131108

Android.bpD15-Dec-20241.8 KiB6561

README.mdD14-Jan-2024543 2414

README.md

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