First public contribution.
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32\include\e32power.h
18 #ifndef __E32POWER_H__
19 #define __E32POWER_H__
30 System-wide power states
34 /** The system is fully operational; could be busy or idle */
36 /** The system sleeps keeping the full memory state in RAM */
38 /** System is off; can go to active by rebooting only */
40 /** The system restarts - i.e. switches off and then back on */
42 /** An integer that strictly greater of any legal power state value */
53 User-level domain manager's interface to Kernel-level power management.
59 IMPORT_C static TInt EnableWakeupEvents(TPowerState);
60 IMPORT_C static void DisableWakeupEvents();
61 IMPORT_C static void RequestWakeupEventNotification(TRequestStatus&);
62 IMPORT_C static void CancelWakeupEventNotification();
63 IMPORT_C static TInt PowerDown();