platform_hardware_interfaces/automotive/vehicle
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
..
2.0 Merge "Update CustomInputType functions comment" am: 3d008424b7 am: 6ff664e119 am: be4c734096 2022-11-23 18:40:25 +00:00
aidl Add HAL changes for AUTOMATIC_EMERGENCY_BRAKING_ENABLED 2023-01-02 15:39:35 -08:00
proto Move VehicleHalProto out from vhal_v2_0. 2022-01-21 15:30:52 -08:00
tools Fix a bug for generating enum script. 2022-07-14 00:34:18 +00:00
vts Add HAL changes for AUTOMATIC_EMERGENCY_BRAKING_ENABLED 2023-01-02 15:39:35 -08:00
OWNERS Add owners file for VHAL. 2022-01-19 11:22:47 -08:00
README.md Add README files to VHAL codebase. 2022-06-04 01:12:49 +00:00
TEST_MAPPING Create JsonConfigLoader. 2022-08-01 21:29:17 +00:00

Vehicle Hardware Abstraction Layer (VHAL)


This directory stores the VHAL interface definition and VHAL reference implementation.

2.0 (deprecated)

HIDL based VHAL interface and reference implementation.

aidl

AIDL based VHAL interfadce and reference implementation.

proto

Protobuf used to pass message between emulator VHAL and emulator.

tools

Dev tools related to VHAL.

vts

VTS test for VHAL. The VTS test works for both AIDL and HIDL VHAL implementation. Vendor implementation of VHAL must passes VTS.