radioengine/settings/tsrc/group/SettingsTestModule.mmp
branchRCL_3
changeset 20 93c594350b9a
parent 19 cce62ebc198e
equal deleted inserted replaced
19:cce62ebc198e 20:93c594350b9a
     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          SettingsTestModule.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         SettingsTestModule.def
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../inc
       
    37 USERINCLUDE     ../../api
       
    38 USERINCLUDE     ../../../utils/api
       
    39 USERINCLUDE     ../../../utils/inc
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 
       
    45 SOURCE          SettingsTestModule.cpp
       
    46 SOURCE          SettingsTestModuleBlocks.cpp
       
    47 
       
    48 //RESOURCE        resource_file
       
    49 //RESOURCE        resource_file2
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         stiftestinterface.lib
       
    53 LIBRARY         stiftestengine.lib
       
    54 LIBRARY			fmradioenginesettings.lib
       
    55 LIBRARY			fmradioengineutils.lib
       
    56 LIBRARY         centralrepository.lib
       
    57 
       
    58 LANG            SC
       
    59 SMPSAFE
       
    60 
       
    61 /*
       
    62 START WINS      
       
    63 ?wins_specific_information
       
    64 END
       
    65 
       
    66 START MARM
       
    67 ?marm_specific_information
       
    68 END
       
    69 */
       
    70 // Other possible keywords:
       
    71  
       
    72 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    73 /*
       
    74 START BITMAP ?target
       
    75 TARGETPATH   ?emulated_path_on_target_machine
       
    76 HEADER
       
    77 SOURCE       ?color_depth ?source_bitmap
       
    78 END
       
    79 */
       
    80 // DEFFILE ?filename
       
    81 // AIF ?filename
       
    82 
       
    83 // End of File