upnpframework/upnputilities/group/upnputilities.mmp
author Sampo Huttunen <sampo.huttunen@nokia.com>
Fri, 05 Nov 2010 18:31:17 +0200
branchIOP_Improvements
changeset 43 9b689d9d3a1c
parent 38 5360b7ddc251
permissions -rw-r--r--
Added signed SIS. Also updated package definition file and did some capitalization corrections to few mmp files.

/*
* 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:  UPnP utilities project definition file
*
*/


#include "../../../group/upnpplatformvar.hrh"
#include "../../../inc/upnpframeworkfeatures_mmp.hrh"


// Build target
TARGET          upnputilities.dll
TARGETTYPE      DLL
UID             0x1000008D 0x10208A13

// Platform security
CAPABILITY      CAP_GENERAL_DLL
VENDORID        VID_DEFAULT

// SIS installation + IAD support
VERSION 10.1
paged

// Include paths
USERINCLUDE     ../../inc
USERINCLUDE     ../inc

MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   ../../../inc

// Sources
SOURCEPATH      ../src
SOURCE          upnpcommonutils.cpp
SOURCE          upnpmetadatautility.cpp
SOURCE          upnpmetadatafetcher.cpp
SOURCE          upnpcdsreselementutility.cpp
SOURCE          upnpgallerynotifier.cpp
SOURCE          upnpperiodic.cpp
SOURCE          upnppathutility.cpp

// Core platform
LIBRARY         euser.lib
LIBRARY         estor.lib
LIBRARY         efsrv.lib
LIBRARY         bafl.lib
LIBRARY         charconv.lib
LIBRARY         esock.lib
LIBRARY         insock.lib
LIBRARY         commdb.lib
LIBRARY         platformenv.lib
LIBRARY         upnpsettingsengine.lib

// Meta data
LIBRARY         metadatautility.lib

// MIME 
LIBRARY         apmime.lib
LIBRARY         apgrfx.lib

// CAF (WM-DRM)
LIBRARY         caf.lib
LIBRARY         cafutils.lib

// CLF
LIBRARY         contentlistingframework.lib

// S60 Upnp Stack
LIBRARY         upnpipserversutils.lib

// dlnasrv
LIBRARY         upnpavobjects.lib
LIBRARY         dlnaprofiler.lib

// debug logging facilities
DEBUGLIBRARY    flogger.lib

// End of file