testexecfw/stf/testmoduletemplates/CapsModifierXXX/group/CapsModifierXXX_exe_nrm.mmp
changeset 2 8bb370ba6d1d
equal deleted inserted replaced
1:bbd31066657e 2:8bb370ba6d1d
       
     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 "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 STIF Test Framework's CapsModifier 
       
    15 * module.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          CapsModifierXXX.exe
       
    22 TARGETTYPE      exe
       
    23 
       
    24 /* Specify the capabilities according to your test environment */
       
    25 CAPABILITY      ALL -TCB
       
    26 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    27 // VENDORID     0x00000000
       
    28 /* Remove comments and replace 0x00000000 with correct secure id */
       
    29 // SECUREID     0x00000000
       
    30 
       
    31 OS_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 /* Source files */
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 SOURCE          CapsModifierXXX_exe.cpp
       
    37 
       
    38 /* Used libraries */
       
    39 LIBRARY         euser.lib
       
    40 LIBRARY         stiftestinterface.lib
       
    41 
       
    42 EPOCSTACKSIZE   40960
       
    43 
       
    44 // End of File