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