platform_hardware_interfaces/automotive/vehicle
Treehugger Robot 7559fbaeb2 Merge "Update automotive.vehicle OWNERS file" into main am: 06d47be3d0
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2765946

Change-Id: I91b383d44c8e366f7a3e4c10fd2d591f0c836eed
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-09-28 00:52:18 +00:00
..
2.0 Merge "Updated vehicleManager_fuzzer" into main am: 7761d90af1 2023-09-25 04:34:27 +00:00
aidl Merge Android U (ab/10368041) 2023-08-25 13:29:30 -07:00
aidl_property Remove note for ADAS properties. 2023-05-05 15:19:22 -07:00
proto Move VehicleHalProto out from vhal_v2_0. 2022-01-21 15:30:52 -08:00
tools Turn off clang-format for vehicle property generated files 2023-01-30 21:33:05 +00:00
vts Removing DRIVER_ATTENTION_MONITORING properties from HAL layer. 2023-03-14 18:10:24 +00:00
Android.bp Split VHAL property into a separate AIDL interface. 2023-01-09 16:52:38 -08:00
OWNERS Update automotive.vehicle OWNERS file 2023-09-27 22:56:36 +00: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.