OMAP3 3.85 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
#------------------------------------------------------------------------------
# we need the following exported for swis.h generation
# change the type to EXP
#
28
CompressPNG           -type EXP
29 30 31
DDEUtils              -type EXP
Econet                -type EXP
DDT                   -type EXP
Robert Sprowson's avatar
Robert Sprowson committed
32
GPIO                  -type EXP
33 34 35 36 37 38 39
HostFS                -type EXP
SCSIDriver            -type EXP
PCCardFS              -type EXP
PDriver               -type EXP
PDumperDM             -type EXP
MakePSFont            -type EXP

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

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

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

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

NVRAM                 -type EXP
PortManager           -type EXP

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

222
# end