unplugged-system/hardware/interfaces/automotive/vehicle/aidl
2025-10-06 13:59:42 +00:00
..
aidl_api/android.hardware.automotive.vehicle Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
aidl_test Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
android/hardware/automotive/vehicle Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
emu_metadata Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
generated_lib Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
impl Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Android.bp Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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.