f59b886f80
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 |
||
---|---|---|
.. | ||
2.0 | ||
aidl | ||
aidl_property | ||
proto | ||
tools | ||
vts | ||
Android.bp | ||
OWNERS | ||
README.md | ||
TEST_MAPPING | ||
vhal_static_cpp_lib.mk |
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.