locsrv_pub/blid_application_satellite_info_api/tsrc/UT_CSatelliteUITest/group/CSatelliteUITest.mmp
changeset 0 667063e416a2
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     1 /*TYPE HARDCODED*/
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 * 
       
    15 * Description: MMP file for STIF Test Framework's Hardcoded test 
       
    16 * module.
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          CSatelliteUITest.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E7
       
    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         CSatelliteUITest.def
       
    34 
       
    35 USERINCLUDE     ../inc 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 
       
    43 SOURCE          CSatelliteUITest.cpp
       
    44 SOURCE          CSatelliteUITestCases.cpp
       
    45 SOURCE			appui.cpp
       
    46 SOURCE			CExecuteDialog.cpp
       
    47 
       
    48 //RESOURCE        resource_file
       
    49 //RESOURCE        resource_file2
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         stiftestinterface.lib
       
    53 LIBRARY         stiftestengine.lib
       
    54 LIBRARY			eikcore.lib
       
    55 LIBRARY			cone.lib 
       
    56 LIBRARY			BlidEng.lib
       
    57 LIBRARY 		SatInfo.lib
       
    58 LIBRARY			commonengine.lib
       
    59 LIBRARY		    alfclient.lib
       
    60 LIBRARY			avkon.lib 
       
    61 LIBRARY			eiksrv.lib
       
    62 LIBRARY 		eposmodset.lib
       
    63 LIBRARY         lbs.lib
       
    64 LIBRARY 		ws32.lib
       
    65 LIBRARY 		apgrfx.lib
       
    66 
       
    67 
       
    68 LANG            SC
       
    69 
       
    70 /*
       
    71 START WINS      
       
    72 ?wins_specific_information
       
    73 END
       
    74 
       
    75 START MARM
       
    76 ?marm_specific_information
       
    77 END
       
    78 */
       
    79 // Other possible keywords:
       
    80  
       
    81 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    82 /*
       
    83 START BITMAP ?target
       
    84 TARGETPATH   ?emulated_path_on_target_machine
       
    85 HEADER
       
    86 SOURCE       ?color_depth ?source_bitmap
       
    87 END
       
    88 */
       
    89 // DEFFILE ?filename
       
    90 // AIF ?filename// End of File