upnpavcontroller/upnpavcontrollerhelper/group/upnpavcontrollerhelper.mmp
author Sampo Huttunen <sampo.huttunen@nokia.com>
Thu, 18 Nov 2010 15:46:57 +0200
branchIOP_Improvements
changeset 44 97caed2372ca
parent 43 9b689d9d3a1c
permissions -rw-r--r--
Fixed AVController, it was accidentally set to search only for renderers. Now also servers are added to device list. Also some minor changes in package definition xml and platform API xml definition files.

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