applayerprotocols/httptransportfw/group/httputils.mmp
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     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		  	httputils.dll
       
    17 TARGETTYPE	  	dll
       
    18 UID			 	0x1000008d 0x2001B926
       
    19 
       
    20 CAPABILITY		ALL -TCB
       
    21 
       
    22 USERINCLUDE		../httputils/inc
       
    23 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    24 
       
    25 SOURCEPATH 		../httputils/src
       
    26 SOURCE 			rexplicithttpsession.cpp
       
    27 
       
    28 LIBRARY		 	euser.lib
       
    29 LIBRARY		 	commdb.lib
       
    30 LIBRARY		 	commsdat.lib
       
    31 LIBRARY		 	http.lib
       
    32 LIBRARY		 	bafl.lib
       
    33 LIBRARY		 	inetprotutil.lib
       
    34 LIBRARY		 	esock.lib
       
    35 
       
    36 #ifdef WINSCW
       
    37 DEFFILE			httputils.def
       
    38 #endif
       
    39 
       
    40 #ifdef ARMV5
       
    41 DEFFILE			httputils.def
       
    42 #endif
       
    43 SMPSAFE