servicediscoveryandcontrol/pnp/test/upnp/unittests/udpclient/group/udpclient.mmp
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET			udpclient.prt
       
    19 TARGETTYPE		DLL
       
    20 UID      0x10003d38
       
    21 VENDORID 0x70000001
       
    22 
       
    23 DEFFILE		udpclient.def
       
    24 
       
    25 
       
    26 SOURCEPATH		../src
       
    27 SOURCE			protocolfamily.cpp
       
    28 SOURCE			proxyprotocol.cpp
       
    29 SOURCE			testmudpserver.cpp
       
    30 SOURCE			pudpclienttests.cpp
       
    31 
       
    32 
       
    33 USERINCLUDE		../inc
       
    34 USERINCLUDE		../../../../server/flow/inc
       
    35 USERINCLUDE		../../../../server/controlpoint/inc
       
    36 USERINCLUDE		../../../../server/servicepoint/inc
       
    37 USERINCLUDE		../../../../upnputils/inc
       
    38 USERINCLUDE		../../../../upnpmessage/inc
       
    39 
       
    40 SYSTEMINCLUDE	/epoc32/include
       
    41 SYSTEMINCLUDE	/epoc32/include/upnp
       
    42 SYSTEMINCLUDE	/epoc32/include/comms-infras
       
    43 SYSTEMINCLUDE   /epoc32/include/test
       
    44 
       
    45 LIBRARY		euser.lib     
       
    46 LIBRARY		esock.lib
       
    47 LIBRARY		esocksvr.lib
       
    48 LIBRARY		mbufmgr.lib
       
    49 LIBRARY		testexecutelogclient.lib
       
    50 LIBRARY		efsrv.lib
       
    51 LIBRARY		cinidata.lib
       
    52 LIBRARY     nifman.lib
       
    53 LIBRARY		commsfw.lib
       
    54 LIBRARY		testexecuteutils.lib
       
    55 LIBRARY		rfileloggerclient.lib
       
    56 LIBRARY     netmeta.lib		// for the ABIv2
       
    57 LIBRARY		insock.lib 
       
    58 LIBRARY		sockethandler.lib
       
    59 LIBRARY 	upnputils.lib
       
    60 LIBRARY		nodemessages.lib
       
    61 LIBRARY 	netinterfaces.lib
       
    62 LIBRARY		factories.lib
       
    63 LIBRARY 	chunkmgr.lib
       
    64 
       
    65 START WINS
       
    66 BASEADDRESS		0x59000000
       
    67 END
       
    68 
       
    69 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    70 
       
    71 UNPAGED
       
    72 
       
    73 SMPSAFE