|
1 /* |
|
2 * Copyright (c) 2005 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 specification file for Meeting Request Utils. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include "../../inc/ICalUILogDef.h" |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 TARGET meetingrequestutils.dll |
|
25 TARGETTYPE PLUGIN |
|
26 |
|
27 // TODO: replace 0x101f8869 with KMeetingRequestUtilsDllUID3 when meetingrequestuids.hrh can be included |
|
28 UID 0x10009D8D 0x101f8869 |
|
29 CAPABILITY CAP_ECOM_PLUGIN |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE main.cpp |
|
34 SOURCE CMRUtilsImpl.cpp |
|
35 SOURCE CMRUtilsEmailSender.cpp |
|
36 SOURCE CMRUtilsCalDbMgr.cpp |
|
37 SOURCE CMRUtilsCalDbBase.cpp |
|
38 SOURCE CMRUtilsCalDbNormal.cpp |
|
39 SOURCE CMRUtilsCalDbTombs.cpp |
|
40 SOURCE CMRUtilsCmdIterationAO.cpp |
|
41 SOURCE CMRUtilsGraveyardCleaner.cpp |
|
42 SOURCE MRUtilsFactory.cpp |
|
43 SOURCE CMRUtilsUiServices.cpp |
|
44 SOURCE CMREditBeforeSendingViewForm.cpp |
|
45 // Common ICalUi functionality |
|
46 SOURCE MRHelpers.cpp |
|
47 SOURCE MREntryConsultant.cpp |
|
48 SOURCE ICalUILog.cpp |
|
49 |
|
50 USERINCLUDE ../inc ../data ../../inc |
|
51 |
|
52 APP_LAYER_SYSTEMINCLUDE |
|
53 SYSTEMINCLUDE ../../../inc // organizer includes |
|
54 SYSTEMINCLUDE ../../inc // meetingui includes |
|
55 |
|
56 SOURCEPATH ../group |
|
57 START RESOURCE 101f8869.rss // KMeetingRequestUtilsDllUID3 == 0x101f8869 |
|
58 TARGET meetingrequestutils.rsc |
|
59 END |
|
60 |
|
61 SOURCEPATH ../data |
|
62 START RESOURCE meetingrequestutilsuires.rss |
|
63 HEADER |
|
64 TARGETPATH RESOURCE_FILES_DIR |
|
65 LANGUAGE_IDS |
|
66 END |
|
67 |
|
68 LIBRARY euser.lib |
|
69 LIBRARY ecom.lib |
|
70 LIBRARY estor.lib // RWriteStream |
|
71 LIBRARY bafl.lib // BaflUtils |
|
72 LIBRARY calinterimapi.lib |
|
73 LIBRARY msgs.lib // CMsvSession |
|
74 LIBRARY cone.lib |
|
75 LIBRARY sendui.lib |
|
76 LIBRARY efsrv.lib // RFs |
|
77 LIBRARY commonengine.lib // CStringResourceReader |
|
78 LIBRARY meetingrequestsender.lib |
|
79 LIBRARY calenimp.lib |
|
80 LIBRARY etext.lib |
|
81 LIBRARY eikcore.lib |
|
82 LIBRARY avkon.lib |
|
83 LIBRARY eikdlg.lib |
|
84 LIBRARY eikcoctl.lib |
|
85 LIBRARY featmgr.lib |
|
86 LIBRARY hlplch.lib |
|
87 LIBRARY CalenInterimUtils2.lib |
|
88 LIBRARY imcm.lib |
|
89 |
|
90 #ifdef ICALUI_LOG_TO_FILE |
|
91 LIBRARY flogger.lib // Only in debug builds |
|
92 #endif // ICALUI_LOG_TO_FILE |
|
93 |
|
94 // End of file |