equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-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 "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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // powermgrcli.dll User side power and system resource management |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 target powermgrcli.dll |
|
23 CAPABILITY All -Tcb |
|
24 targettype DLL |
|
25 uid 0x1000008D 0x100066B2 |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 sourcepath ../src |
|
29 |
|
30 userinclude ../inc |
|
31 |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 source savenotf.cpp power.cpp |
|
35 |
|
36 library euser.lib hal.lib |
|
37 |
|
38 deffile POWERMGRCLI.DEF |
|
39 |
|
40 START WINS |
|
41 baseaddress 0x40600000 |
|
42 END |
|
43 |
|
44 SMPSAFE |