loc_pub/landmarks_ui_selector_api/tsrc/group/testlmuiselector.mmp
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2007 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:    LandmarksUi Content File -  Project definition file for test code of Landmark Selector API
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24         // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    25 #include <platform_paths.hrh>
       
    26 
       
    27 TARGET          testlmuiselector.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008D 0x101FB3E3
       
    30 
       
    31 CAPABILITY      ALL -TCB
       
    32 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    33 // VENDORID     0x00000000
       
    34 /* Remove comments and replace 0x00000000 with correct secure id */
       
    35 // SECUREID     0x00000000
       
    36 
       
    37 //TARGETPATH      ?target_path
       
    38 DEFFILE         testlmuiselector.def
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          testlmuiselector.cpp
       
    42 SOURCE          testlmuiselectorblocks.cpp
       
    43 SOURCE          testlmkitemiddbcombiinf.cpp
       
    44 SOURCE          testlmkengine.cpp
       
    45 //RESOURCE        resource_file
       
    46 //RESOURCE        resource_file2
       
    47 
       
    48 USERINCLUDE     ../inc 
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         stiftestinterface.lib
       
    56 LIBRARY         eposlandmarks.lib 
       
    57 LIBRARY         LmkCommonUI.lib
       
    58 LIBRARY  		eposLandmarks.lib
       
    59 LIBRARY	 		lbs.lib
       
    60 LIBRARY	 		satinfo.lib
       
    61 LIBRARY         eposlmdbmanlib.lib
       
    62 
       
    63 LANG            SC
       
    64 
       
    65 
       
    66 /*
       
    67 START WINS      
       
    68 ?wins_specific_information
       
    69 END
       
    70 
       
    71 START MARM
       
    72 ?marm_specific_information
       
    73 END
       
    74 */
       
    75 // Other possible keywords:
       
    76  
       
    77 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    78 /*
       
    79 START BITMAP ?target
       
    80 TARGETPATH   ?emulated_path_on_target_machine
       
    81 HEADER
       
    82 SOURCE       ?color_depth ?source_bitmap
       
    83 END
       
    84 */
       
    85 // DEFFILE ?filename
       
    86 // AIF ?filename
       
    87 
       
    88 // End of File
       
    89 SOURCE testlmkengine.cpp