upnpframework/upnpmusicadapter/group/upnpmusicadapter.mmp
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 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:  Adapts music playing features to UPnP FW
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../../../group/upnpplatformvar.hrh"
       
    20 
       
    21 TARGET          upnpmusicadapter.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x200075D4
       
    24 
       
    25 // Platform security
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 // SIS installation + IAD support
       
    30 VERSION 10.1
       
    31 paged
       
    32 
       
    33 MACRO           __RD_MPX_ERROR_HANDLING_V2
       
    34 
       
    35 // Sources
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          upnpmusicadapter.cpp
       
    38 SOURCE          upnpplaylistfiller.cpp
       
    39 SOURCE          upnpbrowseplaylistfiller.cpp
       
    40 SOURCE          upnpplaylistservices.cpp
       
    41 SOURCE          upnpmpxhelper.cpp
       
    42 SOURCE          upnpalbumservices.cpp
       
    43 SOURCE          upnplitefiller.cpp
       
    44 SOURCE          upnpliteselectionfiller.cpp
       
    45 SOURCE          upnpbrowsetimer.cpp
       
    46 
       
    47 // Include paths
       
    48 USERINCLUDE     ../inc
       
    49 USERINCLUDE     ../../inc
       
    50 USERINCLUDE     ../../../inc
       
    51 USERINCLUDE     ../../upnputilities/inc
       
    52 
       
    53 MW_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 // System libraries
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         efsrv.lib
       
    58 LIBRARY         bafl.lib
       
    59 LIBRARY         estor.lib
       
    60 LIBRARY         cone.lib
       
    61 LIBRARY         inetprotutil.lib // EscapeUtils / string conversion methods
       
    62 DEBUGLIBRARY    flogger.lib
       
    63 
       
    64 // S60 UPnP stack
       
    65 LIBRARY         upnpavobjects.lib
       
    66 
       
    67 // UPnP framework
       
    68 LIBRARY         upnpavcontrollerclient.lib
       
    69 LIBRARY         upnpavcontrollerhelper.lib
       
    70 LIBRARY         upnpxmlparser.lib
       
    71 LIBRARY         upnpsettingsengine.lib
       
    72 
       
    73 // MPX framework
       
    74 LIBRARY         mpxcommon.lib
       
    75 LIBRARY         mpxcollectionutility.lib
       
    76 LIBRARY         mpxplaybackutility.lib
       
    77 LIBRARY         mpxviewutility.lib
       
    78 LIBRARY         mpxharvesterutility.lib
       
    79 LIBRARY         mpxcollectionmediator.lib
       
    80 
       
    81 // End of file