author | Pat Downey <patd@symbian.org> |
Tue, 18 May 2010 17:41:15 +0100 | |
branch | RCL_3 |
changeset 112 | 745f371ad765 |
parent 110 | c734af59ce98 |
parent 63 | 252056d86590 |
child 185 | 99e0f09d12c3 |
permissions | -rw-r--r-- |
110
c734af59ce98
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
1 |
// Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 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 |
||
110
c734af59ce98
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
33 |
../nandboot/coreldr/bootstrap_smrif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bootstrap_smrif.h) |
0 | 34 |
|
35 |
../profiler/profiler.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(profiler.h) |
|
36 |
||
110
c734af59ce98
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
37 |
../d_exc/printstk.pl /epoc32/rom/tools/printstk.pl |
c734af59ce98
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
38 |
../d_exc/printsym.pl /epoc32/rom/tools/printsym.pl |
0 | 39 |
|
110
c734af59ce98
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
40 |
../setcap/setcap.iby /epoc32/rom/include/setcap.iby |
0 | 41 |
|
42 |
../demandpaging/dptest.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(dptest.h) |
|
110
c734af59ce98
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
62
diff
changeset
|
43 |
../demandpaging/dptestcons.oby /epoc32/rom/include/dptestcons.oby |
0 | 44 |
|
45 |
PRJ_TESTEXPORTS |
|
46 |
../trace/btracevw.pl /epoc32/tools/btracevw.pl |
|
47 |
||
48 |
PRJ_TESTMMPFILES |
|
49 |
#if defined(TOOLS2) |
|
50 |
btrace_host |
|
51 |
#endif |
|
52 |
||
62
4a8fed1c0ef6
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
53 |
//Nist statistical test suite for Secure RNG in kernel |
4a8fed1c0ef6
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
54 |
nistsecurerng |
4a8fed1c0ef6
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
55 |
|
0 | 56 |
PRJ_MMPFILES |
57 |
||
58 |
#if defined(TOOLS2) |
|
59 |
||
60 |
// nothing to do |
|
61 |
||
62 |
#elif defined(TOOLS) |
|
63 |
||
64 |
analyse |
|
65 |
../netcards/netcards.mmp |
|
66 |
||
67 |
#else // !TOOLS |
|
68 |
||
69 |
#if defined(GENERIC_MARM) |
|
70 |
#ifndef SMP |
|
71 |
profiler |
|
72 |
crashread.mmp |
|
73 |
sampler |
|
74 |
#endif |
|
75 |
#endif |
|
76 |
||
77 |
//APPRVATA |
|
78 |
#ifndef SMP |
|
79 |
||
80 |
#if !defined(GCCXML) && defined(MARM_ARMV5) |
|
81 |
#if defined(GENERIC_MARM) || !defined(WINS) || defined(GENERIC_X86) |
|
82 |
#if !defined(MARM_THUMB) && !defined(MARM_ARMI) |
|
83 |
||
84 |
#if !defined(WINS) |
|
85 |
#if !defined(X86) |
|
86 |
usbmsapp |
|
87 |
#if defined(SYMBIAN_ENABLE_USB_OTG_HOST) |
|
88 |
otgusbmsapp |
|
89 |
||
90 |
#endif |
|
91 |
#endif |
|
92 |
#endif //!defined(WINS) |
|
93 |
||
94 |
#endif |
|
95 |
#endif |
|
96 |
#endif //GCCXML |
|
97 |
||
98 |
#endif //SMP |
|
99 |
||
100 |
#ifndef SMP |
|
101 |
../d_exc/d_exc |
|
102 |
#endif |
|
103 |
||
104 |
../d_exc/minkda |
|
105 |
||
106 |
#ifndef SMP |
|
107 |
setcap |
|
108 |
btrace |
|
109 |
dptest |
|
110 |
dptestcons |
|
111 |
#endif |
|
112 |
||
113 |
#include "../testusbcldd/group/testusbcldd.inf" |
|
114 |
||
115 |
#endif // !TOOLS |
|
116 |
||
62
4a8fed1c0ef6
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
117 |