|
1 // Copyright (c) 2006-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 // imapsession.mmp |
|
15 // |
|
16 |
|
17 TARGET imapsession.dll |
|
18 TARGETTYPE dll |
|
19 |
|
20 CAPABILITY ReadDeviceData WriteDeviceData ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
21 TARGETPATH /system/libs |
|
22 UID 0x1000008d 0x10281D20 |
|
23 VENDORID 0x70000001 |
|
24 SOURCEPATH ../src |
|
25 SOURCE cimapsession.cpp |
|
26 SOURCE cimapsessionmanager.cpp |
|
27 SOURCE cimapcommand.cpp |
|
28 SOURCE cimapservergreeting.cpp cimapservergreetinginfo.cpp |
|
29 SOURCE cimapcapability.cpp cimapcapabilityinfo.cpp |
|
30 SOURCE cimapnoop.cpp cimaplogout.cpp cimaplogin.cpp cimapstarttls.cpp |
|
31 SOURCE cimapselect.cpp cimapexamine.cpp cimapfolderinfo.cpp |
|
32 SOURCE cimapcreate.cpp cimapdelete.cpp cimaprename.cpp |
|
33 SOURCE cimapsubscribe.cpp cimapunsubscribe.cpp |
|
34 SOURCE cimaplistbase.cpp cimaplist.cpp cimaplsub.cpp cimaplistfolderinfo.cpp |
|
35 SOURCE cimapstatus.cpp cimapappend.cpp cimapclose.cpp |
|
36 SOURCE cimapsearch.cpp cimapexpunge.cpp cimapcheck.cpp |
|
37 SOURCE cimapfetchresponse.cpp cimapfetchbodyresponse.cpp |
|
38 SOURCE cimapbodystructure.cpp cimapenvelope.cpp |
|
39 SOURCE cimapbodystructurebuilder.cpp |
|
40 SOURCE cimapatom.cpp cimapatomparser.cpp cimapatomwalker.cpp |
|
41 SOURCE cimapstore.cpp cimapcopy.cpp cimapidle.cpp cimapservereventwait.cpp |
|
42 SOURCE tmessageflaginfo.cpp cimapfetchflags.cpp cimapfetchbody.cpp |
|
43 SOURCE cimapheaderfields.cpp cimapheaderfieldsparser.cpp |
|
44 SOURCE cimaprfc822headerfields.cpp cimaprfc822headerfieldsparser.cpp |
|
45 SOURCE cimapmimeheaderfields.cpp cimapmimeheaderfieldsparser.cpp |
|
46 SOURCE cimapfetchbodystructurebase.cpp |
|
47 SOURCE cimapfetchsinglebodystructure.cpp cimapfetchmultibodystructures.cpp |
|
48 |
|
49 #if (defined SYMBIAN_EMAIL_CAPABILITY_SUPPORT) |
|
50 SOURCE cimapauthhelpers.cpp |
|
51 #endif |
|
52 |
|
53 #if (defined SYMBIAN_EMAIL_CAPABILITY_SUPPORT) |
|
54 DEFFILE v2_imapsession.DEF |
|
55 #else |
|
56 DEFFILE imapsession.DEF |
|
57 #endif |
|
58 |
|
59 USERINCLUDE ../inc ../../imaptransporthandler/inc ../../../pop3andsmtpmtm/servermtmutils/inc |
|
60 USERINCLUDE ../../imapsyncmanager/inc ../../imapsettings/inc |
|
61 USERINCLUDE ../../imapmailstore/inc ../../imaputils/inc |
|
62 USERINCLUDE ../../../pop3andsmtpmtm/clientmtms/inc |
|
63 |
|
64 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
65 |
|
66 LIBRARY euser.lib |
|
67 LIBRARY msgs.lib imcm.lib |
|
68 LIBRARY transporthandler.lib |
|
69 LIBRARY charconv.lib imut.lib |
|
70 LIBRARY imaputils.lib |
|
71 LIBRARY imapsettings.lib |
|
72 LIBRARY imapmailstore.lib |
|
73 LIBRARY esock.lib hash.lib |
|
74 |
|
75 SMPSAFE |