locsrv_plat/map_and_navigation_provider_discovery_api/tsrc/group/testmnproviderdiscovery.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 Provider Discovery API
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          testmnproviderdiscovery.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         testmnproviderdiscovery.def
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          testmnproviderdiscovery.cpp
       
    37 SOURCE          testmnproviderdiscoveryblocks.cpp
       
    38 SOURCE          testmnproviderfinder.cpp
       
    39 SOURCE          testcmnprovider.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			swinstcli.lib
       
    52 
       
    53 LANG            SC
       
    54 
       
    55 /*
       
    56 START WINS      
       
    57 ?wins_specific_information
       
    58 END
       
    59 
       
    60 START MARM
       
    61 ?marm_specific_information
       
    62 END
       
    63 */
       
    64 // Other possible keywords:
       
    65  
       
    66 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    67 /*
       
    68 START BITMAP ?target
       
    69 TARGETPATH   ?emulated_path_on_target_machine
       
    70 HEADER
       
    71 SOURCE       ?color_depth ?source_bitmap
       
    72 END
       
    73 */
       
    74 // DEFFILE ?filename
       
    75 // AIF ?filename
       
    76 
       
    77 
       
    78 SMPSAFE
       
    79 
       
    80 // End of File