|
1 /* |
|
2 * Copyright (c) 2002-2004 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: This is project specification file for the |
|
15 * MeetingRequestSender. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET MeetingRequestSender.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x101F8870 |
|
26 VENDORID VID_DEFAULT |
|
27 VERSION 10.0 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 PAGED |
|
30 |
|
31 SOURCEPATH ../Src |
|
32 SOURCE MeetingRequestData.cpp |
|
33 SOURCE MeetingRequestSender.cpp |
|
34 SOURCE MeetingRequestSenderGroupProxy.cpp |
|
35 |
|
36 SOURCEPATH ../Group |
|
37 START RESOURCE 101F8870.rss |
|
38 TARGET MeetingRequestSender.rsc |
|
39 END |
|
40 |
|
41 USERINCLUDE ../Inc |
|
42 USERINCLUDE ../Group |
|
43 USERINCLUDE ../../Inc |
|
44 USERINCLUDE ../../genericmtmplugin/inc |
|
45 |
|
46 SYSTEMINCLUDE /epoc32/include/ECom |
|
47 SYSTEMINCLUDE ../../../../inc |
|
48 APP_LAYER_SYSTEMINCLUDE |
|
49 |
|
50 |
|
51 #if defined(ARMCC) |
|
52 DEFFILE ../eabi/ |
|
53 #elif defined( WINSCW ) |
|
54 DEFFILE ../bwinscw/ |
|
55 #elif defined( WINS ) |
|
56 DEFFILE ../bwins/ |
|
57 #else |
|
58 DEFFILE ../bmarm/ |
|
59 #endif |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY SendUi.lib |
|
63 LIBRARY msgs.lib // CMsvSession etc. |
|
64 LIBRARY imcm.lib |
|
65 LIBRARY etext.lib // CRichText etc. |
|
66 LIBRARY efsrv.lib // RFs |
|
67 LIBRARY estor.lib // CBufStore etc. |
|
68 LIBRARY eikcore.lib |
|
69 LIBRARY muiu.lib |
|
70 LIBRARY apmime.lib // TDataType |
|
71 LIBRARY SenduiDataUtils.lib |