platform_hardware_interfaces/automotive/vehicle/aidl
Aaqib Ismail 5d53aa3b75 Add HAL changes for AUTOMATIC_EMERGENCY_BRAKING_ENABLED
Bug: 261743473
Test: atest VtsHalAutomotiveVehicle_TargetTest
      atest CtsCarTestCases:CarPropertyManagerTest
      atest CtsCarTestCases:VehiclePropertyIdsTest
Change-Id: I889c37a53949b5bd6cad7a376fab11b3dd455ebb
2023-01-02 15:39:35 -08:00
..
aidl_api/android.hardware.automotive.vehicle Add HAL changes for AUTOMATIC_EMERGENCY_BRAKING_ENABLED 2023-01-02 15:39:35 -08:00
aidl_test Generate enum for VehicleProperty annotations. 2022-07-07 01:25:09 +00:00
android/hardware/automotive/vehicle Add HAL changes for AUTOMATIC_EMERGENCY_BRAKING_ENABLED 2023-01-02 15:39:35 -08:00
generated_lib Add HAL changes for AUTOMATIC_EMERGENCY_BRAKING_ENABLED 2023-01-02 15:39:35 -08:00
impl Add HAL changes for AUTOMATIC_EMERGENCY_BRAKING_ENABLED 2023-01-02 15:39:35 -08:00
Android.bp Mark modules frozen explicitly. 2022-12-08 18:02:08 +00: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.