|
1 /* |
|
2 * Copyright (c) 2009 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 /** |
|
19 @file |
|
20 |
|
21 @SYMPurpose smts.dll SMTP email server MTM |
|
22 */ |
|
23 |
|
24 TARGET smts.dll |
|
25 TARGETPATH /system/libs |
|
26 TARGETTYPE dll |
|
27 |
|
28 CAPABILITY ReadDeviceData WriteDeviceData ProtServ NetworkControl NetworkServices LocalServices ReaduserData WriteUserData |
|
29 UID 0x10003C5E 0x10003C79 |
|
30 VENDORID 0x70000001 |
|
31 SOURCEPATH ../src |
|
32 SOURCE SMTS.CPP IMSM.CPP IMSMFILE.CPP IMSMSEND.CPP SMTSUTIL.CPP SMTSDLL.CPP |
|
33 SOURCE smtpauthhelpers.cpp csmtpsessionmanager.cpp csmtpsettings.cpp |
|
34 |
|
35 #if (defined SYMBIAN_USER_PROMPT_SERVICE) |
|
36 SOURCE csmtpupsresponsewaiter.cpp |
|
37 #endif |
|
38 |
|
39 USERINCLUDE ../inc ../../servermtmutils/inc ../../servermtmutils/mobilitytestframework/inc |
|
40 USERINCLUDE ../../clientmtms/inc |
|
41 USERINCLUDE ../../../../../../mw/messagingmw/messagingfw/msgsrvnstore/server/inc |
|
42 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
43 |
|
44 #if (defined SYMBIAN_USER_PROMPT_SERVICE) |
|
45 #endif |
|
46 |
|
47 LIBRARY euser.lib imut.lib imcm.lib msgs.lib bafl.lib hash.lib esock.lib netmeta.lib |
|
48 |
|
49 #if (defined SYMBIAN_USER_PROMPT_SERVICE) |
|
50 LIBRARY upsclient.lib |
|
51 #endif |
|
52 |
|
53 #ifdef __MOBILITY_TEST_FRAMEWORK |
|
54 LIBRARY mobilitytestframework.lib |
|
55 #endif //__MOBILITY_TEST_FRAMEWORK |
|
56 |
|
57 START WINS |
|
58 baseaddress 0x4AD00000 |
|
59 END |
|
60 |
|
61 SMPSAFE |