opensrv_plat/messagequeue_api/tsrc/group/messagequeue_api.mmp
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 * 
       
    15 * Description: MMP file for STIF Test Framework's TestScripter 
       
    16 * testclass test module.
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          messagequeue_api.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         messagequeue_api.def
       
    34 
       
    35 USERINCLUDE     ../inc 
       
    36 
       
    37 
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 SOURCE          messagequeue_api.cpp
       
    42 SOURCE          messagequeue_apiBlocks.cpp
       
    43 
       
    44 //RESOURCE        resource_file
       
    45 //RESOURCE        resource_file2
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    49 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    50 OS_LAYER_SSL_SYSTEMINCLUDE
       
    51 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    52 OS_LAYER_BOOST_SYSTEMINCLUDE
       
    53 OS_LAYER_DBUS_SYSTEMINCLUDE
       
    54 OS_LAYER_LIBUTILITY_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         stiftestinterface.lib
       
    58 LIBRARY         stiftestengine.lib
       
    59 LIBRARY         libc.lib
       
    60 LIBRARY         libglib.lib
       
    61 LIBRARY 	libm.lib
       
    62 LIBRARY			OpenCMessageQueueLibrary.lib
       
    63 LIBRARY			libdbus.lib
       
    64 
       
    65 LANG            SC
       
    66 
       
    67 /*
       
    68 START WINS      
       
    69 ?wins_specific_information
       
    70 END
       
    71 
       
    72 START MARM
       
    73 ?marm_specific_information
       
    74 END
       
    75 */
       
    76 // Other possible keywords:
       
    77  
       
    78 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    79 /*
       
    80 START BITMAP ?target
       
    81 TARGETPATH   ?emulated_path_on_target_machine
       
    82 HEADER
       
    83 SOURCE       ?color_depth ?source_bitmap
       
    84 END
       
    85 */
       
    86 // DEFFILE ?filename
       
    87 // AIF ?filename
       
    88 
       
    89 // End of File