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