Merge "VHAL for PERF_VEHICLE_SPEED_DISPLAY." into tm-qpr-dev

This commit is contained in:
Jusik Chung
2023-02-21 23:57:42 +00:00
committed by Android (Google) Code Review

View File

@@ -167,7 +167,15 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
.maxSampleRate = 10.0f,
},
.initialValue = {.floatValues = {0.0f}}},
{.config =
{
.prop = toInt(VehicleProperty::PERF_VEHICLE_SPEED_DISPLAY),
.access = VehiclePropertyAccess::READ,
.changeMode = VehiclePropertyChangeMode::CONTINUOUS,
.minSampleRate = 1.0f,
.maxSampleRate = 10.0f,
},
.initialValue = {.floatValues = {0.0f}}},
{.config =
{
.prop = toInt(VehicleProperty::VEHICLE_SPEED_DISPLAY_UNITS),