messagingappbase/msgmedia/group/MsgMedia.mmp
changeset 23 238255e8b033
child 35 a32b19fb291e
child 67 fc91263aee62
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
       
     1 /*
       
     2 * Copyright (c) 2005 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 *       Project file for MsgMedia
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 //...LOGGING...
       
    25 //MACRO           __MSGMEDIA_DEBUG    // Logging
       
    26 //MACRO           USE_RDEBUG    // RDebug vs. file logging
       
    27 //LIBRARY         Flogger.lib   // RFileLogger, debug logging
       
    28 //...LOGGING...
       
    29 
       
    30 TARGET          MsgMedia.dll
       
    31 TARGETTYPE      dll
       
    32 UID             0x1000008D 0x102072E8
       
    33 VENDORID        VID_DEFAULT
       
    34 CAPABILITY      CAP_GENERAL_DLL
       
    35 VERSION 	10.0
       
    36 PAGED
       
    37 
       
    38 START RESOURCE  MsgMimeToMediaMapping.rss
       
    39 TARGETPATH      RESOURCE_FILES_DIR
       
    40 HEADER
       
    41 END
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 
       
    45 SOURCE          MsgMediaDll.cpp
       
    46 SOURCE          MsgMediaResolver.cpp
       
    47 SOURCE          MsgMediaTypeGroup.cpp
       
    48 
       
    49 SOURCE          MsgMediaInfo.cpp
       
    50 SOURCE          MsgAudioInfo.cpp
       
    51 SOURCE          MsgImageInfo.cpp
       
    52 SOURCE          MsgTextInfo.cpp
       
    53 SOURCE          MsgVideoInfo.cpp
       
    54 
       
    55 SOURCE          MmsConformance.cpp
       
    56 
       
    57 LANG            SC
       
    58 
       
    59 USERINCLUDE     ../inc
       
    60 
       
    61 SYSTEMINCLUDE   ../../../inc
       
    62 APP_LAYER_SYSTEMINCLUDE
       
    63 
       
    64 
       
    65 LIBRARY         euser.lib
       
    66 LIBRARY         apgrfx.lib
       
    67 LIBRARY         efsrv.lib
       
    68 LIBRARY         apmime.lib
       
    69 LIBRARY         bafl.lib
       
    70 LIBRARY         cone.lib
       
    71 LIBRARY         charconv.lib
       
    72 LIBRARY         centralrepository.lib
       
    73 LIBRARY         ImageConversion.lib
       
    74 LIBRARY         MediaClientAudio.lib
       
    75 LIBRARY         MediaClientVideo.lib
       
    76 LIBRARY         ws32.lib
       
    77 LIBRARY         FeatMgr.lib
       
    78 LIBRARY         DRMHelper.lib
       
    79 LIBRARY         msgcommonutils.lib
       
    80 STATICLIBRARY   hxmetadatautil.lib
       
    81 
       
    82 #if defined( ARMCC )
       
    83 deffile         ./eabi.def
       
    84 #elif defined( WINS )
       
    85 deffile         ./wins.DEF
       
    86 #else
       
    87 deffile         ./marm.def
       
    88 #endif
       
    89 
       
    90 /* End of File */