upnpmediaserver/mediaserverengine/group/mediaserverengine.mmp
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /** @file
       
     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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGETTYPE      EXE
       
    21 
       
    22 
       
    23 TARGET          avmediaserver.exe
       
    24 UID             0x1000008d 0x101F977C
       
    25 
       
    26 CAPABILITY      CAP_SERVER
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 VERSION 10.1
       
    30 paged
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          upnpmediaserver.cpp
       
    34 SOURCE          upnpmediaserversession.cpp
       
    35 SOURCE          upnpmediaservereventhandler.cpp
       
    36 SOURCE          upnpiconmanager.cpp
       
    37 SOURCE          upnpdiskremovedetector.cpp 
       
    38 SOURCE          upnpmediaserverdescriptionprovider.cpp
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../../inc
       
    44 USERINCLUDE     ../../../inc
       
    45 
       
    46 LIBRARY         euser.lib 
       
    47 LIBRARY         efsrv.lib
       
    48 // UPnP
       
    49 LIBRARY         upnpserviceframework.lib
       
    50 LIBRARY         avcontentdirectory.lib
       
    51 LIBRARY         avconnectionmanager.lib
       
    52 LIBRARY         avmediaserverclient.lib
       
    53 LIBRARY         upnpavobjects.lib
       
    54 LIBRARY         upnpipserversutils.lib
       
    55 LIBRARY         upnpconnectionmanagersession.lib
       
    56 LIBRARY         xmlenginedom.lib
       
    57 LIBRARY         xmlengineutils.lib
       
    58 LIBRARY         inetprotutil.lib
       
    59 LIBRARY         estor.lib 
       
    60 LIBRARY         sysutil.lib
       
    61 LIBRARY         insock.lib
       
    62 LIBRARY         connmon.lib
       
    63 
       
    64 DEBUGLIBRARY    flogger.lib
       
    65 
       
    66 // End of file