servicediscoveryandcontrol/pnp/test/upnp/Server/group/upnpserver.mmp
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 // Copyright (c) 2008-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 // @file
       
    15 // @SYMPurpose UPnPServer.mmp HTTP UPnP Server plugin dll
       
    16 // 
       
    17 //
       
    18 
       
    19 TARGET          upnpserver.dll
       
    20 TARGETTYPE      PLUGIN
       
    21 
       
    22 UID             0x10009D8D 0x2000D053
       
    23 VENDORID        0x70000001
       
    24 
       
    25 USERINCLUDE     ../ControlPoint/inc
       
    26 USERINCLUDE     ../ServicePoint/inc
       
    27 USERINCLUDE     ../Flow/inc
       
    28 USERINCLUDE     ../../upnpmessage/inc
       
    29 USERINCLUDE     ../../upnpdescription/inc
       
    30 USERINCLUDE     ../../upnputils/inc
       
    31 USERINCLUDE     ../../Client/upnpplugin/inc
       
    32 USERINCLUDE     ../AppProtIntf/inc
       
    33 USERINCLUDE 	../../SocketHandler/inc
       
    34 
       
    35 SYSTEMINCLUDE   /epoc32/include
       
    36 SYSTEMINCLUDE	/epoc32/include/comms-infras
       
    37 SYSTEMINCLUDE   /epoc32/include/upnp
       
    38 
       
    39 
       
    40 SOURCEPATH  ../ControlPoint/src
       
    41 SOURCE		ecom_impl.cpp
       
    42 SOURCE		upnpctrlcpr.cpp
       
    43 SOURCE		upnpctrlcpractivities.cpp
       
    44 SOURCE		upnpctrlcprfactory.cpp
       
    45 SOURCE		upnpmcpr.cpp
       
    46 SOURCE		upnpmcpractivities.cpp
       
    47 SOURCE		upnpmcprfactory.cpp
       
    48 SOURCE		upnpctrlscpr.cpp
       
    49 SOURCE		upnpctrlscpractivities.cpp
       
    50 SOURCE		upnpctrlscprstates.cpp
       
    51 SOURCE		upnpctrldeftscpr.cpp
       
    52 SOURCE		upnpctrldeftscpractivities.cpp
       
    53 SOURCE		upnpctrlscprfactory.cpp
       
    54 SOURCE		upnptiermanager.cpp
       
    55 SOURCE		upnptiermanageractivities.cpp
       
    56 SOURCE		upnptiermanagerfactory.cpp
       
    57 SOURCE		upnptiermanagerselector.cpp
       
    58 SOURCE 		upnpstatemachine.cpp
       
    59 SOURCE 		upnpcpr.cpp
       
    60 SOURCE 		upnpscpr.cpp
       
    61 
       
    62 SOURCEPATH  ../ServicePoint/src
       
    63 SOURCE		upnpservicecpr.cpp
       
    64 SOURCE		upnpservicecpractivities.cpp
       
    65 SOURCE		upnpservicecprfactory.cpp
       
    66 SOURCE		upnpservicecprstates.cpp
       
    67 SOURCE		upnpservicedeftscpr.cpp
       
    68 SOURCE		upnpservicedeftscpractivities.cpp
       
    69 SOURCE		upnpservicedeftscprstates.cpp
       
    70 SOURCE		upnpservicescpr.cpp
       
    71 SOURCE		upnpservicescpractivities.cpp
       
    72 SOURCE		upnpservicescprfactory.cpp
       
    73 SOURCE		upnpservicescprstates.cpp 
       
    74 SOURCE		upnpsppublishinfocontainer.cpp
       
    75 SOURCE		upnpuuid.cpp
       
    76 
       
    77 SOURCEPATH  ../Flow/src
       
    78 SOURCE		upnpflowfactory.cpp
       
    79 SOURCE		upnpflowbase.cpp
       
    80 SOURCE		httpclientflow.cpp
       
    81 SOURCE		httpudpflow.cpp
       
    82 SOURCE		upnppintfactory.cpp
       
    83 SOURCE		upnppint.cpp
       
    84 SOURCE		httpserverflow.cpp
       
    85 SOURCE		ctransaction.cpp
       
    86 SOURCE		cprotocolhandler.cpp
       
    87 SOURCE		chttpclienthandler.cpp
       
    88 SOURCE		httpmudpflow.cpp
       
    89 SOURCE		httpserver.cpp
       
    90 SOURCE		httpserverhandler.cpp
       
    91 SOURCE		csoapparser.cpp
       
    92 SOURCE		genericcontainer.cpp
       
    93 SOURCE 		cupnptimer.cpp
       
    94 SOURCE 		upnpmemoryutils.cpp
       
    95 
       
    96 SOURCEPATH      ../AppProtIntf/src
       
    97 //SOURCE app_protintf.cpp
       
    98 SOURCE app_protintf_base.cpp
       
    99 SOURCE app_protintf_fact.cpp
       
   100 SOURCE app_protintf_tcp.cpp
       
   101 SOURCE app_protintf_udp.cpp
       
   102 
       
   103 SOURCEPATH      ../group
       
   104 START RESOURCE 2000D053.rss
       
   105 TARGET upnpserver.rsc
       
   106 END
       
   107 
       
   108 LIBRARY	euser.lib
       
   109 LIBRARY esocksvr.lib
       
   110 LIBRARY esock.lib
       
   111 LIBRARY netmeta.lib
       
   112 LIBRARY netsm.lib
       
   113 LIBRARY commsfw.lib
       
   114 LIBRARY coreproviders.lib
       
   115 LIBRARY mobilitycoreproviders.lib
       
   116 LIBRARY esock_api_ext.lib
       
   117 LIBRARY commsdat.lib
       
   118 LIBRARY simpleselectorbase.lib
       
   119 LIBRARY insock.lib 
       
   120 LIBRARY mbufmgr.lib
       
   121 LIBRARY sockethandler.lib
       
   122 LIBRARY http.lib
       
   123 LIBRARY bafl.lib
       
   124 LIBRARY inetprotutil.lib
       
   125 LIBRARY appprotinfmsgs.lib
       
   126 LIBRARY upnpdescription.lib
       
   127 LIBRARY efsrv.lib 
       
   128 LIBRARY upnputils.lib
       
   129 LIBRARY upnpmessage.lib
       
   130 LIBRARY charconv.lib
       
   131 LIBRARY random.lib
       
   132 LIBRARY xmlframework.lib
       
   133 LIBRARY	ecom.lib
       
   134 LIBRARY nodemessages.lib
       
   135 LIBRARY meshmachine.lib
       
   136 LIBRARY netinterfaces.lib
       
   137 LIBRARY factories.lib
       
   138 LIBRARY serverden.lib
       
   139 LIBRARY chunkmgr.lib
       
   140 
       
   141 //#include <comms-infras/esockdebug.mmh>
       
   142 #include <comms-infras/commsdebugutility.mmh>
       
   143 #include <cflog.mmh>
       
   144 #include <elements/sd_mintercept.mmh>
       
   145 
       
   146 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
   147 
       
   148 
       
   149 
       
   150 
       
   151 SMPSAFE
       
   152