applayerprotocols/httptransportfw/group/httpcore.iby
changeset 0 b16258d2340f
child 19 c0c2f28ace9c
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 //
       
    15 
       
    16 #ifndef __HTTPCORE_IBY__
       
    17 #define __HTTPCORE_IBY__
       
    18 
       
    19 #ifndef __INETPROTUTIL_IBY__
       
    20 #include <InetProtUtil.iby>
       
    21 #endif
       
    22 
       
    23 #include <GtEmailMtm.iby>
       
    24 #include <httpservice.iby>
       
    25 
       
    26 // HTTP Core
       
    27 file=ABI_DIR\BUILD_DIR\Http.dll				System\Libs\Http.dll
       
    28 data=MULTI_LINGUIFY(RSC ZRESOURCE\Errors\HttpClientErr	Resource\Errors\HttpClientErr)
       
    29 
       
    30 // Http Message component
       
    31 file=ABI_DIR\BUILD_DIR\HttpMessage.dll			System\Libs\HttpMessage.dll
       
    32 
       
    33 // httputils component
       
    34 file=ABI_DIR\BUILD_DIR\httputils.dll			System\Libs\httputils.dll
       
    35 
       
    36 
       
    37 #endif