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

Commit 10ccd94f authored by Antonio Cortes's avatar Antonio Cortes
Browse files

Placeholder for future implementation of VMS property in the default hal.

Test: build and flash Mojave board.
Bug: 35628104
Change-Id: I865d943b00b46ca1dd632ff3803702faec38f3f4
parent 04a1ef42
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -270,6 +270,11 @@ V2_0::StatusCode DefaultVehicleHal::set(
    case V2_0::toInt(V2_1::VehicleProperty::OBD2_FREEZE_FRAME_CLEAR):
        return clearObd2FreezeFrames(propValue);
        break;
    case V2_0::toInt(V2_1::VehicleProperty::VEHICLE_MAP_SERVICE):
        // Placeholder for future implementation of VMS property in the default hal. For now, just
        // returns OK; otherwise, hal clients crash with property not supported.
        return V2_0::StatusCode::OK;
        break;
    default:
        return mVehicleHal20->set(propValue);
    }