platform_hardware_interfaces/automotive/vehicle
Yu Shan 7502bc52b8 Merge changes I35f4860e,I4f02885b into main am: e2e4e54a0a
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3096235

Change-Id: Ie659c0ee8001e931e45744b5edbd6cf9a647a526
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-05-24 23:18:52 +00:00
..
2.0 Merge Android 24Q2 Release (ab/11526283) to aosp-main-future 2024-05-24 08:28:04 -07:00
aidl Merge changes I35f4860e,I4f02885b into main am: e2e4e54a0a 2024-05-24 23:18:52 +00:00
aidl_property Merge Android 24Q2 Release (ab/11526283) to aosp-main-future 2024-05-24 08:28:04 -07:00
proto Adjust path to sdv_ivi_cf 2023-09-27 16:08:51 +02:00
tools Generated UnitsForVehicleProperty.java from VehicleProeprty.aidl 2024-02-20 04:57:04 +00:00
vts Fix a bug in VUR VTS test. 2024-02-26 11:25:36 -08:00
Android.bp Create a skeleton Rust VHAL. 2024-01-26 23:06:56 +00:00
OWNERS Remove chenhaosjtuacm@google.com from automotive/vehicle/OWNERS 2024-04-16 17:41:30 +00:00
README.md
TEST_MAPPING Add subscribe to VHAL proto. am: 5c846f7cc9 2024-05-24 23:18:45 +00: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.