author | Mike Kinghan <mikek@symbian.org> |
Thu, 25 Nov 2010 14:35:45 +0000 | |
branch | GCC_SURGE |
changeset 305 | 1ba12ef4ef89 |
parent 152 | 657f875b013e |
child 245 | 647ab20fee2e |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2002-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 |
// e32\rombuild\base.iby |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
#ifndef __BASE_IBY__ |
|
19 |
#define __BASE_IBY__ |
|
20 |
||
21 |
REM Base operating system, including all assp-specific files |
|
22 |
||
23 |
#include <kernel.hby> |
|
24 |
||
25 |
#if defined(__MISA__) |
|
26 |
#include <base_assabet.iby> |
|
27 |
#elif defined(__MI920__) |
|
28 |
#include <base_integrator920.iby> |
|
29 |
#elif defined(__NI1136__) |
|
30 |
#include <base_integrator1136.iby> |
|
31 |
#elif defined(__MCOT__) |
|
32 |
#include <base_lubbock.iby> |
|
33 |
#elif defined(__TEMPLATE__) |
|
34 |
#include <base_template.iby> |
|
35 |
#elif defined(__MOMAP16XX_H2__) |
|
36 |
#include <base_h2.iby> |
|
37 |
#elif defined(__MOMAP24XX_H4HRP__) |
|
38 |
#include <base_h4hrp.iby> |
|
39 |
#elif defined(__X86PCHRP__) |
|
40 |
#include <base_x86pc.iby> |
|
41 |
#elif defined(__NE1_TB__) |
|
42 |
#include <base_ne1_tb.iby> |
|
43 |
#elif defined(__FALCON__) |
|
44 |
#include <base_falcon.iby> |
|
45 |
#elif defined(__MOMAP34XX_SDP__) |
|
46 |
#include <base_34xx_sdp.iby> |
|
47 |
#elif defined(__MOMAP34XX_LAB__) |
|
48 |
#include <base_lab.iby> |
|
49 |
#elif defined(BASEPORT_DRV) |
|
50 |
#include BASEPORT_DRV |
|
51 |
#endif |
|
52 |
||
53 |
#ifdef SMP |
|
54 |
WARNING This implementation of symmetric multiprocessing is a prototype, not licensed for use in production devices |
|
55 |
#endif |
|
56 |
||
57 |
#if !defined(GENERIC_MARM) && !defined _X86GCC |
|
58 |
#include <compsupp.iby> |
|
59 |
#endif |
|
60 |
||
61 |
#if defined(GENERIC_MARM) |
|
62 |
file=ABI_DIR\DEBUG_DIR\eka1_entry_stub.dll \sys\bin\Eka1_Entry_Stub.dll |
|
63 |
#endif |
|
64 |
||
65 |
// Run-mode debug sub-system |
|
66 |
#include <rm_debug_svr.iby> |
|
67 |
||
68 |
#if !defined(EUSER_DLL) |
|
69 |
#error EUSER_DLL not defined |
|
70 |
#endif |
|
71 |
||
72 |
file=KERNEL_DIR\DEBUG_DIR\EUSER_DLL \sys\bin\EUser.dll |
|
73 |
file=ABI_DIR\DEBUG_DIR\RPIPE.DLL \sys\bin\rpipe.dll |
|
74 |
||
75 |
#ifndef USE_CUSTOM_MMC_PARTITION |
|
76 |
// include eMMCPartition library by default |
|
77 |
extension[VARID]= KERNEL_DIR\DEBUG_DIR\EMMCPTN.DLL \sys\bin\EMMCPTN.DLL |
|
78 |
#endif |
|
79 |
||
80 |
// Ensure that we prevent insecure Trk debug agent from being installed by blocking its SID. |
|
81 |
file=ABI_DIR\BUILD_DIR\trkdummyapp.exe \sys\bin\trkdummyapp.exe |
|
82 |
file=ABI_DIR\BUILD_DIR\trkdummyapp2.exe \sys\bin\trkdummyapp2.exe |
|
83 |
file=ABI_DIR\BUILD_DIR\trkdummyapp200159D8.exe \sys\bin\trkdummyapp200159D8.exe |
|
84 |
file=ABI_DIR\BUILD_DIR\trkdummyapp200170BC.exe \sys\bin\trkdummyapp200170BC.exe |
|
85 |
||
86 |
file=ABI_DIR\DEBUG_DIR\ektran.dll \sys\bin\EKTran.dll |
|
87 |
file=ABI_DIR\DEBUG_DIR\HAL_DLL \sys\bin\Hal.dll |
|
88 |
||
89 |
#ifndef SYMBIAN_EXCLUDE_KEYMAP |
|
90 |
file=ABI_DIR\DEBUG_DIR\KEYMAP_FILE.dll \sys\bin\EKData.dll |
|
91 |
#endif //SYMBIAN_EXCLUDE_KEYMAP |
|
92 |
||
93 |
secondary=ABI_DIR\DEBUG_DIR\efile.exe \sys\bin\efile.exe FIXED HEAPMAX(0x40000) |
|
94 |
file=ABI_DIR\DEBUG_DIR\efsrv.dll \sys\bin\EFSrv.dll |
|
95 |
||
96 |
#ifdef WITH_EXFAT |
|
97 |
file=ABI_DIR\DEBUG_DIR\exfat.fsy sys\bin\exfat.fsy |
|
98 |
#endif |
|
99 |
||
100 |
||
101 |
#ifdef WITH_AUTOMOUNTER |
|
102 |
file=ABI_DIR\DEBUG_DIR\automounter.fsy sys\bin\automounter.fsy |
|
103 |
#endif |
|
104 |
||
105 |
||
106 |
#ifndef CUSTOM_ELOCAL |
|
107 |
file=ABI_DIR\DEBUG_DIR\efat32.fsy \sys\bin\ELocal.fsy |
|
108 |
#endif |
|
109 |
||
110 |
// PREQ2540: Prepare "LFFS" NOR Flash File System TPIP for Symbian Foundation |
|
111 |
// This PREQ removes the LFFS File System component from the rlease codeline. |
|
112 |
// Only define WITH_ELLFS_FSY macro on development branches where the component |
|
113 |
// has been retained. |
|
114 |
#ifdef WITH_ELFFS_FSY |
|
115 |
file=ABI_DIR\DEBUG_DIR\elffs.fsy \sys\bin\ELffs.fsy |
|
116 |
#endif |
|
117 |
||
118 |
#ifdef WITH_NAND |
|
119 |
file=ABI_DIR\BUILD_DIR\nandftl.fxt \sys\bin\nandftl.fxt |
|
120 |
file=ABI_DIR\BUILD_DIR\ecomp.fsy \sys\bin\ecomp.fsy |
|
121 |
file=ABI_DIR\BUILD_DIR\erofs.fsy \sys\bin\erofs.fsy |
|
122 |
#endif |
|
123 |
||
124 |
#if defined(WITH_NAND2) || defined(WITH_ONENAND) || defined (WITH_INTERNAL_MMC) |
|
125 |
file=ABI_DIR\BUILD_DIR\ecomp.fsy \sys\bin\ecomp.fsy |
|
126 |
file=ABI_DIR\BUILD_DIR\erofs.fsy \sys\bin\erofs.fsy |
|
127 |
#endif |
|
128 |
||
129 |
#ifdef WITH_ISO9660 |
|
130 |
file=ABI_DIR\DEBUG_DIR\iso9660.fsy \sys\bin\Iso9660.fsy |
|
131 |
#endif |
|
132 |
||
133 |
#ifdef WITH_NTFS |
|
134 |
file=ABI_DIR\DEBUG_DIR\ntfs.fsy \sys\bin\Ntfs.fsy |
|
135 |
#endif |
|
136 |
||
137 |
#if !(defined(INST_X86) || defined(INST_X86GCC)) |
|
138 |
file=ABI_DIR\DEBUG_DIR\USBCSC_bil.dll \sys\bin\usbcsc_bil.dll |
|
139 |
#endif |
|
140 |
||
141 |
#ifdef WITH_MASS_STORAGE |
|
142 |
#ifdef USE_MSCDB |
|
143 |
file=ABI_DIR\DEBUG_DIR\msfs_db.fsy \sys\bin\msfs.fsy |
|
144 |
#else |
|
145 |
file=ABI_DIR\DEBUG_DIR\msfs.fsy \sys\bin\msfs.fsy |
|
146 |
#endif |
|
147 |
#endif |
|
148 |
||
149 |
file=ABI_DIR\DEBUG_DIR\ESTART_EXE \sys\bin\EStart.exe HEAPMAX(0x10000) |
|
150 |
||
151 |
file=ABI_DIR\DEBUG_DIR\domainSrv.exe \sys\bin\domainSrv.exe |
|
152 |
file=ABI_DIR\DEBUG_DIR\domainCli.dll \sys\bin\domainCli.dll |
|
153 |
file=ABI_DIR\DEBUG_DIR\domainPolicy.dll \sys\bin\domainPolicy.dll |
|
154 |
||
155 |
#if defined(SYMBIAN_INCLUDE_USB_OTG_HOST) |
|
156 |
file=ABI_DIR\DEBUG_DIR\usbdescriptors.dll \sys\bin\usbdescriptors.dll |
|
157 |
file=ABI_DIR\DEBUG_DIR\usbdi_utils.dll \sys\bin\usbdi_utils.dll |
|
158 |
#ifdef WITH_MASS_STORAGE |
|
159 |
file=ABI_DIR\DEBUG_DIR\usbhostms.pxy sys\bin\usbhostms.pxy |
|
160 |
file=ABI_DIR\DEBUG_DIR\usbhostmsclient.dll sys\bin\usbhostmsclient.dll |
|
161 |
file=ABI_DIR\DEBUG_DIR\usbhostmssrv.exe sys\bin\usbhostmssrv.exe |
|
162 |
#endif |
|
109
b3a1d9898418
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
163 |
#endif //#if defined(SYMBIAN_ENABLE_USB_OTG_HOST) && defined(SYMBIAN_INCLUDE_USB_OTG_HOST) && defined(__USB) |
0 | 164 |
|
165 |
#if defined(_NAND) || defined(_NAND2) || defined(_ONENAND) || defined (WITH_INTERNAL_MMC) |
|
166 |
#if !defined PAGED_ROM || defined EFFICIENT_ROM_PAGING || defined CODE_PAGING_FROM_ROFS |
|
167 |
REM Start of ROFS image |
|
168 |
ROM_IMAGE[1] { |
|
169 |
#endif |
|
170 |
#endif |
|
171 |
||
172 |
#ifndef SYMBIAN_EXCLUDE_D_EXC |
|
173 |
file=ABI_DIR\DEBUG_DIR\d_exc.exe \sys\bin\d_exc.exe |
|
174 |
#endif //SYMBIAN_EXCLUDE_D_EXC |
|
175 |
||
176 |
#ifndef SYMBIAN_EXCLUDE_SCDV |
|
177 |
file=ABI_DIR\DEBUG_DIR\SCDV_DLL \sys\bin\ScDv.dll |
|
178 |
#endif // SYMBIAN_EXCLUDE_SCDV |
|
179 |
||
180 |
#endif |