websrv_pub/web_service_connection_api/tsrc/senConnectionTester/group/senConnectionTester.mmp
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002-2007 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:        
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         #include <platform_paths.hrh>
       
    21 #endif
       
    22 
       
    23 TARGET          senConnectionTester.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x101FB3E3
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    29 // VENDORID     0x00000000
       
    30 /* Remove comments and replace 0x00000000 with correct secure id */
       
    31 // SECUREID     0x00000000
       
    32 
       
    33 //TARGETPATH      ?target_path
       
    34 DEFFILE         senConnectionTester.def
       
    35 #ifdef EKA2
       
    36     EPOCALLOWDLLDATA
       
    37 #endif
       
    38 
       
    39 // Enables Nokia intra hosted AB service endpoint to be used:
       
    40 MACRO           VALIMO_ADDRESSBOOK_SERVICE 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          senConnectionTester.cpp
       
    43 SOURCE          senConnectionTesterBlocks.cpp
       
    44         
       
    45 USERINCLUDE     ../src
       
    46 USERINCLUDE     ../inc
       
    47 
       
    48 
       
    49 MW_LAYER_SYSTEMINCLUDE // SRC-HRCHY-CHANGES
       
    50 
       
    51 SYSTEMINCLUDE   /epoc32/include/libc
       
    52 SYSTEMINCLUDE   /epoc32/include/libc/sys
       
    53 
       
    54 SYSTEMINCLUDE   ../../../../../webservices/wsutils/inc
       
    55 
       
    56 USERINCLUDE     ../../../../../webservices/inc
       
    57 
       
    58 SYSTEMINCLUDE   /epoc32/include/ecom
       
    59 
       
    60 
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         stiftestinterface.lib
       
    63 LIBRARY         stiftestengine.lib
       
    64 LIBRARY         flogger.lib
       
    65 
       
    66 LIBRARY         apparc.lib 
       
    67 LIBRARY         cone.lib 
       
    68 LIBRARY         eikcore.lib 
       
    69 LIBRARY         eikcoctl.lib 
       
    70 LIBRARY         avkon.lib 
       
    71 LIBRARY         bafl.lib 
       
    72 LIBRARY         eikctl.lib
       
    73 LIBRARY         egul.lib 
       
    74 LIBRARY         fbscli.lib 
       
    75 LIBRARY         PBKENG.LIB 
       
    76 LIBRARY         cntmodel.lib 
       
    77 LIBRARY         aknskins.lib //for skin sbackground
       
    78 LIBRARY         gdi.lib
       
    79 
       
    80 LIBRARY         ecom.lib
       
    81 LIBRARY         commdb.lib
       
    82 LIBRARY         efsrv.lib
       
    83 LIBRARY         estor.lib
       
    84 LIBRARY					StifTestInterface.lib
       
    85 LIBRARY         XMLFRAMEWORK.lib
       
    86 
       
    87 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    88 LIBRARY         SenServConn.lib
       
    89 LIBRARY         SenServMgr.lib
       
    90 LIBRARY         SenServDesc.lib
       
    91 LIBRARY         SenXml.lib
       
    92 LIBRARY         SenUtils.lib
       
    93 LIBRARY         SenMessages.lib
       
    94 #else 
       
    95 // for .SIS target
       
    96 LIBRARY         wsServConn.lib
       
    97 LIBRARY         wsServMgr.lib
       
    98 LIBRARY         wsServDesc.lib
       
    99 LIBRARY         wsXml.lib
       
   100 LIBRARY         wsUtils.lib
       
   101 LIBRARY         wsMessages.lib
       
   102 #endif
       
   103 
       
   104 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES )
       
   105     LIBRARY                 XmlEngineDOM.lib
       
   106     LIBRARY                 XmlEngineUtils.lib
       
   107 #else
       
   108     LIBRARY         WsStarXmlEngineDOM.lib
       
   109     LIBRARY         WsStarXmlEngineUtils.lib
       
   110 #endif
       
   111 
       
   112 // End of File