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

Commit 71d8bd09 authored by Jordan Jozwiak's avatar Jordan Jozwiak Committed by Android (Google) Code Review
Browse files

Merge "Add the INFO_DRIVER_SEAT property."

parents 0a4d6133 c7250134
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -225,6 +225,16 @@ const ConfigDeclaration kVehicleProperties[]{
         },
     .initialValue = {.floatValues = {0.0f}}},

    {.config =
         {
             .prop = toInt(VehicleProperty::INFO_DRIVER_SEAT),
             .access = VehiclePropertyAccess::READ,
             .changeMode = VehiclePropertyChangeMode::STATIC,
             // this was a zoned property on an old vhal, but it is meant to be global
             .areaConfigs = {VehicleAreaConfig{.areaId = (0)}},
         },
     .initialValue = {.int32Values = {SEAT_1_LEFT}}},

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