platform_hardware_interfaces/automotive/vehicle
Yu Shan 60a76f0e04 Fix testListProperties test.
We should update the config count in the unit test for
ag/25331307.

Test: atest android.hardware.automotive.vehicle@2.0-default-impl-unit-tests
Bug: 310035422
Change-Id: I821e43ec7fda31007457821186cce7fd0bc4f9b6
2023-11-30 11:14:11 -08:00
..
2.0 Fix testListProperties test. 2023-11-30 11:14:11 -08:00
aidl Merge "Make refreshTimestamp atomic." into main 2023-11-28 23:03:46 +00:00
aidl_property Define a new BACKPORTED vehicle property group. 2023-10-27 22:11:04 +00:00
proto Adjust path to sdv_ivi_cf 2023-09-27 16:08:51 +02:00
tools Generated EnumForVehicleProperty.java from VehicleProeprty.aidl 2023-10-06 02:44:36 +00:00
vts Handle prop not supported correctly. 2023-10-11 11:58:06 -07: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
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.