You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
2 years ago
..
GeneratorHub Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
hardware Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
obd2frame Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
userhal Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
README.md Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago

README.md

Fake reference AIDL VHAL implementation libraries


This directory stores libraries for implementing a fake reference AIDL VHAL.

WARNING: All the libraries here are for TEST ONLY.

GeneratorHub

Defines a library FakeVehicleHalValueGenerators that could generate fake vehicle property values for testing.

hardware

Defines a fake implementation for device-specifc interface IVehicleHardware: FakeVehicleHardware. This implementation uses a in-memory map for storing property values and does not communicate with or depending on any specific vehicle bus.

obd2frame

Defines a library FakeObd2Frame that generates fake OBD2 frame for OBD2 properties.

userhal

Defines a library FakeUserHal that emulates a real User HAL behavior by parsing debug commands.