mmsengine/mmscodec/bld/mmscodec.mmp
changeset 31 ebfee66fde93
child 47 5b14749788d7
child 72 6f657153cbc5
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     1 /*
       
     2 * Copyright (c) 2003 - 2009 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 mmscodec.dll.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #include "../../group/mmsopt.mph"
       
    24 
       
    25 TARGET          mmscodec.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x101FB0BA
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 VERSION 	10.0
       
    31 PAGED
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 
       
    35 // Macro _NO_MMSS_LOGGING_ to get rid of all logging
       
    36 // uncomment to delete logs, comment out to enable logs
       
    37 // Master control _MMS_ALL_LOGGING_OFF_
       
    38 // is in file mmsengine/group/mmsopt.mph
       
    39 // Comment out _MMS_ALL_LOGGING_OFF_ in that file to enable logging
       
    40 // in all mms components
       
    41 #ifdef _MMS_ALL_LOGGING_OFF_
       
    42 MACRO _NO_MMSS_LOGGING_
       
    43 #define _NO_MMSS_LOGGING_
       
    44 #endif
       
    45 
       
    46 SOURCE          mmscodec.cpp
       
    47 SOURCE          mmsencode.cpp
       
    48 SOURCE          mmsdecode.cpp
       
    49 
       
    50 USERINCLUDE     ../inc
       
    51 USERINCLUDE     ../../inc
       
    52 USERINCLUDE     ../../mmshttptransport/inc
       
    53 USERINCLUDE     ../../mmsserversettings/inc
       
    54 USERINCLUDE     ../../mmsmessage/inc
       
    55 
       
    56 SYSTEMINCLUDE   ../../mmsserver/inc
       
    57 SYSTEMINCLUDE   ../../../inc
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         msgs.lib
       
    62 LIBRARY         bafl.lib
       
    63 LIBRARY         efsrv.lib
       
    64 LIBRARY         charconv.lib
       
    65 LIBRARY         apparc.lib
       
    66 LIBRARY         InetProtUtil.lib 
       
    67 LIBRARY         mmsmessage.lib
       
    68 LIBRARY         mmsgenutils.lib
       
    69 LIBRARY         featmgr.lib
       
    70 LIBRARY         imut.lib 
       
    71 
       
    72 LIBRARY         estor.lib
       
    73 LIBRARY         msgcommonutils.lib
       
    74 LIBRARY         centralrepository.lib
       
    75 LIBRARY         apmime.lib
       
    76 
       
    77 #ifndef _NO_MMSS_LOGGING_
       
    78 LIBRARY         flogger.lib
       
    79 #else
       
    80 DEBUGLIBRARY    flogger.lib
       
    81 #endif
       
    82 
       
    83 #if defined( ARMCC )
       
    84 deffile       ../eabi/mmscodec.def
       
    85 //#elif defined( WINSCW )
       
    86 //deffile       ../bwinscw/mmscodec.def
       
    87 #elif defined( WINS )
       
    88 DEFFILE       ../bwins/mmscodec.def
       
    89 #elif defined( MARM )
       
    90 DEFFILE       ../bmarm/mmscodec.def
       
    91 #endif
       
    92 
       
    93 //  End of File