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