|
1 /* |
|
2 * Copyright (c) 2007 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 IPSSosPlugin |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
22 |
|
23 TARGET ipssosplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x2000E53D |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 VERSION KEmailBinaryVersionNumber |
|
30 KEmailBinaryDemandPaging |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE ipsplgbaseoperation.cpp |
|
34 SOURCE ipsplgdeletelocal.cpp |
|
35 SOURCE ipsplgdeleteremote.cpp |
|
36 SOURCE ipsplgdisconnectop.cpp |
|
37 SOURCE ipsplgeventtimer.cpp |
|
38 SOURCE ipsplgimap4connectop.cpp |
|
39 SOURCE ipsplgimap4fetchattachmentop.cpp |
|
40 SOURCE ipsplgimap4plugin.cpp |
|
41 SOURCE ipsplgimap4populateop.cpp |
|
42 SOURCE ipsplgimap4moveremoteop.cpp |
|
43 SOURCE ipsplgimplementationtable.cpp |
|
44 SOURCE ipsplgmrulist.cpp |
|
45 SOURCE ipsplgmsgiterator.cpp |
|
46 SOURCE ipsplgmsgkey.cpp |
|
47 SOURCE ipsplgmsgmapper.cpp |
|
48 SOURCE ipsplgmsgswap.cpp |
|
49 SOURCE ipsplgonlineoperation.cpp |
|
50 SOURCE ipsplgoperationwait.cpp |
|
51 SOURCE ipsplgpop3connectop.cpp |
|
52 SOURCE ipsplgpop3fetchoperation.cpp |
|
53 SOURCE ipsplgpop3plugin.cpp |
|
54 SOURCE ipsplgsearch.cpp |
|
55 SOURCE ipsplgsearchop.cpp |
|
56 SOURCE ipsplgsettingsobserver.cpp |
|
57 SOURCE ipsplgsingleopwatcher.cpp |
|
58 SOURCE ipsplgsmtpoperation.cpp |
|
59 SOURCE ipsplgsmtpservice.cpp |
|
60 SOURCE ipsplgsosbaseplugin.cpp |
|
61 SOURCE ipsplgtimeroperation.cpp |
|
62 SOURCE ipsplgeventhandler.cpp |
|
63 SOURCE ipsplgpropertywatcher.cpp |
|
64 SOURCE ipsplgtextsearcher.cpp |
|
65 SOURCE ipsplgconnectandrefreshfolderlist.cpp |
|
66 SOURCE ipsplgsyncstatehandler.cpp |
|
67 |
|
68 SOURCEPATH ../data |
|
69 |
|
70 // ECom resource |
|
71 START RESOURCE 2000E53D.rss |
|
72 TARGET ipssosplugin.rsc |
|
73 TARGETPATH ECOM_RESOURCE_DIR |
|
74 END |
|
75 |
|
76 USERINCLUDE ../inc |
|
77 USERINCLUDE ../../../inc |
|
78 USERINCLUDE ../../inc |
|
79 |
|
80 APP_LAYER_SYSTEMINCLUDE |
|
81 |
|
82 LIBRARY estor.lib |
|
83 LIBRARY efsrv.lib |
|
84 LIBRARY ecom.lib |
|
85 LIBRARY euser.lib |
|
86 LIBRARY msgs.lib |
|
87 LIBRARY etext.lib |
|
88 LIBRARY imcm.lib |
|
89 LIBRARY gsecomplugin.lib |
|
90 LIBRARY gsframework.lib |
|
91 LIBRARY fsmailframework.lib |
|
92 LIBRARY fsfwcommonlib.lib |
|
93 LIBRARY bafl.lib |
|
94 LIBRARY eikcore.lib |
|
95 LIBRARY cone.lib |
|
96 LIBRARY centralrepository.lib |
|
97 LIBRARY ipssossettings.lib |
|
98 LIBRARY AlwaysOnlineManagerClient.lib |
|
99 LIBRARY CommonEngine.lib |
|
100 LIBRARY charconv.lib |
|
101 LIBRARY ConnMon.lib |
|
102 LIBRARY avkon.lib |
|
103 LIBRARY cmaillogger.lib |
|
104 |
|
105 // logging |
|
106 DEBUGLIBRARY flogger.lib |
|
107 |
|
108 DEFFILE IPSSOSPLUGIN.DEF |