• Home
Name Date Size #Lines LOC

..--

aidl_api/android.hardware.automotive.vehicle/04-Jul-2025-5,3491,027

aidl_test/04-Jul-2025-299216

android/hardware/automotive/vehicle/04-Jul-2025-2,067332

emu_metadata/04-Jul-2025-3,4683,464

generated_lib/04-Jul-2025-4,9084,349

impl/04-Jul-2025-73,33859,583

rust_impl/04-Jul-2025-131108

Android.bpD04-Jul-20251.8 KiB6965

README.mdD04-Jul-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