platform_hardware_interfaces/automotive/vehicle
2024-06-12 18:21:53 +00:00
..
2.0 Merge "Migrate Test Targets to New Android Ownership Model" into main am: 98ef872235 am: 8d119d3d0c 2024-04-22 15:41:18 +00:00
aidl Merge "Revert^2 "Add PER_DISPLAY_MAX_BRIGHTNESS VHAL property."" into main 2024-06-11 23:52:21 +00:00
aidl_property Merge "Added supportedEnums logic description to enum files" into main 2024-06-12 18:21:53 +00:00
proto Adjust path to sdv_ivi_cf 2023-09-27 16:08:51 +02:00
tools Update the imports to androidx.test.filters.* 2024-05-10 19:06:09 +00:00
vts Create version specific dir for generated libs. 2024-04-26 15:45:17 -07: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 Add README files to VHAL codebase. 2022-06-04 01:12:49 +00:00
TEST_MAPPING Add subscribe to VHAL proto. 2024-05-20 12:16:17 -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.