equal
deleted
inserted
replaced
|
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 // imps.mmp |
|
15 // |
|
16 |
|
17 TARGET imps.dll |
|
18 TARGETTYPE dll |
|
19 |
|
20 CAPABILITY ReadDeviceData WriteDeviceData ProtServ NetworkControl NetworkServices LocalServices ReaduserData WriteUserData |
|
21 TARGETPATH /system/libs |
|
22 UID 0x10003C5E 0x10003C4E |
|
23 VENDORID 0x70000001 |
|
24 SOURCEPATH ../src |
|
25 SOURCE cimap4servermtm.cpp |
|
26 |
|
27 #if (defined SYMBIAN_USER_PROMPT_SERVICE) |
|
28 SOURCE cimapupsresponsewaiter.cpp |
|
29 #endif |
|
30 |
|
31 USERINCLUDE ../inc ../../../pop3andsmtpmtm/clientmtms/inc |
|
32 USERINCLUDE ../../imaputils/inc |
|
33 USERINCLUDE ../../imapprotocolcontroller/inc |
|
34 USERINCLUDE ../../imapofflinecontrol/inc |
|
35 USERINCLUDE ../../imapsettings/inc |
|
36 USERINCLUDE ../../../pop3andsmtpmtm/servermtmutils/inc |
|
37 USERINCLUDE ../../../pop3andsmtpmtm/servermtmutils/mobilitytestframework/inc |
|
38 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
39 |
|
40 #if (defined SYMBIAN_USER_PROMPT_SERVICE) |
|
41 #endif |
|
42 |
|
43 LIBRARY euser.lib msgs.lib impapprotocolcontroller.lib imapofflinecontrol.lib imapsettings.lib |
|
44 LIBRARY imcm.lib |
|
45 LIBRARY imaputils.lib |
|
46 LIBRARY netmeta.lib |
|
47 |
|
48 #if (defined SYMBIAN_USER_PROMPT_SERVICE) |
|
49 LIBRARY upsclient.lib |
|
50 #endif |
|
51 |
|
52 SMPSAFE |