sl@0
|
1 |
// Copyright (c) 2008-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 |
// Hardware Configuration Respoitory Tests
|
sl@0
|
15 |
// Convienence INF file to build just HCR: bldmake -f hcr.inf bldfiles
|
sl@0
|
16 |
// Test project part of the offical ../group/bld.inf e32test component.
|
sl@0
|
17 |
//
|
sl@0
|
18 |
|
sl@0
|
19 |
/**
|
sl@0
|
20 |
@file
|
sl@0
|
21 |
|
sl@0
|
22 |
@SYMPurpose Kernel and User library test code
|
sl@0
|
23 |
*/
|
sl@0
|
24 |
|
sl@0
|
25 |
PRJ_PLATFORMS
|
sl@0
|
26 |
|
sl@0
|
27 |
BASEDEFAULT
|
sl@0
|
28 |
|
sl@0
|
29 |
PRJ_TESTEXPORTS
|
sl@0
|
30 |
|
sl@0
|
31 |
hcr_tests.iby /epoc32/rom/include/hcr_tests.iby
|
sl@0
|
32 |
tshell_hcrtest.oby ../../../kernel/eka/rombuild/tshell_hcrtest.oby
|
sl@0
|
33 |
nandloader_hcrtest.oby ../../../kernel/eka/rombuild/nandloader_hcrtest.oby
|
sl@0
|
34 |
|
sl@0
|
35 |
hcrtest.auto.bat /epoc32/rom/include/hcrtest.auto.bat
|
sl@0
|
36 |
hcr_autoexec.bat /epoc32/rom/include/hcr_autoexec.bat
|
sl@0
|
37 |
smr1.oby /epoc32/rom/include/smr1.oby
|
sl@0
|
38 |
|
sl@0
|
39 |
// Export smr1.img for non-btb manual ad-hoc on target testing
|
sl@0
|
40 |
// File autogenerated from smr1.oby above into the eka\rombuild folder
|
sl@0
|
41 |
// in BTB test run.
|
sl@0
|
42 |
smr1.img /epoc32/data/smr1.img
|
sl@0
|
43 |
SMR_PART_1024.img /epoc32/data/smr_part_1024.img
|
sl@0
|
44 |
SMR_PART_10240.img /epoc32/data/smr_part_10240.img
|
sl@0
|
45 |
SMR_PART_102400.img /epoc32/data/smr_part_102400.img
|
sl@0
|
46 |
|
sl@0
|
47 |
|
sl@0
|
48 |
// The emulator test data exported next must match that included into a
|
sl@0
|
49 |
// ROM for the HCR Test suite. See hcr_tests.iby
|
sl@0
|
50 |
|
sl@0
|
51 |
filerepos_bc0.dat /epoc32/release/wins/udeb/z/sys/data/filerepos_bc0.dat
|
sl@0
|
52 |
filerepos_bc1.dat /epoc32/release/wins/udeb/z/sys/data/filerepos_bc1.dat
|
sl@0
|
53 |
filerepos.dat /epoc32/release/wins/udeb/z/sys/data/filerepos.dat
|
sl@0
|
54 |
nandrepos.dat /epoc32/release/wins/udeb/z/sys/data/nandrepos.dat
|
sl@0
|
55 |
corrupt1.dat /epoc32/release/wins/udeb/z/sys/data/corrupt1.dat
|
sl@0
|
56 |
corrupt2.dat /epoc32/release/wins/udeb/z/sys/data/corrupt2.dat
|
sl@0
|
57 |
empty.dat /epoc32/release/wins/udeb/z/sys/data/empty.dat
|
sl@0
|
58 |
megalarge1.dat /epoc32/release/wins/udeb/z/sys/data/megalarge1.dat
|
sl@0
|
59 |
megalarge2.dat /epoc32/release/wins/udeb/z/sys/data/megalarge2.dat
|
sl@0
|
60 |
filerepos.dat /epoc32/release/wins/udeb/z/sys/data/hcr.dat
|
sl@0
|
61 |
|
sl@0
|
62 |
filerepos_bc0.dat /epoc32/release/wins/urel/z/sys/data/filerepos_bc0.dat
|
sl@0
|
63 |
filerepos_bc1.dat /epoc32/release/wins/urel/z/sys/data/filerepos_bc1.dat
|
sl@0
|
64 |
filerepos.dat /epoc32/release/wins/urel/z/sys/data/filerepos.dat
|
sl@0
|
65 |
nandrepos.dat /epoc32/release/wins/urel/z/sys/data/nandrepos.dat
|
sl@0
|
66 |
corrupt1.dat /epoc32/release/wins/urel/z/sys/data/corrupt1.dat
|
sl@0
|
67 |
corrupt2.dat /epoc32/release/wins/urel/z/sys/data/corrupt2.dat
|
sl@0
|
68 |
empty.dat /epoc32/release/wins/urel/z/sys/data/empty.dat
|
sl@0
|
69 |
megalarge1.dat /epoc32/release/wins/urel/z/sys/data/megalarge1.dat
|
sl@0
|
70 |
megalarge2.dat /epoc32/release/wins/urel/z/sys/data/megalarge2.dat
|
sl@0
|
71 |
filerepos.dat /epoc32/release/wins/urel/z/sys/data/hcr.dat
|
sl@0
|
72 |
|
sl@0
|
73 |
filerepos_bc0.dat /epoc32/release/winscw/udeb/z/sys/data/filerepos_bc0.dat
|
sl@0
|
74 |
filerepos_bc1.dat /epoc32/release/winscw/udeb/z/sys/data/filerepos_bc1.dat
|
sl@0
|
75 |
filerepos.dat /epoc32/release/winscw/udeb/z/sys/data/filerepos.dat
|
sl@0
|
76 |
nandrepos.dat /epoc32/release/winscw/udeb/z/sys/data/nandrepos.dat
|
sl@0
|
77 |
corrupt1.dat /epoc32/release/winscw/udeb/z/sys/data/corrupt1.dat
|
sl@0
|
78 |
corrupt2.dat /epoc32/release/winscw/udeb/z/sys/data/corrupt2.dat
|
sl@0
|
79 |
empty.dat /epoc32/release/winscw/udeb/z/sys/data/empty.dat
|
sl@0
|
80 |
megalarge1.dat /epoc32/release/winscw/udeb/z/sys/data/megalarge1.dat
|
sl@0
|
81 |
megalarge2.dat /epoc32/release/winscw/udeb/z/sys/data/megalarge2.dat
|
sl@0
|
82 |
filerepos.dat /epoc32/release/winscw/udeb/z/sys/data/hcr.dat
|
sl@0
|
83 |
|
sl@0
|
84 |
filerepos_bc0.dat /epoc32/release/winscw/urel/z/sys/data/filerepos_bc0.dat
|
sl@0
|
85 |
filerepos_bc1.dat /epoc32/release/winscw/urel/z/sys/data/filerepos_bc1.dat
|
sl@0
|
86 |
filerepos.dat /epoc32/release/winscw/urel/z/sys/data/filerepos.dat
|
sl@0
|
87 |
nandrepos.dat /epoc32/release/winscw/urel/z/sys/data/nandrepos.dat
|
sl@0
|
88 |
corrupt1.dat /epoc32/release/winscw/urel/z/sys/data/corrupt1.dat
|
sl@0
|
89 |
corrupt2.dat /epoc32/release/winscw/urel/z/sys/data/corrupt2.dat
|
sl@0
|
90 |
empty.dat /epoc32/release/winscw/urel/z/sys/data/empty.dat
|
sl@0
|
91 |
megalarge1.dat /epoc32/release/winscw/urel/z/sys/data/megalarge1.dat
|
sl@0
|
92 |
megalarge2.dat /epoc32/release/winscw/urel/z/sys/data/megalarge2.dat
|
sl@0
|
93 |
filerepos.dat /epoc32/release/winscw/urel/z/sys/data/hcr.dat
|
sl@0
|
94 |
|
sl@0
|
95 |
PRJ_TESTMMPFILES
|
sl@0
|
96 |
|
sl@0
|
97 |
d_hcrsim_client support
|
sl@0
|
98 |
d_hcrsim_own support
|
sl@0
|
99 |
d_hcrut support
|
sl@0
|
100 |
|
sl@0
|
101 |
#ifndef SMP
|
sl@0
|
102 |
t_hcr
|
sl@0
|
103 |
t_hcrut
|
sl@0
|
104 |
#endif
|