locsrv_plat/map_image_conversion_plugin_api/tsrc/group/testmapimgconpluginapi.mmp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2009 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 test code of Map Image Conversion plugin API
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET          testmapimgconpluginapi.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    30 // VENDORID     0x00000000
       
    31 /* Remove comments and replace 0x00000000 with correct secure id */
       
    32 // SECUREID     0x00000000
       
    33 
       
    34 //TARGETPATH      ?target_path
       
    35 DEFFILE         testmapimgconpluginapi.def
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          testmapimgconpluginapi.cpp
       
    39 SOURCE          testmapimgconpluginapiBlocks.cpp
       
    40 SOURCE					testprovidercoordconverter.cpp
       
    41 
       
    42 
       
    43 USERINCLUDE     ../inc 
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         stiftestinterface.lib
       
    50 LIBRARY         stiftestengine.lib
       
    51 LIBRARY			mnclientlib.lib
       
    52 LIBRARY         lbs.lib
       
    53 
       
    54 LANG            SC
       
    55 
       
    56 
       
    57  
       
    58 
       
    59 
       
    60 SMPSAFE
       
    61 
       
    62 // End of File