webengine/wrtharvester/group/wrtharvester.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 26 Oct 2009 08:28:45 +0200
changeset 15 60c5402cb945
parent 11 c8a366e56285
child 25 0ed94ceaa377
permissions -rw-r--r--
Revision: 200941 Kit: 200943

/*
* 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 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:  build for wrtharvester
*
*/

TARGET		    wrtharvester.dll
TARGETTYPE	    PLUGIN
UID			    0x10009D8D 0x2001FE2C

#include <platform_paths.hrh>
#include <platform/mw/Browser_platform_variant.hrh>

CAPABILITY      CAP_ECOM_PLUGIN

SOURCEPATH      ../src
SOURCE          wrtharvester.cpp
SOURCE          wrtharvesterpsnotifier.cpp
SOURCE          wrtharvesterpublisherobserver.cpp
SOURCE          wrtharvesterregistryaccess.cpp
SOURCE          wrtusbhandler.cpp

MW_LAYER_SYSTEMINCLUDE
MW_LAYER_ECOM_SYSTEMINCLUDE
USERINCLUDE     ../inc

START RESOURCE  ../data/2001FE2C.rss
TARGET           wrtharvester.rsc
END

START RESOURCE  ../data/wrtharvester.rss 
DEPENDS avkon.rsg
HEADER
TARGET          wrtharvester.rsc
TARGETPATH      resource 
END

#ifdef __S60_32__
LANG sc 
#else
LANGUAGE_IDS 
#endif

LIBRARY	      ecom.lib
LIBRARY	      euser.lib
LIBRARY       bafl.lib
LIBRARY       apgrfx.lib
LIBRARY       apparc.lib
LIBRARY       estor.lib
LIBRARY		  liwservicehandler.lib
LIBRARY       widgetregistryclient.lib
LIBRARY		  efsrv.lib
LIBRARY		  aknnotify.lib
LIBRARY		  eiksrv.lib
LIBRARY		  cone.lib 		    // CoeControl
LIBRARY		  CommonEngine.lib
LIBRARY       ws32.lib
LIBRARY       PlatformEnv.lib

//end of file