buildverification/smoketest/Utils/group/SmokeTest_Utils.mmp
branchRCL_3
changeset 11 493058e57c8c
parent 0 9736f095102e
equal deleted inserted replaced
10:4ca382093dae 11:493058e57c8c
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 #include "..\..\Group\Configuration.cfg"
       
    19 
       
    20 TARGET			SmokeTest_Utils.dll
       
    21 TARGETTYPE		dll
       
    22 UID           	0x1000008D 0x101FF341
       
    23 
       
    24 #if (!defined __NO_VENDORID__)
       
    25 VENDORID		0x70000001
       
    26 #endif
       
    27 
       
    28 CAPABILITY		All -TCB
       
    29 
       
    30 SOURCEPATH		..\Src
       
    31 
       
    32 SOURCE			SmokeTestTimeOutTimer.cpp
       
    33 SOURCE			SmokeTestActive.cpp
       
    34 SOURCE			TestStepSmokeTest.cpp
       
    35 SOURCE			SmokeTestProperty.cpp
       
    36 
       
    37 USERINCLUDE		..\Inc
       
    38 USERINCLUDE		..\..\Group
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 LIBRARY			euser.lib
       
    43 LIBRARY			efsrv.lib
       
    44 LIBRARY			TestExecuteUtils.lib 
       
    45 LIBRARY			TestExecuteLogClient.lib
       
    46 LIBRARY			TestConfigFileParser.lib
       
    47 
       
    48 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    49 EPOCSTACKSIZE	0x6000