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 SOURCE perfmon_app.cpp |
|
53 SOURCE perfmon_document.cpp |
|
54 SOURCE perfmon_appui.cpp |
|
55 SOURCE perfmon_model.cpp |
|
56 SOURCE perfmon_valuesview.cpp |
|
57 SOURCE perfmon_valuescontainer.cpp |
|
58 SOURCE perfmon_graphsview.cpp |
|
59 SOURCE perfmon_graphscontainer.cpp |
|
60 SOURCE perfmon_settingsviewdlg.cpp |
|
61 SOURCE perfmon_datapopupcontainer.cpp |
|
62 |
|
63 USERINCLUDE ../../../engine/inc |
|
64 SOURCEPATH ../../../engine/src |
|
65 SOURCE perfmon_engine.cpp |
|
66 |
|
67 LIBRARY euser.lib |
|
68 LIBRARY commonengine.lib |
|
69 LIBRARY apparc.lib |
|
70 LIBRARY cone.lib |
|
71 LIBRARY eikcore.lib |
|
72 LIBRARY eikcoctl.lib |
|
73 LIBRARY eikdlg.lib |
|
74 LIBRARY avkon.lib |
|
75 LIBRARY ws32.lib |
|
76 LIBRARY apgrfx.lib |
|
77 LIBRARY efsrv.lib |
|
78 LIBRARY bafl.lib |
|
79 LIBRARY gdi.lib |
|
80 LIBRARY estor.lib |
|
81 |
|
82 // End of File |
|