author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 21 Jun 2010 17:12:14 +0300 | |
branch | RCL_3 |
changeset 198 | 2bb754abd467 |
parent 31 | 56f325a607ea |
child 219 | 0ff03867bdb6 |
child 244 | a77889bee936 |
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/rescontrol_psl.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
#include <kernel/kern_ext.mmh> |
|
19 |
||
20 |
target resourcecontroller.pdd |
|
21 |
targettype pdd |
|
22 |
||
23 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
24 |
||
25 |
macro BTRACE_RESOURCE_MANAGER |
|
26 |
macro RESOURCE_MANAGER_SIMULATED_PSL |
|
27 |
macro PRM_INSTRUMENTATION_MACRO |
|
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
28 |
//macro DEBUG_VERSION //Enable if wanted to check for Lock and critical section count checker |
0 | 29 |
|
30 |
// all exported APIs |
|
31 |
sourcepath ../../../kernel/eka/drivers/resourceman |
|
32 |
source resourceman.cpp resource.cpp rescontrol_export.cpp resourcecontrol.cpp |
|
33 |
||
34 |
sourcepath ../resourceman/resourceman_psl/ |
|
35 |
source rescontrol_psl.cpp |
|
36 |
||
37 |
deffile ../~/resourcecontroller.def |
|
38 |
nostrictdef |
|
39 |
||
40 |
||
41 |
epocallowdlldata |
|
42 |
||
43 |
uid 0x100039d0 0x10285812 |
|
44 |
capability all |
|
45 |
||
46 |
start wins |
|
47 |
win32_headers |
|
48 |
end |
|
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
49 |
|
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
50 |
macro CPU_AFFINITY_ANY |
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
51 |
SMPSAFE |