servicediscoveryandcontrol/pnp/test/upnp/codec/group/upnpcodec.mmp
author William Roberts <williamr@symbian.org>
Sun, 14 Mar 2010 13:12:18 +0000
branchCompilerCompatibility
changeset 6 dd1b40b508c3
parent 0 f5a58ecadc66
permissions -rw-r--r--
Automatic merge from PDK_3.0.h

// 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