websrv_pub/xml_extensions_api/tsrc/senxmlTester/group/senxmlTester.mmp
changeset 0 62f9d29f7211
child 29 5743aa3a72c3
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 senxmltester 
       
    15 *
       
    16 */
       
    17 
       
    18 #if defined(__S60_)
       
    19         #include <platform_paths.hrh>
       
    20 #endif
       
    21 
       
    22 TARGET          senxmlTester.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         senxmlTester.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 	#if defined(__S60_)
       
    49 	    OS_LAYER_SYSTEMINCLUDE
       
    50 	#else // __S60_ not defined
       
    51 	    SYSTEMINCLUDE   /epoc32/include 
       
    52 	#endif // __S60_
       
    53 
       
    54 	SOURCEPATH      ../src
       
    55 #endif // SBSV2
       
    56 
       
    57 SOURCE          senxmlTester.cpp
       
    58 SOURCE          senxmlTesterBlocks.cpp
       
    59 SOURCE					testxml.cpp
       
    60 
       
    61 //RESOURCE        resource_file
       
    62 //RESOURCE        resource_file2
       
    63 
       
    64 SYSTEMINCLUDE   /epoc32/include 
       
    65 SYSTEMINCLUDE   /epoc32/include/libc
       
    66 MW_LAYER_SYSTEMINCLUDE //SYSTEMINCLUDE
       
    67 LIBRARY         bafl.lib
       
    68 LIBRARY         charconv.lib
       
    69 LIBRARY         euser.lib
       
    70 LIBRARY         estor.lib
       
    71 LIBRARY         efsrv.lib
       
    72 LIBRARY         stiftestinterface.lib
       
    73 LIBRARY         stiftestengine.lib
       
    74 LIBRARY         SenXml.lib
       
    75 LIBRARY                 XMLFRAMEWORK.lib
       
    76 
       
    77 LANG            SC
       
    78 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES )
       
    79     LIBRARY                 XmlEngine.lib
       
    80     LIBRARY                 XmlEngineDOM.lib
       
    81     LIBRARY                 XmlEngineUtils.lib
       
    82 #else
       
    83     LIBRARY         WsStarXmlEngine.lib
       
    84     LIBRARY         WsStarXmlEngineDOM.lib
       
    85     LIBRARY         WsStarXmlEngineUtils.lib
       
    86 #endif
       
    87 
       
    88 /*
       
    89 START WINS      
       
    90 ?wins_specific_information
       
    91 END
       
    92 
       
    93 START MARM
       
    94 ?marm_specific_information
       
    95 END
       
    96 */
       
    97 // Other possible keywords:
       
    98  
       
    99 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   100 /*
       
   101 START BITMAP ?target
       
   102 TARGETPATH   ?emulated_path_on_target_machine
       
   103 HEADER
       
   104 SOURCE       ?color_depth ?source_bitmap
       
   105 END
       
   106 */
       
   107 // DEFFILE ?filename
       
   108 // AIF ?filename
       
   109 
       
   110 // End of File