Name | Updated at | |
---|---|---|
GeneratorHub | ||
hardware | ||
obd2frame | ||
userhal | ||
README.md |
This directory stores libraries for implementing a fake reference AIDL VHAL.
WARNING: All the libraries here are for TEST ONLY.
Defines a library FakeVehicleHalValueGenerators
that could generate fake
vehicle property values for testing.
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.
Defines a library FakeObd2Frame
that generates fake OBD2 frame for OBD2
properties.
Defines a library FakeUserHal
that emulates a real User HAL behavior by
parsing debug commands.