common/tools/ats/smoketest/appinstall/group/AppInstallSmokeTestModule.mmp
changeset 739 552776214487
child 872 17498133d9ad
equal deleted inserted replaced
738:53abda826a9f 739:552776214487
       
     1 /*TYPE TESTCLASS*/
       
     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 the License "Symbian Foundation License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 * 
       
    15 * Description: MMP file for STIF Test Framework's TestScripter 
       
    16 * testclass test module.
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          AppInstallSmokeTestModule.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         AppInstallSmokeTestModule.def
       
    34 
       
    35 USERINCLUDE     ../inc 
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 SYSTEMINCLUDE	/epoc32/include/ecom
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 
       
    42 SOURCE          AppInstallSmokeTestModule.cpp
       
    43 SOURCE          AppInstallSmokeTestModuleBlocks.cpp
       
    44 
       
    45 //RESOURCE        resource_file
       
    46 //RESOURCE        resource_file2
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         stiftestinterface.lib
       
    50 LIBRARY         stiftestengine.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 // End of File