upnp/upnpstack/upnpconnectionmanagersession/group/upnpconnectionmanagersession.mmp
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 /** @file
       
     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 project upnpconnectionmanagersession
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../../../inc/upnpcompvariant.hrh"
       
    20 
       
    21 
       
    22 CAPABILITY      CAP_GENERAL_DLL
       
    23 
       
    24 TARGETTYPE      dll
       
    25 
       
    26 TARGET          upnpconnectionmanagersession.dll
       
    27 UID 0x1000008d 0x2001B2BC
       
    28 
       
    29 VERSION 10.1
       
    30 PAGED
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          upnpconnectionmanagersession.cpp
       
    34 SOURCE          upnpconnectionmanagerproxy.cpp
       
    35 SOURCE          upnpconnectionmanagernetworkevent.cpp
       
    36 SOURCE          upnpconnectionmanagernetworkeventprovider.cpp
       
    37 SOURCE          upnpnetworkeventbase.cpp
       
    38 SOURCE          upnpnetworkeventaddresschange.cpp
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE   ../../../inc
       
    42 SYSTEMINCLUDE   ../../inc
       
    43 USERINCLUDE     ../inc
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY	        flogger.lib
       
    47 LIBRARY         esock.lib
       
    48 LIBRARY         insock.lib 
       
    49 LIBRARY         upnpipserversutils.lib
       
    50 
       
    51 SMPSAFE
       
    52 // End of File