upnpsettings/upnpsettingsengine/group/upnpsettingsengine.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:29:11 +0300
branchRCL_3
changeset 12 cdcbf344a1d3
parent 0 7f85d04be362
child 13 e0762c15653a
permissions -rw-r--r--
Revision: 201012 Kit: 201035

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

DEBUGLIBRARY flogger.lib

// End of file