perfmon/group/perfmon.mmp
changeset 0 d6fe6244b863
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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET            PerfMon.exe
       
    24 TARGETTYPE        exe
       
    25 EPOCSTACKSIZE     0x5000
       
    26 EPOCHEAPSIZE      0x10000 0x1000000  // Min 64Kb, Max 16Mb
       
    27 
       
    28 UID               0x100039CE 0x20011385
       
    29 
       
    30 VENDORID          VID_DEFAULT
       
    31 CAPABILITY        WriteDeviceData
       
    32 
       
    33 SMPSAFE
       
    34 
       
    35 LANG              SC
       
    36 
       
    37 
       
    38 START RESOURCE    ../data/perfmon.rss
       
    39 HEADER
       
    40 TARGETPATH        APP_RESOURCE_DIR
       
    41 END
       
    42 
       
    43 START RESOURCE    ../data/perfmon_reg.rss
       
    44 DEPENDS           perfmon.rsg
       
    45 TARGETPATH        /private/10003a3f/apps
       
    46 END
       
    47 
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 USERINCLUDE       ../inc
       
    50 SOURCEPATH        ../src
       
    51 
       
    52 
       
    53 SOURCE            perfmon_app.cpp
       
    54 SOURCE            perfmon_document.cpp 
       
    55 SOURCE            perfmon_appui.cpp
       
    56 SOURCE            perfmon_model.cpp
       
    57 SOURCE            perfmon_valuesview.cpp 
       
    58 SOURCE            perfmon_valuescontainer.cpp 
       
    59 SOURCE            perfmon_graphsview.cpp 
       
    60 SOURCE            perfmon_graphscontainer.cpp 
       
    61 SOURCE            perfmon_settingsviewdlg.cpp
       
    62 SOURCE            perfmon_datapopupcontainer.cpp 
       
    63 
       
    64 LIBRARY           euser.lib
       
    65 LIBRARY           commonengine.lib
       
    66 LIBRARY           apparc.lib
       
    67 LIBRARY           cone.lib 
       
    68 LIBRARY           eikcore.lib
       
    69 LIBRARY           eikcoctl.lib
       
    70 LIBRARY           eikdlg.lib  
       
    71 LIBRARY           avkon.lib 
       
    72 LIBRARY           ws32.lib 
       
    73 LIBRARY           apgrfx.lib
       
    74 LIBRARY           efsrv.lib
       
    75 LIBRARY           bafl.lib
       
    76 LIBRARY           gdi.lib
       
    77 LIBRARY           estor.lib
       
    78 
       
    79 // End of File