webservices/wsconnection/group/senserviceconnection.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:    Project specification file for senserviceconnection    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include "../../inc/webservices.hrh"
       
    23 
       
    24 
       
    25 TARGETTYPE      DLL
       
    26 
       
    27 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    28 TARGET          SenServConn.dll
       
    29   #ifdef RD_SEN_USE_CLASHING_UIDS_FOR_TESTING
       
    30     // UID 0x101F9707 is reserved for legacy (S60 3.0) PasswordTransforms ECOM interface!!
       
    31     UID             0x1000008d 0x101F9707
       
    32   #else
       
    33     // This is the "new" ROM UID
       
    34     UID             0x1000008d 0x101F9700
       
    35   #endif  
       
    36 #else
       
    37 TARGET          wsservconn.dll
       
    38   // This is the new RAM (.SIS target) UID:
       
    39   UID             0x1000008d 0x101F9737
       
    40 #endif
       
    41 
       
    42 #ifdef EKA2
       
    43     #if defined ( RD_SEN_ENABLE_USE_OF_WSD_IN_SC_FOR_ARMV5_TARGET )
       
    44 		// use WSD only in hardware builds, since in emulator environment, only a single process can use WSD(!)
       
    45 		    EPOCALLOWDLLDATA
       
    46 	#endif // _WINS 
       
    47     #if !defined ( VID_DEFAULT ) 
       
    48         VENDORID 0x101FB657
       
    49     #else
       
    50         VENDORID VID_DEFAULT
       
    51     #endif 
       
    52   
       
    53     #if !defined ( CAP_CLIENT_DLL )
       
    54         CAPABILITY ALL -TCB
       
    55     #else
       
    56         CAPABILITY CAP_CLIENT_DLL
       
    57     #endif
       
    58 #endif
       
    59 
       
    60 
       
    61 
       
    62 SOURCEPATH      ../src
       
    63 SOURCE          senserviceconnectionimpl.cpp
       
    64 SOURCE          rsenserviceconnection.cpp
       
    65 SOURCE          senserviceconnectiondll.cpp
       
    66 SOURCE          senservicedispatcher.cpp
       
    67 SOURCE          senregistrationtimer.cpp
       
    68 
       
    69 USERINCLUDE     ../inc
       
    70 USERINCLUDE     ../../wsutils/inc // SenDebug.h - filelogging macros
       
    71 USERINCLUDE     ../../wscore/inc  // SenServiceManagerDefines.h  - IPC enumerations
       
    72 USERINCLUDE     ../../wsmessages/inc
       
    73 USERINCLUDE     ../../wslogger/inc // SenLogger.h - filelogging macros
       
    74 USERINCLUDE 		../../wsxml/inc								//senxmldebug.h
       
    75 USERINCLUDE     ../../wsconnectionagent/inc
       
    76 
       
    77 //USERINCLUDE     ../../ServiceDescription/inc  // SD headers now system included
       
    78 //USERINCLUDE     ../../XML/inc          // SenXmlUtils.h  is now system included
       
    79 
       
    80 MW_LAYER_SYSTEMINCLUDE
       
    81 SYSTEMINCLUDE   ../../inc
       
    82 
       
    83 SYSTEMINCLUDE   /epoc32/include/libc
       
    84 
       
    85 // System libs:
       
    86 LIBRARY         euser.lib
       
    87 LIBRARY         flogger.lib
       
    88 LIBRARY         efsrv.lib
       
    89 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    90 // SOA for S60 libs:
       
    91 LIBRARY         wsconnagent.lib
       
    92 LIBRARY         SenServDesc.lib
       
    93 LIBRARY         SenFragment.lib // CSenParser
       
    94 LIBRARY         SenMessages.lib
       
    95 LIBRARY         SenXml.lib
       
    96 LIBRARY         SenUtils.lib
       
    97 LIBRARY         SenLogger.lib    // for TLS based file logging
       
    98 #else
       
    99 LIBRARY         senconnagent.lib
       
   100 LIBRARY         wsServDesc.lib
       
   101 LIBRARY         wsFragment.lib // CSenParser
       
   102 LIBRARY         wsMessages.lib
       
   103 LIBRARY         wsXml.lib
       
   104 LIBRARY         wsUtils.lib
       
   105 LIBRARY         wsLogger.lib    // for TLS based file logging
       
   106 #endif
       
   107 // LibXml2 libraries
       
   108 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES )
       
   109     LIBRARY         XmlEngineDOM.lib
       
   110     LIBRARY         XmlEngineSerializer.lib
       
   111 #else
       
   112     LIBRARY         WsStarXmlEngineDOM.lib
       
   113     LIBRARY         WsStarXmlEngineSerializer.lib
       
   114 #endif
       
   115 
       
   116 LANG        SC
       
   117 #if defined(ARMCC)
       
   118   DEFFILE ../eabi/SENSERVCONN.DEF
       
   119 #elif defined(WINSCW)
       
   120   DEFFILE ../BWINSCW/SENSERVCONN.DEF
       
   121 #elif defined(WINS)
       
   122   DEFFILE ../BWINS/SENSERVCONN.DEF
       
   123 #else 
       
   124   DEFFILE ../BMARM/SENSERVCONN.DEF
       
   125 #endif
       
   126 
       
   127 SMPSAFE
       
   128