applayerpluginsandutils/httpprotocolplugins/group/httpclientcodec.mmp
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2005-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			httpclientcodec.dll
       
    17 TARGETTYPE		plugin
       
    18 CAPABILITY ALL -TCB
       
    19 
       
    20 
       
    21 
       
    22 // speed optimisations 
       
    23 #ifdef MARM_ARMV5
       
    24  OPTION ARMCC -O3 -Otime 
       
    25 #endif
       
    26 
       
    27 UID				0x10009D8D 	0x10272E5B
       
    28 VENDORID 0x70000001
       
    29 
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 USERINCLUDE		../inc/httpheadercodec
       
    34 USERINCLUDE		../../../applayerprotocols/httptransportfw/core
       
    35 USERINCLUDE		../../../applayerprotocols/httptransportfw/inc/framework
       
    36 USERINCLUDE             ../../../applayerprotocols/httptransportfw/utils
       
    37 
       
    38 SOURCEPATH		../httpheadercodec
       
    39 
       
    40 SOURCE			chttpheaderreader.cpp
       
    41 SOURCE			chttpheaderwriter.cpp
       
    42 
       
    43 SOURCE			chttpgeneralheadercodec.cpp
       
    44 SOURCE			chttpgeneralheaderreader.cpp
       
    45 SOURCE			chttpgeneralheaderwriter.cpp
       
    46 
       
    47 SOURCE			chttpdefaultheadercodec.cpp
       
    48 SOURCE			chttpdefaultheaderreader.cpp
       
    49 SOURCE			chttpdefaultheaderwriter.cpp
       
    50 
       
    51 SOURCE			chttpclientheadercodec.cpp
       
    52 SOURCE			chttpclientheaderreader.cpp
       
    53 SOURCE			chttpclientheaderwriter.cpp
       
    54 
       
    55 SOURCE			httpclientcodecpluginmain.cpp
       
    56 
       
    57 SOURCE			chttpserverheadercodec.cpp
       
    58 SOURCE			chttpserverheaderreader.cpp
       
    59 SOURCE			chttpserverheaderwriter.cpp
       
    60 
       
    61 
       
    62 // Get GDB symbols included?
       
    63 SRCDBG
       
    64 
       
    65 START RESOURCE	10272E5B.RSS
       
    66 
       
    67 #ifdef SYMBIAN_SECURE_ECOM
       
    68 TARGET httpclientcodec.rsc
       
    69 #endif
       
    70 end
       
    71 
       
    72 LIBRARY			euser.lib inetprotutil.lib bafl.lib http.lib ecom.lib
       
    73 
       
    74 
       
    75 SMPSAFE