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