|
1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // imcm.dll Email client MTMs (SMTP, POP3, IMAP4) and email client-side utilities |
|
15 // imcm.rsc Resource file for imcm.dll Email client MTMs (SMTP, POP3, IMAP4) and email client-side utilities |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 TARGET imcm.dll |
|
24 TARGETPATH /system/libs |
|
25 TARGETTYPE dll |
|
26 |
|
27 CAPABILITY All -TCB |
|
28 UID 0x10003C5F 0x10004839 |
|
29 VENDORID 0x70000001 |
|
30 SOURCEPATH ../src |
|
31 SOURCE IMCMMAIN.CPP MIUTHDR.CPP MIUTPARS.CPP MIUTSET.CPP |
|
32 SOURCE POP3SET.CPP SMTPSET.CPP IMAPSET.CPP |
|
33 SOURCE MIUTLOG.CPP MIUTATCH.CPP OFFOP.CPP MIUTMSG.CPP |
|
34 SOURCE POPCMTM.CPP SMTCMTM.CPP MIUTCONV.CPP CACHEMAN.CPP |
|
35 SOURCE IMCMUTIL.CPP IMPCMTM.CPP MIUTRSLV.CPP CONSYNC.CPP IAPPrefs.cpp cimencodedheader.cpp |
|
36 SOURCE cimattachmentmanager.cpp cemailaccounts.cpp |
|
37 SOURCE cmsvsmtpsendoperation.cpp |
|
38 SOURCE CImAttachmentWaiter.cpp CIMPLAINBODYTEXT.cpp |
|
39 SOURCE cimapsyncdownloadrules.cpp cimaptransportbuffersizes.cpp |
|
40 SOURCE cimsmtpmobilitysettings.cpp |
|
41 USERINCLUDE ../inc ../../servermtmutils/inc |
|
42 USERINCLUDE ../../../../../../mw/messagingmw/messagingfw/msgsrvnstore/server/inc |
|
43 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
44 LIBRARY conarc.lib |
|
45 LIBRARY euser.lib estor.lib bafl.lib efsrv.lib etext.lib msgs.lib charconv.lib |
|
46 LIBRARY cntmodel.lib apgrfx.lib apmime.lib eikcore.lib cone.lib imut.lib |
|
47 LIBRARY centralrepository.lib tzclient.lib numberconversion.lib |
|
48 |
|
49 SOURCEPATH . |
|
50 START RESOURCE IMCM.rss |
|
51 TARGETPATH resource/messaging |
|
52 LANG SC |
|
53 HEADER |
|
54 END |
|
55 |
|
56 #include "../../../../../../mw/messagingmw/messagingfw/msgtests/group/msgopt.mph" |
|
57 |
|
58 START WINS |
|
59 baseaddress 0x4AC60000 |
|
60 COPY_FOR_STATIC_LINKAGE |
|
61 END |
|
62 |
|
63 // This is the final version of the def-file - removed methods have been |
|
64 // replaced by panicking stub-functions. |
|
65 |
|
66 #if (defined SYMBIAN_EMAIL_CAPABILITY_SUPPORT) |
|
67 DEFFILE v3_imcm.def |
|
68 #else |
|
69 DEFFILE v2_imcm.def |
|
70 #endif |
|
71 |
|
72 |
|
73 |
|
74 |
|
75 |
|
76 |
|
77 SMPSAFE |