|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef __BASE_IBY__ |
|
19 #define __BASE_IBY__ |
|
20 |
|
21 REM Base operating system, including all assp-specific files |
|
22 |
|
23 #if defined(__MISA__) |
|
24 #include <base_assabet.iby> |
|
25 #elif defined(__MI920__) |
|
26 #include <base_integrator920.iby> |
|
27 #elif defined(__NI1136__) |
|
28 #include <base_integrator1136.iby> |
|
29 #elif defined(__MCOT__) |
|
30 #include <base_lubbock.iby> |
|
31 #elif defined(__TEMPLATE__) |
|
32 #include <base_template.iby> |
|
33 #elif defined(__MOMAP16XX_H2__) |
|
34 #include <base_h2.iby> |
|
35 #elif defined(__MOMAP24XX_H4HRP__) |
|
36 #include <base_h4hrp.iby> |
|
37 #elif defined(__X86PCHRP__) |
|
38 #include <base_x86pc.iby> |
|
39 #elif defined(__NE1_TB__) |
|
40 #include <base_ne1_tb.iby> |
|
41 #elif defined(__SYBORG__) |
|
42 #include <base_syborg.iby> |
|
43 #endif |
|
44 |
|
45 #include <compsupp.iby> |
|
46 |
|
47 file=ABI_DIR\DEBUG_DIR\EUSER_DLL \sys\bin\EUser.dll |
|
48 file=ABI_DIR\DEBUG_DIR\RPIPE.DLL \sys\bin\rpipe.dll |
|
49 |
|
50 file=ABI_DIR\DEBUG_DIR\ektran.dll \sys\bin\EKTran.dll |
|
51 file=ABI_DIR\DEBUG_DIR\HAL_DLL \sys\bin\Hal.dll |
|
52 |
|
53 #ifndef SYMBIAN_EXCLUDE_KEYMAP |
|
54 file=ABI_DIR\DEBUG_DIR\KEYMAP_FILE.dll \sys\bin\EKData.dll |
|
55 #endif //SYMBIAN_EXCLUDE_KEYMAP |
|
56 |
|
57 secondary=ABI_DIR\DEBUG_DIR\efile.exe \sys\bin\efile.exe FIXED HEAPMAX(0x40000) |
|
58 file=ABI_DIR\DEBUG_DIR\efsrv.dll \sys\bin\EFSrv.dll |
|
59 |
|
60 #ifndef CUSTOM_ELOCAL |
|
61 #ifdef WITH_FAT32 |
|
62 file=ABI_DIR\DEBUG_DIR\efat32.fsy \sys\bin\ELocal.fsy |
|
63 #else |
|
64 file=ABI_DIR\DEBUG_DIR\elocal.fsy \sys\bin\ELocal.fsy |
|
65 #endif |
|
66 #endif |
|
67 |
|
68 #ifdef WITH_LFFS |
|
69 file=ABI_DIR\DEBUG_DIR\elffs.fsy \sys\bin\ELffs.fsy |
|
70 #endif |
|
71 |
|
72 #ifdef WITH_NAND |
|
73 file=ABI_DIR\BUILD_DIR\nandftl.fxt \sys\bin\nandftl.fxt |
|
74 file=ABI_DIR\BUILD_DIR\ecomp.fsy \sys\bin\ecomp.fsy |
|
75 file=ABI_DIR\BUILD_DIR\erofs.fsy \sys\bin\erofs.fsy |
|
76 #endif |
|
77 |
|
78 #ifdef WITH_NAND2 |
|
79 file=ABI_DIR\BUILD_DIR\ecomp.fsy \sys\bin\ecomp.fsy |
|
80 file=ABI_DIR\BUILD_DIR\erofs.fsy \sys\bin\erofs.fsy |
|
81 #endif |
|
82 |
|
83 #ifdef WITH_ISO9660 |
|
84 file=ABI_DIR\DEBUG_DIR\iso9660.fsy \sys\bin\Iso9660.fsy |
|
85 #endif |
|
86 |
|
87 #ifdef WITH_NTFS |
|
88 file=ABI_DIR\DEBUG_DIR\ntfs.fsy \sys\bin\Ntfs.fsy |
|
89 #endif |
|
90 |
|
91 #ifdef WITH_MASS_STORAGE |
|
92 file=ABI_DIR\DEBUG_DIR\msfs.fsy \sys\bin\msfs.fsy |
|
93 #endif |
|
94 |
|
95 file=ABI_DIR\DEBUG_DIR\ESTART_EXE \sys\bin\EStart.exe HEAPMAX(0x10000) |
|
96 |
|
97 file=ABI_DIR\DEBUG_DIR\domainSrv.exe \sys\bin\domainSrv.exe |
|
98 file=ABI_DIR\DEBUG_DIR\domainCli.dll \sys\bin\domainCli.dll |
|
99 file=ABI_DIR\DEBUG_DIR\domainPolicy.dll \sys\bin\domainPolicy.dll |
|
100 |
|
101 #if defined(_NAND) || defined(_NAND2) |
|
102 #if !defined PAGED_ROM || defined EFFICIENT_ROM_PAGING || defined CODE_PAGING_FROM_ROFS |
|
103 REM Start of ROFS image |
|
104 ROM_IMAGE[1] { |
|
105 #endif |
|
106 #endif |
|
107 |
|
108 #ifndef SYMBIAN_EXCLUDE_D_EXC |
|
109 file=ABI_DIR\DEBUG_DIR\d_exc.exe \sys\bin\d_exc.exe |
|
110 #endif //SYMBIAN_EXCLUDE_D_EXC |
|
111 |
|
112 #ifndef SYMBIAN_EXCLUDE_SCDV |
|
113 file=ABI_DIR\DEBUG_DIR\SCDV_DLL \sys\bin\ScDv.dll |
|
114 #endif // SYMBIAN_EXCLUDE_SCDV |
|
115 |
|
116 #endif |