diff -r 4baee4f15982 -r 6385c4c93049 browserplugins/browsergpsplugin/group/GpsPluginEcom.mmp --- a/browserplugins/browsergpsplugin/group/GpsPluginEcom.mmp Thu Aug 19 09:57:56 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,61 +0,0 @@ -/* -* Copyright (c) 2006 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: This is the .mmp for building Ecom style Browser Gps Plugin -* -*/ - -#include -#include -#include - -TARGET npGpsPlugin.dll -TARGETTYPE PLUGIN - -UID 0x10009D8D 0x1028286f - -EPOCALLOWDLLDATA -CAPABILITY CAP_ECOM_PLUGIN -VENDORID VID_DEFAULT - -SOURCEPATH ../data - -START RESOURCE 1028286f.rss -TARGET npGpsPlugin.rsc -END - -APP_LAYER_SYSTEMINCLUDE - -USERINCLUDE ../inc -SOURCEPATH ../src - -SOURCE GpsObserver.cpp -SOURCE GpsApi.cpp -SOURCE GpsPluginEcomMain.cpp -SOURCE GpsPlugin.cpp - -LIBRARY euser.lib -LIBRARY ecom.lib - -#ifdef __S60_32__ -LIBRARY JavaScriptCore.lib -#else -LIBRARY npscript.lib -#endif - -LIBRARY lbs.lib -LIBRARY SatInfo.lib -LIBRARY flogger.lib - -DEFFILE npGpsPlugin.def -NOSTRICTDEF