testexecfw/tef/scriptengine/group/testexecutecommon.mmp
changeset 0 3e07fef1e154
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     1 /*
       
     2 * Copyright (c) 2005-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:  
       
    15 * testexecute.mmp
       
    16 * Using relative paths for sourcepath and user includes
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #if !(defined TEF_LITE_VERSION)
       
    22 TARGET      testexecute.exe
       
    23 #else
       
    24 TARGET      testexecutelite.exe
       
    25 #endif
       
    26 
       
    27 CAPABILITY All -Tcb
       
    28 TARGETTYPE  exe
       
    29 UID             0x100039CE 0x10210D61
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH  ../Src
       
    33 SOURCE      testexecute.cpp
       
    34 SOURCE	    ScriptEngine.cpp
       
    35 SOURCE	    TestWatcher.cpp
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 SYSTEMINCLUDE /epoc32/include/test
       
    41 USERINCLUDE   ../inc
       
    42 USERINCLUDE   ../../Utils/inc
       
    43 
       
    44 LIBRARY    		euser.lib
       
    45 LIBRARY			testexecuteutils.lib
       
    46 LIBRARY			efsrv.lib
       
    47 LIBRARY			testexecutelogclient.lib
       
    48 LIBRARY			testexecutepipslogclient.lib
       
    49 LIBRARY			iniparser.lib
       
    50 
       
    51 #if !defined(TEF_LITE_VERSION)
       
    52 LIBRARY			apparc.lib
       
    53 LIBRARY			apgrfx.lib
       
    54 LIBRARY        	domaincli.lib
       
    55 LIBRARY			ws32.lib
       
    56 #endif
       
    57 
       
    58 // Graphical window server hooks
       
    59 // Turned off by default
       
    60 // Add MACRO and #define to turn them on
       
    61 #ifdef GWS
       
    62 #endif
       
    63 
       
    64 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    65 EPOCSTACKSIZE	0x11800
       
    66 EPOCHEAPSIZE 0x1000 0x1240000
       
    67