websrv_pub/web_service_description_api/tsrc/senservdescTester/group/senservdescTester.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 sensrvdesctester 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #if defined(__S60_)
       
    24         #include <platform_paths.hrh>
       
    25 #endif
       
    26 
       
    27 TARGET          senservdescTester.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008D 0x101FB3E3
       
    30 
       
    31 CAPABILITY      ALL -TCB
       
    32 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    33 // VENDORID     0x00000000
       
    34 /* Remove comments and replace 0x00000000 with correct secure id */
       
    35 // SECUREID     0x00000000
       
    36 
       
    37 //TARGETPATH      ?target_path
       
    38 DEFFILE         senservdescTester.def
       
    39 
       
    40 SYSTEMINCLUDE   /epoc32/include 
       
    41 MW_LAYER_SYSTEMINCLUDE //SYSTEMINCLUDE
       
    42 #ifdef SBSV2
       
    43 	USERINCLUDE     ../inc 
       
    44 
       
    45 	#if defined(__S60_)
       
    46 	    OS_LAYER_SYSTEMINCLUDE
       
    47 	#else // __S60_ not defined
       
    48 	    SYSTEMINCLUDE   /epoc32/include 
       
    49 	#endif // __S60_
       
    50 
       
    51 	SOURCEPATH      ../src
       
    52 #else // SBSV2 not defined
       
    53 	USERINCLUDE     ../inc 
       
    54 
       
    55 	#if defined(__S60_)
       
    56 	    OS_LAYER_SYSTEMINCLUDE
       
    57 	#else // __S60_ not defined
       
    58 	    SYSTEMINCLUDE   /epoc32/include 
       
    59 	#endif // __S60_
       
    60 
       
    61 	SOURCEPATH      ../src
       
    62 #endif // SBSV2
       
    63 
       
    64 SOURCE          senservdescTester.cpp
       
    65 SOURCE          senservdescTesterBlocks.cpp
       
    66 
       
    67 //RESOURCE        resource_file
       
    68 //RESOURCE        resource_file2
       
    69 LIBRARY         estor.lib
       
    70 LIBRARY         efsrv.lib
       
    71 
       
    72 LIBRARY                 bafl.lib
       
    73 LIBRARY         		charconv.lib
       
    74 LIBRARY                 SenServDesc.lib
       
    75 LIBRARY                 SenUtils.lib
       
    76 LIBRARY                 SenXml.lib
       
    77 LIBRARY                 SenMessages.lib
       
    78 LIBRARY                 SenFragment.lib
       
    79 
       
    80 LIBRARY         euser.lib
       
    81 LIBRARY         stiftestinterface.lib
       
    82 LIBRARY         stiftestengine.lib
       
    83 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES )
       
    84     LIBRARY                 XmlEngine.lib
       
    85     LIBRARY                 XmlEngineDOM.lib
       
    86     LIBRARY                 XmlEngineUtils.lib
       
    87 #else
       
    88     LIBRARY         WsStarXmlEngine.lib
       
    89     LIBRARY         WsStarXmlEngineDOM.lib
       
    90     LIBRARY         WsStarXmlEngineUtils.lib
       
    91 #endif
       
    92 
       
    93 LIBRARY                 XMLFRAMEWORK.lib
       
    94 
       
    95 LANG            SC
       
    96 
       
    97 /*
       
    98 START WINS      
       
    99 ?wins_specific_information
       
   100 END
       
   101 
       
   102 START MARM
       
   103 ?marm_specific_information
       
   104 END
       
   105 */
       
   106 // Other possible keywords:
       
   107  
       
   108 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   109 /*
       
   110 START BITMAP ?target
       
   111 TARGETPATH   ?emulated_path_on_target_machine
       
   112 HEADER
       
   113 SOURCE       ?color_depth ?source_bitmap
       
   114 END
       
   115 */
       
   116 // DEFFILE ?filename
       
   117 // AIF ?filename
       
   118 
       
   119 // End of File