email/imap4mtm/imaputils/group/imaputils.mmp
changeset 31 ebfee66fde93
parent 0 72b543305e3a
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     1 // Copyright (c) 2007-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 // IMAPCHARCONV.MMP
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET			imaputils.dll
       
    19 TARGETTYPE		dll
       
    20 
       
    21 CAPABILITY		All -TCB
       
    22 TARGETPATH		/system/libs
       
    23 UID			0x1000008d 0x102825B0
       
    24 VENDORID		0x70000001
       
    25 
       
    26 SOURCEPATH		../src
       
    27 SOURCE			cimaputils.cpp
       
    28 SOURCE			cimaplogger.cpp
       
    29 SOURCE			cimapcharconv.cpp
       
    30 SOURCE			cimapobservabletimer.cpp
       
    31 
       
    32 USERINCLUDE		../inc ../../../pop3andsmtpmtm/clientmtms/inc ../../../pop3andsmtpmtm/servermtmutils/inc
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 LIBRARY			euser.lib efsrv.lib
       
    37 LIBRARY			imcm.lib imut.lib charconv.lib bafl.lib
       
    38 
       
    39 SMPSAFE