History log of /hardware/interfaces/automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
270aeae9f4aa06389d0f752ba05c4325a8690cdd 28-Mar-2017 Pavel Maltsev <pavelm@google.com> Remove dependency to libbinder in VHAL

Also, removed per property ACL as it was based on client UID

Test: mm -j ; verified Car Service works

Bug: b/36649684
Change-Id: I7625a013dda8e3ebce5b86a253a8c1befe267c11
(cherry picked from commit 72aebeb3ec070b6c334fab68b2c46f94868d014a)
/hardware/interfaces/automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp
dd1b9d395d7a91a8dd766fe4559696ae152035c0 22-Feb-2017 Antonio Cortes <antoniocortes@google.com> Post-O. Move VMS property to hal 2.1.

Test: build and flash Mojave board with TARGET_USES_CAR_FUTURE_FEATURES=true.
Test: check that the property is displayed in the logs during startup.
Bug: 35628104

Change-Id: I8b5327ae255cd94ac78a0436aac06b32e3168c28
/hardware/interfaces/automotive/vehicle/2.0/default/tests/VehicleHalManager_test.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/tests/VehicleHalManager_test.cpp
308515f65fcbc0592b3b7053dfbf7de6fbb9a806 07-Feb-2017 Pavel Maltsev <pavelm@google.com> Fix warning in Vehicle HAL

Test: mm -j

Change-Id: Ifc0654e912f3b592af90246af6d87324c469a8d3
Fix: b/34901911
/hardware/interfaces/automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp
2579fb792b4d47555515459f372f63c4305ee2ca 02-Feb-2017 Pavel Maltsev <pavelm@google.com> Move Vehicle HAL under automotive package

Test: verified unit tests and VTS are passing

Bug: b/33200203
Change-Id: I69cc4bc0d4cbc1a6bf2f77564a8f70412fe06947
/hardware/interfaces/automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp