platform_hardware_interfaces/automotive/vehicle/aidl
shrikar 67c465f7fe Added resolution to SubscriptionManager in reference VHAL
Bug: 276124296
Test: atest DefaultVehicleHalTest
Change-Id: I972b7f0c04953b390f642317c491f3f99e045045
2024-02-21 01:16:56 +00:00
..
aidl_api/android.hardware.automotive.vehicle Add VUR to VHAL interface. 2023-10-27 11:20:41 -07:00
aidl_test Added access field to VehicleAreaConfig.aidl 2023-10-21 17:20:54 +00:00
android/hardware/automotive/vehicle Populate both VehiclePropConfig and VehicleAreaConfig.access 2024-02-16 23:30:07 +00:00
emu_metadata Introduce CAMERA_SERVICE_CURRENT_STATE VHAL property 2024-02-15 08:37:42 -08:00
generated_lib Introduce CAMERA_SERVICE_CURRENT_STATE VHAL property 2024-02-15 08:37:42 -08:00
impl Added resolution to SubscriptionManager in reference VHAL 2024-02-21 01:16:56 +00:00
rust_impl Create a skeleton Rust VHAL. 2024-01-26 23:06:56 +00:00
Android.bp Merge "automotive: Add Rust backend to the vhal AIDL" into main am: 2338cda61c am: 9d772629d6 am: 7bea7295fe 2024-01-11 16:38:09 +00:00
README.md

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.