|
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 // impapprotocolcontroller.mmp |
|
15 // |
|
16 |
|
17 TARGET impapprotocolcontroller.dll |
|
18 TARGETTYPE dll |
|
19 |
|
20 CAPABILITY ReadDeviceData WriteDeviceData ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
21 TARGETPATH /system/libs |
|
22 UID 0x1000008D 0x10281D1F |
|
23 VENDORID 0x70000001 |
|
24 SOURCEPATH ../src |
|
25 SOURCE cimapcompoundbase.cpp |
|
26 SOURCE cimapcompoundcopyfromlocal.cpp |
|
27 SOURCE cimapcompoundcopytolocal.cpp |
|
28 SOURCE cimapcompoundcopywithinservice.cpp |
|
29 SOURCE cimapcompoundcreate.cpp |
|
30 SOURCE cimapcompounddelete.cpp |
|
31 SOURCE cimapcompounddeletefolder.cpp |
|
32 SOURCE cimapcompounddisconnect.cpp |
|
33 SOURCE cimapcompoundrename.cpp |
|
34 SOURCE cimapcompoundselect.cpp |
|
35 SOURCE cimapcompoundsyncfolder.cpp |
|
36 SOURCE cimapcompoundsynctree.cpp |
|
37 SOURCE cimapcompoundsyncservice.cpp |
|
38 SOURCE cimapidlecontroller.cpp |
|
39 SOURCE cimapopbackgroundsync.cpp |
|
40 SOURCE cimapoperation.cpp |
|
41 SOURCE cimapopfetchbody.cpp |
|
42 SOURCE cimapprotocolcontroller.cpp |
|
43 SOURCE cimapupdateflagoperation.cpp |
|
44 USERINCLUDE ../inc ../../../pop3andsmtpmtm/clientmtms/inc |
|
45 USERINCLUDE ../../imapsession/inc |
|
46 USERINCLUDE ../../imapmailstore/inc |
|
47 USERINCLUDE ../../imapsyncmanager/inc |
|
48 USERINCLUDE ../../imapsettings/inc |
|
49 USERINCLUDE ../../imaputils/inc |
|
50 USERINCLUDE ../../imapofflinecontrol/inc |
|
51 USERINCLUDE ../../imaptransporthandler/inc |
|
52 USERINCLUDE ../../../pop3andsmtpmtm/servermtmutils/inc |
|
53 USERINCLUDE ../../../pop3andsmtpmtm/servermtmutils/mobilitytestframework/inc |
|
54 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
55 LIBRARY euser.lib msgs.lib |
|
56 LIBRARY bafl.lib efsrv.lib |
|
57 LIBRARY imcm.lib imut.lib |
|
58 LIBRARY imapsettings.lib |
|
59 LIBRARY imapsession.lib |
|
60 LIBRARY imapsyncmanager.lib |
|
61 LIBRARY imapofflinecontrol.lib |
|
62 LIBRARY imapmailstore.lib |
|
63 LIBRARY imaputils.lib |
|
64 LIBRARY charconv.lib |
|
65 LIBRARY netmeta.lib |
|
66 |
|
67 #ifdef __MOBILITY_TEST_FRAMEWORK |
|
68 LIBRARY mobilitytestframework.lib |
|
69 #endif //__MOBILITY_TEST_FRAMEWORK |
|
70 |
|
71 SMPSAFE |