email/pop3andsmtpmtm/clientmtms/group/IMCMCOPY.mmp
branchRCL_3
changeset 9 1d7827e39b52
parent 0 72b543305e3a
equal deleted inserted replaced
5:4697dfb2d7ad 9:1d7827e39b52
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // MMP file for the IMCM copy which sits in system\libs.
    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
    15 // This is necessary due to the dll requiring to be loaded both
    16 // dynamically and implicitly, combined with VC6's pernickity
    16 // dynamically and implicitly, combined with VC6's pernickity
    17 // insistence on finding the exact .PDB file specified within
    17 // insistence on finding the exact .PDB file specified within
    18 // the DLL.
    18 // the DLL.
    19 // Since this is only required for WINS\UDEB builds, BLD.INF only
    19 // Since this is only required for WINS/UDEB builds, BLD.INF only
    20 // invokes this MMP for WINS builds.
    20 // invokes this MMP for WINS builds.
    21 // 
    21 // 
    22 //
    22 //
    23 
    23 
    24 TARGET			imcmcopy.dll
    24 TARGET			imcmcopy.dll
    25 TARGETPATH		\system\libs
    25 TARGETPATH		/system/libs
    26 TARGETTYPE		dll
    26 TARGETTYPE		dll
    27 
    27 
    28 CAPABILITY All -TCB
    28 CAPABILITY All -TCB
    29 UID		0x10003C5F 0x10004839
    29 UID		0x10003C5F 0x10004839
    30 VENDORID 0x70000001
    30 VENDORID 0x70000001
    31 SOURCEPATH	..\src
    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
    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
    33 USERINCLUDE		../inc
    34 SYSTEMINCLUDE		\epoc32\include
    34 SYSTEMINCLUDE		/epoc32/include
    35 LIBRARY			euser.lib estor.lib bafl.lib efsrv.lib etext.lib msgs.lib charconv.lib
    35 LIBRARY			euser.lib estor.lib bafl.lib efsrv.lib etext.lib msgs.lib charconv.lib
    36 
    36 
    37 SMPSAFE
    37 SMPSAFE