commit | e3fc6e07950bc587cd90c0fdfd51b24b1d45e60a | [log] [tgz] |
---|---|---|
author | asafro <asafro@google.com> | Tue Jan 24 13:48:25 2017 -0800 |
committer | asafro <asafro@google.com> | Tue Jan 24 13:50:29 2017 -0800 |
tree | 7fbcdcd43f5f22275eecd158d9248dfd4f496f9e | |
parent | b2a560a17e0be32b72b1cb5c0ce2b023993efaf2 [diff] [blame] |
Rename the VMDS property to VMS which is how it is called now. Test: Fixed HAL tests with the new property name Bug:34682582 Change-Id: Ibed6a7d82de070087409da04e5a42e30f5cf3252
diff --git a/vehicle/2.0/default/tests/VehicleHalTestUtils.h b/vehicle/2.0/default/tests/VehicleHalTestUtils.h index b6a5c31..538c022 100644 --- a/vehicle/2.0/default/tests/VehicleHalTestUtils.h +++ b/vehicle/2.0/default/tests/VehicleHalTestUtils.h
@@ -107,7 +107,7 @@ // Complex data type. { - .prop = VehicleProperty::VEHICLE_MAPS_DATA_SERVICE, + .prop = VehicleProperty::VEHICLE_MAP_SERVICE, .access = VehiclePropertyAccess::READ_WRITE, .changeMode = VehiclePropertyChangeMode::ON_CHANGE }