datacommsserver/esockserver/test/TE_Socket/group/TE_Socket.mmp
changeset 0 dfb7c4ff071f
child 4 928ed51ddc43
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2002-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      te_socket.exe
       
    19 // For EKA2, conditionally add your platform security capabilities 
       
    20 CAPABILITY All -Tcb
       
    21 TARGETTYPE  exe
       
    22 
       
    23 UID           0x1000008d 0x101F529F
       
    24 VENDORID 0x70000001
       
    25 
       
    26 SOURCEPATH    ..
       
    27 SOURCE        TestSuiteSocket.cpp
       
    28 SOURCE        TestStepSocket.cpp
       
    29 SOURCE        SocketTestSection1.cpp
       
    30 SOURCE        SocketTestSection2.cpp
       
    31 SOURCE        SocketTestSection3.cpp
       
    32 SOURCE        SocketTestSection4.cpp
       
    33 SOURCE        SocketTestSection5.cpp
       
    34 SOURCE        SocketTestSection6.cpp
       
    35 SOURCE        SocketTestSection7.cpp
       
    36 SOURCE        SocketTestSection8.cpp
       
    37 SOURCE        SocketTestSection9.cpp
       
    38 SOURCE        SocketTestSection10.cpp
       
    39 SOURCE        SocketTestSection11.cpp
       
    40 SOURCE        SocketTestSection12.cpp
       
    41 SOURCE        SocketTestSection13.cpp
       
    42 SOURCE        SocketTestSection14.cpp
       
    43 SOURCE        SocketTestSection15.cpp
       
    44 SOURCE        SocketTestSection16.cpp
       
    45 SOURCE        SocketTestSection17.cpp
       
    46 SOURCE        SocketTestSection18.cpp
       
    47 SOURCE        SocketTestSection19.cpp
       
    48 SOURCE        SocketTestSection20.cpp
       
    49 SOURCE		  SocketTestSection21.cpp
       
    50 
       
    51 USERINCLUDE   	../../protocols/pdummy
       
    52 
       
    53 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    54 SYSTEMINCLUDE	/epoc32/include 
       
    55 SYSTEMINCLUDE   /epoc32/include/networking
       
    56 #else
       
    57 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    58 #endif
       
    59 
       
    60 LIBRARY       	euser.lib esock.lib mbufmgr.lib
       
    61 LIBRARY  		insock.lib
       
    62 LIBRARY		testexecutelogclient.lib
       
    63 LIBRARY		testexecuteutils.lib
       
    64 LIBRARY     netmeta.lib		// for the ABIv2
       
    65 LIBRARY         nodemessages.lib
       
    66 
       
    67 #if !defined(WINS) && !defined(GCC32)
       
    68 LIBRARY					commsfw.lib
       
    69 #endif
       
    70 
       
    71 
       
    72 SMPSAFE
       
    73