uiacceltk/hitchcock/tsrc/alfperfapp/group/alfperfapp.mmp
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2008 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 definition file for alfperfapp.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  alfperfapp.exe
       
    23 TARGETTYPE              exe
       
    24 UID                     0x100039CE 0x20016B8D
       
    25 
       
    26 EPOCSTACKSIZE           0xA000 //0x5000
       
    27 EPOCHEAPSIZE            0x7FFF 0x1A00000 //0xF4FFFF
       
    28 
       
    29 CAPABILITY              CAP_APPLICATION
       
    30 VENDORID                VID_DEFAULT
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 
       
    34 // Enables test cases that require InActive flag (marked with EAlfPerfAppTestCaseFlagRequiresInActiveFlag)
       
    35 // You need to clean your build to make the change effective.
       
    36 //MACRO ALFPERFAPP_ENABLE_INACTIVE_FLAG_CASES
       
    37 
       
    38 // framework:
       
    39 SOURCE                  alfperfappapplication.cpp
       
    40 SOURCE                  alfperfappdocument.cpp
       
    41 SOURCE                  alfperfappappui.cpp
       
    42 SOURCE                  alfperfapptestcaseexecutionview.cpp
       
    43 SOURCE					alfperfapptestcaseselectionview.cpp
       
    44 SOURCE                  alfperfapptestcasefactory.cpp
       
    45 SOURCE                  alfperfappmodel.cpp
       
    46 SOURCE                  alfperfappbasetestcasecontrol.cpp
       
    47 
       
    48 // test cases:
       
    49 SOURCE                  alfperfappframeworktestcase.cpp
       
    50 SOURCE                  alfperfappimagetestcase.cpp
       
    51 SOURCE                  alfperfapplayouttestcase.cpp
       
    52 SOURCE                  alfperfapptexttestcase.cpp
       
    53 SOURCE                  alfperfappcovertestcase.cpp
       
    54 SOURCE                  alfperfappsuitetestcase.cpp
       
    55 SOURCE                  alfperfappsuitetestcasecontrol.cpp
       
    56 SOURCE                  alfperfappsuitetestcasescroll.cpp
       
    57 SOURCE                  alfperfappsuiteepgcontrol.cpp
       
    58 SOURCE                  alfperfappsuitepeoplecontrol.cpp
       
    59 SOURCE                  alfperfappsuitehelper.cpp
       
    60 SOURCE                  alfperfappgallerytestcase.cpp
       
    61 SOURCE                  alfperfappavkontestcase.cpp
       
    62 SOURCE                  alfperftestcase.cpp
       
    63 
       
    64 SOURCEPATH              ../data
       
    65 
       
    66 START RESOURCE          alfperfapp.rss
       
    67 HEADER
       
    68 TARGETPATH              APP_RESOURCE_DIR
       
    69 LANGUAGE_IDS
       
    70 END // RESOURCE
       
    71 
       
    72 START RESOURCE          alfperfapp_reg.rss
       
    73 DEPENDS alfperfapp.rsg
       
    74 TARGETPATH              /private/10003a3f/apps
       
    75 END
       
    76 
       
    77 USERINCLUDE             ../group  
       
    78 USERINCLUDE             ../inc
       
    79 
       
    80 // This is a SYSTEMINCLUDE macro containing the application
       
    81 // layer specific include directories
       
    82 APP_LAYER_SYSTEMINCLUDE
       
    83 SYSTEMINCLUDE           ../../../../../inc
       
    84 
       
    85 LIBRARY                 apparc.lib
       
    86 LIBRARY                 avkon.lib
       
    87 LIBRARY                 bafl.lib 
       
    88 LIBRARY                 cone.lib
       
    89 LIBRARY                 eikcoctl.lib 
       
    90 LIBRARY                 eikcore.lib 
       
    91 LIBRARY                 eikctl.lib 
       
    92 LIBRARY                 euser.lib
       
    93 LIBRARY                 efsrv.lib 
       
    94 LIBRARY                 fbscli.lib 
       
    95 LIBRARY                 aknskins.lib
       
    96 LIBRARY                 commonengine.lib
       
    97 LIBRARY                 ws32.lib
       
    98 LIBRARY                 apgrfx.lib
       
    99 LIBRARY                 gdi.lib
       
   100 LIBRARY                 hal.lib
       
   101 LIBRARY                 bitgdi.lib 
       
   102 LIBRARY                 alfclient.lib
       
   103 
       
   104 LIBRARY           		aknicon.lib
       
   105 
       
   106 
       
   107 
       
   108