generic_stem/naviengine_stem.oby
author markw <markw@symbian.org>
Thu, 18 Nov 2010 11:17:37 +0000
changeset 131 a3d769bd1939
parent 120 052d4b8fc4fd
permissions -rw-r--r--
Merge to tip.
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=fne1_tb_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=fne1_tb_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 flexible 0x100000 0x1000 -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:
diff changeset
    12
dlldatatop 0x7f000000
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
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
    14
bootbinary=\epoc32\release\ARMV5\_FNE1_TB_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 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
    16
romsize=0x4000000
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=0x1000			 
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=0x00FFF000
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
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_kanaviengine.dll 	"sys\bin\kanaviengine.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
    28
primary[VARID]=\epoc32\release\ARMV5\DEBUG_DIR\_FNE1_TB_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
    29
variant[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_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
    30
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_hcr.dll 	"sys\bin\hcr.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\_NE1_TB_watchdog.dll 	"sys\bin\watchdog.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
extension[VARID]=\epoc32\release\ARMV5\urel\_FNE1_TB_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
    33
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_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
    34
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_power.dll 	"sys\bin\power.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\_NE1_TB_dma.dll 	"sys\bin\dma.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\_NE1_TB_lcdgce.PDD 	"sys\bin\DISPLAY0.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
    37
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
    38
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_vserialkeyb.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
    39
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_exyin.dll 	"sys\bin\exyin.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
device[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_euart.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:
diff changeset
    41
device[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_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:
diff changeset
    42
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_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
    43
device[VARID]=\epoc32\release\ARMV5\urel\enet.ldd 	"sys\bin\enet.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
    44
device[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_ethernet.pdd 	"sys\bin\ethernet.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
    45
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_keypad.dll 	"sys\bin\keypad.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
    46
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_i2s.dll 	"sys\bin\i2s.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
    47
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
    48
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_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
    49
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
    50
device[VARID]=\epoc32\release\ARMV5\urel\esoundsc.ldd 	"sys\bin\esoundsc.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
    51
device[VARID]=\epoc32\release\ARMV5\urel\minkda.ldd 	"sys\bin\minkda.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
    52
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
    53
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_resmanpsl.PDD 	"sys\bin\resman.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
    54
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_PCI.DLL 	"sys\bin\pci.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
extension[VARID]=\epoc32\release\ARMV5\urel\IIC.DLL 	"sys\bin\IIC.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
    56
extension[VARID]=\epoc32\release\ARMV5\urel\_NE1_TB_CSI.dll 	"sys\bin\CSI.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
    57
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:
diff changeset
    58
data=\epoc32\rom\NE1_TB\estarttechview.txt 	"sys\data\estart.txt"
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\DEBUG_DIR\euser_v6k.dll 	"sys\bin\EUser.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
    60
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
    61
file=\epoc32\release\ARMV5\urel\ektran.dll 	"sys\bin\EKTran.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
    62
file=\epoc32\release\ARMV5\urel\_NE1_TB_hal.dll 	"sys\bin\Hal.dll"
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
    63
file=\epoc32\release\ARMV5\urel\_NE1_TB_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
    64
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
    65
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
    66
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
    67
file=\epoc32\release\ARMV5\urel\_NE1_TB_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
    68
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
    69
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
    70
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
    71
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
    72
}