upnpavcontroller/upnpavcontrollerhelper/group/upnpavcontrollerhelper.mmp
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
child 43 9b689d9d3a1c
--- a/upnpavcontroller/upnpavcontrollerhelper/group/upnpavcontrollerhelper.mmp	Fri Sep 17 08:31:21 2010 +0300
+++ b/upnpavcontroller/upnpavcontrollerhelper/group/upnpavcontrollerhelper.mmp	Mon Nov 01 12:37:49 2010 +0200
@@ -1,80 +1,96 @@
-/*
-* Copyright (c) 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 file for AVController helper library
-*
-*/
-
-
-
-
-
-
-#include "../../../group/upnpplatformvar.hrh"
-
-TARGET          upnpavcontrollerhelper.dll
-TARGETTYPE      dll
-UID             0x1000008D 0x20009CA8
-
-CAPABILITY      CAP_GENERAL_DLL
-VENDORID        VID_DEFAULT
-
-VERSION         10.1
-paged
-
-SOURCEPATH      ../src 
-SOURCE          upnpitemutility.cpp
-SOURCE          upnpfileutility.cpp
-SOURCE          upnpdlnautility.cpp
-SOURCE          upnpitemresolverfactory.cpp
-SOURCE          upnpremoteitemresolver.cpp
-SOURCE          upnplocalitemresolver.cpp
-SOURCE          upnpdownloaditemresolver.cpp
-SOURCE          upnpresourceselector.cpp
-SOURCE          upnpabstractbrowsingsessionobserver.cpp
-SOURCE          upnpabstractrenderingsessionobserver.cpp
-SOURCE          upnpinternalfileutility.cpp
-
-USERINCLUDE     ../inc
-USERINCLUDE     ../../inc
-
-MW_LAYER_SYSTEMINCLUDE 
-USERINCLUDE   ../../../inc
-
-// system
-LIBRARY         euser.lib
-LIBRARY         estor.lib
-LIBRARY         bafl.lib
-LIBRARY         drmcommon.lib  // OEM-DRM
-LIBRARY         caf.lib // WM-DRM
-LIBRARY         cafutils.lib // WM-DRM
-LIBRARY         efsrv.lib // RFs
-LIBRARY         PlatformEnv.lib // PathInfo
-LIBRARY         insock.lib // TInetAddr
-
-// S60 upnp stack
-LIBRARY         upnpavobjects.lib // CUpnpObject, ...
-LIBRARY         upnpipserversutils.lib // CUpnpDlnaProtocolInfo
-LIBRARY         avmediaserverclient.lib // file sharing
-
-// other upnp components
-LIBRARY         upnpavcontrollerclient.lib
-LIBRARY         upnpxmlparser.lib // browse response
-LIBRARY         upnputilities.lib // CreateItemFromFileLC
-LIBRARY         upnpsettingsengine.lib // SettingsEngine
-LIBRARY         upnpsecurity.lib // SecAccessController
-
-// debug
-DEBUGLIBRARY    flogger.lib
-
-// End of file
+/*
+* Copyright (c) 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 file for AVController helper library
+*
+*/
+
+
+
+
+
+
+#include "../../../group/upnpplatformvar.hrh"
+#include "../../../inc/upnpframeworkfeatures_mmp.hrh" // __UPNP_CONSOLE_MT__
+
+TARGET          upnpavcontrollerhelper.dll
+TARGETTYPE      dll
+UID             0x1000008D 0x20009CA8
+
+EPOCALLOWDLLDATA
+
+CAPABILITY      CAP_GENERAL_DLL
+VENDORID        VID_DEFAULT
+
+VERSION         10.1
+paged
+
+SOURCEPATH      ../src 
+SOURCE          upnpitemutility.cpp
+SOURCE          upnpfileutility.cpp
+SOURCE          upnpdlnautility.cpp
+SOURCE          upnpitemresolverfactory.cpp
+SOURCE          upnpremoteitemresolver.cpp
+SOURCE          upnplocalitemresolver.cpp
+SOURCE          upnpdownloaditemresolver.cpp
+SOURCE          upnpresourceselector.cpp
+SOURCE          upnpabstractbrowsingsessionobserver.cpp
+SOURCE          upnpabstractrenderingsessionobserver.cpp
+SOURCE          upnpinternalfileutility.cpp
+SOURCE          upnppushserver.cpp
+#ifdef UPNP_USE_GSTREAMER
+SOURCE          upnptranscodehelper.cpp
+#endif
+
+USERINCLUDE     ../inc
+USERINCLUDE     ../../inc
+
+// System include paths
+MW_LAYER_SYSTEMINCLUDE 
+USERINCLUDE   ../../../inc
+
+// system
+LIBRARY         euser.lib
+LIBRARY         estor.lib
+LIBRARY         bafl.lib
+LIBRARY         drmcommon.lib  // OEM-DRM
+LIBRARY         caf.lib // WM-DRM
+LIBRARY         cafutils.lib // WM-DRM
+LIBRARY         efsrv.lib // RFs
+LIBRARY         PlatformEnv.lib // PathInfo
+LIBRARY         insock.lib // TInetAddr
+LIBRARY         esock.lib // TSockAddr 
+
+// dlnasrv
+LIBRARY         upnpavobjects.lib // CUpnpObject, ...
+LIBRARY         upnpipserversutils.lib // CUpnpDlnaProtocolInfo
+LIBRARY         avmediaserverclient.lib // file sharing
+LIBRARY         upnpavcontrollerclient.lib
+LIBRARY         upnpxmlparser.lib // browse response
+LIBRARY         upnputilities.lib // CreateItemFromFileLC
+LIBRARY         upnpsettingsengine.lib // SettingsEngine
+LIBRARY         upnpsecurity.lib // SecAccessController
+LIBRARY         dlnawebserver.lib // MUpnpHttpServerObserver
+LIBRARY         avcontentdirectory.lib //upnpdlnafilter
+LIBRARY         mpxcollectionhelper.lib
+LIBRARY         mpxcommon.lib
+LIBRARY         upnpthumbnailcreator.lib
+LIBRARY         dlnaprofiler.lib
+#ifdef UPNP_USE_GSTREAMER
+LIBRARY         upnpgstwrapper.lib
+#endif
+
+// debug
+DEBUGLIBRARY    flogger.lib
+
+// End of file