Name Date Size #Lines LOC

..--

aidl_api/android.hardware.automotive.vehicle/H25-Apr-2025-4,144788

aidl_test/H25-Apr-2025-246169

android/hardware/automotive/vehicle/H25-Apr-2025-2,004332

emu_metadata/H25-Apr-2025-3,4683,464

generated_lib/H25-Apr-2025-3,7043,230

impl/H25-Apr-2025-69,63056,463

rust_impl/H25-Apr-2025-131108

Android.bpH A D25-Apr-20251.8 KiB6561

README.mdH A D25-Apr-2025543 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