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

Commit c9782c2e authored by Maxim Pleshivenkov's avatar Maxim Pleshivenkov
Browse files

Update VehicleApPowerStateShutdownParam

Add Emergency Shutdown to VehicleApPowerStateShutdownParam

Bug: 316026370
Change-Id: Ieb250e0d84314a9926fb87ebdb4aa92c247778e0
Test: manual build
parent 06801e82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,4 +40,5 @@ enum VehicleApPowerStateShutdownParam {
  SLEEP_IMMEDIATELY = 4,
  HIBERNATE_IMMEDIATELY = 5,
  CAN_HIBERNATE = 6,
  EMERGENCY_SHUTDOWN = 7,
}
+4 −0
Original line number Diff line number Diff line
@@ -45,4 +45,8 @@ enum VehicleApPowerStateShutdownParam {
     * AP can enter hibernation (suspend to disk) instead of shutting down completely.
     */
    CAN_HIBERNATE = 6,
    /**
     * AP must shutdown (gracefully) without a delay.
     */
    EMERGENCY_SHUTDOWN = 7,
}