generic_stem/beagle_stem.oby
author William Roberts <williamr@symbian.org>
Thu, 18 Nov 2010 15:17:29 +0000
changeset 137 3c8fb4698aeb
parent 121 3aa7dada0834
permissions -rw-r--r--
Remove more unnecessary exports from stem_mediaclientaudio.dll, use unmodified cone.dll and eiksrvui.dll Stop building stem versions of cone.dll and eiksrvui.dll
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
117
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
#ifdef _DEBUG
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
define DEBUG_DIR udeb
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
romname=beagle_stem_debug.rom.img
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
#else
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
define DEBUG_DIR urel
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
romname=beagle_stem.rom.img
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
#endif
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
define VARID 0x09080001
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
memmodel multiple 0x100000
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
multikernel
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
nowrapper
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
bootbinary=\epoc32\release\ARMV5\_beagle_bootrom.bin
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
debugport 2
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
romsize=0x20000000
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
romlinearbase=0x80000000
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
romalign=0x10
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
kerneldataaddress=0xC8000000
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
kernelheapmin=0x08000
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
kernelheapmax=0x00FFC000
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
dataaddress=0x400000
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
defaultstackreserve=0x200000
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
romchecksum=0x12345678
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
ROM_IMAGE[0] {
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    27
primary[VARID]=\epoc32\release\ARMV5\urel\_omap3530_ekern.exe 	"sys\bin\ekern.exe"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
extension[VARID]=\epoc32\release\ARMV5\urel\_omap3530_kaomap3530.dll 	"sys\bin\kaomap3530.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
extension[VARID]=\epoc32\release\ARMV5\urel\_omap3XXX_mstick.dll 	"sys\bin\mstick.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
extension[VARID]=\epoc32\release\ARMV5\urel\_omap3530_prcm.dll 	"sys\bin\prcm.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    31
extension[VARID]=\epoc32\release\ARMV5\urel\_omap3530_uart.dll 	"sys\bin\uart.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    32
variant[VARID]=\epoc32\release\ARMV5\urel\_beagle_ecust.dll 	"sys\bin\ecust.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    33
extension[VARID]=\epoc32\release\ARMV5\urel\_omap3530_exmoncommon.dll 	"sys\bin\exmoncommon.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    34
extension[VARID]=\epoc32\release\ARMV5\urel\_omap3530_exmondebug.dll 	"sys\bin\exmondebug.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    35
extension[VARID]=\epoc32\release\ARMV5\urel\_omap3530_gpio.dll 	"sys\bin\gpio.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    36
extension[VARID]=\epoc32\release\ARMV5\urel\resman.ldd 	"sys\bin\resman.ldd"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    37
extension[VARID]=\epoc32\release\ARMV5\urel\_beagle_medstaticrd.pdd 	"sys\bin\medstaticrd.pdd"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    38
extension[VARID]=\epoc32\release\ARMV5\urel\_omap3530_i2c.dll 	"sys\bin\i2c.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    39
extension[VARID]=\epoc32\release\ARMV5\UDEB\tps65950.dll 	"sys\bin\tps65950.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    40
extension[VARID]=\epoc32\release\ARMV5\urel\_beagle_lcd_gce.dll 	"sys\bin\lcd.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    41
device[VARID]=\epoc32\release\ARMV5\urel\display.ldd 	"sys\bin\display0.ldd"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    42
extension[VARID]=\epoc32\release\ARMV5\urel\_omap3530_serialkeyboard_uisoftkeys.dll 	"sys\bin\ekeyb.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    43
device[VARID]=\epoc32\release\ARMV5\urel\_omap3530_EUART.PDD 	"sys\bin\euart.pdd"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    44
device[VARID]=\epoc32\release\ARMV5\urel\ECOMM.LDD 	"sys\bin\ecomm.ldd"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    45
extension[VARID]=\epoc32\release\ARMV5\urel\elocd.ldd 	"sys\bin\elocd.ldd"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    46
extension[VARID]=\epoc32\release\ARMV5\urel\_beagle_medint.pdd 	"sys\bin\medint.pdd"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    47
extension[VARID]=\epoc32\release\ARMV5\urel\exstart.dll 	"sys\bin\exstart.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    48
extension[VARID]=\epoc32\release\ARMV5\urel\_beagle_led.dll 	"sys\bin\led.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    49
extension[VARID]=\epoc32\release\ARMV5\urel\rm_debug.ldd 	"sys\bin\rm_debug.ldd"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    50
file=\epoc32\release\ARMV5\urel\rm_debug_svr.exe 	"sys\bin\rm_debug_svr.exe"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    51
file=\epoc32\release\ARMV5\DEBUG_DIR\_omap3530_euser.dll 	"sys\bin\EUser.dll"
121
3aa7dada0834 Add the evfp.dll extension on beagleboard, now that I've enabled floating point in that baseport.
William Roberts <williamr@symbian.org>
parents: 120
diff changeset
    52
extension[VARID]=\epoc32\release\ARMV5\urel\evfp.dll 	"sys\bin\evfp.dll"
117
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    53
file=\epoc32\release\ARMV5\urel\RPIPE.DLL 	"sys\bin\rpipe.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    54
file=\epoc32\release\ARMV5\urel\ektran.dll 	"sys\bin\EKTran.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    55
file=\epoc32\release\ARMV5\urel\_beagle_hal.dll 	"sys\bin\Hal.dll"
120
052d4b8fc4fd Add missing EKData.dll to beagle_stem.oby, fix some lingering _syborg_ files in naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents: 117
diff changeset
    56
file=\epoc32\release\ARMV5\urel\_beagle_ekdata.dll 	"sys\bin\EKData.dll"
117
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    57
secondary=\epoc32\release\ARMV5\urel\efile.exe 	"sys\bin\efile.exe"     
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    58
file=\epoc32\release\ARMV5\urel\efsrv.dll 	"sys\bin\EFSrv.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    59
file=\epoc32\release\ARMV5\urel\efat32.fsy 	"sys\bin\ELocal.fsy"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    60
file=\epoc32\release\ARMV5\urel\e32strt.exe 	"sys\bin\EStart.exe"  
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    61
file=\epoc32\release\ARMV5\urel\domainSrv.exe 	"sys\bin\domainSrv.exe"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    62
file=\epoc32\release\ARMV5\urel\domainCli.dll 	"sys\bin\domainCli.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    63
file=\epoc32\release\ARMV5\urel\domainPolicy.dll 	"sys\bin\domainPolicy.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    64
file=\epoc32\release\ARMV5\urel\_generic_scdv.dll 	"sys\bin\ScDv.dll"
7a0ca3b2ef33 Clean up stem_rom.oby a little, add matching syborg_stem.oby, beagle_stem.oby, naviengine_stem.oby
William Roberts <williamr@symbian.org>
parents:
diff changeset
    65
}