History log of /hardware/interfaces/automotive/vehicle/2.0/default/common/src/Obd2SensorStore.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
250139c8b076609e59ab9137fd8a04dc93fa5afe 25-Aug-2017 Pavel Maltsev <pavelm@google.com> Merge Vehicle HAL 2.1 iface to 2.0

Vehicle HAL is property based and all properties are considered
optional. It is quite a bit of pain to create new versions of VHAL only
to extend properties.

Bug: 64303350

Test: build and flash, verefied system works stable.
Change-Id: I8adb858f53a5d9d31f7444bf97ae09baf2fffafa
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/Obd2SensorStore.cpp
7debe91a9777cfbec99d316560ee4eb751aaa994 21-Feb-2017 Enrico Granata <egranata@google.com> Move OBD2 support to Vehicle HAL 2.1.

For O-MR1.
Test: build
Bug: 34746908
Change-Id: I369e6531b8957d8e03154fdf5d732e8242a3c245
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/Obd2SensorStore.cpp
c5344ac04c430486633521098fdb63887546a32a 08-Feb-2017 Pavel Maltsev <pavelm@google.com> Initial submit of Vehicle HAL 2.1

Major changes / decisions:

- created empty IVehicle@2.1 interface to distinguish HAL impls
from client's (Car Service) perspective;
- created default 2.1 implementation that currently delegates all
calls to existing 2.0 implementation
- had to refactor a little bit 2.0 thus components could be esily
imported in 2.1

TOOD:
- move OBD and VMS code to 2.1
- decouple "DefaultVehicleHal.cpp"
- rename "DefaultVehicleHal" to Emulator (let's call things by their names)

b/34716856

Test: todo

Change-Id: Ib23650ca1277f0dfb24e5c789d65a19dce8b1abc
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/Obd2SensorStore.cpp