locsrv_pub/landmarks_api/tsrc/group/testlandmarksapi.mmp
changeset 56 4e949f03ecc5
equal deleted inserted replaced
-1:000000000000 56:4e949f03ecc5
       
     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 module 
       
    15 *
       
    16 */
       
    17 /*TYPE TESTCLASS*//*
       
    18 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
       
    19 * All rights reserved.
       
    20 * This component and the accompanying materials are made available
       
    21 * under the terms of "Eclipse Public License v1.0"
       
    22 * which accompanies this distribution, and is available
       
    23 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    24 *
       
    25 * Initial Contributors:
       
    26 * Nokia Corporation - initial contribution.
       
    27 *
       
    28 * Contributors:
       
    29 *
       
    30 * Description:  ?Description
       
    31 *
       
    32 */
       
    33 
       
    34 
       
    35 #include <platform_paths.hrh>
       
    36 
       
    37 TARGET          testlandmarksapi.dll
       
    38 TARGETTYPE      dll
       
    39 UID             0x1000008D 0x101FB3E3
       
    40 
       
    41 CAPABILITY      ALL -TCB
       
    42 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    43 // VENDORID     0x00000000
       
    44 /* Remove comments and replace 0x00000000 with correct secure id */
       
    45 // SECUREID     0x00000000
       
    46 
       
    47 //TARGETPATH      ?target_path
       
    48 DEFFILE         testlandmarksapi.def
       
    49 
       
    50 SOURCEPATH      ../src
       
    51 SOURCE          testlandmarksapi.cpp
       
    52 SOURCE          testlandmarksapiblocks.cpp
       
    53 SOURCE			testcposlandmark.cpp
       
    54 SOURCE			testcposlandmarkcategory.cpp
       
    55 SOURCE			testcposlmcategorymanager.cpp
       
    56 SOURCE			testcposlmitemiterator.cpp
       
    57 SOURCE			testcposlandmarkdatabase.cpp
       
    58 SOURCE			testcposlmoperation.cpp
       
    59 SOURCE			testcposlmpartialreadparameters.cpp
       
    60 SOURCE			testcposlandmarkencoder.cpp
       
    61 SOURCE			testcposlandmarkparser.cpp
       
    62 SOURCE			testtposlmsortpref.cpp
       
    63 SOURCE			testposlandmarkserialization.cpp
       
    64 SOURCE			testposlmcategoryserialization.cpp
       
    65 //RESOURCE        resource_file
       
    66 //RESOURCE        resource_file2
       
    67 
       
    68 SYSTEMINCLUDE   /epoc32/include/platform
       
    69 SYSTEMINCLUDE   /epoc32/include/mw
       
    70 
       
    71 USERINCLUDE     ../inc 
       
    72 
       
    73 MW_LAYER_SYSTEMINCLUDE
       
    74 
       
    75 LIBRARY         euser.lib
       
    76 LIBRARY         stiftestinterface.lib
       
    77 LIBRARY			eposlandmarks.lib
       
    78 LIBRARY			eposlmdbmanlib.lib
       
    79 LIBRARY			Lbs.lib
       
    80 LIBRARY			efsrv.lib
       
    81 
       
    82 
       
    83 LANG            SC
       
    84 
       
    85 /*
       
    86 START WINS      
       
    87 ?wins_specific_information
       
    88 END
       
    89 
       
    90 START MARM
       
    91 ?marm_specific_information
       
    92 END
       
    93 */
       
    94 // Other possible keywords:
       
    95  
       
    96 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    97 /*
       
    98 START BITMAP ?target
       
    99 TARGETPATH   ?emulated_path_on_target_machine
       
   100 HEADER
       
   101 SOURCE       ?color_depth ?source_bitmap
       
   102 END
       
   103 */
       
   104 // DEFFILE ?filename
       
   105 // AIF ?filename
       
   106 
       
   107 
       
   108 SMPSAFE
       
   109 
       
   110 // End of File