upnpmpxplugins/upnpplaybackplugins/group/upnpplaybackplugins.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2008 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:      Project definition file for upnpplaybackplugins
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include "../../../group/upnpplatformvar.hrh"
       
    24 
       
    25 TARGET upnpplaybackplugins.dll
       
    26 
       
    27 TARGETTYPE PLUGIN
       
    28 
       
    29 CAPABILITY CAP_ECOM_PLUGIN
       
    30 VENDORID VID_DEFAULT
       
    31 
       
    32 // SIS installation + IAD support
       
    33 VERSION 10.1
       
    34 paged
       
    35 
       
    36 EPOCALLOWDLLDATA
       
    37 
       
    38 // ECom Dll recognition UID followed by the unique UID for this dll
       
    39 UID                 0x10009D8D 0x20007568 
       
    40 
       
    41 SOURCEPATH          ../src
       
    42 SOURCE              upnpmusicplayer.cpp
       
    43 SOURCE              upnpmusicpluginsproxy.cpp
       
    44 SOURCE              upnpmusicperiodizer.cpp
       
    45 SOURCE              upnpsingleton.cpp
       
    46 SOURCE              upnptrack.cpp
       
    47 SOURCE              upnpplaybackstatemachine.cpp
       
    48 SOURCE              upnpvaluestatemachine.cpp
       
    49 SOURCE              upnpaudiopolicy.cpp
       
    50 SOURCE              upnppluginserrortranslation.cpp
       
    51 SOURCE              upnpmusicdownloadproxy.cpp
       
    52 
       
    53 USERINCLUDE         ../inc
       
    54 USERINCLUDE         ../../../inc
       
    55 
       
    56 // include paths (system)
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 SYSTEMINCLUDE       /epoc32/include/mmf/common		 //before SF header reloaction, to avoid build breaks
       
    59 SYSTEMINCLUDE  			/epoc32/include/mw/mmf/common  //after SF header relocation
       
    60 
       
    61 START RESOURCE      20007568.rss
       
    62 TARGET              upnpplaybackplugins.rsg
       
    63 END
       
    64 
       
    65 // SYSTEM
       
    66 LIBRARY             euser.lib ecom.lib
       
    67 LIBRARY             bafl.lib
       
    68 LIBRARY             efsrv.lib
       
    69 LIBRARY             inetprotutil.lib // EscapeUtils / string conversion
       
    70 LIBRARY             estor.lib // some MPX inline methods
       
    71 
       
    72 // UPNP STACK
       
    73 LIBRARY             upnpavobjects.lib
       
    74 LIBRARY             upnpipserversutils.lib
       
    75 
       
    76 // UPNP FRAMEWORK
       
    77 LIBRARY             upnpavcontrollerclient.lib
       
    78 LIBRARY             upnpavcontrollerhelper.lib
       
    79 LIBRARY             upnpsettingsengine.lib
       
    80 
       
    81 // XML
       
    82 LIBRARY             upnpxmlparser.lib
       
    83 
       
    84 // MPX FRAMEWORK
       
    85 LIBRARY             mpxcommon.lib
       
    86 
       
    87 // MMF
       
    88 LIBRARY             mmfdevsound.lib // for audio policy feature
       
    89 
       
    90 // DEBUG
       
    91 DEBUGLIBRARY        flogger.lib
       
    92 
       
    93 // End of file