platform_hardware_interfaces/automotive/vehicle
Aaqib Ismail f59b886f80 Add HAL changes for FORWARD_COLLISION_WARNING_STATE
This property supports error states in addition to its own state.
This is why the comments mention two @data_enums for this property.
This works because states are integer values so as long as all states
have distinct integer values, this functions correctly.

Bug: 264946034
Test: atest VtsHalAutomotiveVehicle_TargetTest
Test: atest CtsCarTestCases:CarPropertyManagerTest
Test: atest CtsCarTestCases:VehiclePropertyIdsTest
Test: atest ForwardCollisionWarningStateTest
Change-Id: Ib9292d8e64cc0d404065efccbfcf7fabd9fd1f69
2023-01-17 15:13:16 -08:00
..
2.0 Made default units consistent in deprecated DefaultConfig.h 2023-01-13 01:43:37 +00:00
aidl Add HAL changes for FORWARD_COLLISION_WARNING_STATE 2023-01-17 15:13:16 -08:00
aidl_property Add HAL changes for FORWARD_COLLISION_WARNING_STATE 2023-01-17 15:13:16 -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 FORWARD_COLLISION_WARNING_STATE 2023-01-17 15:13:16 -08:00
Android.bp Split VHAL property into a separate AIDL interface. 2023-01-09 16:52:38 -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
vhal_static_cpp_lib.mk Split VHAL property into a separate AIDL interface. 2023-01-09 16:52:38 -08: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.