stifui/stifui/group/Stifui.mmp
changeset 0 d6fe6244b863
child 11 4df3a095718c
equal deleted inserted replaced
-1:000000000000 0:d6fe6244b863
       
     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: STIFUI MMP file.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 SMPSAFE
       
    21 
       
    22 TARGET 			Stifui.exe
       
    23 TARGETTYPE 		exe
       
    24 UID             0x100039ce 0x1028311D 
       
    25 VENDORID	    0x101FB657
       
    26 SECUREID        0x102073DC
       
    27 CAPABILITY      AllFiles SwEvent CommDD
       
    28 
       
    29 START RESOURCE  ../data/Stifui.rss
       
    30 	HEADER
       
    31 	TARGETPATH  resource/apps
       
    32 END 
       
    33 
       
    34 SOURCEPATH      ../data
       
    35 START RESOURCE  ./Stifui_reg.rss
       
    36 	DEPENDS stifui.rsg
       
    37 	TARGETPATH  /private/10003a3f/apps
       
    38 END
       
    39 
       
    40 SOURCEPATH ../src
       
    41 
       
    42 
       
    43 SOURCE  AppUIApp.cpp 
       
    44 SOURCE  AppUIAppUi.cpp
       
    45 SOURCE  AppUIDocument.cpp
       
    46 SOURCE  View.cpp
       
    47 SOURCE  Container.cpp
       
    48 SOURCE  UIStoreHandler.cpp
       
    49 
       
    50 SOURCE  MainMenuView.cpp
       
    51 SOURCE  MainMenuContainer.cpp
       
    52 
       
    53 SOURCE  TestCaseMenuView.cpp
       
    54 SOURCE  TestCaseMenuContainer.cpp
       
    55 
       
    56 SOURCE  StartCasesView.cpp
       
    57 SOURCE  StartCasesContainer.cpp
       
    58 
       
    59 SOURCE  StartedCasesMenuView.cpp
       
    60 SOURCE  StartedCasesMenuContainer.cpp
       
    61 
       
    62 SOURCE  ShowStartedCasesView.cpp
       
    63 SOURCE  ShowStartedCasesContainer.cpp
       
    64 
       
    65 SOURCE  TestCaseOutputView.cpp
       
    66 SOURCE  TestCaseOutputContainer.cpp
       
    67 
       
    68 SOURCE  Testmodulesmenuview.cpp
       
    69 SOURCE  TestModulesMenuContainer.cpp
       
    70 
       
    71 SOURCE	StatisticsView.cpp
       
    72 SOURCE	StatisticsContainer.cpp
       
    73 
       
    74 SOURCE  TestSetBaseMenuView.cpp
       
    75 SOURCE  TestSetBaseMenuContainer.cpp
       
    76 
       
    77 SOURCE  TestSetMenuView.cpp
       
    78 SOURCE  TestSetMenuContainer.cpp
       
    79 
       
    80 SOURCE  TestSetInsertMenuView.cpp
       
    81 SOURCE  TestSetInsertMenuContainer.cpp
       
    82 
       
    83 SOURCE  TestSetStartedCasesView.cpp
       
    84 SOURCE  TestSetStartedCasesContainer.cpp
       
    85 
       
    86 //SOURCE  MenuListBox.cpp
       
    87 
       
    88 SOURCE  MenuListBox.cpp CreatedTestSetMenuContainer.cpp CreatedTestSetMenuView.cpp
       
    89 
       
    90 USERINCLUDE ../inc
       
    91 
       
    92 APP_LAYER_SYSTEMINCLUDE
       
    93 
       
    94 LIBRARY euser.lib
       
    95 LIBRARY apparc.lib
       
    96 LIBRARY cone.lib
       
    97 LIBRARY eikcore.lib 
       
    98 
       
    99 LIBRARY eikcoctl.lib
       
   100 LIBRARY avkon.lib
       
   101 
       
   102 LIBRARY stiftestengine.lib
       
   103 LIBRARY stiftestinterface.lib
       
   104 LIBRARY bafl.lib
       
   105 LIBRARY eikctl.lib 		// For adding icons
       
   106 LIBRARY StifTFwIf.lib 
       
   107 LIBRARY efsrv.lib
       
   108 
       
   109 LIBRARY egul.lib
       
   110 LIBRARY aknskins.lib
       
   111 LIBRARY aknicon.lib
       
   112 
       
   113 START WINS      
       
   114 // ?wins_specific_information
       
   115 END
       
   116 
       
   117 START MARM
       
   118 // ?marm_specific_information
       
   119 END
       
   120  
       
   121 EPOCHEAPSIZE    0x10000 0x500000
       
   122 // End of file