author | hgs |
Tue, 24 Aug 2010 14:42:58 +0100 | |
changeset 252 | 0a40b8675b23 |
parent 244 | a77889bee936 |
child 257 | 3e88ff8f41d5 |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2007-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/group/extendedrescontrol_psl.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
#include <kernel/kern_ext.mmh> |
|
19 |
||
20 |
target resourcecontrollerextended.pdd |
|
21 |
targettype pdd |
|
22 |
||
23 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
24 |
||
25 |
macro BTRACE_RESOURCE_MANAGER |
|
26 |
macro RESOURCE_MANAGER_SIMULATED_PSL |
|
244 | 27 |
macro _DUMP_TRACKERS |
0 | 28 |
macro PRM_INSTRUMENTATION_MACRO |
29 |
macro PRM_ENABLE_EXTENDED_VERSION |
|
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
30 |
//macro DEBUG_VERSION //Enable if wanted to check for Lock and critical section count checker |
0 | 31 |
|
32 |
// all exported APIs |
|
33 |
sourcepath ../../../kernel/eka/drivers/resourceman |
|
34 |
source resourceman.cpp resource.cpp resource_extend.cpp rescontrol_export.cpp |
|
35 |
source resourcecontrol.cpp resourcecontrol_extended.cpp |
|
36 |
||
37 |
sourcepath ../resourceman/resourceman_psl/ |
|
38 |
source rescontrol_psl.cpp rescontrol_extended_psl.cpp |
|
39 |
||
40 |
||
41 |
deffile ../~/resourcecontroller_extended.def |
|
42 |
nostrictdef |
|
43 |
||
44 |
||
45 |
epocallowdlldata |
|
46 |
||
47 |
uid 0x100039d0 0x10285812 |
|
48 |
capability all |
|
49 |
||
50 |
start wins |
|
51 |
win32_headers |
|
52 |
end |
|
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
53 |
|
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
54 |
macro CPU_AFFINITY_ANY |
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
55 |
SMPSAFE |