upnpsharing/upnpcontentserver/group/upnpcontentserver.mmp
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
child 43 9b689d9d3a1c
--- a/upnpsharing/upnpcontentserver/group/upnpcontentserver.mmp	Fri Sep 17 08:31:21 2010 +0300
+++ b/upnpsharing/upnpcontentserver/group/upnpcontentserver.mmp	Mon Nov 01 12:37:49 2010 +0200
@@ -1,90 +1,87 @@
-/*
-* Copyright (c) 2006-2007 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 upnpcontentserver
-*
-*/
-
-
-
-
-
-
-#include "../../../group/upnpplatformvar.hrh"
-#include <data_caging_paths.hrh>
-#include "defaultcaps.hrh"
-
-CAPABILITY CAP_SERVER
-VENDORID VID_DEFAULT
-TARGETTYPE exe
-TARGET upnpcontentserver.exe
-
-UID 0x1000008d 0x20007564
-
-// SIS installation + IAD support
-VERSION 10.1
-paged
-
-EPOCSTACKSIZE 0x8000
-EPOCHEAPSIZE   0x20000 0x1000000 // min size 128kB, max size 16mb
-
-MW_LAYER_SYSTEMINCLUDE
-
-USERINCLUDE ../inc
-USERINCLUDE ../../../inc
-
-SOURCEPATH ../src
-
-SOURCE upnpcontentserver.cpp
-SOURCE upnpcontentserversession.cpp
-SOURCE upnpcontentserverhandler.cpp
-SOURCE upnpcontentsharingao.cpp
-SOURCE upnpsharingrequest.cpp
-SOURCE upnpcontainercheckerao.cpp
-SOURCE upnpunsharerao.cpp
-
-// From old applicationengine
-SOURCE upnpcontentmetadatautility.cpp
-SOURCE upnpcustomgrouper.cpp
-SOURCE upnppostfilter.cpp
-SOURCE upnpselectionreader.cpp
-SOURCE upnpselectionwriter.cpp
-
-LIBRARY euser.lib 
-LIBRARY bafl.lib 
-LIBRARY estor.lib 
-LIBRARY ws32.lib 
-LIBRARY efsrv.lib 
-LIBRARY PlatformEnv.lib
-LIBRARY centralrepository.lib
-// Content listing framework (metadata)
-LIBRARY contentlistingframework.lib
-// CUpnpElement etc..
-LIBRARY upnpavobjects.lib
-// CUpnpFileSharing
-LIBRARY avmediaserverclient.lib
-LIBRARY upnpserviceframework.lib
-
-// UpnpString..
-LIBRARY upnpipserversutils.lib
-
-// upnputilities
-LIBRARY upnputilities.lib
-LIBRARY upnpavcontrollerhelper.lib
-
-LIBRARY dlnaprofiler.lib
-LIBRARY upnpmusicadapter.lib
-
-DEBUGLIBRARY    flogger.lib
-
-// End of file
+/*
+* Copyright (c) 2006-2007 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 upnpcontentserver
+*
+*/
+
+
+
+
+
+
+#include "../../../group/upnpplatformvar.hrh"
+#include <data_caging_paths.hrh>
+#include "defaultcaps.hrh"
+
+CAPABILITY CAP_SERVER
+VENDORID VID_DEFAULT
+TARGETTYPE exe
+TARGET upnpcontentserver.exe
+
+UID 0x1000008d 0x20007564
+
+// SIS installation + IAD support
+VERSION 10.1
+paged
+
+EPOCSTACKSIZE 0x8000
+EPOCHEAPSIZE   0x20000 0x1000000 // min size 128kB, max size 16mb
+
+MW_LAYER_SYSTEMINCLUDE
+
+USERINCLUDE ../inc
+USERINCLUDE ../../../inc
+
+SOURCEPATH ../src
+
+SOURCE upnpcontentserver.cpp
+SOURCE upnpcontentserversession.cpp
+SOURCE upnpsharingrequest.cpp 
+SOURCE upnpcontentmetadatautility.cpp  
+SOURCE upnpselectionreader.cpp 
+SOURCE upnpselectionwriter.cpp 
+SOURCE upnpcontentserverhandler.cpp 
+SOURCE upnpcontentsharerao.cpp
+
+LIBRARY euser.lib 
+LIBRARY bafl.lib 
+LIBRARY estor.lib 
+LIBRARY ws32.lib 
+LIBRARY efsrv.lib 
+LIBRARY PlatformEnv.lib
+LIBRARY centralrepository.lib
+LIBRARY inetprotutil.lib            // for EscapeUtils
+// Content listing framework (metadata)
+LIBRARY contentlistingframework.lib
+// CUpnpElement etc..
+LIBRARY upnpavobjects.lib
+// CUpnpFileSharing
+LIBRARY avmediaserverclient.lib
+LIBRARY upnpserviceframework.lib
+LIBRARY upnpsharingalgorithm.lib
+
+// UpnpString..
+LIBRARY upnpipserversutils.lib
+
+// upnputilities
+LIBRARY upnputilities.lib
+LIBRARY upnpconnmon.lib
+LIBRARY upnpavcontrollerhelper.lib
+
+LIBRARY dlnaprofiler.lib
+LIBRARY upnpmusicadapter.lib
+
+DEBUGLIBRARY    flogger.lib
+
+// End of file