Utils/group/SmokeTest_Utils.mmp
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-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 SYSTEMINCLUDE	\epoc32\include
       
    41 SYSTEMINCLUDE	\epoc32\include\test
       
    42 
       
    43 LIBRARY			euser.lib
       
    44 LIBRARY			efsrv.lib
       
    45 LIBRARY			TestExecuteUtils.lib 
       
    46 LIBRARY			TestExecuteLogClient.lib
       
    47 LIBRARY			TestConfigFileParser.lib
       
    48 
       
    49 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    50 EPOCSTACKSIZE	0x6000