servicediscoveryandcontrol/pnp/test/upnp/codec/group/upnpcodec.mmp
changeset 0 f5a58ecadc66
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/servicediscoveryandcontrol/pnp/test/upnp/codec/group/upnpcodec.mmp	Tue Feb 02 01:12:20 2010 +0200
@@ -0,0 +1,51 @@
+// 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:
+// upnpmessage.mmp
+// 
+//
+
+TARGET		 upnpcodec.dll
+TARGETTYPE	 plugin
+UID			 0x10009D8D 0x2001C597
+CAPABILITY	 All -TCB
+
+USERINCLUDE	 ../inc
+USERINCLUDE  ../../upnpmessage/inc
+SYSTEMINCLUDE	 /epoc32/include
+
+SOURCEPATH	 ../src
+
+SOURCE		 upnpcodecmain.cpp
+SOURCE		 cupnpcodec.cpp 
+SOURCE		 cupnpheaderreader.cpp
+SOURCE		 cupnpheaderwriter.cpp
+		 
+LIBRARY		 euser.lib 
+LIBRARY		 bafl.lib 
+LIBRARY		 http.lib 
+LIBRARY		 inetprotutil.lib 
+LIBRARY		 ecom.lib
+LIBRARY		 upnputils.lib
+LIBRARY		 upnpmessage.lib
+
+START RESOURCE 2001c597.RSS
+
+#ifdef SYMBIAN_SECURE_ECOM
+TARGET upnpcodec.rsc
+#endif
+
+END
+
+
+SMPSAFE