browserplugins/browsergpsplugin/group/GpsPluginEcom.mmp
changeset 51 48e827313edd
parent 37 481242ead638
child 53 f427d27b98d8
equal deleted inserted replaced
37:481242ead638 51:48e827313edd
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  This is the .mmp for building Ecom style Browser Gps Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 #include <platform/mw/browser_platform_variant.hrh>
       
    21 
       
    22 TARGET npGpsPlugin.dll
       
    23 TARGETTYPE PLUGIN
       
    24 
       
    25 UID 0x10009D8D 0x1028286f
       
    26 
       
    27 EPOCALLOWDLLDATA
       
    28 CAPABILITY CAP_ECOM_PLUGIN
       
    29 VENDORID VID_DEFAULT
       
    30 
       
    31 SOURCEPATH ../data
       
    32 
       
    33 START RESOURCE  1028286f.rss
       
    34 TARGET npGpsPlugin.rsc
       
    35 END
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 USERINCLUDE ../inc
       
    40 SOURCEPATH  ../src
       
    41 
       
    42 SOURCE GpsObserver.cpp
       
    43 SOURCE GpsApi.cpp
       
    44 SOURCE GpsPluginEcomMain.cpp
       
    45 SOURCE GpsPlugin.cpp
       
    46 
       
    47 LIBRARY euser.lib
       
    48 LIBRARY ecom.lib
       
    49 
       
    50 #ifdef __S60_32__
       
    51 LIBRARY     JavaScriptCore.lib
       
    52 #else
       
    53 LIBRARY			npscript.lib
       
    54 #endif
       
    55 
       
    56 LIBRARY lbs.lib
       
    57 LIBRARY SatInfo.lib
       
    58 LIBRARY flogger.lib
       
    59 
       
    60 DEFFILE npGpsPlugin.def
       
    61 NOSTRICTDEF