author | hgs |
Wed, 21 Jul 2010 14:31:36 +0100 | |
changeset 220 | 14267bc009a6 |
parent 189 | a5496987b1da |
child 245 | 647ab20fee2e |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 |
// All rights reserved. |
|
3 |
// This component and the accompanying materials are made available |
|
4 |
// under the terms of the License "Eclipse Public License v1.0" |
|
5 |
// which accompanies this distribution, and is available |
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 |
// |
|
8 |
// Initial Contributors: |
|
9 |
// Nokia Corporation - initial contribution. |
|
10 |
// |
|
11 |
// Contributors: |
|
12 |
// |
|
13 |
// Description: |
|
14 |
// e32/drivers/debug/bld.inf |
|
15 |
// Run mode debugger |
|
16 |
// |
|
17 |
// |
|
18 |
||
19 |
/** |
|
20 |
@file |
|
21 |
*/ |
|
22 |
||
23 |
||
24 |
PRJ_PLATFORMS |
|
25 |
||
26 |
BASEDEFAULT |
|
27 |
||
28 |
PRJ_EXPORTS |
|
29 |
||
33
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
30 |
../../../debug/crashMonitor/inc/scmonitor.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmonitor.h) |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
31 |
../../../debug/crashMonitor/inc/scmdatatypes.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmdatatypes.h) |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
32 |
../../../debug/crashMonitor/inc/scmbytestreamutil.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmbytestreamutil.h) |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
33 |
../../../debug/crashMonitor/inc/scmbytestreamutil.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmbytestreamutil.inl) |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
34 |
../../../debug/crashMonitor/inc/crashlogwalker.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(crashlogwalker.h) |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
35 |
../../../debug/crashMonitor/inc/scmconfig.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmconfig.h) |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
36 |
../../../debug/crashMonitor/inc/scmconfigitem.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmconfigitem.h) |
189 | 37 |
../../../debug/crashMonitor/inc/scmdatasave.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmdatasave.h) |
38 |
../../../debug/crashMonitor/inc/scmtrace.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmtrace.h) |
|
0 | 39 |
|
40 |
PRJ_MMPFILES |
|
41 |
||
42 |
../../../debug/trkdummyapp/group/trkdummyapp |
|
43 |
../../../debug/trkdummyapp/group/trkdummyapp2 |
|
44 |
../../../debug/trkdummyapp/group/trkdummyapp200159D8 |
|
45 |
../../../debug/trkdummyapp/group/trkdummyapp200170BC |
|
46 |
||
47 |
#ifndef GCCXML |
|
48 |
||
49 |
#if defined(GENERIC_MARM) || defined(WINS) || defined(GENERIC_X86) |
|
50 |
#if !defined(MARM_THUMB) && !defined(MARM_ARMI) |
|
51 |
||
52 |
#if defined(MARM_ARMV5) || defined(MARM_ARMV4) |
|
53 |
||
54 |
||
55 |
rm_debug_kerneldriver |
|
56 |
rm_debug_kerneldriver_ext |
|
57 |
../../../debug/securityServer/group/rm_debug_svr |
|
58 |
||
59 |
#if defined(GENERIC_MARM) |
|
60 |
../../../debug/crashMonitor/group/scmusr_lib |
|
61 |
../../../debug/crashMonitor/group/scmkern_lib |
|
62 |
#endif |
|
63 |
||
64 |
#endif |
|
65 |
||
66 |
#endif |
|
67 |
#endif |
|
68 |
||
69 |
||
70 |
#endif //#ifndef GCCXML |