0
|
1 |
# Copyright (c) 2003-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 |
# \f32test\loader\pathological\badtree.txt
|
|
15 |
#
|
|
16 |
#
|
|
17 |
|
|
18 |
# Copyright (c) 2003 Symbian Ltd. All rights reserved.\n";
|
|
19 |
#
|
|
20 |
# Description file for trees of DLLs and EXEs used for ROMBUILD error testing.
|
|
21 |
#
|
|
22 |
|
|
23 |
|
|
24 |
# EXE linking to EXE
|
|
25 |
|
|
26 |
Exe0 X R : Dll1
|
|
27 |
|
|
28 |
Dll1 R : Dll2 Dll3
|
|
29 |
Dll2 R : Dll4
|
|
30 |
Dll3 R : Exe1
|
|
31 |
Dll4 R
|
|
32 |
|
|
33 |
Exe1 X R : Dll5
|
|
34 |
Dll5 R
|
|
35 |
|
|
36 |
# EXE linking to 2 other EXEs
|
|
37 |
|
|
38 |
Exe2 X R : Dll6
|
|
39 |
Dll6 R : Exe0
|
|
40 |
|
|
41 |
# DLL linking to 2 EXEs
|
|
42 |
|
|
43 |
Exe3 X R : Dll10
|
|
44 |
Dll10 R : Exe3
|
|
45 |
|
|
46 |
Dll7 R : Dll8 Dll9
|
|
47 |
Dll8 R : Dll10
|
|
48 |
Dll9 R : Dll3
|
|
49 |
|