testdev/ite/src/com.nokia.testfw.codegen/src/templates/STF_Script/group/${class_name}.mmp
changeset 1 96906a986c3b
equal deleted inserted replaced
0:f1112f777ce9 1:96906a986c3b
       
     1 /*
       
     2 * Copyright (c) 2010 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: MMP file for STF Test Framework's TestScripter 
       
    15 * test class.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          ${class_name}.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E3
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    27 DEFFILE         ${class_name}.def
       
    28 
       
    29 USERINCLUDE     ../inc 
       
    30 
       
    31 // [System Include] Begin - Do not remove
       
    32 OS_LAYER_SYSTEMINCLUDE
       
    33 //!!//!![Repeat Section Begin]::// [System Include]
       
    34 //!!foreach( ${include} in ${system_include})
       
    35 SYSTEMINCLUDE   ${include}
       
    36 //!!end
       
    37 //!!//!![Repeat Section End]::// [System Include]
       
    38 // [System Include] End - Do not remove
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 // [Test Case Source] Begin - Do not remove
       
    42 //!!//!![Repeat Section Begin]::// [Test Case Source]
       
    43 SOURCE          ${class_name}.cpp
       
    44 SOURCE          ${class_name}Blocks.cpp
       
    45 //!!//!![Repeat Section End]::// [Test Case Source]
       
    46 // [Test Case Source] End - Do not remove
       
    47 
       
    48 // [Library] Begin - Do not remove
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         stiftestinterface.lib
       
    51 LIBRARY         stiftestengine.lib
       
    52 //!!//!![Repeat Section Begin]::// [Library]
       
    53 //!!foreach( ${lib} in ${library})
       
    54 LIBRARY         ${lib}
       
    55 //!!end
       
    56 //!!//!![Repeat Section End]::// [Library]
       
    57 // [Library] End - Do not remove
       
    58 
       
    59 //RESOURCE      resource_file
       
    60 //RESOURCE      resource_file2
       
    61 
       
    62 LANG            SC