|
1 // Copyright (c) 2008-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 // Bootstrap Shadow Memory Region Tests |
|
15 // |
|
16 |
|
17 |
|
18 /** |
|
19 @file |
|
20 |
|
21 @SYMPurpose Kernel and User library test code for the SMR Feature. |
|
22 */ |
|
23 |
|
24 |
|
25 PRJ_PLATFORMS |
|
26 |
|
27 ARMV5 |
|
28 |
|
29 #if defined(FLEXIBLE) || defined(SINGLE) |
|
30 // Multiple memory model doesn't support SMP on ARM |
|
31 ARMV5SMP |
|
32 #endif |
|
33 |
|
34 |
|
35 PRJ_TESTEXPORTS |
|
36 |
|
37 #ifndef FLEXIBLE |
|
38 ../rombuild/smrtest.iby /epoc32/rom/include/smrtest.iby |
|
39 ../rombuild/smrtest1.bat /epoc32/rom/include/smrtest1.bat |
|
40 ../rombuild/smrtest2.bat /epoc32/rom/include/smrtest2.bat |
|
41 ../rombuild/smrtest3.bat /epoc32/rom/include/smrtest3.bat |
|
42 ../rombuild/smrtest4.bat /epoc32/rom/include/smrtest4.bat |
|
43 ../rombuild/smrtest_autoexec.bat /epoc32/rom/include/smrtest_autoexec.bat |
|
44 ../rombuild/smrtest_tshell.oby /os/kernelhwsrv/kernel/eka/rombuild/smrtest_tshell.oby |
|
45 |
|
46 ../rombuild/smrtest_nandldr_autoexec1.bat /epoc32/rom/include/smrtest_nandldr_autoexec1.bat |
|
47 ../rombuild/smrtest_nandldr_autoexec2.bat /epoc32/rom/include/smrtest_nandldr_autoexec2.bat |
|
48 ../rombuild/smrtest_nandldr_autoexec3.bat /epoc32/rom/include/smrtest_nandldr_autoexec3.bat |
|
49 ../rombuild/smrtest_nandldr_autoexec4.bat /epoc32/rom/include/smrtest_nandldr_autoexec4.bat |
|
50 ../rombuild/smrtest_nandldr_auto.oby /os/kernelhwsrv/kernel/eka/rombuild/smrtest_nandldr_auto.oby |
|
51 |
|
52 ../rombuild/smrtest_ne1_autotest.mbc /os/kernelhwsrv/kernel/eka/rombuild/smrtest_ne1_autotest.mbc |
|
53 ../rombuild/smrtest_ne1_production.mbc /os/kernelhwsrv/kernel/eka/rombuild/smrtest_ne1_production.mbc |
|
54 #endif |
|
55 |
|
56 |
|
57 PRJ_TESTMMPFILES |
|
58 |
|
59 #if !defined(WINS) && !defined(X86) |
|
60 ../d_smr support |
|
61 ../t_smr manual |
|
62 #endif |
|
63 |