platform_hardware_interfaces/automotive/vehicle
Treehugger Robot 761194a4de Merge "Updated vehicleManager_fuzzer" into main am: 7761d90af1 am: 6569dc7511 am: 535ac9f544 am: ae164210c6 am: 16eca29bce
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2097954

Change-Id: Ie303bd8e1c696af381034833a2f7251a6f3b1ca8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-09-25 08:13:17 +00:00
..
2.0 Merge "Updated vehicleManager_fuzzer" into main am: 7761d90af1 am: 6569dc7511 am: 535ac9f544 am: ae164210c6 am: 16eca29bce 2023-09-25 08:13:17 +00:00
aidl Merge changes from topic "sdv-vhal-emulator-service" into udc-qpr-dev-plus-aosp am: dfa4ae0d28 2023-09-23 23:18:53 +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 Removing DRIVER_ATTENTION_MONITORING properties from HAL layer. 2023-03-14 18:10:24 +00:00
Android.bp Update VHAL property version to v3. 2023-08-11 13:24:21 -07: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 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.