upnpmediaserver/connectionmanagerservice/group/connectionmanagerservice.mmp
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /** @file
       
     2 * Copyright (c) 2002-2004 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 the project specification file for Upnp.
       
    16 *
       
    17 */
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGETTYPE      DLL
       
    21 TARGET          avconnectionmanager.dll
       
    22 UID             0x1000008d 0x1020415A
       
    23 
       
    24 
       
    25 VERSION 10.1
       
    26 paged
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          upnpcm.cpp
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../../inc
       
    38 
       
    39 LIBRARY         euser.lib
       
    40 LIBRARY         bafl.lib
       
    41 
       
    42 // UPnP
       
    43 LIBRARY         upnpserviceframework.lib
       
    44 LIBRARY         upnpipserversutils.lib
       
    45 LIBRARY         upnpavobjects.lib
       
    46 LIBRARY         avmediaserverclient.lib
       
    47 
       
    48 
       
    49 LIBRARY         flogger.lib
       
    50 DEFFILE         AVConnectionManager
       
    51 
       
    52 // End of file