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