author | hgs |
Wed, 23 Jun 2010 12:52:28 +0100 | |
changeset 176 | af6ec97d9189 |
parent 33 | 0173bcd7697c |
child 244 | a77889bee936 |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 1998-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". |
|
7 |
// |
|
8 |
// Initial Contributors: |
|
9 |
// Nokia Corporation - initial contribution. |
|
10 |
// |
|
11 |
// Contributors: |
|
12 |
// |
|
13 |
// Description: |
|
14 |
// e32test/resmanus/resourcecontrol.mmp |
|
15 |
// Create a test version of the resmanus LDD |
|
16 |
// |
|
17 |
// |
|
18 |
||
19 |
#include <kernel/kern_ext.mmh> |
|
20 |
||
21 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
22 |
USERINCLUDE ../resourceman/resourceman_psl |
|
23 |
USERINCLUDE ../../../kernel/eka/drivers |
|
24 |
USERINCLUDE ../../../kernel/eka/include/drivers |
|
25 |
||
26 |
// speed optimisations |
|
27 |
#ifdef MARM_ARMV5 |
|
28 |
// ALWAYS_BUILD_AS_ARM |
|
29 |
OPTION ARMCC -O3 -Otime |
|
30 |
#endif |
|
31 |
||
32 |
macro RESOURCE_MANAGER_SIMULATED_PSL |
|
33 |
macro BTRACE_RESMANUS |
|
34 |
macro PRM_US_INSTRUMENTATION_MACRO |
|
35 |
||
36 |
sourcepath ../../../kernel/eka/drivers/resmanus |
|
37 |
||
38 |
target resourcecontrol.ldd |
|
39 |
targettype ldd |
|
40 |
source d_resmanus.cpp |
|
41 |
library resourcecontroller.lib |
|
42 |
||
43 |
start wins |
|
44 |
win32_headers |
|
45 |
end |
|
46 |
||
47 |
uid 0x100000af 0x10285812 |
|
48 |
capability all |
|
49 |
||
50 |
VENDORID 0x70000001 |
|
33
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
51 |
SMPSAFE |
0 | 52 |
|
53 |