upnpsettings/upnpsettingsengine/group/upnpsettingsengine.mmp
author Sampo Huttunen <sampo.huttunen@nokia.com>
Wed, 24 Nov 2010 09:39:46 +0200
branchIOP_Improvements
changeset 45 a6c41ca11adf
parent 43 9b689d9d3a1c
permissions -rw-r--r--
Updated the SIS package, there was some BC issue with the earlier version. Also updated the platform UID to S^3 version.

/*
* Copyright (c) 2006-2009 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 SettingsEngine
*
*/






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

TARGET upnpsettingsengine.dll
TARGETTYPE dll
UID 0x1000008d 0x20009CAE

// Enable UPnPSecurity
MACRO ENABLE_UPNP_SECURITY

// Capability assignment.
CAPABILITY CAP_GENERAL_DLL
VENDORID VID_DEFAULT

// SIS installation + IAD support
VERSION 10.1
paged

//User include paths
USERINCLUDE ../inc
USERINCLUDE ../../../inc

// System include paths
MW_LAYER_SYSTEMINCLUDE

SOURCEPATH ../src
SOURCE upnpsettingsengine.cpp

LIBRARY euser.lib
LIBRARY bafl.lib
LIBRARY centralrepository.lib
LIBRARY upnpserviceframework.lib
LIBRARY avmediaserverclient.lib
LIBRARY upnpipserversutils.lib
LIBRARY efsrv.lib
LIBRARY estor.lib

// PathInfo
LIBRARY platformenv.lib
LIBRARY commdb.lib

// Connection Manager, new APIs for getting IAPs, etc.
LIBRARY cmmanager.lib
LIBRARY apengine.lib 

DEBUGLIBRARY flogger.lib

// End of file