OMAP3 3.82 KB
Newer Older
1 2 3 4 5 6 7
#------------------------------------------------------------------------------
# Components file for OMAP3 build
#------------------------------------------------------------------------------
%BaseAddress   0xFC000000
%Image         Build$ImageName
%Log           Build$ImageName
%Messages      Sources.Internat.Messages
8 9 10
%Joiner        romlinker
%JoinerFormat  romlinker
%noimagesize
11 12 13 14

# BBE Support
BuildApps
BuildExport
Robert Sprowson's avatar
Robert Sprowson committed
15 16
BuildSystem           -options COMPONENTFILE=OMAP3 COMPONENTFILE2=Universal
BuildEnvironment      -options ENVFILE=OMAP3
17 18 19 20 21 22
BuildModules
BuildTools

#------------------------------------------------------------------------------
# some headers
#
23
HdrSrc                -type EXP
24 25 26 27 28 29 30
#------------------------------------------------------------------------------
# we need the following exported for swis.h generation
# change the type to EXP
#
DDEUtils              -type EXP
Econet                -type EXP
DDT                   -type EXP
Robert Sprowson's avatar
Robert Sprowson committed
31
GPIO                  -type EXP
32 33 34 35 36 37 38
HostFS                -type EXP
SCSIDriver            -type EXP
PCCardFS              -type EXP
PDriver               -type EXP
PDumperDM             -type EXP
MakePSFont            -type EXP

39
# Kernel is first module in ROM seen as the UtilityModule
40
HAL_OMAP3
Robert Sprowson's avatar
Robert Sprowson committed
41
Kernel                -at 0xFC010000 -options ASFLAGS="-PD \"CMOS_Override SETS \\\"= FileLangCMOS,fsnumber_SCSIFS,CDROMFSCMOS,&C0\\\"\""
42
Podule                -type EXP
43
PCI
44 45
FileSwitch
ResourceFS
46
TerritoryManager
47 48
Messages
MessageTrans
49 50
UK
WindowManager         -options OPTIONS=Ursula
51 52
TaskManager
# Desktop is the 11th module (default language)
53 54
Desktop
SharedRISC_OSLib
55
ScreenModes
Jeffrey Lee's avatar
Jeffrey Lee committed
56
OMAPVideo             -options OMAP=3
57
BASIC105
58
BASIC64
Jeffrey Lee's avatar
Jeffrey Lee committed
59
BASICVFP
60 61
BlendTable
BufferManager
62
ColourTrans
63
Debugger
64
#DADebug
65
DeviceFS
66
PortableHAL
67
RTSupport
68 69 70
USBDriver
EHCIDriver
MUSBDriver
71
PandoraKey
72
DisplayManager
73
DMAManager
74 75 76
DragASprite
DragAnObj
DrawMod
77
BBCEconet
78 79 80
FileCore
ADFS                  -type EXP
RamFS
81 82 83 84
Filer
FilerSWIs
FSLock
FontManager           
ROOL's avatar
ROOL committed
85
FPEmulator            -options FPE_APCS=3/32bit FPEANCHOR=High
86
VFPSupport
87
Free
88
Hourglass
89
IIC
90 91
International
InternationalKeyboard -options KEYBOARD=All
92
ITable
93 94 95 96
NetFS
NetFiler
NetPrint
NetStatus
97
Obey
98
Pinboard
99
PipeFS
100 101 102
RAMFSFiler
ResourceFiler
ROMFonts
103
RTC
104
ScreenBlanker
105
ScrSaver              -options SCRSAVERAPP=No
106
DualSerial
107
SerialDeviceDriver    -type EXP
108 109
SerialDeviceSupport
SerialMouse
110
ShellCLI
111 112 113 114
SoundDMA_HAL
SoundControl
SoundChannels
SoundScheduler
115 116
SpriteExtend
SpriteUtils
117
Squash
118
SuperSample
119
SystemDevices
120 121
TaskWindow            
WindowUtils
122
FilterManager
123 124 125
WaveSynth
StringLib
Percussion
126
SharedSnd
127
Filer_Action          
128 129 130 131
DOSFS                 -options PCMCIA=TRUE
SCSISwitch
SCSISoftUSB
SCSIFS
132
SCSIFiler             -options ASFLAGS="-PD \"SCSI SETL {TRUE}\"" TEMPLATES=yes
133 134
SDIODriver
SDFS
135
SDFSFiler             -options ASFLAGS="-PD \"SDFS SETL {TRUE}\"" TEMPLATES=yes
Jeffrey Lee's avatar
Jeffrey Lee committed
136
SDCMOS
137 138 139
ColourPicker
DrawFile
BootCommands
140
WindowScroll
141 142 143 144 145 146 147 148 149
MManager
Internet
Resolver
Net
BootNet
Freeway
ShareFS
MimeMap
LanManFS              -options OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=TRUE
150
EtherUSB
151
DHCP                  -options OPTIONS=-DMINIMUM_OPTIONS_LENGTH=4
152 153 154 155 156 157
Edit
Draw
Paint
Alarm
Chars
Help2
158 159 160 161

#
# Toolbox Modules/Libs
#
162
tboxlib
Robert Sprowson's avatar
Robert Sprowson committed
163
ToolboxLib            -type EXP
164 165 166 167
Toolbox
Window
ToolAction
Menu
168
Iconbar
169 170 171 172 173 174 175 176 177 178 179
ColourDbox
ColourMenu
DCS_Quit
FileInfo
FontDbox
FontMenu
PrintDbox
ProgInfo
SaveAs
Scale
Gadgets
180 181 182
#
# CDFS
#
183
CDFSDriver
184
CDFSSoftSCSI
185 186
CDFS
CDFSFiler
187

188
UnSqzAIF
189
BatMgrHAL
Robert Sprowson's avatar
Robert Sprowson committed
190
InetRes               -options TYPE=EmergencyUtils
Robert Sprowson's avatar
Robert Sprowson committed
191
GPIO
192 193 194 195

# some libraries and bits
#
callx
196 197
AsmUtils              -type EXP
TCPIPheaders          -type EXP
198 199 200
socklib
inetlib
unixlib
201
UnicodeLib            -type EXP
202
ConfigLib             -type EXP
203 204 205 206 207 208 209 210 211 212
OSLib
DeskLib
ModMallocLib
PlainArgvLib
RemoteDebug
PDebug
DDTLib
Wild
Trace
DebugLib
213
SyncLib
214 215 216 217

NVRAM                 -type EXP
PortManager           -type EXP

218
SDCreate              -options INSTDIR=<Install$Dir>.ABRelease
219 220
ABRelease

221
# end