xdmprotocols/XcapProtocol/XcapHttpTransport/group/XcapHttpTransport.mmp
branchRCL_3
changeset 35 fbd2e7cec7ef
parent 0 c8caa15ef882
child 12 e6a66db4e9d0
equal deleted inserted replaced
34:2669f8761a99 35:fbd2e7cec7ef
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: XcapHttpTransport.dll from XcapHttpTransport.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  xcaphttptransport.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000008d 0x10207411
       
    25 CAPABILITY              CAP_GENERAL_DLL
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../src
       
    29 
       
    30 SOURCE                  XcapHttpTransport.cpp
       
    31 SOURCE                  XcapHttpReqGet.cpp
       
    32 SOURCE                  XcapHttpReqPut.cpp
       
    33 SOURCE                  XcapHttpRequest.cpp
       
    34 SOURCE                  XcapHttpResponse.cpp
       
    35 SOURCE                  XcapHttpReqDelete.cpp
       
    36 SOURCE                  XcapHttpHeaderModel.cpp
       
    37 SOURCE                  XcapHttpAuthManager.cpp
       
    38 SOURCE                  XcapHttpContSupplier.cpp
       
    39 SOURCE                  XcapHttpRequestTimer.cpp
       
    40 // SONERA SOLUTION
       
    41 SOURCE                  XcapHttpReqHead.cpp
       
    42 SOURCE                  XcapHttpReqMkcol.cpp
       
    43 
       
    44 //Internal
       
    45 USERINCLUDE             ../inc
       
    46 USERINCLUDE             ../../inc
       
    47 USERINCLUDE             ../../../inc
       
    48 USERINCLUDE             ../../XcapOperations/inc
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 SYSTEMINCLUDE           /epoc32/include/http
       
    52 SYSTEMINCLUDE           /epoc32/include/ecom
       
    53 SYSTEMINCLUDE           ../../../../inc
       
    54 
       
    55 
       
    56 LIBRARY                 hal.lib
       
    57 LIBRARY                 bafl.lib
       
    58 LIBRARY                 http.lib
       
    59 LIBRARY                 ecom.lib
       
    60 LIBRARY                 hash.lib
       
    61 LIBRARY                 efsrv.lib
       
    62 LIBRARY                 euser.lib
       
    63 LIBRARY                 xdmengine.lib
       
    64 LIBRARY                 inetprotutil.lib
       
    65 DEBUGLIBRARY            flogger.lib
       
    66 
       
    67 
       
    68 
       
    69 #if defined( ARMCC )
       
    70     deffile ../eabi/ 
       
    71 #elif defined ( WINSCW )
       
    72     deffile ../BWINSCW/ 
       
    73 #elif defined ( WINS )
       
    74     deffile ../bwins/  
       
    75 #endif 
       
    76 
       
    77 
       
    78