generic_stem/syborg_stem.oby
author markw <markw@symbian.org>
Thu, 18 Nov 2010 11:17:37 +0000
changeset 131 a3d769bd1939
parent 117 7a0ca3b2ef33
child 132 7cc63c33221d
permissions -rw-r--r--
Merge to tip.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
112
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
#ifdef _DEBUG
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
define DEBUG_DIR udeb
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
romname=syborg_stem_debug.rom.img
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
#else
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
define DEBUG_DIR urel
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
romname=syborg_stem.rom.img
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
#endif
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
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: 112
diff changeset
     9
define VARID 0x0b0a0001
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: 112
diff changeset
    10
112
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
ROMBUILD_OPTION -no-header 
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
memmodel multiple 0x100000
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
multikernel
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
bootbinary=		\epoc32\release\ARMV5\_syborg_bootloader_bootrom.bin
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
debugport 0
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
romsize=0x8000000
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
romlinearbase=0x80000000
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
romalign=0x10
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
kerneldataaddress=0xC8000000
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
kernelheapmin=0x08000			 
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
kernelheapmax=0x00FFC000
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
dataaddress=0x400000
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
defaultstackreserve=0x200000
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
romchecksum=0x12345678
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
ROM_IMAGE[0] {
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: 112
diff changeset
    27
primary[VARID]=\epoc32\release\ARMV5\DEBUG_DIR\_syborg_ekern.exe 	"sys\bin\ekern.exe"	code-align 0x4000
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: 112
diff changeset
    28
extension[VARID]=\epoc32\release\ARMV5\urel\_syborg_btracex.ldd 	"sys\bin\btracex.ldd"
112
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
file=\epoc32\release\ARMV5\urel\btracec.dll 	"sys\bin\btracec.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: 112
diff changeset
    30
variant[VARID]=\epoc32\release\ARMV5\urel\_syborg_kasyborg.dll 	"sys\bin\kasyborg.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: 112
diff changeset
    31
extension[VARID]=\epoc32\release\ARMV5\urel\_syborg_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: 112
diff changeset
    32
extension[VARID]=\epoc32\release\ARMV5\urel\_syborg_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: 112
diff changeset
    33
extension[VARID]=\epoc32\release\ARMV5\urel\kdebug.dll 	"sys\bin\kdebug.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: 112
diff changeset
    34
extension[VARID]=\epoc32\release\ARMV5\urel\evfp.dll 	"sys\bin\evfp.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: 112
diff changeset
    35
extension[VARID]=\epoc32\release\ARMV5\urel\_syborg_svpframebuffer.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: 112
diff changeset
    36
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: 112
diff changeset
    37
device[VARID]=\epoc32\release\ARMV5\urel\_syborg_eserial.pdd 	"sys\bin\euart1.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: 112
diff changeset
    38
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: 112
diff changeset
    39
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: 112
diff changeset
    40
extension[VARID]=\epoc32\release\ARMV5\urel\_syborg_epointer_landscape.dll 	"sys\bin\epointer.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: 112
diff changeset
    41
extension[VARID]=\epoc32\release\ARMV5\urel\_syborg_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: 112
diff changeset
    42
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: 112
diff changeset
    43
extension[VARID]=\epoc32\release\ARMV5\urel\_syborg_ekeyb.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: 112
diff changeset
    44
extension[VARID]=\epoc32\release\ARMV5\urel\_syborg_svphostfsdriver.ldd 	"sys\bin\svphostfsdriver.ldd"
112
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    45
file=\epoc32\release\ARMV5\urel\svphostfsy.fsy 	"sys\bin\svphostfsy.fsy"
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    46
file=\epoc32\release\ARMV5\urel\svphostfs.exe 	"sys\bin\svphostfs.exe"
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: 112
diff changeset
    47
extension[VARID]=\epoc32\release\ARMV5\urel\_syborg_svpsnapdriver.ldd 	"sys\bin\svpsnapdriver.ldd"
112
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    48
file=\epoc32\release\ARMV5\urel\snapapp.exe 	"sys\bin\snapapp.exe"
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: 112
diff changeset
    49
extension[VARID]=\epoc32\release\ARMV5\urel\_syborg_MEDNVMEMORY.PDD 	"sys\bin\MEDNVMEMORY.PDD"
112
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    50
data=\epoc32\rom\syborg\estart.txt 	"sys\data\estart.txt"
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: 112
diff changeset
    51
device[VARID]=\epoc32\release\ARMV5\urel\_syborg_soundsc.pdd 	"sys\bin\soundsc.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: 112
diff changeset
    52
device[VARID]=\epoc32\release\ARMV5\urel\esoundsc.ldd 	"sys\bin\esoundsc.ldd"
112
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    53
REM Base operating system, including all assp-specific files
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    54
file=\epoc32\release\ARMV5\urel\_syborg_euser.dll 	"sys\bin\EUser.dll"
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    55
file=\epoc32\release\ARMV5\urel\RPIPE.DLL 	"sys\bin\rpipe.dll"
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    56
file=\epoc32\release\ARMV5\urel\ektran.dll 	"sys\bin\EKTran.dll"
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    57
file=\epoc32\release\ARMV5\urel\_syborg_hal.dll 	"sys\bin\Hal.dll"
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    58
file=\epoc32\release\ARMV5\urel\_syborg_ekdata.dll 	"sys\bin\EKData.dll"
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    59
secondary=\epoc32\release\ARMV5\urel\efile.exe 	"sys\bin\efile.exe"     
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    60
file=\epoc32\release\ARMV5\urel\efsrv.dll 	"sys\bin\EFSrv.dll"
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    61
file=\epoc32\release\ARMV5\urel\efat32.fsy 	"sys\bin\ELocal.fsy"
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    62
file=\epoc32\release\ARMV5\urel\_syborg_e32strt.exe 	"sys\bin\EStart.exe"  
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    63
file=\epoc32\release\ARMV5\urel\domainSrv.exe 	"sys\bin\domainSrv.exe"
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    64
file=\epoc32\release\ARMV5\urel\domainCli.dll 	"sys\bin\domainCli.dll"
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    65
file=\epoc32\release\ARMV5\urel\domainPolicy.dll 	"sys\bin\domainPolicy.dll"
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    66
file=\epoc32\release\ARMV5\urel\_generic_scdv.dll 	"sys\bin\ScDv.dll"
2818b7674cd2 Split syborg_stem_rom.oby into stem_rom.oby and syborg_stem.oby, and it still works.
William Roberts <williamr@symbian.org>
parents:
diff changeset
    67
}