webservices/wshostletconnection/group/senhostletconnection.mmp
changeset 0 62f9d29f7211
child 25 52bdfc273ec5
child 38 d9641c85af2b
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002-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:           Component providing (local) service provider functionality
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 #include "../../inc/webservices.hrh"
       
    29 
       
    30 
       
    31 TARGETTYPE      DLL
       
    32 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    33 TARGET          SenHostConn.dll
       
    34 UID             0x1000008d 0x20000398
       
    35 #else
       
    36 TARGET          wshostconn.dll
       
    37 UID             0x1000008d 0x101F9748
       
    38 #endif
       
    39 
       
    40 MACRO _FORCE_DESCRIBED_MSW_2005_08_CONTRACT_TO_2006_10
       
    41 #define _FORCE_DESCRIBED_MSW_2005_08_CONTRACT_TO_2006_10 1
       
    42 
       
    43 
       
    44 #ifdef EKA2
       
    45     #if !defined ( VID_DEFAULT ) 
       
    46         VENDORID 0x101FB657
       
    47     #else
       
    48         VENDORID VID_DEFAULT
       
    49     #endif 
       
    50   
       
    51     #if !defined ( CAP_CLIENT_DLL )
       
    52         CAPABILITY ALL -TCB
       
    53     #else
       
    54         CAPABILITY CAP_CLIENT_DLL
       
    55     #endif
       
    56 #endif
       
    57 
       
    58 SOURCEPATH      ../src
       
    59 SOURCE          senhostletconnectionimpl.cpp
       
    60 SOURCE          rsenhostletconnection.cpp
       
    61 SOURCE          senhostletconnectiondll.cpp
       
    62 SOURCE          senregistrationtimer.cpp
       
    63 
       
    64 USERINCLUDE     ../inc
       
    65 USERINCLUDE     ../../wsutils/inc // SenDebug.h - debugging definitions, SenChunk.h
       
    66 USERINCLUDE     ../../wslogger/inc // SenLogger.h - filelogging macros
       
    67 USERINCLUDE     ../../wsprovider/inc  // SenServiceManagerDefines.h
       
    68 USERINCLUDE     ../../wsframework/inc  // MSenMessageContext.h 
       
    69 USERINCLUDE     ../../wscore/inc  // SenServiceManagerDefines.h  - IPC enumerations
       
    70 USERINCLUDE     ../../wsconnectionagent/inc
       
    71 
       
    72 
       
    73 MW_LAYER_SYSTEMINCLUDE
       
    74 SYSTEMINCLUDE   ../../inc
       
    75 
       
    76 SYSTEMINCLUDE   /epoc32/include/libc
       
    77 
       
    78 // System libs
       
    79 LIBRARY         euser.lib
       
    80 LIBRARY         flogger.lib
       
    81 
       
    82 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    83 // SOA for S60 libs:
       
    84 LIBRARY         wsconnagent.lib
       
    85 LIBRARY         SenUtils.lib     // for debugging macros
       
    86 LIBRARY         SenLogger.lib    // for TLS based file logging
       
    87 LIBRARY         SenProvider.lib  // for CSenHostletRequest and CSenHostletResponse
       
    88 LIBRARY         SenServDesc.lib  // for CSenXmlServiceDescription
       
    89 LIBRARY         SenXml.lib       // for CSenParser
       
    90 LIBRARY         SenMessages.lib
       
    91 #else
       
    92 // SOA for S60 libs:
       
    93 LIBRARY         senconnagent.lib
       
    94 LIBRARY         wsUtils.lib     // for debugging macros
       
    95 LIBRARY         wsLogger.lib    // for TLS based file logging
       
    96 LIBRARY         wsProvider.lib  // for CSenHostletRequest and CSenHostletResponse
       
    97 LIBRARY         wsServDesc.lib  // for CSenXmlServiceDescription
       
    98 LIBRARY         wsxml.lib       // for CSenParser
       
    99 LIBRARY         wsMessages.lib
       
   100 #endif
       
   101 
       
   102 LANG        SC
       
   103 #if defined(ARMCC)
       
   104   DEFFILE ../eabi/SENHOSTCONN.DEF
       
   105 #elif defined(WINSCW)
       
   106   DEFFILE ../BWINSCW/SENHOSTCONN.DEF
       
   107 #elif defined(WINS)
       
   108   DEFFILE ../BWINS/SENHOSTCONN.DEF
       
   109 #else 
       
   110   DEFFILE ../BMARM/SENHOSTCONN.DEF
       
   111 #endif
       
   112 
       
   113 SMPSAFE
       
   114