classicui_plat/extended_options_menu_api/tsrc/group/testdomoptionsmenu.mmp
changeset 0 2f259fa3e83a
child 51 fcdfafb36fe7
child 67 5f6e7f84c9d1
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          testdomoptionsmenu.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x200089c9
       
    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 USERINCLUDE     ../inc 
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          testdomoptionsmenu.cpp
       
    39 SOURCE          testdomoptionsmenublocks.cpp
       
    40 
       
    41 //RESOURCE        resource_file
       
    42 //RESOURCE        resource_file2
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         stiftestinterface.lib
       
    46 LIBRARY         stiftestengine.lib
       
    47 LIBRARY         eikcoctl.lib
       
    48 LIBRARY			avkon.lib
       
    49 LIBRARY			cone.lib
       
    50 LIBRARY			eikcore.lib 
       
    51 LIBRARY			eikctl.lib
       
    52 LIBRARY			efsrv.lib
       
    53 LANG            SC
       
    54 
       
    55 
       
    56 #ifdef SBSV2
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 START RESOURCE ../data/testdomoptionsmenu.rss
       
    59 TARGETPATH RESOURCE_FILES_DIR
       
    60 HEADER
       
    61 END
       
    62         
       
    63 
       
    64 #else // SBSV2 not defined
       
    65 MW_LAYER_SYSTEMINCLUDE
       
    66 START RESOURCE ../data/testdomoptionsmenu.rss
       
    67 TARGETPATH RESOURCE_FILES_DIR
       
    68 HEADER
       
    69 END
       
    70 
       
    71 #endif // SBSV2
       
    72 
       
    73 // End of File