upnp/upnpstack/upnpconnectionmanagersession/group/upnpconnectionmanagersession.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:12:20 +0200
changeset 0 f5a58ecadc66
permissions -rw-r--r--
Revision: 201003

/** @file
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies  this distribution, and is available 
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Project definition file for project upnpconnectionmanagersession
*
*/


#include "../../../inc/upnpcompvariant.hrh"


CAPABILITY      CAP_GENERAL_DLL

TARGETTYPE      dll

TARGET          upnpconnectionmanagersession.dll
UID 0x1000008d 0x2001B2BC

VERSION 10.1
PAGED

SOURCEPATH      ../src
SOURCE          upnpconnectionmanagersession.cpp
SOURCE          upnpconnectionmanagerproxy.cpp
SOURCE          upnpconnectionmanagernetworkevent.cpp
SOURCE          upnpconnectionmanagernetworkeventprovider.cpp
SOURCE          upnpnetworkeventbase.cpp
SOURCE          upnpnetworkeventaddresschange.cpp

MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   ../../../inc
SYSTEMINCLUDE   ../../inc
USERINCLUDE     ../inc

LIBRARY         euser.lib
LIBRARY	        flogger.lib
LIBRARY         esock.lib
LIBRARY         insock.lib 
LIBRARY         upnpipserversutils.lib

SMPSAFE
// End of File