websrv_pub/web_service_connection_api/tsrc/senutilsTestCases/group/senutilsTestCases.mmp
changeset 0 62f9d29f7211
child 22 c5fabff9b552
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 senutilstestcases 
       
    15 *
       
    16 */
       
    17 
       
    18 #if defined(__S60_)
       
    19         #include <platform_paths.hrh>
       
    20 #endif
       
    21 
       
    22 TARGET          senutilsTestCases.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         senutilsTestCases.def
       
    34 
       
    35 #ifdef SBSV2
       
    36 	USERINCLUDE     ../inc 
       
    37 
       
    38 	#if defined(__S60_)
       
    39 	    OS_LAYER_SYSTEMINCLUDE
       
    40 	#else // __S60_ not defined
       
    41 	    SYSTEMINCLUDE   /epoc32/include 
       
    42 	#endif // __S60_
       
    43 
       
    44 	SOURCEPATH      ../src
       
    45 #else // SBSV2 not defined
       
    46 	USERINCLUDE     ../inc 
       
    47 
       
    48 	SOURCEPATH      ../src
       
    49 #endif // SBSV2
       
    50 
       
    51 SOURCE          senutilsTestCases.cpp
       
    52 SOURCE          senutilsTestCasesBlocks.cpp
       
    53 
       
    54 //RESOURCE        resource_file
       
    55 //RESOURCE        resource_file2
       
    56 
       
    57 MW_LAYER_SYSTEMINCLUDE //SYSTEMINCLUDE
       
    58 SYSTEMINCLUDE   /epoc32/include 
       
    59 SYSTEMINCLUDE   /epoc32/include/xml
       
    60 SYSTEMINCLUDE   /epoc32/include/libc
       
    61 
       
    62 LIBRARY     euser.lib
       
    63 LIBRARY     stiftestinterface.lib
       
    64 LIBRARY		efsrv.lib
       
    65 LIBRARY		imut.lib // base64 enc/dec
       
    66 LIBRARY		estor.lib
       
    67 LIBRARY		XMLFRAMEWORK.lib
       
    68 LIBRARY 	bafl.lib
       
    69 LIBRARY 	commdb.lib
       
    70 LIBRARY 	flogger.lib
       
    71 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    72 LIBRARY   SENSERVCONN.lib
       
    73 LIBRARY		SENSERVDESC.LIB
       
    74 LIBRARY		SenXml.lib
       
    75 LIBRARY		SenServMgr.lib
       
    76 //LIBRARY		SenXmlInterface.lib // after Symbian XML integration it has to be removed
       
    77 LIBRARY		SenUtils.lib
       
    78 LIBRARY		SenMessages.lib
       
    79 LIBRARY 	SenHostConn.lib
       
    80 LIBRARY 	SenFragment.lib
       
    81 #else
       
    82 LIBRARY   wsservconn.lib
       
    83 LIBRARY		wsservdesc.lib
       
    84 LIBRARY		wsxml.lib
       
    85 LIBRARY		wsservmgr.lib
       
    86 //LIBRARY		SenXmlInterface.lib // after Symbian XML integration it has to be removed
       
    87 LIBRARY		wsutils.lib
       
    88 LIBRARY		wsmessages.lib
       
    89 LIBRARY 	wshostconn.lib
       
    90 LIBRARY 	wsfragment.lib
       
    91 #endif
       
    92 LIBRARY         stiftestengine.lib
       
    93 
       
    94 LANG            SC
       
    95 
       
    96 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES )
       
    97 LIBRARY                 XmlEngine.lib
       
    98 LIBRARY                 XmlEngineDOM.lib
       
    99 LIBRARY                 XmlEngineUtils.lib
       
   100 #else
       
   101 LIBRARY         WsStarXmlEngine.lib
       
   102 LIBRARY         WsStarXmlEngineDOM.lib
       
   103 LIBRARY         WsStarXmlEngineUtils.lib
       
   104 #endif
       
   105 /*
       
   106 START WINS      
       
   107 ?wins_specific_information
       
   108 END
       
   109 
       
   110 START MARM
       
   111 ?marm_specific_information
       
   112 END
       
   113 */
       
   114 // Other possible keywords:
       
   115  
       
   116 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   117 
       
   118 // End of File