equal
deleted
inserted
replaced
|
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 // imps.dll IMAP4 server MTM |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 TARGET imps.dll |
|
24 TARGETTYPE dll |
|
25 |
|
26 CAPABILITY ReadDeviceData WriteDeviceData ProtServ NetworkControl NetworkServices LocalServices ReaduserData WriteUserData |
|
27 TARGETPATH \system\libs |
|
28 UID 0x10003C5E 0x10003C4E |
|
29 VENDORID 0x70000001 |
|
30 SOURCEPATH ..\src |
|
31 SOURCE impsmain.cpp impsmtm.cpp imapsess.cpp fldindex.cpp imapio.cpp fldsync.cpp |
|
32 SOURCE imapsync.cpp imapcomp.cpp imapoffl.cpp impsutil.cpp |
|
33 SOURCE cimapcanceltimer.cpp |
|
34 USERINCLUDE ..\inc ../../clientmtms/inc ../../servermtmutils/inc |
|
35 SYSTEMINCLUDE \epoc32\include |
|
36 LIBRARY euser.lib efsrv.lib msgs.lib imut.lib |
|
37 LIBRARY imcm.lib bafl.lib charconv.lib |
|
38 LIBRARY esock.lib commdb.lib |
|
39 LIBRARY etext.lib |
|
40 |
|
41 |
|
42 |
|
43 SMPSAFE |