commit | d567a2a15954df0ceadb390217371a4aea233234 | [log] [tgz] |
---|---|---|
author | Pavel Maltsev <pavelm@google.com> | Wed Dec 14 16:07:29 2016 -0800 |
committer | Pavel Maltsev <pavelm@google.com> | Tue Dec 20 14:12:50 2016 -0800 |
tree | 1afcefdb498314e85db5d292ff37d6c567b53c53 | |
parent | 8d1d2714f665759cc5213f9cda0465c1273bf46f [diff] [blame] |
Introduce ignition state property in VHAL Bug: b/32312972 Test: added tests in Car Service (another CL), also this property should be veirified in VTS Change-Id: I3531227f2f12806a67926cfd930547df54475991
diff --git a/vehicle/2.0/default/impl/DefaultConfig.h b/vehicle/2.0/default/impl/DefaultConfig.h index e4ca5ca..5b6a9b7 100644 --- a/vehicle/2.0/default/impl/DefaultConfig.h +++ b/vehicle/2.0/default/impl/DefaultConfig.h
@@ -167,6 +167,12 @@ .maxInt32Value = 10 } } + }, + + { + .prop = VehicleProperty::IGNITION_STATE, + .access = VehiclePropertyAccess::READ, + .changeMode = VehiclePropertyChangeMode::ON_CHANGE, } };