email/pop3andsmtpmtm/clientmtms/group/IMCMCOPY.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 13:35:48 +0300
changeset 34 84197e66a4bd
parent 31 ebfee66fde93
child 47 5b14749788d7
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// MMP file for the IMCM copy which sits in system/libs.
// This is necessary due to the dll requiring to be loaded both
// dynamically and implicitly, combined with VC6's pernickity
// insistence on finding the exact .PDB file specified within
// the DLL.
// Since this is only required for WINS/UDEB builds, BLD.INF only
// invokes this MMP for WINS builds.
// 
//

TARGET			imcmcopy.dll
TARGETPATH		/system/libs
TARGETTYPE		dll

CAPABILITY All -TCB
UID		0x10003C5F 0x10004839
VENDORID 0x70000001
SOURCEPATH	../src
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
USERINCLUDE		../inc
SYSTEMINCLUDE		/epoc32/include
LIBRARY			euser.lib estor.lib bafl.lib efsrv.lib etext.lib msgs.lib charconv.lib

SMPSAFE