servicediscoveryandcontrol/pnp/test/upnp/upnputils/group/upnputils.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 14:30:51 +0300
changeset 12 78fbd574edf4
parent 0 f5a58ecadc66
permissions -rw-r--r--
Revision: 201022 Kit: 2010123

// Copyright (c) 2008-2009 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:
//

TARGET		  upnputils.dll
TARGETTYPE	  dll
UID			 0x00000000 0x2001DC6C

CAPABILITY	 All -TCB

USERINCLUDE	 ../inc
USERINCLUDE	 ../../upnpmessage/inc
USERINCLUDE	 ../../Server/Flow/inc

SYSTEMINCLUDE   /epoc32/include
SYSTEMINCLUDE   /epoc32/include/comms-infras

START STRINGTABLE ../strings/UpnpStringConstants.st
	EXPORTPATH	/epoc32/include/upnp 
END

SOURCEPATH	  ../src
SOURCE 		  upnp_cf_msgs.cpp
SOURCE		  tupnptable.cpp

LIBRARY		 euser.lib 
LIBRARY		 bafl.lib 
LIBRARY 	 efsrv.lib
LIBRARY		 netmeta.lib
LIBRARY		 esocksvr.lib
LIBRARY		 commsfw.lib
LIBRARY		 esock.lib
LIBRARY		 insock.lib
LIBRARY 	 virtualconstructors.lib
LIBRARY 	 nodemessages.lib
LIBRARY 	 chunkmgr.lib


DEBUGLIBRARY comsdbgutil.lib

SMPSAFE