applayerprotocols/httptransportfw/group/http.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 // http.dll HTTP Client API & Core framework
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 OPTION CW   -w off
       
    23 TARGET			http.dll 
       
    24 TARGETTYPE		dll
       
    25 CAPABILITY 		ALL -TCB
       
    26  
       
    27 UID	0x1000008d 	0x1000A441
       
    28 VENDORID 0x70000001
       
    29 
       
    30 #ifdef MARM_ARMV5
       
    31 OPTION ARMCC -O3 -Otime 
       
    32 #endif
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 USERINCLUDE		../core
       
    36 USERINCLUDE		../utils
       
    37 USERINCLUDE		../inc
       
    38 USERINCLUDE		../inc/framework
       
    39 
       
    40 #if defined(SYMBIAN_ENABLE_SPLIT_HEADERS)
       
    41 	DEFFILE	 httphs.def
       
    42 #else
       
    43 	DEFFILE			http.def
       
    44 #endif	//SYMBIAN_ENABLE_SPLIT_HEADERS
       
    45 
       
    46 SOURCEPATH		../core
       
    47 SOURCE			http.cpp
       
    48 SOURCE			CHTTPManager.cpp  // included here because it use the DLL class, can't be used in EXE's
       
    49 SOURCE			thttptable.cpp
       
    50 #include		"../core/coresource.mmpi"
       
    51 
       
    52 SOURCEPATH	../strings
       
    53 START STRINGTABLE HttpStringConstants.st
       
    54 	EXPORTPATH	/epoc32/include
       
    55 END
       
    56 
       
    57 
       
    58 SOURCEPATH ../utils
       
    59 #include "../utils/utilssource.mmpi"
       
    60 
       
    61 
       
    62 // The resource file containing HTTP error messages, generated for the system error resolver.
       
    63 SOURCEPATH 		../group
       
    64 START RESOURCE	HttpClientErr.rss
       
    65 TARGETPATH		/resource/errors
       
    66 LANG			01
       
    67 END
       
    68 
       
    69 
       
    70 
       
    71 // Uncomment this for target debugging
       
    72 //SRCDBG
       
    73 //LIBRARY ESTOR.LIB
       
    74 
       
    75 // bizarrely, ESTOR.LIB appears to be needed when SRCDBG is on, due to some FileStoreFactory symbols that get introduced by IMUT??!
       
    76 LIBRARY	euser.lib inetprotutil.lib bafl.lib ecom.lib commsdat.lib efsrv.lib
       
    77 DEBUGLIBRARY flogger.lib
       
    78 
       
    79 
       
    80 SMPSAFE