applayerprotocols/httptransportfw/group/httpmessage.mmp
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2002-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 // httpmessage.dll HTTP message parser and composer
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 TARGET			httpmessage.dll
       
    24 TARGETTYPE		DLL
       
    25 CAPABILITY ALL -TCB
       
    26 
       
    27 
       
    28 // speed optimisations 
       
    29  #ifdef MARM_ARMV5
       
    30  OPTION ARMCC -O3 -Otime
       
    31  #endif
       
    32 
       
    33 // UIDs - 2nd UID => static DLL, 3rd UID => HttpMessage.dll
       
    34 UID				0x1000008d 	0x101F55F3
       
    35 VENDORID 0x70000001
       
    36 
       
    37 DOCUMENT		../httpmessage/httpmessagesource.mmpi
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 
       
    41 USERINCLUDE		../httpmessage
       
    42 
       
    43 USERINCLUDE		../utils
       
    44 
       
    45 SOURCEPATH		../httpmessage
       
    46 
       
    47 #include		"../httpmessage/httpmessagesource.mmpi"
       
    48 
       
    49 // Get GDB symbols included?
       
    50 SRCDBG
       
    51 
       
    52 LIBRARY			euser.lib inetprotutil.lib http.lib
       
    53 
       
    54 SMPSAFE