stif/TestModuleTemplates/STIFUnitXXX/group/STIFUnitXXX.mmp
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 /*TYPE STIFUNIT*/
       
     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 STIFUnit test module.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 SMPSAFE
       
    22 
       
    23 TARGET          STIFUnitXXX.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x101FB3E7
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    29 // VENDORID     0x00000000
       
    30 /* Remove comments and replace 0x00000000 with correct secure id */
       
    31 // SECUREID     0x00000000
       
    32 
       
    33 //TARGETPATH      ?target_path
       
    34 DEFFILE         STIFUnitXXX.def
       
    35 
       
    36 USERINCLUDE     ../inc 
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 
       
    42 SOURCE          STIFUnitXXX.cpp
       
    43 SOURCE          STIFUnitXXXCases.cpp
       
    44 
       
    45 //RESOURCE        resource_file
       
    46 //RESOURCE        resource_file2
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         stiftestinterface.lib
       
    50 
       
    51 LANG            SC
       
    52 
       
    53 /*
       
    54 START WINS      
       
    55 ?wins_specific_information
       
    56 END
       
    57 
       
    58 START MARM
       
    59 ?marm_specific_information
       
    60 END
       
    61 */
       
    62 // Other possible keywords:
       
    63  
       
    64 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    65 /*
       
    66 START BITMAP ?target
       
    67 TARGETPATH   ?emulated_path_on_target_machine
       
    68 HEADER
       
    69 SOURCE       ?color_depth ?source_bitmap
       
    70 END
       
    71 */
       
    72 // DEFFILE ?filename
       
    73 // AIF ?filename// End of File