51
|
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 <bldvariant.hrh>
|
|
20 |
#include <data_caging_paths.hrh>
|
|
21 |
#include <platform_paths.hrh>
|
|
22 |
|
|
23 |
TARGET memspyui.exe
|
|
24 |
TARGETTYPE exe
|
|
25 |
UID 0x100039CE 0x2002129F
|
|
26 |
VENDORID VID_DEFAULT
|
|
27 |
SMPSAFE
|
|
28 |
|
|
29 |
EPOCSTACKSIZE 0x4000
|
|
30 |
EPOCHEAPSIZE 0x100000 0x4000000
|
|
31 |
|
|
32 |
#include "MemSpyCapabilities.mmh"
|
|
33 |
|
|
34 |
SOURCEPATH ../src
|
|
35 |
source MemSpyApp.cpp
|
|
36 |
source MemSpyAppUi.cpp
|
|
37 |
source MemSpyDocument.cpp
|
|
38 |
source MemSpyContainer.cpp
|
|
39 |
source MemSpyDeviceWideOperationDialog.cpp
|
|
40 |
source MemSpyExportBitmapsToMemoryCardDialog.cpp
|
|
41 |
source MemSpyUiUtils.cpp
|
|
42 |
source MemSpySettings.cpp
|
|
43 |
//
|
|
44 |
source MemSpyViewBase.cpp
|
|
45 |
source MemSpyViewMainMenu.cpp
|
|
46 |
source MemSpyViewType.cpp
|
|
47 |
source MemSpyViewProcesses.cpp
|
|
48 |
source MemSpyViewServerList.cpp
|
|
49 |
/*
|
|
50 |
source MemSpyViewOpenFiles.cpp
|
|
51 |
source MemSpyViewRAMInfo.cpp
|
|
52 |
source MemSpyViewROMInfo.cpp
|
|
53 |
source MemSpyViewFBServBitmaps.cpp
|
|
54 |
source MemSpyViewSystemConfig.cpp
|
|
55 |
source MemSpyViewCodeSegList.cpp
|
|
56 |
source MemSpyViewChunkList.cpp
|
|
57 |
*/
|
|
58 |
source MemSpyViewKernel.cpp
|
|
59 |
source MemSpyViewKernelContainers.cpp
|
|
60 |
source MemSpyViewKernelHeap.cpp
|
|
61 |
source MemSpyViewKernelObjects.cpp
|
|
62 |
/*
|
|
63 |
source MemSpyViewDriveInfo.cpp
|
|
64 |
source MemSpyViewECom.cpp
|
|
65 |
*/
|
|
66 |
source MemSpyViewThreads.cpp
|
|
67 |
source MemSpyViewThreadInfoItemList.cpp
|
|
68 |
source MemSpyViewThreadInfoItemGeneric.cpp
|
|
69 |
source MemSpyViewThreadInfoItemHeap.cpp
|
|
70 |
source MemSpyViewThreadInfoItemStack.cpp
|
|
71 |
source MemSpyViewThreadInfoItemCodeSeg.cpp
|
|
72 |
source MemSpyViewThreadInfoItemChunk.cpp
|
|
73 |
source MemSpyViewThreadInfoItemServer.cpp
|
|
74 |
source MemSpyViewThreadInfoItemActiveObject.cpp
|
|
75 |
source MemSpyViewThreadInfoItemGeneralInfo.cpp
|
|
76 |
|
|
77 |
source MemSpyViewHeapTracking.cpp
|
|
78 |
source MemSpyViewHeapTrackingResults.cpp
|
|
79 |
source MemSpyViewHeapTrackingSettings.cpp
|
|
80 |
/*
|
|
81 |
source MemSpyViewThreadInfoItemMemoryTracking.cpp
|
|
82 |
source MemSpyViewMemoryTrackingAutoStartConfig.cpp
|
|
83 |
source MemSpyViewWindowGroups.cpp
|
|
84 |
source MemSpyViewKernelObjects.cpp
|
|
85 |
*/
|
|
86 |
|
|
87 |
USERINCLUDE ../inc
|
|
88 |
|
|
89 |
APP_LAYER_SYSTEMINCLUDE
|
|
90 |
|
|
91 |
|
|
92 |
START RESOURCE ../../../data/memspyui.rss
|
|
93 |
HEADER
|
|
94 |
TARGETPATH APP_RESOURCE_DIR
|
|
95 |
END
|
|
96 |
|
|
97 |
START RESOURCE ../../../data/memspyui_reg.rss
|
|
98 |
DEPENDS memspyui.rsg
|
|
99 |
TARGETPATH /private/10003a3f/import/apps
|
|
100 |
END
|
|
101 |
|
|
102 |
LIBRARY fbscli.lib imageconversion.lib estor.lib apgrfx.lib
|
|
103 |
LIBRARY euser.lib apparc.lib cone.lib eikcore.lib
|
|
104 |
LIBRARY eikcoctl.lib avkon.lib etext.lib eikctl.lib
|
|
105 |
LIBRARY efsrv.lib bafl.lib egul.lib hal.lib
|
|
106 |
LIBRARY cdlengine.lib xmlframework.lib charconv.lib viewcli.lib
|
|
107 |
LIBRARY eikdlg.lib ws32.lib bitgdi.lib
|
|
108 |
|
|
109 |
LIBRARY MemSpyClient.lib
|
|
110 |
LIBRARY memspydriverclient.lib
|
|
111 |
LIBRARY memspyengine.lib
|