applayerpluginsandutils/httptransportplugins/group/httptransporthandler.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 // httptransporthandler.dll HTTP Transport Handler
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 
       
    24 TARGET httptransporthandler.dll
       
    25 TARGETTYPE plugin
       
    26 CAPABILITY ALL -TCB
       
    27 
       
    28 // speed optimisations 
       
    29  #ifdef MARM_ARMV5
       
    30  OPTION ARMCC -O3 -Otime 
       
    31  #endif
       
    32 
       
    33 // UIDs - 2nd UID => ECOM implementation, 3rd UID => HttpTransportHandler.dll
       
    34 UID				0x10009D8D 	0x101F55EE
       
    35 VENDORID 0x70000001
       
    36 
       
    37 DOCUMENT		../httptransporthandler/httptransporthandlersource.mmpi
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 
       
    41 USERINCLUDE		../httptransporthandler
       
    42 USERINCLUDE             ../../../applayerprotocols/httptransportfw/inc
       
    43 
       
    44 
       
    45 
       
    46 SOURCEPATH		../httptransporthandler
       
    47 
       
    48 SOURCE			httptransporthandler.cpp 
       
    49 #include		"../httptransporthandler/httptransporthandlersource.mmpi"
       
    50 
       
    51 
       
    52 start resource 101f55ee.rss
       
    53 #ifdef SYMBIAN_SECURE_ECOM
       
    54 TARGET httptransporthandler.rsc
       
    55 #endif
       
    56 end
       
    57 
       
    58 // Get GDB symbols included?
       
    59 SRCDBG
       
    60 
       
    61 EPOCHEAPSIZE	0x4000 0x1200000
       
    62 
       
    63 LIBRARY			euser.lib ecom.lib esock.lib insock.lib inetprotutil.lib
       
    64 DEBUGLIBRARY	efsrv.lib flogger.lib
       
    65 SMPSAFE