Merge "Added FUEL_CONSUMPTION_UNITS_DISTANCE_OVER_VOLUME" into tm-qpr-dev

This commit is contained in:
Tyler Trephan 2022-07-18 20:51:47 +00:00 committed by Android (Google) Code Review
commit 0f36c8aef4

View file

@ -478,6 +478,15 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
},
.initialValue = {.int32Values = {(int)VehicleUnit::LITER}}},
{.config =
{
.prop = toInt(
VehicleProperty::FUEL_CONSUMPTION_UNITS_DISTANCE_OVER_VOLUME),
.access = VehiclePropertyAccess::READ_WRITE,
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
},
.initialValue = {.int32Values = {1}}},
{.config =
{
.prop = toInt(VehicleProperty::HW_KEY_INPUT),