RestartSys.dll

RestartSys.dll is used when the recovery policy of a failed component specifies that the device must be restarted.

RestartSys.dll will be used as a plug-in through system health manager. Device creators must provide their own implementation of this DLL and implement the following APIs declared in restartsys.h file:

IMPORT_C static TInt RestartSystem() and

IMPORT_C static TInt RestartSystem( TInt aStartupMode ).