websrv_pub/web_service_connection_api/tsrc/WsStarMessageHandlerTester/group/WsStarMessageHandlerTester.mmp
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2009 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 wsstarmessagehandlertester 
       
    15 *
       
    16 */
       
    17 
       
    18 #if defined(__S60_)
       
    19         #include <platform_paths.hrh>
       
    20 #endif
       
    21 
       
    22 TARGET          WsStarMessageHandlerTester.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E3
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 // VENDORID     0x00000000
       
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 
       
    32 //TARGETPATH      ?target_path
       
    33 DEFFILE         WsStarMessageHandlerTester.def
       
    34 
       
    35 #ifdef EKA2
       
    36 		EPOCALLOWDLLDATA
       
    37 #endif
       
    38 
       
    39 #ifdef SBSV2
       
    40 	USERINCLUDE     ../inc 
       
    41 
       
    42 	#if defined(__S60_)
       
    43 	    OS_LAYER_SYSTEMINCLUDE
       
    44 	#else // __S60_ not defined
       
    45 	    SYSTEMINCLUDE   /epoc32/include 
       
    46 	#endif // __S60_
       
    47 
       
    48 	SOURCEPATH      ../src
       
    49 #else // SBSV2 not defined
       
    50 	USERINCLUDE     ../inc 
       
    51 
       
    52 	#if defined(__S60_)
       
    53 	    OS_LAYER_SYSTEMINCLUDE
       
    54 	#else // __S60_ not defined
       
    55 	    SYSTEMINCLUDE   /epoc32/include 
       
    56 	#endif // __S60_
       
    57 
       
    58 	SOURCEPATH      ../src
       
    59 #endif // SBSV2
       
    60 // Sources needed by the test
       
    61 SOURCEPATH              ../../../../../webservices/wsstar/wsstarmessagehandlers/src
       
    62 SOURCE                  wsstaraddressinghandler.cpp
       
    63 SOURCE                  wsstaraddressingheaderinbound.cpp
       
    64 SOURCE                  wsstarmessageutils.cpp
       
    65 SOURCE                  wsstaraddressingepr.cpp
       
    66 
       
    67 SOURCE                  wsstarenveloperhandler.cpp
       
    68 
       
    69 SOURCE                  wsstarcredentialcollectorhandler.cpp
       
    70 
       
    71 SOURCE                  wsstarpassporthandler.cpp
       
    72 
       
    73 SOURCE                  wsstarsecurityhandler.cpp
       
    74 
       
    75 
       
    76 SOURCEPATH              ../../../../../webservices/wsstar/wsstarplugin/src
       
    77 SOURCE                  wsstarmessagecontext.cpp
       
    78 SOURCE                  wsstarhandlercontext.cpp
       
    79 
       
    80 
       
    81 USERINCLUDE             ../../../../../webservices/wsframework/inc
       
    82 USERINCLUDE             ../../../../../webservices/wsidentitymanager/inc
       
    83 USERINCLUDE             ../../../../../webservices/wsutils/inc
       
    84 USERINCLUDE             ../../../../../webservices/wslogger/inc
       
    85 USERINCLUDE             ../../../../../webservices/wsxml/inc
       
    86 USERINCLUDE             ../../../../../webservices/wsstar/wsstarplugin/inc
       
    87 USERINCLUDE             ../../../../../webservices/wsfragment/inc
       
    88 //wsstarmessagehandlers
       
    89 USERINCLUDE             ../../../../../webservices/wsstar/wsstarmessagehandlers/inc
       
    90 USERINCLUDE     				../../../../../webservices/inc
       
    91 
       
    92 USERINCLUDE             ../inc
       
    93 
       
    94 MW_LAYER_SYSTEMINCLUDE // SRC-HRCHY-CHANGES
       
    95 SYSTEMINCLUDE           /epoc32/include/libc
       
    96 
       
    97 SOURCEPATH      	../src
       
    98 
       
    99 SOURCE          WsStarMessageHandlerTester.cpp
       
   100 SOURCE          WsStarMessageHandlerTesterBlocks.cpp
       
   101 
       
   102 //RESOURCE        resource_file
       
   103 //RESOURCE        resource_file2
       
   104 
       
   105 LIBRARY         euser.lib
       
   106 LIBRARY         stiftestinterface.lib
       
   107 LIBRARY         stiftestengine.lib
       
   108 LIBRARY                 ecom.lib
       
   109 LIBRARY                 efsrv.lib
       
   110 LIBRARY                 euser.lib
       
   111 LIBRARY                 flogger.lib
       
   112 LIBRARY                 inetprotutil.lib
       
   113 LIBRARY                 estlib.lib
       
   114 LIBRARY                 imut.lib
       
   115 LIBRARY                 xmlsecwrapper.lib
       
   116 
       
   117 LANG            SC
       
   118 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
   119 // SOA for S60 libraries
       
   120 		LIBRARY SenFramework.lib
       
   121 		LIBRARY SenXml.lib
       
   122 		LIBRARY SenUtils.lib
       
   123 		LIBRARY SenFragment.lib
       
   124 		LIBRARY SenLogger.lib
       
   125 #else
       
   126 		LIBRARY wsFramework.lib
       
   127 		LIBRARY wsXml.lib
       
   128 		LIBRARY wsUtils.lib
       
   129 		LIBRARY wsFragment.lib
       
   130 		LIBRARY wsLogger.lib
       
   131 #endif
       
   132 
       
   133 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES )
       
   134     LIBRARY                 XmlEngine.lib
       
   135     LIBRARY                 XmlEngineDOM.lib
       
   136     LIBRARY                 XmlEngineUtils.lib
       
   137 #else
       
   138     LIBRARY         WsStarXmlEngine.lib
       
   139     LIBRARY         WsStarXmlEngineDOM.lib
       
   140     LIBRARY         WsStarXmlEngineUtils.lib
       
   141 #endif
       
   142 
       
   143 /*
       
   144 START WINS      
       
   145 ?wins_specific_information
       
   146 END
       
   147 
       
   148 START MARM
       
   149 ?marm_specific_information
       
   150 END
       
   151 */
       
   152 // Other possible keywords:
       
   153  
       
   154 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   155 /*
       
   156 START BITMAP ?target
       
   157 TARGETPATH   ?emulated_path_on_target_machine
       
   158 HEADER
       
   159 SOURCE       ?color_depth ?source_bitmap
       
   160 END
       
   161 */
       
   162 // DEFFILE ?filename
       
   163 // AIF ?filename
       
   164 
       
   165 // End of File