0
|
1 |
/*
|
|
2 |
* Copyright (c) 2006 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 <platform_paths.hrh>
|
|
20 |
|
|
21 |
#ifndef JAVA_DEBUG_AGENT_EXE
|
|
22 |
# define JAVA_DEBUG_AGENT_EXE JavaDebugAgent.exe
|
|
23 |
#endif // JAVA_DEBUG_AGENT_EXE
|
|
24 |
|
|
25 |
#ifndef JAVA_DEBUG_AGENT_RSS
|
|
26 |
# define JAVA_DEBUG_AGENT_RSS JavaDebugAgent.rss
|
|
27 |
#endif // JAVA_DEBUG_AGENT_RSS
|
|
28 |
|
|
29 |
//Currently we don't want to show an icon of debug agent
|
|
30 |
#ifndef JAVA_DEBUG_AGENT_REG_RSS
|
|
31 |
# define JAVA_DEBUG_AGENT_REG_RSS JavaDebugAgent_reg.rss
|
|
32 |
#endif // JAVA_DEBUG_AGENT_REG_RSS
|
|
33 |
|
|
34 |
#include "../src/JavaDebugAgentUid.h"
|
|
35 |
|
|
36 |
TARGET JAVA_DEBUG_AGENT_EXE
|
|
37 |
TARGETTYPE EXE
|
|
38 |
UID 0x100039CE JAVA_DEBUG_AGENT_UID
|
|
39 |
SECUREID 0x10208DDD // DebugAgent secure id hardcoded in CMIDP2Server
|
|
40 |
CAPABILITY ProtServ TrustedUI NetworkServices WriteDeviceData NetworkControl
|
|
41 |
VENDORID VID_DEFAULT
|
|
42 |
|
|
43 |
MW_LAYER_SYSTEMINCLUDE
|
|
44 |
SYSTEMINCLUDE \epoc32\include\libc
|
|
45 |
SYSTEMINCLUDE \epoc32\include\j2me
|
|
46 |
|
|
47 |
MACRO SUPPORT_CONNECT_FROM_IDE
|
|
48 |
|
|
49 |
USERINCLUDE ..\src
|
|
50 |
USERINCLUDE ..\debugagent_orig\include
|
|
51 |
SOURCEPATH ..\debugagent_orig\src
|
|
52 |
SOURCE driver\Driver.cpp
|
|
53 |
|
|
54 |
|
|
55 |
#include "..\debugagent_orig\group\engine\swi\swiengine.mmp"
|
|
56 |
#include "..\debugagent_orig\group\slave\seislave.mmp"
|
|
57 |
#include "..\debugagent_orig\group\utils\utils.mmp"
|
|
58 |
|
|
59 |
SOURCEPATH ..\src
|
|
60 |
SOURCE JavaDebugAgentApp.cpp
|
|
61 |
SOURCE JavaDebugAgentAppUi.cpp
|
|
62 |
SOURCE JavaDebugAgentLogView.cpp
|
|
63 |
SOURCE JavaDebugAgentLogScreen.cpp
|
|
64 |
SOURCE JavaDebugAgentBasicLogView.cpp
|
|
65 |
SOURCE JavaDebugAgentFullScreenLogView.cpp
|
|
66 |
SOURCE JavaDebugAgentSettings.cpp
|
|
67 |
SOURCE JavaDebugAgentSettingsView.cpp
|
|
68 |
SOURCE JavaDebugAgentSettingsScreen.cpp
|
|
69 |
SOURCE JavaDebugAgentSettingsApItem.cpp
|
|
70 |
SOURCE JavaDebugAgentConnector.cpp
|
|
71 |
SOURCE JavaDebugAgentKeepAlive.cpp
|
|
72 |
SOURCE JavaDebugAgentDriver.cpp
|
|
73 |
|
|
74 |
SOURCEPATH ..\data
|
|
75 |
|
|
76 |
START RESOURCE JAVA_DEBUG_AGENT_RSS
|
|
77 |
HEADER
|
|
78 |
TARGETPATH resource\apps
|
|
79 |
END
|
|
80 |
|
|
81 |
//Currently we don't want to show an icon of debug agent
|
|
82 |
START RESOURCE JAVA_DEBUG_AGENT_REG_RSS
|
|
83 |
TARGETPATH \private\10003a3f\apps
|
|
84 |
END
|
|
85 |
|
|
86 |
LIBRARY aknskins.lib
|
|
87 |
LIBRARY apengine.lib
|
|
88 |
LIBRARY apparc.lib
|
|
89 |
LIBRARY apsettingshandlerui.lib
|
|
90 |
LIBRARY avkon.lib
|
|
91 |
LIBRARY bafl.lib
|
|
92 |
LIBRARY bitgdi.lib
|
|
93 |
LIBRARY charconv.lib
|
|
94 |
LIBRARY commdb.lib
|
|
95 |
LIBRARY commonengine.lib
|
|
96 |
LIBRARY cone.lib
|
|
97 |
LIBRARY edbms.lib
|
|
98 |
LIBRARY efsrv.lib
|
|
99 |
LIBRARY eikcoctl.lib
|
|
100 |
LIBRARY eikcore.lib
|
|
101 |
LIBRARY eikdlg.lib
|
|
102 |
LIBRARY esock.lib
|
|
103 |
LIBRARY estor.lib
|
|
104 |
LIBRARY etext.lib
|
|
105 |
LIBRARY euser.lib
|
|
106 |
LIBRARY fbscli.lib
|
|
107 |
LIBRARY form.lib
|
|
108 |
LIBRARY gdi.lib
|
|
109 |
LIBRARY insock.lib
|
|
110 |
LIBRARY midp2client.lib
|
|
111 |
LIBRARY midp2dbv2.lib
|
|
112 |
LIBRARY ws32.lib
|
|
113 |
//Try:
|
|
114 |
LIBRARY SWInstCli.lib
|
|
115 |
LIBRARY javaregistry.lib
|
|
116 |
DEBUGLIBRARY flogger.lib
|