author | hgs |
Mon, 24 May 2010 18:38:55 +0100 | |
changeset 134 | 95847726fe57 |
parent 131 | e880629062dd |
child 175 | 5af6c74cd793 |
permissions | -rw-r--r-- |
131 | 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 |
||
131 | 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 |
||
131 | 37 |
../analyse/profiler.rtf /epoc32/engdoc/profiler/profiler.rtf |
0 | 38 |
|
131 | 39 |
../d_exc/printstk.pl /epoc32/rom/tools/printstk.pl |
40 |
../d_exc/printsym.pl /epoc32/rom/tools/printsym.pl |
|
0 | 41 |
|
131 | 42 |
../setcap/setcap.iby /epoc32/rom/include/setcap.iby |
0 | 43 |
|
44 |
../demandpaging/dptest.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(dptest.h) |
|
131 | 45 |
../demandpaging/dptestcons.oby /epoc32/rom/include/dptestcons.oby |
0 | 46 |
|
47 |
PRJ_TESTEXPORTS |
|
48 |
||
49 |
PRJ_TESTMMPFILES |
|
50 |
#if defined(TOOLS2) |
|
51 |
btrace_host |
|
52 |
#endif |
|
53 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
54 |
//Nist statistical test suite for Secure RNG in kernel |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
55 |
nistsecurerng |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
56 |
|
0 | 57 |
PRJ_MMPFILES |
58 |
||
59 |
#if defined(TOOLS2) |
|
60 |
||
61 |
// nothing to do |
|
62 |
||
63 |
#elif defined(TOOLS) |
|
64 |
||
65 |
analyse |
|
66 |
../netcards/netcards.mmp |
|
67 |
||
68 |
#else // !TOOLS |
|
69 |
||
70 |
#if defined(GENERIC_MARM) |
|
71 |
#ifndef SMP |
|
72 |
profiler |
|
73 |
crashread.mmp |
|
74 |
sampler |
|
75 |
#endif |
|
76 |
#endif |
|
77 |
||
78 |
//APPRVATA |
|
79 |
#ifndef SMP |
|
80 |
||
81 |
#if !defined(GCCXML) && defined(MARM_ARMV5) |
|
82 |
#if defined(GENERIC_MARM) || !defined(WINS) || defined(GENERIC_X86) |
|
83 |
#if !defined(MARM_THUMB) && !defined(MARM_ARMI) |
|
84 |
||
85 |
#if !defined(WINS) |
|
86 |
#if !defined(X86) |
|
87 |
usbmsapp |
|
88 |
#if defined(SYMBIAN_ENABLE_USB_OTG_HOST) |
|
89 |
otgusbmsapp |
|
90 |
||
91 |
#endif |
|
92 |
#endif |
|
93 |
#endif //!defined(WINS) |
|
94 |
||
95 |
#endif |
|
96 |
#endif |
|
97 |
#endif //GCCXML |
|
98 |
||
99 |
#endif //SMP |
|
100 |
||
101 |
#ifndef SMP |
|
102 |
../d_exc/d_exc |
|
103 |
#endif |
|
104 |
||
105 |
../d_exc/minkda |
|
106 |
||
107 |
#ifndef SMP |
|
108 |
setcap |
|
109 |
btrace |
|
110 |
dptest |
|
111 |
dptestcons |
|
112 |
#endif |
|
113 |
||
114 |
#include "../testusbcldd/group/testusbcldd.inf" |
|
115 |
||
116 |
#endif // !TOOLS |
|
117 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
118 |