diff -r 000000000000 -r f5a58ecadc66 upnp/upnpstack/dlnawebserver/group/dlnawebserver.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/upnp/upnpstack/dlnawebserver/group/dlnawebserver.mmp Tue Feb 02 01:12:20 2010 +0200 @@ -0,0 +1,100 @@ +/** @file +* Copyright (c) 2002-2004 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: +* This is the project specification file for Upnp. +* +*/ + +#include "../../../inc/upnpcompvariant.hrh" +#include + +TARGETTYPE DLL + +#if defined(__HN_31__) || defined(__HN_32__) +TARGET hndlnawebserver.dll +UID 0x1000008d 0x2000F884 +#else +TARGET dlnawebserver.dll +UID 0x1000008d 0x10204165 +#endif + +LANG SC +CAPABILITY CAP_GENERAL_DLL +VENDORID VID_DEFAULT + + +SOURCEPATH ../src +SOURCE upnphttpbuffer.cpp +SOURCE upnphttpsession.cpp +SOURCE upnphttpserver.cpp +SOURCE upnptcpserver.cpp +SOURCE upnptcpsession.cpp +SOURCE upnptcpsessionreader.cpp +SOURCE upnptcpsessionwriter.cpp +SOURCE upnphttpfiletransferwriter.cpp +SOURCE upnphttpfileaccess.cpp +SOURCE upnphttpfiletransferreader.cpp +SOURCE upnphttpchunkfiletransferreader.cpp +SOURCE upnphttpchunkparser.cpp +SOURCE upnpretrywrite.cpp +SOURCE upnpsocketshutdown.cpp +SOURCE upnprangeheaderparser.cpp +SOURCE upnphttpservertransaction.cpp +SOURCE upnphttpserversession.cpp +SOURCE upnphttpserverruntime.cpp + + +MW_LAYER_SYSTEMINCLUDE +SYSTEMINCLUDE ../../../inc +SYSTEMINCLUDE ../../inc +USERINCLUDE ../inc + + +LIBRARY euser.lib +LIBRARY esock.lib +LIBRARY insock.lib +LIBRARY commdb.lib +LIBRARY efsrv.lib +LIBRARY bafl.lib +LIBRARY apgrfx.lib +LIBRARY apmime.lib +#if defined(__HN_31__) || defined(__HN_32__) +LIBRARY hnipserversutils.lib +LIBRARY hnserviceframework.lib +#ifdef RD_UPNP_REMOTE_ACCESS +LIBRARY hnradaclient.lib +#endif +#else +LIBRARY upnpipserversutils.lib +LIBRARY upnpserviceframework.lib +LIBRARY upnpconnectionmanagersession.lib + +#ifdef RD_UPNP_REMOTE_ACCESS +LIBRARY radaclient.lib +#endif +#endif + + +//Max file size related libs +LIBRARY commonui.lib + +LIBRARY flogger.lib +DEFFILE DLNAwebserver +//end of file + +VERSION 10.1 + +paged + +SMPSAFE