locsrv_plat/map_and_navigation_api/tsrc/group/testmapandnavapi.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 and Navigation API
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          testmapandnavapi.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E3
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 // VENDORID     0x00000000
       
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 
       
    32 //TARGETPATH      ?target_path
       
    33 DEFFILE         testmapandnavapi.def
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          testmapandnavapi.cpp
       
    37 SOURCE          testmapandnavapiblocks.cpp
       
    38 SOURCE			testcmnnavigator.cpp
       
    39 SOURCE			testcmnmapview.cpp
       
    40 
       
    41 //RESOURCE        resource_file
       
    42 //RESOURCE        resource_file2
       
    43 
       
    44 USERINCLUDE     ../inc 
       
    45 
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         stiftestinterface.lib
       
    50 LIBRARY			mnclientlib.lib
       
    51 LIBRARY			eposlandmarks.lib
       
    52 LIBRARY			Lbs.lib
       
    53 LIBRARY			avkon.lib
       
    54 LIBRARY			apparc.lib
       
    55 LIBRARY			swinstcli.lib
       
    56 
       
    57 LANG            SC
       
    58 
       
    59 /*
       
    60 START WINS      
       
    61 ?wins_specific_information
       
    62 END
       
    63 
       
    64 START MARM
       
    65 ?marm_specific_information
       
    66 END
       
    67 */
       
    68 // Other possible keywords:
       
    69  
       
    70 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    71 /*
       
    72 START BITMAP ?target
       
    73 TARGETPATH   ?emulated_path_on_target_machine
       
    74 HEADER
       
    75 SOURCE       ?color_depth ?source_bitmap
       
    76 END
       
    77 */
       
    78 // DEFFILE ?filename
       
    79 // AIF ?filename
       
    80 
       
    81 
       
    82 SMPSAFE
       
    83 
       
    84 // End of File