locsrv_plat/map_image_api/tsrc/testprovider/group/testproviderplugin.mmp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2004-2005 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 "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: Project definition file for map and navigation test provider
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET              MnTestProviderPlugin.dll
       
    22 TARGETTYPE          PLUGIN
       
    23 UID                 0x10009D8D 0x03133035
       
    24 
       
    25 VENDORID            VID_DEFAULT
       
    26 CAPABILITY          CAP_GENERAL_DLL
       
    27 
       
    28 SOURCEPATH          ../src
       
    29 
       
    30 // Application mandatory classes
       
    31 SOURCE              testproviderplugin.cpp
       
    32 SOURCE				testprovidercoordconverter.cpp
       
    33 
       
    34 USERINCLUDE         ../inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE       /epoc32/include/ecom
       
    38 
       
    39 LIBRARY             euser.lib
       
    40 LIBRARY             lbs.lib
       
    41 LIBRARY             mnclientlib.lib
       
    42 
       
    43 DEBUGLIBRARY        flogger.lib
       
    44 
       
    45 START RESOURCE      ../data/mntestproviderplugin.rss
       
    46 TARGET			    mntestproviderplugin.rsc
       
    47 TARGETPATH          /resource/plugins
       
    48 END
       
    49 
       
    50 SMPSAFE
       
    51 
       
    52 // END OF FILE
       
    53