testexecfw/stf/stfui/touchconsoleui/group/TouchConsoleUI.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 Consoleui app.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          TouchConsoleUI.exe
       
    21 TARGETTYPE      exe
       
    22 UID			 0 0x2002C347
       
    23 
       
    24 CAPABILITY	AllFiles CommDD
       
    25 //VENDORID 	0x101FB657
       
    26 //SECUREID    0x102073DB
       
    27 
       
    28 USERINCLUDE     ../inc
       
    29 USERINCLUDE     ../../../inc
       
    30 USERINCLUDE     ../../uiengine/inc
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 /* Source files */
       
    35 SOURCEPATH      ../src
       
    36 
       
    37 SOURCE          ConsoleUI.cpp
       
    38 SOURCE          ConsoleMenus.cpp
       
    39 SOURCE          ConsoleNotify.cpp
       
    40 
       
    41 /* Used libraries */
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY		efsrv.lib
       
    44 LIBRARY         stiftestinterface.lib
       
    45 LIBRARY         stiftfwif.lib
       
    46 LIBRARY     	  stiftestengine.lib
       
    47 LIBRARY         econs.lib
       
    48 LIBRARY         hal.lib
       
    49 
       
    50 // In case of large amount of test cases, bigger heap size is required. 
       
    51 // Heap sizes can be changed using EPOCHEAPSIZE statement, where the first
       
    52 // parameter is heap's minimum size and the latter the maximum size.
       
    53 EPOCHEAPSIZE    0x10000 0x300000
       
    54 // End of File