platform_hardware_interfaces/automotive/vehicle
Aaqib Ismail ba0124af54 Make 2.0-libproto-native visible to sdv_ivi_cf am: b5310066d4
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/24725582

Change-Id: Ie19139f92ade10a84f824921e9f5f0fb88a5c66c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-09-23 23:18:45 +00:00
..
2.0 Move flaky HIDL VHAL impl test to post submit. 2023-06-29 17:52:20 -07:00
aidl Merge "Rename reference VHAL to V3." into main 2023-09-19 19:41:03 +00:00
aidl_property Add UNKNOWN to VehicleAreaSeat aidl. 2023-08-11 13:24:29 -07:00
proto Make 2.0-libproto-native visible to sdv_ivi_cf 2023-09-19 12:38:27 -07:00
tools Allow empty preuload_files. 2023-08-30 11:51:04 -07:00
vts
Android.bp Update VHAL property version to v3. 2023-08-11 13:24:21 -07:00
OWNERS
README.md
TEST_MAPPING Add FakeVehicleStubUnitTest as presubmit. 2023-05-01 11:52:16 -07:00
vhal_static_cpp_lib.mk Update VHAL property version to v3. 2023-08-11 13:24:21 -07: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.