|
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 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
23 |
|
24 TARGET IPSSosAOPlugin.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D 0x200100BA |
|
27 CAPABILITY CAP_GENERAL_DLL -DRM |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 VERSION KEmailBinaryVersionNumber |
|
31 KEmailBinaryDemandPaging |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE IpsPlgAOPluginImplementationTable.cpp |
|
35 SOURCE IpsSosAOPluginEComInterface.cpp |
|
36 SOURCE IpsSosAOPluginTimer.cpp |
|
37 SOURCE IpsSosAOSmtpAgent.cpp |
|
38 SOURCE IpsSosAOSmtpLogic.cpp |
|
39 SOURCE IpsSosAOSmtpSendWatcher.cpp |
|
40 SOURCE IpsSosAOImapPopLogic.cpp |
|
41 SOURCE IpsSosAOEMNResolver.cpp |
|
42 SOURCE IpsSosAOMboxLogic.cpp |
|
43 SOURCE IpsSosAOBaseAgent.cpp |
|
44 SOURCE IpsSosAOSchedulerUtils.cpp |
|
45 SOURCE IpsSosAOPopAgent.cpp |
|
46 SOURCE IpsSosAOImapAgent.cpp |
|
47 |
|
48 SOURCEPATH ../data |
|
49 |
|
50 // Ecom resource |
|
51 START RESOURCE 200100BA.rss |
|
52 TARGET IPSSosAOPlugin.rsc |
|
53 TARGETPATH ECOM_RESOURCE_DIR |
|
54 END |
|
55 |
|
56 USERINCLUDE ../inc |
|
57 USERINCLUDE ../../inc |
|
58 USERINCLUDE ../../../inc |
|
59 |
|
60 APP_LAYER_SYSTEMINCLUDE |
|
61 |
|
62 LIBRARY ecom.lib |
|
63 LIBRARY euser.lib |
|
64 LIBRARY msgs.lib |
|
65 LIBRARY etext.lib |
|
66 LIBRARY imcm.lib |
|
67 LIBRARY gsecomplugin.lib |
|
68 LIBRARY eikcore.lib |
|
69 LIBRARY ipssosplugin.lib |
|
70 LIBRARY IpsSosSettings.lib |
|
71 LIBRARY cmaillogger.lib |
|
72 DEBUGLIBRARY flogger.lib |
|
73 DEFFILE IPSSOSAOPLUGIN.DEF |