mmsengine/genutils/bld/mmsgenutils.mmp
changeset 0 72b543305e3a
child 26 ebe688cedc25
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *     This is project specification file for the mmsgenutils.dll.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          mmsgenutils.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d 0x1000596B
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 VERSION 	10.0
       
    29 PAGED
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 
       
    33 SOURCE          mmsgenu.cpp
       
    34 SOURCE          mmsgenutils.cpp
       
    35 SOURCE          mmsmsventry.cpp
       
    36 SOURCE          mmsattachmentwaiter.cpp
       
    37 SOURCE          mmsattachmenthandler.cpp
       
    38 
       
    39 USERINCLUDE     ../../inc
       
    40 SYSTEMINCLUDE   ../../../inc
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         msgs.lib
       
    45 LIBRARY         efsrv.lib       // TParse
       
    46 LIBRARY         bafl.lib        // Baflutils
       
    47 LIBRARY         imcm.lib        // miutpars
       
    48 LIBRARY	        imut.lib
       
    49 LIBRARY         estor.lib
       
    50 LIBRARY         charconv.lib
       
    51 LIBRARY         centralrepository.lib
       
    52 LIBRARY         msgcommonutils.lib
       
    53 LIBRARY         vpbkeng.lib
       
    54 LIBRARY         pbk2presentation.lib
       
    55 DEBUGLIBRARY    flogger.lib
       
    56 
       
    57 #if defined(ARMCC)
       
    58 deffile       ../eabi/mmsgenutils.def
       
    59 #elif defined( WINS )
       
    60 DEFFILE       ../bwins/wins.def
       
    61 #endif