0
|
1 |
// Copyright (c) 1999-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 |
// Development and test tools (e.g. gdbstub)
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
|
|
23 |
|
|
24 |
PRJ_PLATFORMS
|
|
25 |
|
|
26 |
TOOLS
|
|
27 |
TOOLS2
|
|
28 |
BASEDEFAULT
|
|
29 |
|
|
30 |
|
|
31 |
PRJ_EXPORTS
|
|
32 |
|
|
33 |
|
|
34 |
|
|
35 |
|
|
36 |
../profiler/profiler.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(profiler.h)
|
|
37 |
|
|
38 |
../d_exc/printstk.pl /epoc32/rom/tools/printstk.pl
|
|
39 |
../d_exc/printsym.pl /epoc32/rom/tools/printsym.pl
|
|
40 |
|
|
41 |
../setcap/setcap.iby /epoc32/rom/include/setcap.iby
|
|
42 |
|
|
43 |
../demandpaging/dptest.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(dptest.h)
|
|
44 |
../demandpaging/dptestcons.oby /epoc32/rom/include/dptestcons.oby
|
|
45 |
|
|
46 |
PRJ_TESTEXPORTS
|
|
47 |
../trace/btracevw.pl /epoc32/tools/btracevw.pl
|
|
48 |
|
|
49 |
PRJ_TESTMMPFILES
|
|
50 |
#if defined(TOOLS2)
|
|
51 |
btrace_host
|
|
52 |
#endif
|
|
53 |
|
|
54 |
PRJ_MMPFILES
|
|
55 |
|
|
56 |
#if defined(TOOLS2)
|
|
57 |
|
|
58 |
// nothing to do
|
|
59 |
|
|
60 |
#elif defined(TOOLS)
|
|
61 |
|
|
62 |
analyse
|
|
63 |
../netcards/netcards.mmp
|
|
64 |
|
|
65 |
#else // !TOOLS
|
|
66 |
|
|
67 |
#if defined(GENERIC_MARM)
|
|
68 |
#ifndef SMP
|
|
69 |
profiler
|
|
70 |
crashread.mmp
|
|
71 |
sampler
|
|
72 |
#endif
|
|
73 |
#endif
|
|
74 |
|
|
75 |
//APPRVATA
|
|
76 |
#ifndef SMP
|
|
77 |
|
|
78 |
#if !defined(GCCXML) && defined(MARM_ARMV5)
|
|
79 |
#if defined(GENERIC_MARM) || !defined(WINS) || defined(GENERIC_X86)
|
|
80 |
#if !defined(MARM_THUMB) && !defined(MARM_ARMI)
|
|
81 |
|
|
82 |
#if !defined(WINS)
|
|
83 |
#if !defined(X86)
|
|
84 |
usbmsapp
|
|
85 |
#if defined(SYMBIAN_ENABLE_USB_OTG_HOST)
|
|
86 |
otgusbmsapp
|
|
87 |
|
|
88 |
#endif
|
|
89 |
#endif
|
|
90 |
#endif //!defined(WINS)
|
|
91 |
|
|
92 |
#endif
|
|
93 |
#endif
|
|
94 |
#endif //GCCXML
|
|
95 |
|
|
96 |
#endif //SMP
|
|
97 |
|
|
98 |
#ifndef SMP
|
|
99 |
../d_exc/d_exc
|
|
100 |
#endif
|
|
101 |
|
|
102 |
../d_exc/minkda
|
|
103 |
|
|
104 |
#ifndef SMP
|
|
105 |
setcap
|
|
106 |
btrace
|
|
107 |
dptest
|
|
108 |
dptestcons
|
|
109 |
#endif
|
|
110 |
|
|
111 |
#include "../testusbcldd/group/testusbcldd.inf"
|
|
112 |
|
|
113 |
#endif // !TOOLS
|
|
114 |
|