applayerprotocols/httpservice/group/httpservice.mmp
changeset 0 b16258d2340f
child 7 337070b4fa18
child 19 2f328ce1b263
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 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 // httpclientapi.dll HTTP Client API & Core framework
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET httpservice.dll
       
    23 TARGETTYPE dll
       
    24 CAPABILITY ALL -TCB
       
    25 
       
    26 UID	0x1000008D 	0x2002A2EB 
       
    27 VENDORID 0x70000001
       
    28 
       
    29 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    30  SYSTEMINCLUDE		/epoc32/include
       
    31  SYSTEMINCLUDE		/epoc32/include/http
       
    32 #else
       
    33  MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34  SYSTEMINCLUDE		/epoc32/include/mw/http
       
    35 #endif
       
    36 
       
    37 USERINCLUDE 		../../httptransportfw/core
       
    38 USERINCLUDE		../inc
       
    39 
       
    40 SOURCEPATH 		../src
       
    41 
       
    42 
       
    43 SOURCE			chttpservice.cpp
       
    44 SOURCE			chttpclienttransaction.cpp 
       
    45 SOURCE 			httpheaderiter.cpp
       
    46 SOURCE			httpclientutils.cpp chttpclienttransactionimpl.cpp
       
    47 SOURCE			chttpdatasender.cpp chttpdatareceiver.cpp chttpcontentreader.cpp chttpcontentwriter.cpp
       
    48 
       
    49 LIBRARY			euser.lib
       
    50 LIBRARY			http.lib
       
    51 LIBRARY			esock.lib
       
    52 LIBRARY			commdb.lib
       
    53 LIBRARY			inetprotutil.lib
       
    54 LIBRARY			bafl.lib
       
    55 LIBRARY 		efsrv.lib
       
    56 
       
    57 
       
    58 DEFFILE httpservice.def
       
    59 
       
    60 SMPSAFE