sysanadatacapture/piprofiler/piprofilerui/gui/group/piprofilerui.mmp
changeset 1 3ff3fecb12fe
equal deleted inserted replaced
0:f0f2b8682603 1:3ff3fecb12fe
       
     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 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET            PIProfilerUI.exe
       
    25 TARGETTYPE        exe
       
    26 EPOCSTACKSIZE     0x8000
       
    27 EPOCHEAPSIZE      0x10000 0x1000000  // Min 64Kb, Max 16Mb
       
    28 
       
    29 UID               0x100039CE 0x2001E5AE
       
    30 
       
    31 VENDORID          VID_DEFAULT
       
    32 CAPABILITY        ALL -TCB //swevent networkservices
       
    33 
       
    34 LANG              SC
       
    35 
       
    36 START RESOURCE    ../data/piprofilerui.rss
       
    37 HEADER
       
    38 TARGETPATH        APP_RESOURCE_DIR
       
    39 END
       
    40 
       
    41 START RESOURCE    ../data/piprofilerui_reg.rss
       
    42 DEPENDS           piprofilerui.rsg
       
    43 TARGETPATH        /private/10003a3f/apps
       
    44 END
       
    45 
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 USERINCLUDE       ../inc
       
    48 SOURCEPATH        ../src
       
    49 
       
    50 
       
    51 SOURCE            profiler_gui_app.cpp
       
    52 SOURCE            profiler_gui_document.cpp 
       
    53 SOURCE            profiler_gui_appui.cpp
       
    54 SOURCE            profiler_gui_model.cpp
       
    55 SOURCE            profiler_gui_mainview.cpp 
       
    56 SOURCE            profiler_gui_maincontainer.cpp 
       
    57 SOURCE            profiler_gui_settingsviewdlg.cpp
       
    58 SOURCE            profiler_gui_samplersettingsviewdlg.cpp
       
    59 
       
    60 
       
    61 LIBRARY           euser.lib
       
    62 LIBRARY			  eiksrv.lib
       
    63 LIBRARY           commonengine.lib
       
    64 LIBRARY           apparc.lib
       
    65 LIBRARY           cone.lib 
       
    66 LIBRARY           eikcore.lib
       
    67 LIBRARY           eikcoctl.lib
       
    68 LIBRARY           eikctl.lib
       
    69 LIBRARY           eikdlg.lib  
       
    70 LIBRARY           avkon.lib 
       
    71 LIBRARY           ws32.lib 
       
    72 LIBRARY           apgrfx.lib
       
    73 LIBRARY           efsrv.lib
       
    74 LIBRARY           bafl.lib
       
    75 LIBRARY           gdi.lib
       
    76 LIBRARY           aknnotify.lib
       
    77 LIBRARY           aknicon.lib
       
    78 LIBRARY           aknskins.lib
       
    79 LIBRARY           aknskinsrv.lib
       
    80 LIBRARY           egul.lib
       
    81 LIBRARY           estor.lib
       
    82 LIBRARY           flogger.lib
       
    83 LIBRARY			  charconv.lib 
       
    84 LIBRARY			  platformenv.lib