mmsengine/mmscodec/bld/mmscodec.mmp
changeset 0 72b543305e3a
child 23 238255e8b033
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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 SYSTEMINCLUDE   /epoc32/include/http
       
    60 
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         msgs.lib
       
    63 LIBRARY         bafl.lib
       
    64 LIBRARY         efsrv.lib
       
    65 LIBRARY         charconv.lib
       
    66 LIBRARY         apparc.lib
       
    67 LIBRARY         inetprotutil.lib 
       
    68 LIBRARY         mmsmessage.lib
       
    69 LIBRARY         mmsgenutils.lib
       
    70 LIBRARY         featmgr.lib
       
    71 LIBRARY         imut.lib 
       
    72 
       
    73 LIBRARY         estor.lib
       
    74 LIBRARY         msgcommonutils.lib
       
    75 LIBRARY         centralrepository.lib
       
    76 LIBRARY         apmime.lib
       
    77 
       
    78 #ifndef _NO_MMSS_LOGGING_
       
    79 LIBRARY         flogger.lib
       
    80 #else
       
    81 DEBUGLIBRARY    flogger.lib
       
    82 #endif
       
    83 
       
    84 #if defined( ARMCC )
       
    85 deffile       ../eabi/mmscodec.def
       
    86 //#elif defined( WINSCW )
       
    87 //deffile       ../bwinscw/mmscodec.def
       
    88 #elif defined( WINS )
       
    89 DEFFILE       ../bwins/mmscodec.def
       
    90 #elif defined( MARM )
       
    91 DEFFILE       ../bmarm/mmscodec.def
       
    92 #endif
       
    93 
       
    94 //  End of File