messagingfw/biomsgfw/enp/group/ENP.MMP
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     1 // Copyright (c) 2004-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 // enp.dll BIO Email Notification parser
       
    15 // enp.rsc BIO Email Notification parser resource file
       
    16 // enp.mbm BIO Email Notification parser bitmap for UI
       
    17 // 
       
    18 //
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 TARGET          enp.dll
       
    25 
       
    26 
       
    27 TARGETTYPE      dll
       
    28 
       
    29 CAPABILITY All -TCB
       
    30 UID      0x10001251 0x1000526A 
       
    31 VENDORID 0x70000001
       
    32 SOURCEPATH	../../ENPSRC
       
    33 USERINCLUDE     ../../ENPINC
       
    34 USERINCLUDE   ../../BIUTINC 
       
    35 // MW_LAYER_SYSTEMINCLUDE_SYMBIAN - should be this, but has a dependency on cemailaccounts.h in APP layer.
       
    36 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 SOURCE          ENPDLL.CPP ENP.CPP
       
    38 LIBRARY         euser.lib msgs.lib biut.lib
       
    39 LIBRARY         imcm.lib charconv.lib
       
    40 START RESOURCE	../enpbif/Enp.rss
       
    41 TARGETPATH      resource/messaging/bif
       
    42 LANG		SC
       
    43 END
       
    44 START BITMAP	enp.mbm
       
    45 TARGETPATH      resource/messaging/bif
       
    46 SOURCEPATH	../../enpbif
       
    47 SOURCE		2 gen_i_msg_remotemail_new.bmp 
       
    48 END
       
    49 
       
    50 DEFFILE		enp.def
       
    51 
       
    52 
       
    53 
       
    54 SMPSAFE