|
1 // Copyright (c) 2002-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 "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 // mmfcontrollerframework.dll MMF controller framework library |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 target mmfcontrollerframework.dll |
|
23 CAPABILITY ALL -TCB |
|
24 targettype DLL |
|
25 UID 0x1000008d 0x101F76DD |
|
26 VENDORID 0x70000001 |
|
27 UNPAGED |
|
28 |
|
29 // Define this macro if the controller threads are to use the client heap |
|
30 // For use for testing purposes only - principally enables out-of-memory/alloc testing on the controller |
|
31 //MACRO SYMBIAN_USE_CLIENT_HEAP |
|
32 |
|
33 // If this macro is defined, it is as if UseSharedHeap or equiv is always called. |
|
34 // For use for testing purposes only, note only valid if SYMBIAN_USE_CLIENT_HEAP is _not_ defined |
|
35 //MACRO SYMBIAN_FORCE_USE_SHARED_HEAP |
|
36 |
|
37 userinclude ../../inc |
|
38 USERINCLUDE ../../inc/mmf/ControllerFramework |
|
39 |
|
40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
41 |
|
42 SOURCEPATH ../../src/ControllerFramework |
|
43 source MMFControllerFramework.cpp |
|
44 source mmfcontrollerclient.cpp |
|
45 source mmfcontrollerserver.cpp |
|
46 source MMFControllerFrameworkBase.cpp |
|
47 source mmfcontrollerpluginresolver.cpp |
|
48 source RecMmfUtil.cpp |
|
49 source RecMmfUtilBody.cpp |
|
50 source mmfcontrollerheap.cpp |
|
51 source MMFFormatImplementationInformationBody.cpp |
|
52 source mmfcontrollerpatchdata.cpp |
|
53 |
|
54 library euser.lib |
|
55 library ecom.lib |
|
56 library efsrv.lib |
|
57 library estor.lib |
|
58 library bafl.lib |
|
59 library charconv.lib |
|
60 library inetprotutil.lib |
|
61 library mmcommonutils.lib |
|
62 library mmfdrmpluginserverproxy.lib |
|
63 |
|
64 #ifdef EABI |
|
65 DEFFILE MmfControllerFramework.def |
|
66 #endif |
|
67 |
|
68 #ifdef WINSCW |
|
69 DEFFILE MMFCONTROLLERFRAMEWORK.DEF |
|
70 #endif |
|
71 |
|
72 nostrictdef |
|
73 |
|
74 start wins |
|
75 baseaddress 0x4F340000 |
|
76 end |
|
77 |
|
78 |
|
79 |
|
80 |
|
81 |
|
82 SMPSAFE |