applayerpluginsandutils/httpprotocolplugins/group/httpclient.mmp
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     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 // CHttpClient.mmp
       
    15 // httpclient.dll HTTP Text mode protocol module
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 //OPTION CW   -w off
       
    25 TARGET httpclient.dll
       
    26 TARGETTYPE plugin
       
    27 CAPABILITY ALL -TCB
       
    28 
       
    29 
       
    30 
       
    31 
       
    32 
       
    33 // UIDs - 2nd UID => ECOM implementation, 3rd UID => HttpClientProtocolHandler.dll
       
    34 UID	0x10009D8D 	0x101F55F6
       
    35 VENDORID 0x70000001
       
    36 	
       
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 USERINCLUDE	../httpclient
       
    39 USERINCLUDE	../../../applayerprotocols/httptransportfw/httpmessage
       
    40 USERINCLUDE	../../httptransportplugins/httptransporthandler
       
    41 USERINCLUDE	../../../applayerprotocols/httptransportfw/core
       
    42 USERINCLUDE     ../../../applayerprotocols/httptransportfw/utils
       
    43 USERINCLUDE	../inc/httpheadercodec
       
    44 USERINCLUDE	../../../applayerprotocols/httptransportfw/inc/framework
       
    45 
       
    46 SOURCEPATH ../httpclient
       
    47 
       
    48 SOURCE			httpclient.cpp 
       
    49 #include "../httpclient/httpclientsource.mmpi"
       
    50 
       
    51 
       
    52 start resource 101F55F6.RSS
       
    53 #ifdef SYMBIAN_SECURE_ECOM
       
    54 TARGET httpclient.rsc
       
    55 #endif
       
    56 //HEADER - not needed
       
    57 END
       
    58 
       
    59 // Get GDB symbols included?
       
    60 //removed SRCDBG as it was causing thumb compiler problems in CHttpConnectFilter::CreateConnectTransactionL
       
    61 //SRCDBG
       
    62 
       
    63 EPOCHEAPSIZE	0x4000 0x1200000
       
    64 
       
    65 LIBRARY		euser.lib http.lib inetprotutil.lib bafl.lib httpmessage.lib ecom.lib
       
    66 LIBRARY		x509.lib x500.lib crypto.lib 
       
    67 DEBUGLIBRARY	efsrv.lib flogger.lib
       
    68 
       
    69 SMPSAFE