sl@0
|
1 |
// Copyright (c) 1998-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 |
// f32test/rofs/bld.inf
|
sl@0
|
15 |
// Test code for rofs file system
|
sl@0
|
16 |
//
|
sl@0
|
17 |
//
|
sl@0
|
18 |
|
sl@0
|
19 |
/**
|
sl@0
|
20 |
@file
|
sl@0
|
21 |
*/
|
sl@0
|
22 |
|
sl@0
|
23 |
PRJ_PLATFORMS
|
sl@0
|
24 |
|
sl@0
|
25 |
BASEUSERDEFAULT
|
sl@0
|
26 |
|
sl@0
|
27 |
PRJ_TESTEXPORTS
|
sl@0
|
28 |
|
sl@0
|
29 |
testfiles/hello8.txt /epoc32/rom/rofstest/ //
|
sl@0
|
30 |
testfiles/ONE.RSC /epoc32/rom/rofstest/ //
|
sl@0
|
31 |
testfiles/TWO.RSC /epoc32/rom/rofstest/ //
|
sl@0
|
32 |
testfiles/THREE.RSC /epoc32/rom/rofstest/ //
|
sl@0
|
33 |
testfiles/FOUR.RSC /epoc32/rom/rofstest/ //
|
sl@0
|
34 |
testfiles/FIVE.RSC /epoc32/rom/rofstest/ //
|
sl@0
|
35 |
testfiles/SIX.RSC /epoc32/rom/rofstest/ //
|
sl@0
|
36 |
testfiles/SEVEN.RSC /epoc32/rom/rofstest/ //
|
sl@0
|
37 |
testfiles/EIGHT.RSC /epoc32/rom/rofstest/ //
|
sl@0
|
38 |
testfiles/NINE.RSC /epoc32/rom/rofstest/ //
|
sl@0
|
39 |
testfiles/TEN.RSC /epoc32/rom/rofstest/ //
|
sl@0
|
40 |
testfiles/me.rsc /epoc32/rom/rofstest/ //
|
sl@0
|
41 |
testfiles/tf1.bin /epoc32/rom/rofstest/ //
|
sl@0
|
42 |
testfiles/tf2.bin /epoc32/rom/rofstest/ //
|
sl@0
|
43 |
testfiles/tf3.bin /epoc32/rom/rofstest/ //
|
sl@0
|
44 |
testfiles/tf4.bin /epoc32/rom/rofstest/ //
|
sl@0
|
45 |
testfiles/tf5a.bin /epoc32/rom/rofstest/ //
|
sl@0
|
46 |
testfiles/tf5b.bin /epoc32/rom/rofstest/ //
|
sl@0
|
47 |
testfiles/tf5c.bin /epoc32/rom/rofstest/ //
|
sl@0
|
48 |
testfiles/tf5d.bin /epoc32/rom/rofstest/ //
|
sl@0
|
49 |
testfiles/tf5e.bin /epoc32/rom/rofstest/ //
|
sl@0
|
50 |
testfiles/tf5f.bin /epoc32/rom/rofstest/ //
|
sl@0
|
51 |
testfiles/tf5g.bin /epoc32/rom/rofstest/ //
|
sl@0
|
52 |
testfiles/tf5h.bin /epoc32/rom/rofstest/ //
|
sl@0
|
53 |
testfiles/tf6.bin /epoc32/rom/rofstest/ //
|
sl@0
|
54 |
testfiles/tf7.bin /epoc32/rom/rofstest/ //
|
sl@0
|
55 |
testfiles/tf9.bin /epoc32/rom/rofstest/ //
|
sl@0
|
56 |
testfiles/tf10.bin /epoc32/rom/rofstest/ //
|
sl@0
|
57 |
testfiles/tf11.bin /epoc32/rom/rofstest/ //
|
sl@0
|
58 |
testfiles/tf12.bin /epoc32/rom/rofstest/ //
|
sl@0
|
59 |
testfiles/tf13.bin /epoc32/rom/rofstest/ //
|
sl@0
|
60 |
testfiles/tf16.bin /epoc32/rom/rofstest/ //
|
sl@0
|
61 |
testfiles/mrofs1.txt /epoc32/rom/rofstest/ //
|
sl@0
|
62 |
testfiles/mrofs2.txt /epoc32/rom/rofstest/ //
|
sl@0
|
63 |
testfiles/mrofs3.txt /epoc32/rom/rofstest/ //
|
sl@0
|
64 |
testfiles/fatimage.bin /epoc32/rom/rofstest/ //
|
sl@0
|
65 |
oby/dir.oby /epoc32/rom/rofstest/ //
|
sl@0
|
66 |
oby/rofs1.oby /epoc32/rom/rofstest/ //
|
sl@0
|
67 |
oby/rofs2.oby /epoc32/rom/rofstest/ //
|
sl@0
|
68 |
oby/rofs3.oby /epoc32/rom/rofstest/ //
|
sl@0
|
69 |
oby/extension.oby /epoc32/rom/rofstest/ //
|
sl@0
|
70 |
../demandpaging/t_pagestress_rofs.iby /epoc32/rom/rofstest/ //
|
sl@0
|
71 |
../demandpaging/t_pagestress_ext.iby /epoc32/rom/rofstest/ //
|
sl@0
|
72 |
|
sl@0
|
73 |
PRJ_TESTMMPFILES
|
sl@0
|
74 |
../group/t_rofsattrib
|
sl@0
|
75 |
../group/t_rofsdir
|
sl@0
|
76 |
../group/t_rofsfile
|
sl@0
|
77 |
../group/t_rofssoak support
|
sl@0
|
78 |
../group/t_rofstime
|
sl@0
|
79 |
../group/t_rofsmultiple
|