mediasettings/mediasettingsengine/group/MPSettROPModel.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 20:21:12 +0200
changeset 0 96612d01cf9f
child 1 6711b85517b7
permissions -rw-r--r--
Revision: 201001 Kit: 201003

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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:    Makefile for Media Settings ROP Model*
*/



// Version : %version: 4 %



#include <platform_paths.hrh>
TARGET          MPSettROPModel.dll
CAPABILITY      CAP_ECOM_PLUGIN
TARGETTYPE      PLUGIN
UID             0x10009D8D 0x101F857B
VENDORID        VID_DEFAULT
//VERSION         11.6

SOURCEPATH      ../src
SOURCE          MPSettingsModelForROP.cpp
SOURCE          MPSettingsRopConfigParser.cpp
SOURCE          MPSettingsModelForRopImplementationProxy.cpp

SOURCEPATH      ../data
START RESOURCE  101F857B.rss
TARGET MPSettROPModel.rsc                                                                
END

START RESOURCE  MPSettingsROPModel.rss
HEADER
TARGET MPSettingsROPModel.rsc       
TARGETPATH      resource 
END

USERINCLUDE     .
USERINCLUDE		../inc

APP_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   /epoc32/include/ecom
SYSTEMINCLUDE   /epoc32/include/mmf
SYSTEMINCLUDE   /epoc32/include/mmf/common


LIBRARY         euser.lib
LIBRARY         MMFCONTROLLERFRAMEWORK.LIB
LIBRARY         charconv.lib
LIBRARY         MPSettEngine.lib
LIBRARY         commdb.lib
LIBRARY         bafl.lib
LIBRARY         efsrv.lib
LIBRARY         Flogger.lib
LIBRARY         CentralRepository.lib
LIBRARY         commsdat.lib

//end of file