tcpiputils/dhcp/te_dhcp/te_dhcpTestServer.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     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 "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 // DhcpTestServer.mmp
       
    15 // Using relative paths for sourcepath and user includes
       
    16 // 
       
    17 //
       
    18 
       
    19 #if (defined WINS && !defined EKA2)
       
    20 TARGET      DhcpTestServer.dll
       
    21 TARGETTYPE  dll
       
    22 UID             0x1000008d 0x101F777C
       
    23 VENDORID 0x70000001
       
    24 #else
       
    25 TARGET      dhcptestserver.exe
       
    26 TARGETTYPE  exe
       
    27 UID             0x1000007A 0x101F777C
       
    28 VENDORID 0x70000001
       
    29 #endif
       
    30 
       
    31 SOURCEPATH  src
       
    32 SOURCE		te_dhcpTestServer.cpp Te_TestDaemonClient.cpp
       
    33 SOURCE		te_dhcpTestStep1.cpp te_dhcpTestStep2.cpp te_dhcpTestStep3.cpp
       
    34 SOURCE		te_dhcpTestStep4.cpp te_dhcpTestStep5.cpp te_dhcpTestStep6.cpp
       
    35 SOURCE		te_dhcpTestStepOOM.cpp 
       
    36 SOURCE		te_dhcpTestCommandSteps.cpp te_dhcpserverteststep.cpp
       
    37 
       
    38 USERINCLUDE   include
       
    39 USERINCLUDE	 ../include
       
    40 
       
    41 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    42 SYSTEMINCLUDE /epoc32/include
       
    43 SYSTEMINCLUDE /epoc32/include/comms-infras
       
    44 SYSTEMINCLUDE /epoc32/include/test
       
    45 SYSTEMINCLUDE	/epoc32/include/ecom
       
    46 #else
       
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    48 SYSTEMINCLUDE /epoc32/include/platform/comms-infras
       
    49 SYSTEMINCLUDE /epoc32/include/platform/test
       
    50 SYSTEMINCLUDE	/epoc32/include/platform/ecom
       
    51 #endif
       
    52 
       
    53 
       
    54 LIBRARY     euser.lib
       
    55 LIBRARY		testexecuteutils.lib
       
    56 LIBRARY		testexecutelogclient.lib
       
    57 LIBRARY		esock.lib
       
    58 LIBRARY		commdb.lib
       
    59 LIBRARY		insock.lib
       
    60 LIBRARY		netstsrv.lib
       
    61 LIBRARY		efsrv.lib
       
    62 LIBRARY		commsdat.lib
       
    63 
       
    64 #ifdef SYMBIAN_NETWORKING_DHCP_MSG_HEADERS
       
    65 LIBRARY		charconv.lib
       
    66 #endif // SYMBIAN_NETWORKING_DHCP_MSG_HEADERS
       
    67 
       
    68 CAPABILITY ALL -Tcb
       
    69 
       
    70 SMPSAFE