messagingfw/biomsgfw/BIFU/group/BIFU.MMP
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 1999-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 // bifu.dll BIO utilties used by BIO database to read BIF files
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 TARGET          bifu.dll
       
    24 TARGETTYPE      DLL
       
    25 
       
    26 CAPABILITY All -TCB
       
    27 
       
    28 UID		0x1000008d 0x10005245
       
    29 VENDORID 0x70000001
       
    30 
       
    31 NOSTRICTDEF
       
    32 SOURCEPATH		../../BIFUSRC          
       
    33 USERINCLUDE     ../../BIFUINC
       
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 SOURCE          BIFUDLL.CPP BIF.CPP cbifentry.cpp
       
    37 
       
    38 LIBRARY         euser.lib efsrv.lib estor.lib bafl.lib
       
    39 
       
    40 DEFFILE		bifu.def
       
    41 
       
    42 SMPSAFE