applayerpluginsandutils/httpprotocolplugins/group/WspProtocolHandler.mmp
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2001-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 wspprotocolhandler.dll
       
    17 TARGETTYPE plugin
       
    18 CAPABILITY ALL -TCB
       
    19 
       
    20 // UIDs - 2nd UID => CProtocolHandler, 3rd UID => CWspProtocolHandler
       
    21 UID					0x10009D8D 	0x101F4489
       
    22 VENDORID 0x70000001
       
    23 	
       
    24 
       
    25 #ifdef SYMBIAN_OLD_EXPORT_LOCATION	
       
    26 SYSTEMINCLUDE	/epoc32/include /epoc32/include/ecom
       
    27 #else
       
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 SYSTEMINCLUDE	/epoc32/include/ecom
       
    30 SYSTEMINCLUDE	/epoc32/include/platform/ecom
       
    31 SYSTEMINCLUDE	/epoc32/include/platform
       
    32 #endif
       
    33 USERINCLUDE			../. ../inc ../inc/Wsp ../../../applayerprotocols/httptransportfw/core ../WspProtocolHandler
       
    34 USERINCLUDE			../WspHeaderCodec
       
    35 USERINCLUDE			../../../applayerprotocols/httptransportfw/inc/framework
       
    36 
       
    37 SOURCEPATH			../WspProtocolHandler
       
    38 
       
    39 SOURCE				WspProtocolHandlerMain.cpp 
       
    40 #include			"../WspProtocolHandler/WspProtocolHandlerSource.mmpi"
       
    41 
       
    42 
       
    43 start resource 101f4489.rss
       
    44 #ifdef SYMBIAN_SECURE_ECOM
       
    45 TARGET wspprotocolhandler.rsc
       
    46 #endif
       
    47 //HEADER - not needed
       
    48 END
       
    49 
       
    50 SOURCEPATH			../WspHeaderCodec
       
    51 #include			"../WspHeaderCodec/WspHeaderCodec.mmpi"
       
    52 
       
    53 SOURCEPATH			+/build/generated/http
       
    54 SOURCE			WspParamConstants.cpp WspContentTypes.cpp WspRegContentTypes.cpp WspCharacterSets.cpp
       
    55 SOURCE			WspStdConstants.cpp WspLanguages.cpp WspTypeConstants.cpp WspStringConstants.cpp
       
    56 
       
    57 // Get GDB symbols included?
       
    58 SRCDBG
       
    59 
       
    60 LIBRARY				EUSER.LIB INETPROTUTIL.LIB BAFL.LIB HTTP.LIB ECOM.LIB COMMDB.LIB
       
    61 
       
    62 SOURCEPATH 		../group
       
    63 START RESOURCE	WspErr.rss
       
    64 LANG			01
       
    65 END
       
    66 
       
    67 SMPSAFE