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 |
device[VARID]=KERNEL_DIR\DEBUG_DIR\d_ftrace.ldd \sys\bin\d_ftrace.ldd
|
|
96 |
|
|
97 |
#ifdef WITH_EXFAT
|
|
98 |
file=ABI_DIR\DEBUG_DIR\exfat.fsy sys\bin\exfat.fsy
|
|
99 |
#endif
|
|
100 |
|
|
101 |
|
|
102 |
#ifdef WITH_AUTOMOUNTER
|
|
103 |
file=ABI_DIR\DEBUG_DIR\automounter.fsy sys\bin\automounter.fsy
|
|
104 |
#endif
|
|
105 |
|
|
106 |
|
|
107 |
#ifndef CUSTOM_ELOCAL
|
|
108 |
file=ABI_DIR\DEBUG_DIR\efat32.fsy \sys\bin\ELocal.fsy
|
|
109 |
#endif
|
|
110 |
|
|
111 |
// PREQ2540: Prepare "LFFS" NOR Flash File System TPIP for Symbian Foundation
|
|
112 |
// This PREQ removes the LFFS File System component from the rlease codeline.
|
|
113 |
// Only define WITH_ELLFS_FSY macro on development branches where the component
|
|
114 |
// has been retained.
|
|
115 |
#ifdef WITH_ELFFS_FSY
|
|
116 |
file=ABI_DIR\DEBUG_DIR\elffs.fsy \sys\bin\ELffs.fsy
|
|
117 |
#endif
|
|
118 |
|
|
119 |
#ifdef WITH_NAND
|
|
120 |
file=ABI_DIR\BUILD_DIR\nandftl.fxt \sys\bin\nandftl.fxt
|
|
121 |
file=ABI_DIR\BUILD_DIR\ecomp.fsy \sys\bin\ecomp.fsy
|
|
122 |
file=ABI_DIR\BUILD_DIR\erofs.fsy \sys\bin\erofs.fsy
|
|
123 |
#endif
|
|
124 |
|
|
125 |
#if defined(WITH_NAND2) || defined(WITH_ONENAND) || defined (WITH_INTERNAL_MMC)
|
|
126 |
file=ABI_DIR\BUILD_DIR\ecomp.fsy \sys\bin\ecomp.fsy
|
|
127 |
file=ABI_DIR\BUILD_DIR\erofs.fsy \sys\bin\erofs.fsy
|
|
128 |
#endif
|
|
129 |
|
|
130 |
#ifdef WITH_ISO9660
|
|
131 |
file=ABI_DIR\DEBUG_DIR\iso9660.fsy \sys\bin\Iso9660.fsy
|
|
132 |
#endif
|
|
133 |
|
|
134 |
#ifdef WITH_NTFS
|
|
135 |
file=ABI_DIR\DEBUG_DIR\ntfs.fsy \sys\bin\Ntfs.fsy
|
|
136 |
#endif
|
|
137 |
|
|
138 |
#if !(defined(INST_X86) || defined(INST_X86GCC))
|
|
139 |
file=ABI_DIR\DEBUG_DIR\USBCSC_bil.dll \sys\bin\usbcsc_bil.dll
|
|
140 |
#endif
|
|
141 |
|
|
142 |
#ifdef WITH_MASS_STORAGE
|
|
143 |
#ifdef USE_MSCDB
|
|
144 |
file=ABI_DIR\DEBUG_DIR\msfs_db.fsy \sys\bin\msfs.fsy
|
|
145 |
#else
|
|
146 |
file=ABI_DIR\DEBUG_DIR\msfs.fsy \sys\bin\msfs.fsy
|
|
147 |
#endif
|
|
148 |
#endif
|
|
149 |
|
|
150 |
file=ABI_DIR\DEBUG_DIR\ESTART_EXE \sys\bin\EStart.exe HEAPMAX(0x10000)
|
|
151 |
|
|
152 |
file=ABI_DIR\DEBUG_DIR\domainSrv.exe \sys\bin\domainSrv.exe
|
|
153 |
file=ABI_DIR\DEBUG_DIR\domainCli.dll \sys\bin\domainCli.dll
|
|
154 |
file=ABI_DIR\DEBUG_DIR\domainPolicy.dll \sys\bin\domainPolicy.dll
|
|
155 |
|
|
156 |
#if defined(SYMBIAN_INCLUDE_USB_OTG_HOST)
|
|
157 |
file=ABI_DIR\DEBUG_DIR\usbdescriptors.dll \sys\bin\usbdescriptors.dll
|
|
158 |
file=ABI_DIR\DEBUG_DIR\usbdi_utils.dll \sys\bin\usbdi_utils.dll
|
|
159 |
#ifdef WITH_MASS_STORAGE
|
|
160 |
file=ABI_DIR\DEBUG_DIR\usbhostms.pxy sys\bin\usbhostms.pxy
|
|
161 |
file=ABI_DIR\DEBUG_DIR\usbhostmsclient.dll sys\bin\usbhostmsclient.dll
|
|
162 |
file=ABI_DIR\DEBUG_DIR\usbhostmssrv.exe sys\bin\usbhostmssrv.exe
|
|
163 |
#endif
|
|
164 |
#endif //#if defined(SYMBIAN_ENABLE_USB_OTG_HOST) && defined(SYMBIAN_INCLUDE_USB_OTG_HOST) && !defined(SYMBIAN_EXCLUDE_USB)
|
|
165 |
|
|
166 |
#if defined(_NAND) || defined(_NAND2) || defined(_ONENAND) || defined (WITH_INTERNAL_MMC)
|
|
167 |
#if !defined PAGED_ROM || defined EFFICIENT_ROM_PAGING || defined CODE_PAGING_FROM_ROFS
|
|
168 |
REM Start of ROFS image
|
|
169 |
ROM_IMAGE[1] {
|
|
170 |
#endif
|
|
171 |
#endif
|
|
172 |
|
|
173 |
#ifndef SYMBIAN_EXCLUDE_D_EXC
|
|
174 |
file=ABI_DIR\DEBUG_DIR\d_exc.exe \sys\bin\d_exc.exe
|
|
175 |
#endif //SYMBIAN_EXCLUDE_D_EXC
|
|
176 |
|
|
177 |
#ifndef SYMBIAN_EXCLUDE_SCDV
|
|
178 |
file=ABI_DIR\DEBUG_DIR\SCDV_DLL \sys\bin\ScDv.dll
|
|
179 |
#endif // SYMBIAN_EXCLUDE_SCDV
|
|
180 |
|
|
181 |
#endif
|