serialserver/packetloopbackcsy/group/TE_PacketLoopback.mmp
changeset 0 dfb7c4ff071f
child 34 6646e488a904
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     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 // Tests to ensure correct behavior of PKTLOOPBACK.csy
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET		te_packetloopback.exe
       
    19 CAPABILITY	ReadDeviceData WriteDeviceData NetworkControl NetworkServices ReadUserData WriteUserData 
       
    20 TARGETTYPE	exe
       
    21 UID			0x1000007A 0x10206865
       
    22 VENDORID	0x70000001
       
    23 
       
    24 SOURCEPATH		../src
       
    25 SOURCE			LoopbackTestServer.cpp
       
    26 SOURCE			LoopbackTestStep.cpp
       
    27 
       
    28 USERINCLUDE   	../inc
       
    29 
       
    30 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    31 SYSTEMINCLUDE /epoc32/include
       
    32 #else
       
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 #endif
       
    35 
       
    36 SYSTEMINCLUDE 	/epoc32/include/test
       
    37 
       
    38 LIBRARY			euser.lib
       
    39 LIBRARY			testexecuteutils.lib 
       
    40 LIBRARY			testexecutelogclient.lib 
       
    41 LIBRARY			c32.lib
       
    42