common/tools/ats/smoketest/inputmethods/group/InputMethodSmokeTestModule.mmp
changeset 758 dd806856a8f6
child 872 17498133d9ad
equal deleted inserted replaced
757:7ec1750944ef 758:dd806856a8f6
       
     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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description: MMP file for STIF Test Framework's TestScripter 
       
    15 * testclass test module.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          InputMethodSmokeTestModule.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E3
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    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         InputMethodSmokeTestModule.def
       
    34 
       
    35 USERINCLUDE     ../inc 
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 SOURCE          InputMethodSmokeTestModule.cpp
       
    42 SOURCE          InputMethodSmokeTestModuleBlocks.cpp
       
    43 
       
    44 //RESOURCE        resource_file
       
    45 //RESOURCE        resource_file2
       
    46 
       
    47 LIBRARY			bafl.lib
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY			ecom.lib
       
    50 LIBRARY         stiftestinterface.lib
       
    51 LIBRARY         stiftestengine.lib
       
    52 LIBRARY			ocrsrv.lib
       
    53 LIBRARY			ptiengine.lib
       
    54 
       
    55 LANG            SC
       
    56 
       
    57 /*
       
    58 START WINS      
       
    59 ?wins_specific_information
       
    60 END
       
    61 
       
    62 START MARM
       
    63 ?marm_specific_information
       
    64 END
       
    65 */
       
    66 // Other possible keywords:
       
    67  
       
    68 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    69 /*
       
    70 START BITMAP ?target
       
    71 TARGETPATH   ?emulated_path_on_target_machine
       
    72 HEADER
       
    73 SOURCE       ?color_depth ?source_bitmap
       
    74 END
       
    75 */
       
    76 // DEFFILE ?filename
       
    77 // AIF ?filename
       
    78 
       
    79 // End of File