platform_hardware_interfaces/automotive/vehicle/aidl
2024-06-11 23:52:21 +00:00
..
aidl_api/android.hardware.automotive.vehicle automotive aidl: Add required @RustDerive annotations 2024-03-14 01:29:28 +00:00
aidl_test Revert^2 "Add PER_DISPLAY_MAX_BRIGHTNESS VHAL property." 2024-06-11 00:11:22 +00:00
android/hardware/automotive/vehicle Add examples to area access documentation 2024-04-22 14:07:40 +00:00
emu_metadata Revert^2 "Add PER_DISPLAY_MAX_BRIGHTNESS VHAL property." 2024-06-11 00:11:22 +00:00
generated_lib Revert^2 "Add PER_DISPLAY_MAX_BRIGHTNESS VHAL property." 2024-06-11 00:11:22 +00:00
impl Merge "Allow using property name in debug command." into main 2024-05-28 22:04:41 +00:00
rust_impl Create a skeleton Rust VHAL. 2024-01-26 23:06:56 +00:00
Android.bp Add host_supported to VHAL libs. 2024-05-20 12:14:44 -07:00
README.md Add README files to VHAL codebase. 2022-06-04 01:12:49 +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.