author | hgs |
Thu, 12 Aug 2010 11:55:14 +0100 | |
changeset 244 | a77889bee936 |
parent 33 | 0173bcd7697c |
child 257 | 3e88ff8f41d5 |
child 291 | 206a6eaaeb71 |
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 |
|
244 | 33 |
macro _DUMP_TRACKERS |
0 | 34 |
macro BTRACE_RESMANUS |
35 |
macro PRM_US_INSTRUMENTATION_MACRO |
|
36 |
||
37 |
sourcepath ../../../kernel/eka/drivers/resmanus |
|
38 |
||
39 |
target resourcecontrol.ldd |
|
40 |
targettype ldd |
|
41 |
source d_resmanus.cpp |
|
42 |
library resourcecontroller.lib |
|
43 |
||
44 |
start wins |
|
45 |
win32_headers |
|
46 |
end |
|
47 |
||
48 |
uid 0x100000af 0x10285812 |
|
49 |
capability all |
|
50 |
||
51 |
VENDORID 0x70000001 |
|
33
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
52 |
SMPSAFE |
0 | 53 |
|
54 |