upnp/upnpstack/upnpconnmanager/group/upnpconnmanager.mmp
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     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 
       
    19 #include "../../../inc/upnpcompvariant.hrh"
       
    20 
       
    21 TARGETTYPE             exe
       
    22 
       
    23 TARGET                 upnpconnmanager.exe
       
    24 UID 0 0x2001B2BB
       
    25 
       
    26 CAPABILITY             CAP_SERVER
       
    27  
       
    28 VENDORID               VID_DEFAULT
       
    29 VERSION 10.1
       
    30 PAGED
       
    31 
       
    32 SOURCEPATH             ../src
       
    33 SOURCE                 upnpipeventnotifier.cpp 			
       
    34 SOURCE                 upnpconnmanagerengine.cpp
       
    35 SOURCE                 upnpconnmanagersession.cpp
       
    36 SOURCE                 upnpconnmanager.cpp
       
    37 SOURCE                 upnpconninterfacewatcher.cpp
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE          ../../../inc
       
    41 SYSTEMINCLUDE          ../../inc
       
    42 USERINCLUDE            ../inc
       
    43 
       
    44 #if defined(__HN_31__) || defined(__HN_32__)
       
    45 LIBRARY                hnipserversutils.lib
       
    46 LIBRARY                hnserviceframework.lib
       
    47 #else
       
    48 LIBRARY                upnpipserversutils.lib
       
    49 LIBRARY                upnpserviceframework.lib
       
    50 LIBRARY                upnpconnectionmanagersession.lib
       
    51 #endif
       
    52 
       
    53 LIBRARY                euser.lib
       
    54 LIBRARY                esock.lib
       
    55 LIBRARY                insock.lib 
       
    56 LIBRARY                ecom.lib 
       
    57 
       
    58 // for the IAP query
       
    59 LIBRARY                commdb.lib
       
    60 // for logging
       
    61 LIBRARY                flogger.lib
       
    62 
       
    63 SMPSAFE
       
    64 //end of file
       
    65