|
1 /* |
|
2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Project definition file for project GenericMtmPlugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 // --- LOGGING --- |
|
23 //MACRO USE_LOGGER // HW debugging support |
|
24 //LIBRARY Flogger.lib // RFileLogger, debug logging |
|
25 // --- LOGGING --- |
|
26 |
|
27 TARGET genericmtmplugin.dll |
|
28 TARGETTYPE PLUGIN |
|
29 UID 0x10009D8D 0x102823B7 |
|
30 VERSION 10.0 |
|
31 CAPABILITY CAP_ECOM_PLUGIN |
|
32 VENDORID VID_DEFAULT |
|
33 PAGED |
|
34 |
|
35 SOURCEPATH ../src |
|
36 SOURCE genericmtmplugin.cpp |
|
37 SOURCE genericmtmgroupproxy.cpp |
|
38 SOURCE SendUiDummyMtm.cpp |
|
39 |
|
40 SOURCEPATH ../group |
|
41 START RESOURCE 102823B7.rss |
|
42 HEADER |
|
43 TARGET genericmtmplugin.rsc |
|
44 END // RESOURCE |
|
45 |
|
46 USERINCLUDE ../inc |
|
47 USERINCLUDE ../../inc |
|
48 |
|
49 SYSTEMINCLUDE /epoc32/include/ecom |
|
50 SYSTEMINCLUDE ../../../../inc |
|
51 APP_LAYER_SYSTEMINCLUDE |
|
52 |
|
53 |
|
54 #if defined(ARMCC) |
|
55 DEFFILE ../eabi/ |
|
56 #elif defined( WINSCW ) |
|
57 DEFFILE ../bwinscw/ |
|
58 #elif defined( WINS ) |
|
59 DEFFILE ../bwins/ |
|
60 #else |
|
61 DEFFILE ../bmarm/ |
|
62 #endif |
|
63 |
|
64 LIBRARY euser.lib |
|
65 LIBRARY efsrv.lib |
|
66 LIBRARY sendui.lib |
|
67 LIBRARY senduidatautils.lib |
|
68 LIBRARY eikcoctl.lib |
|
69 LIBRARY msgs.lib |
|
70 LIBRARY muiu.lib |
|
71 LIBRARY muiu_internal.lib |
|
72 LIBRARY mtur.lib |
|
73 LIBRARY etext.lib |
|
74 LIBRARY estor.lib |
|
75 LIBRARY avkon.lib |
|
76 LIBRARY eikcore.lib // appuifactory |
|
77 LIBRARY commonengine.lib // Resource loader |
|
78 LIBRARY servicehandler.lib // AIW |
|
79 LIBRARY aknnotify.lib // CAknGlobalNote |
|
80 LIBRARY apmime.lib // TDataType |
|
81 LIBRARY featmgr.lib // Feature Manager |
|
82 LIBRARY mcesettings.lib |
|
83 LIBRARY imumutils.lib |
|
84 |
|
85 |