Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2619443e authored by Jordan Jozwiak's avatar Jordan Jozwiak
Browse files

Add DISTANCE_DISPLAY_UNIT to google VHAL

Bug: 138816759
Test: aae app vhal apply google & dump properties
Change-Id: I6a4d571975d5fe7ba6419cd4c37b734f21162f41
parent 71c26930
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -556,6 +556,13 @@ const ConfigDeclaration kVehicleProperties[]{
                    .configArray = {(int)VehicleUnit::FAHRENHEIT, (int)VehicleUnit::CELSIUS}},
         .initialValue = {.int32Values = {(int)VehicleUnit::FAHRENHEIT}}},

        {.config = {.prop = toInt(VehicleProperty::DISTANCE_DISPLAY_UNITS),
                    .access = VehiclePropertyAccess::READ_WRITE,
                    .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                    .configArray = {(int)VehicleUnit::KILOMETER, (int)VehicleUnit::MILE},
                    .areaConfigs = {VehicleAreaConfig{.areaId = (0)}}},
         .initialValue = {.int32Values = {(int)VehicleUnit::MILE}}},

        {.config =
                 {
                         .prop = toInt(VehicleProperty::NIGHT_MODE),