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 // MMP file for the IMCM copy which sits in system\libs. |
|
15 // This is necessary due to the dll requiring to be loaded both |
|
16 // dynamically and implicitly, combined with VC6's pernickity |
|
17 // insistence on finding the exact .PDB file specified within |
|
18 // the DLL. |
|
19 // Since this is only required for WINS\UDEB builds, BLD.INF only |
|
20 // invokes this MMP for WINS builds. |
|
21 // |
|
22 // |
|
23 |
|
24 TARGET imcmcopy.dll |
|
25 TARGETPATH \system\libs |
|
26 TARGETTYPE dll |
|
27 |
|
28 CAPABILITY All -TCB |
|
29 UID 0x10003C5F 0x10004839 |
|
30 VENDORID 0x70000001 |
|
31 SOURCEPATH ..\src |
|
32 SOURCE imcmmain.cpp miuthdr.cpp miutpars.cpp miutset.cpp pop3set.cpp smtpset.cpp imapset.cpp ssmtpset.cpp miutlog.cpp miutatch.cpp offop.cpp miutmsg.cpp popcmtm.cpp smtcmtm.cpp miutconv.cpp |
|
33 USERINCLUDE ..\inc |
|
34 SYSTEMINCLUDE \epoc32\include |
|
35 LIBRARY euser.lib estor.lib bafl.lib efsrv.lib etext.lib msgs.lib charconv.lib |
|
36 |
|
37 SMPSAFE |