platform_hardware_interfaces/automotive/vehicle
Aaqib Ismail 1ce072d300 Capitalize specific terms and add periods to end of
first sentence in HAL docs

The terms that are capitalized have associated acronyms.

Bug: 264476063
Test: presubmit
Change-Id: I595bdae60ec86516c95e31467b20062c8e33ebaa
2023-03-10 17:40:11 -08:00
..
2.0 Updated HVAC property docs with go/revising-hvac-additional-rule 2023-02-27 23:36:54 +00:00
aidl Add VHAL Requests and Results Proto Messages 2023-03-10 12:40:15 -08:00
aidl_property Capitalize specific terms and add periods to end of 2023-03-10 17:40:11 -08: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 Merge "Added ADAPTIVE_CRUISE_CONTROL_LEAD_VEHICLE_MEASURED_DISTANCE to HAL." into udc-dev 2023-03-07 17:46:15 +00:00
Android.bp Split VHAL property into a separate AIDL interface. 2023-01-09 16:52:38 -08: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 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.