messagingfw/biomsgfw/gfp/group/gfp.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 // gfp.dll BIO Generic File parser; supports VCard, VCalendar, Caller Line Identify (CLI) bitmaps and Operator Logo (OLP) bitmaps and Ring Tones (RTP)
       
    15 // rtp.rsc BIO Ring tone parser resource file
       
    16 // vclp.mbm BIO VCalendar parser bitmap for UI
       
    17 // vcdp.mbm BIO VCard parser bitmap for UI
       
    18 // olp.mbm BIO operator logo picture bitmap for UI
       
    19 // rtp.mbm BIO Ring tone parser bitmap for UI
       
    20 // vcdp.rsc BIO VCard parser resource file
       
    21 // vclp.rsc BIO VCalendar parser resource file
       
    22 // olp.rsc BIO operator logo picture resource file
       
    23 // 
       
    24 //
       
    25 
       
    26 /**
       
    27  @file
       
    28 */
       
    29 
       
    30 TARGET          gfp.dll
       
    31 
       
    32 
       
    33 TARGETTYPE      dll
       
    34 
       
    35 CAPABILITY All -TCB
       
    36 UID		0x10001251 0x10001255
       
    37 VENDORID 0x70000001
       
    38 SOURCEPATH      ../../gfpsrc
       
    39 USERINCLUDE     ../../gfpinc ../../BIUTINC
       
    40 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 SOURCE          gfpdll.cpp gfp.cpp
       
    42 LIBRARY         euser.lib msgs.lib biut.lib biodb.lib
       
    43 
       
    44 #if (defined SYMBIAN_MESSAGING_TESTCODE)  //Exporting Only for Test.
       
    45 START RESOURCE	../olpbif/olp.rss
       
    46 TARGETPATH      resource/messaging/bif
       
    47 LANG		SC
       
    48 END
       
    49 START BITMAP	olp.mbm
       
    50 TARGETPATH      resource/messaging/bif
       
    51 SOURCEPATH	../../olpbif
       
    52 SOURCE		2 olp0.bmp 
       
    53 END
       
    54 #endif //End of (defined SYMBIAN_MESSAGING_TESTCODE)
       
    55 
       
    56 START RESOURCE	../rtpbif/rtp.rss
       
    57 TARGETPATH      resource/messaging/bif
       
    58 LANG		SC
       
    59 END
       
    60 START BITMAP	rtp.mbm
       
    61 TARGETPATH      resource/messaging/bif
       
    62 SOURCEPATH	../../rtpbif
       
    63 SOURCE		2 rtp0.bmp 
       
    64 END
       
    65 
       
    66 DEFFILE		gfp.def
       
    67 
       
    68 SMPSAFE