equal
deleted
inserted
replaced
|
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 // e32/drivers/resmanus/resmanus.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 #include "../../kernel/kern_ext.mmh" |
|
19 |
|
20 USERINCLUDE ../../include/drivers |
|
21 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
22 |
|
23 // speed optimisations |
|
24 #ifdef MARM_ARMV5 |
|
25 // ALWAYS_BUILD_AS_ARM |
|
26 OPTION ARMCC -O3 -Otime |
|
27 #endif |
|
28 |
|
29 macro BTRACE_RESMANUS |
|
30 macro PRM_US_INSTRUMENTATION_MACRO |
|
31 |
|
32 target resman.ldd |
|
33 targettype kext |
|
34 source d_resmanus.cpp |
|
35 |
|
36 deffile ../../~/ldd.def |
|
37 |
|
38 noexportlibrary |
|
39 |
|
40 start wins |
|
41 win32_headers |
|
42 end |
|
43 |
|
44 uid 0x100000af 0x10285812 |
|
45 capability all |
|
46 |
|
47 VENDORID 0x70000001 |
|
48 |
|
49 SMPSAFE |
|
50 MACRO CPU_AFFINITY_ANY |