platform_hardware_interfaces/automotive/vehicle
shrikar a45d1cfdc9 Added ELECTRONIC_STABILITY_CONTROL_STATE to HAL
Bug: 313455695
Test: atest VtsHalAutomotiveVehicle_TargetTest
FakeVehicleHardwareTest

Change-Id: I8d8d7d749f530a7c738c8a9dfd712496d118715a
2023-12-12 21:19:45 +00:00
..
2.0 Use timestamp from property store when get prop. 2023-11-30 13:06:07 -08:00
aidl Added ELECTRONIC_STABILITY_CONTROL_STATE to HAL 2023-12-12 21:19:45 +00:00
aidl_property Added ELECTRONIC_STABILITY_CONTROL_STATE to HAL 2023-12-12 21:19:45 +00:00
proto Adjust path to sdv_ivi_cf 2023-09-27 16:08:51 +02:00
tools Created new tool to partially generate java enum in framework from aidl 2023-12-02 00:03:25 +00:00
vts Added ELECTRONIC_STABILITY_CONTROL_STATE to HAL 2023-12-12 21:19:45 +00:00
Android.bp Added access field to VehicleAreaConfig.aidl 2023-10-21 17:20:54 +00:00
OWNERS Update automotive.vehicle OWNERS file 2023-09-27 22:56:36 +00:00
README.md Add README files to VHAL codebase. 2022-06-04 01:12:49 +00:00
TEST_MAPPING Fix proto converter and support VUR. 2023-10-30 14:03:00 -07:00
vhal_static_cpp_lib.mk Added access field to VehicleAreaConfig.aidl 2023-10-21 17:20:54 +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.