|
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 SMPSAFE |
|
34 |
|
35 LANG SC |
|
36 |
|
37 START RESOURCE ../data/piprofilerui.rss |
|
38 HEADER |
|
39 TARGETPATH APP_RESOURCE_DIR |
|
40 END |
|
41 |
|
42 START RESOURCE ../data/piprofilerui_reg.rss |
|
43 DEPENDS piprofilerui.rsg |
|
44 TARGETPATH /private/10003a3f/apps |
|
45 END |
|
46 |
|
47 APP_LAYER_SYSTEMINCLUDE |
|
48 USERINCLUDE ../inc |
|
49 SOURCEPATH ../src |
|
50 |
|
51 |
|
52 SOURCE profiler_gui_app.cpp |
|
53 SOURCE profiler_gui_document.cpp |
|
54 SOURCE profiler_gui_appui.cpp |
|
55 SOURCE profiler_gui_model.cpp |
|
56 SOURCE profiler_gui_mainview.cpp |
|
57 SOURCE profiler_gui_maincontainer.cpp |
|
58 SOURCE profiler_gui_settingsviewdlg.cpp |
|
59 SOURCE profiler_gui_samplersettingsviewdlg.cpp |
|
60 |
|
61 |
|
62 LIBRARY euser.lib |
|
63 LIBRARY eiksrv.lib |
|
64 LIBRARY commonengine.lib |
|
65 LIBRARY apparc.lib |
|
66 LIBRARY cone.lib |
|
67 LIBRARY eikcore.lib |
|
68 LIBRARY eikcoctl.lib |
|
69 LIBRARY eikctl.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 aknnotify.lib |
|
78 LIBRARY aknicon.lib |
|
79 LIBRARY aknskins.lib |
|
80 LIBRARY aknskinsrv.lib |
|
81 LIBRARY egul.lib |
|
82 LIBRARY estor.lib |
|
83 LIBRARY flogger.lib |
|
84 LIBRARY charconv.lib |
|
85 LIBRARY sysutil.lib |
|
86 LIBRARY platformenv.lib |