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

Commit 4b9528d9 authored by Sean Hong's avatar Sean Hong Committed by Automerger Merge Worker
Browse files

Merge "Add ENGINE_COOLANT_TEMP property for the emulator" into tm-qpr-dev am:...

Merge "Add ENGINE_COOLANT_TEMP property for the emulator" into tm-qpr-dev am: d2c9ac62 am: e66a30e4

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/18803505



Change-Id: Ic2ab71edd8dc4545aed9da6ff42bdc6545db55ad
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a9284091 e66a30e4
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -722,6 +722,16 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
                 },
         .initialValue = {.int32Values = {toInt(VehicleIgnitionState::ON)}}},

        {.config =
                 {
                         .prop = toInt(VehicleProperty::ENGINE_COOLANT_TEMP),
                         .access = VehiclePropertyAccess::READ,
                         .changeMode = VehiclePropertyChangeMode::CONTINUOUS,
                         .minSampleRate = 1.0f,
                         .maxSampleRate = 10.0f,
                 },
         .initialValue = {.floatValues = {75.0f}}},

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