servicediscoveryandcontrol/pnp/test/upnp/upnpmessage/group/upnpmessage.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 //
       
    15 
       
    16 TARGET		  upnpmessage.dll
       
    17 TARGETTYPE	  dll
       
    18 UID			 0x00000000 0x2000D05A
       
    19 CAPABILITY	 CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    20 
       
    21 USERINCLUDE	 ../inc
       
    22 SYSTEMINCLUDE	 /epoc32/include
       
    23 
       
    24 SOURCEPATH	  ../src
       
    25 
       
    26 SOURCE		  rrequest.cpp 
       
    27 SOURCE		  CRequest.cpp
       
    28 SOURCE		  RResponse.cpp
       
    29 SOURCE		  CResponse.cpp
       
    30 SOURCE		  rhttpheaders.cpp 
       
    31 SOURCE		  CHeaders.cpp
       
    32 SOURCE		  CMessage.cpp
       
    33 SOURCE		  CHeaderField.cpp
       
    34 SOURCE		  cupnprequestcomposer.cpp
       
    35 SOURCE		  cupnpresponseparser.cpp 
       
    36 SOURCE		  cupnpresponsecomposer.cpp 
       
    37 SOURCE		  cupnprequestparser.cpp 
       
    38 SOURCE		  tupnpmessagepanic.cpp rupnpmessage.cpp
       
    39 SOURCE		  cupnpmessagecomposer.cpp
       
    40 
       
    41 LIBRARY		 euser.lib 
       
    42 LIBRARY		 bafl.lib 
       
    43 LIBRARY		 http.lib 
       
    44 LIBRARY		 inetprotutil.lib 
       
    45 LIBRARY		 httpmessage.lib
       
    46 //LIBRARY		 mbufmgr.lib
       
    47 LIBRARY 	 chunkmgr.lib
       
    48 LIBRARY		 comsdbgutil.lib
       
    49 LIBRARY		 upnputils.lib
       
    50 
       
    51 #ifdef WINSCW
       
    52 DEFFILE			upnpmessage.DEF
       
    53 #endif
       
    54 
       
    55 #ifdef ARMV5
       
    56 DEFFILE			upnpmessage.def
       
    57 #endif
       
    58 
       
    59 
       
    60 
       
    61 SMPSAFE