networkingtestandutils/networkingintegrationtest/Group/TS_SelfTest.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2001-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 TARGET        	ts_selftest.dll
       
    19 TARGETTYPE    	dll
       
    20 UID           	0x1000008d 0x101F529E
       
    21 VENDORID 0x70000001
       
    22 
       
    23 SOURCEPATH    ../TS_SelfTest
       
    24 SOURCE        TestSuiteSelfTest.cpp
       
    25 SOURCE        TestStepSelfTest.cpp
       
    26 SOURCE        ExampleTest.cpp
       
    27 
       
    28 
       
    29 USERINCLUDE   ../inc
       
    30 
       
    31 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    32 SYSTEMINCLUDE	/epoc32/include
       
    33 SYSTEMINCLUDE	/epoc32/include/test
       
    34 #else
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 SYSTEMINCLUDE	/epoc32/include/platform/networking
       
    37 SYSTEMINCLUDE	/epoc32/include/platform/test
       
    38 #endif
       
    39 
       
    40 LIBRARY       euser.lib  
       
    41 LIBRARY	      integrationtestutils.lib 
       
    42 
       
    43 
       
    44 // build in comsdbgutil for debug AND release builds
       
    45 MACRO __FLOG_SUPPRESS_REL_WARNING
       
    46 MACRO __FLOG_ACTIVE
       
    47 
       
    48 LIBRARY       comsdbgutil.lib
       
    49 
       
    50 CAPABILITY All -Tcb
       
    51 
       
    52 SMPSAFE