buildverification/autosmoketest/Utils/group/SmokeTest_Utils.mmp
changeset 0 9736f095102e
equal deleted inserted replaced
-1:000000000000 0:9736f095102e
       
     1 // Copyright (c) 2004-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 
       
    15  
       
    16 
       
    17 TARGET			SmokeTest_Utils.dll
       
    18 TARGETTYPE		dll
       
    19 UID           	0x1000008D 0x101FF341
       
    20 
       
    21 #if (!defined __NO_VENDORID__)
       
    22 VENDORID		0x70000001
       
    23 #endif
       
    24 
       
    25 CAPABILITY		All -TCB
       
    26 
       
    27 SOURCEPATH		..\Src
       
    28 
       
    29 SOURCE			SmokeTestTimeOutTimer.cpp
       
    30 SOURCE			SmokeTestActive.cpp
       
    31 SOURCE			TestStepSmokeTest.cpp
       
    32 SOURCE			SmokeTestProperty.cpp
       
    33 
       
    34 USERINCLUDE		..\Inc
       
    35 USERINCLUDE		..\..\Group
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 LIBRARY			euser.lib
       
    40 LIBRARY			efsrv.lib
       
    41 LIBRARY			TestExecuteUtils.lib 
       
    42 LIBRARY			TestExecuteLogClient.lib
       
    43 LIBRARY			TestConfigFileParser.lib
       
    44 
       
    45 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    46 EPOCSTACKSIZE	0x6000
       
    47 
       
    48 SMPSAFE