Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +10 −0 Original line number Diff line number Diff line Loading @@ -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), Loading Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +10 −0 Original line number Diff line number Diff line Loading @@ -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), Loading