original/syborg_stem_rom.oby
author William Roberts <williamr@symbian.org>
Mon, 18 Oct 2010 12:30:30 +0100
changeset 66 fc9981c83de7
parent 58 37bdadebbfc0
permissions -rw-r--r--
Add weatherinfo demo to syborg_stem_rom.oby Removed "Out" from etel.dll because it's too severe and kills the startup scripts Didn't add "In" to weatherinfo.exe because we are currently losing QtGui.dll due to dependency on MediaClientAudio.dll
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     1
ROM_IMAGE[0] {
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     2
#include "syborg_stem_features.iby"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     3
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     4
romname=syborg.img
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     5
REM #undef  _ARM4
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     6
REM #define _ARM4
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     7
REM redefined ROMMEGS as 50
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     8
REM defines for IrDA options
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     9
REM Uncomment the line below to enable IrDA to use a Jeteye ESI09680 pod with serial card adapter
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    10
REM #define _ENABLE_IRDA_POD_
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    11
REM define which port IrDA uses
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    12
REM define which serial port Bluetooth protocol uses
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    13
REM Define whether or not to include USB client support:
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    14
ROMBUILD_OPTION -no-header 
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
    15
REM redefined ROMDATE as 15\10\2010
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    16
unicode
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    17
romsize=0x5000000
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    18
time=##TODAY## 12:00:00
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    19
REM defaultfeaturedb = epoc32\rom\include\featuredatabase.xml 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    20
REM ROM version number
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    21
version=0.01(0)
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    22
	enable_spi
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    23
PlatSecDiagnostics OFF
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    24
PlatSecEnforcement ON
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    25
PlatSecEnforceSysBin ON
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    26
PlatSecProcessIsolation ON 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    27
kerneltrace 0x80000000
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    28
memmodel multiple 0x100000
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    29
multikernel
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    30
bootbinary=		\epoc32\release\ARMV5\_syborg_bootloader_bootrom.bin
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    31
debugport 0
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    32
romsize=0x8000000
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    33
romlinearbase=0x80000000
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    34
romalign=0x10
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    35
kerneldataaddress=0xC8000000
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    36
kernelheapmin=0x08000			 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    37
kernelheapmax=0x00FFC000
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    38
dataaddress=0x400000
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    39
defaultstackreserve=0x200000
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    40
romchecksum=0x12345678
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    41
primary[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_ekern.exe 	"sys\bin\ekern.exe"	code-align 0x4000
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    42
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_btracex.ldd 	"sys\bin\btracex.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    43
file=\epoc32\release\ARMV5\urel\btracec.dll 	"sys\bin\btracec.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    44
variant[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_kasyborg.dll 	"sys\bin\kasyborg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    45
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_exmoncommon.dll 	"sys\bin\exmoncommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    46
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_exmondebug.dll 	"sys\bin\exmondebug.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    47
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\kdebug.dll 	"sys\bin\kdebug.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    48
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\evfp.dll 	"sys\bin\evfp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    49
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_svpframebuffer.dll 	"sys\bin\lcd.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    50
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\display.ldd 	"sys\bin\display0.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    51
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_eserial.pdd 	"sys\bin\euart1.pdd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    52
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\ecomm.ldd 	"sys\bin\ecomm.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    53
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\elocd.ldd 	"sys\bin\elocd.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    54
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_epointer_landscape.dll 	"sys\bin\epointer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    55
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_medint.pdd 	"sys\bin\medint.pdd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    56
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\exstart.dll 	"sys\bin\exstart.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    57
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_ekeyb.dll 	"sys\bin\ekeyb.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    58
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_svphostfsdriver.ldd 	"sys\bin\svphostfsdriver.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    59
file=\epoc32\release\ARMV5\urel\svphostfsy.fsy 	"sys\bin\svphostfsy.fsy"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    60
file=\epoc32\release\ARMV5\urel\svphostfs.exe 	"sys\bin\svphostfs.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    61
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_svpsnapdriver.ldd 	"sys\bin\svpsnapdriver.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    62
file=\epoc32\release\ARMV5\urel\snapapp.exe 	"sys\bin\snapapp.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    63
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_webcamera.pdd 	"sys\bin\webcamera.pdd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    64
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_ewebcamera.ldd 	"sys\bin\ewebcamera.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    65
file=\epoc32\release\ARMV5\urel\webcamera_app.exe 	"sys\bin\webcamera_app.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    66
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_MEDNVMEMORY.PDD 	"sys\bin\MEDNVMEMORY.PDD"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    67
data=\epoc32\rom\syborg\estart.txt 	"sys\data\estart.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    68
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_soundsc.pdd 	"sys\bin\soundsc.pdd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    69
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\esoundsc.ldd 	"sys\bin\esoundsc.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    70
file=\epoc32\release\ARMV5\urel\profiler.exe 	"sys\bin\profiler.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    71
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\sampler.ldd 	"sys\bin\sampler.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    72
REM Base operating system, including all assp-specific files
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    73
file=\epoc32\release\ARMV5\urel\scppnwdl.dll 	"sys\bin\scppnwdl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    74
file=\epoc32\release\ARMV5\urel\drtaeabi.dll 	"sys\bin\drtaeabi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    75
file=\epoc32\release\ARMV5\urel\dfpaeabi.dll 	"sys\bin\dfpaeabi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    76
file=\epoc32\release\ARMV5\urel\dfprvct-thunk.dll 	"sys\bin\dfprvct-thunk.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    77
alias \sys\bin\dfprvct-thunk.dll					\sys\bin\dfprvct2_2-thunk.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    78
alias \sys\bin\dfprvct-thunk.dll					\sys\bin\dfprvct2_1-thunk.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    79
file=\epoc32\release\ARMV5\urel\drtrvct2_2.dll 	"sys\bin\drtrvct2_2.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    80
file=\epoc32\release\ARMV5\urel\dfprvct2_2.dll 	"sys\bin\dfprvct2_2.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    81
    alias \sys\bin\drtrvct2_2.dll                   \sys\bin\drtrvct2_1.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    82
    alias \sys\bin\dfprvct2_2.dll                   \sys\bin\dfprvct2_1.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    83
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\rm_debug.ldd 	"sys\bin\rm_debug.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    84
file=\epoc32\release\ARMV5\urel\rm_debug_svr.exe 	"sys\bin\rm_debug_svr.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    85
file=\epoc32\release\ARMV5\urel\_syborg_euser.dll 	"sys\bin\EUser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    86
file=\epoc32\release\ARMV5\urel\RPIPE.DLL 	"sys\bin\rpipe.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    87
file=\epoc32\release\ARMV5\urel\trkdummyapp.exe 	"sys\bin\trkdummyapp.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    88
file=\epoc32\release\ARMV5\urel\trkdummyapp2.exe 	"sys\bin\trkdummyapp2.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    89
file=\epoc32\release\ARMV5\urel\trkdummyapp200159D8.exe 	"sys\bin\trkdummyapp200159D8.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    90
file=\epoc32\release\ARMV5\urel\trkdummyapp200170BC.exe 	"sys\bin\trkdummyapp200170BC.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    91
file=\epoc32\release\ARMV5\urel\ektran.dll 	"sys\bin\EKTran.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    92
file=\epoc32\release\ARMV5\urel\_syborg_hal.dll 	"sys\bin\Hal.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    93
file=\epoc32\release\ARMV5\urel\_syborg_ekdata.dll 	"sys\bin\EKData.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    94
secondary=\epoc32\release\ARMV5\urel\efile.exe 	"sys\bin\efile.exe"     
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    95
file=\epoc32\release\ARMV5\urel\efsrv.dll 	"sys\bin\EFSrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    96
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\d_ftrace.ldd 	"sys\bin\d_ftrace.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    97
file=\epoc32\release\ARMV5\urel\efat32.fsy 	"sys\bin\ELocal.fsy"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    98
file=\epoc32\release\ARMV5\urel\USBCSC_bil.dll 	"sys\bin\usbcsc_bil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    99
file=\epoc32\release\ARMV5\urel\msfs_db.fsy 	"sys\bin\msfs.fsy"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   100
file=\epoc32\release\ARMV5\urel\_syborg_e32strt.exe 	"sys\bin\EStart.exe"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   101
file=\epoc32\release\ARMV5\urel\domainSrv.exe 	"sys\bin\domainSrv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   102
file=\epoc32\release\ARMV5\urel\domainCli.dll 	"sys\bin\domainCli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   103
file=\epoc32\release\ARMV5\urel\domainPolicy.dll 	"sys\bin\domainPolicy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   104
file=\epoc32\release\ARMV5\urel\usbdescriptors.dll 	"sys\bin\usbdescriptors.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   105
file=\epoc32\release\ARMV5\urel\usbdi_utils.dll 	"sys\bin\usbdi_utils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   106
file=\epoc32\release\ARMV5\urel\usbhostms.pxy 	"sys\bin\usbhostms.pxy"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   107
file=\epoc32\release\ARMV5\urel\usbhostmsclient.dll 	"sys\bin\usbhostmsclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   108
file=\epoc32\release\ARMV5\urel\usbhostmssrv.exe 	"sys\bin\usbhostmssrv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   109
file=\epoc32\release\ARMV5\urel\_generic_scdv.dll 	"sys\bin\ScDv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   110
data=\epoc32\data\Z\Resource\avkon.rsc 	"resource\avkon.rsc"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   111
data=\epoc32\data\Z\Private\200159c0\install\desktop_20026f4f\xuikon\00\desktop.o0000 	"private\200159c0\install\desktop_20026f4f\xuikon\00\desktop.o0000"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   112
data=\epoc32\data\Z\Private\200159c0\install\emailwidget\xuikon\00\EW.o0000 	"private\200159c0\install\emailwidget\xuikon\00\EW.o0000"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   113
data=\epoc32\data\Z\Private\200159c0\install\musicwidget_10207c18\xuikon\00\musicwidget.o0000 	"private\200159c0\install\musicwidget_10207c18\xuikon\00\musicwidget.o0000"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   114
data=\epoc32\data\Z\Resource\calencaldavplugindata.rsc 	"resource\calencaldavplugindata.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   115
REM Graphics Adaptation Selection
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   116
REM "OPENGLES DRV"         : <opengles_sw.iby> 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   117
REM "OPENVG DRV"           : <openvg_sw.iby> 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   118
REM "EGL DRV"              : <egl_ref.iby> 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   119
REM "GCE DRV"              : <compositionbackend_arm.iby> 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   120
REM "GRAPHICSRESOURCE DRV" : <graphicsresourceadapter_sw.iby>  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   121
REM "SURFACEMANAGER DRV"   : <surfacemanager_ref.iby> 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   122
REM "SURFACEUPDATE DRV"    : <surfaceupdate_ref.iby> 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   123
REM "DIRECTGDI DRV"        : <directgdiadapter_sw.iby>  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   124
REM "FBSRASTERIZER DRV"    : <fbsrasterizer_stub.iby>  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   125
REM "SRGREOURCE DRV"       : <sgresource_sw.iby>  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   126
REM "OPENWFCLIB_DRV"       : <openwfc_ref.iby> 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   127
file=\epoc32\release\ARMV5\urel\3gplibrary.dll 	"sys\bin\3gplibrary.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   128
file=\epoc32\release\ARMV5\urel\3GPMP4LIB.DLL 	"sys\bin\3GPMP4LIB.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   129
file=\epoc32\release\ARMV5\urel\mmfdevsound.dll 	"sys\bin\mmfdevsound.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   130
file=\epoc32\release\ARMV5\urel\mmfaudioserverproxy.dll 	"sys\bin\mmfaudioserverproxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   131
file=\epoc32\release\ARMV5\urel\mmfdevsoundproxy.dll 	"sys\bin\mmfdevsoundproxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   132
file=\epoc32\release\ARMV5\urel\mmfdevsoundserver.dll 	"sys\bin\mmfdevsoundserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   133
file=\epoc32\release\ARMV5\urel\a3ffourcclookup.dll 	"sys\bin\a3ffourcclookup.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   134
file=\epoc32\release\ARMV5\urel\mmfaudioserverfactory.dll 	"sys\bin\mmfaudioserverfactory.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   135
file=\epoc32\release\ARMV5\urel\mmfaudioserver.dll 	"sys\bin\mmfaudioserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   136
file=\epoc32\release\ARMV5\urel\mmfdevsoundadaptor.dll 	"sys\bin\mmfdevsoundadaptor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   137
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, a3fFourCCConvertorPlugin.dll , a3fFourCCConvertorPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   138
file=\epoc32\release\ARMV5\urel\mmfaudioserverstart.exe 	"sys\bin\mmfaudioserverstart.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   139
file=\epoc32\release\ARMV5\urel\abtestclient.EXE 	"sys\bin\abtestclient.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   140
file=\epoc32\release\ARMV5\urel\abtestclient2.EXE 	"sys\bin\abtestclient2.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   141
file=\epoc32\release\ARMV5\urel\abtestclient3.EXE 	"sys\bin\abtestclient3.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   142
file=\epoc32\release\ARMV5\urel\abtestclient4.EXE 	"sys\bin\abtestclient4.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   143
data=\epoc32\data\Z\private\0AB7E57C\backup_registration.xml 	"private\0AB7E57C\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   144
data=\epoc32\data\Z\private\0AB7E57D\backup_registration.xml 	"private\0AB7E57D\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   145
data=\epoc32\data\Z\private\0AB7E57E\backup_registration.xml 	"private\0AB7E57E\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   146
data=\epoc32\data\Z\private\0AB7E58A\backup_registration.xml 	"private\0AB7E58A\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   147
data=\epoc32\data\Z\private\0AB7E58B\backup_registration.xml 	"private\0AB7E58B\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   148
data=\epoc32\data\Z\private\0AB7E58C\backup_registration.xml 	"private\0AB7E58C\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   149
data=\epoc32\data\Z\private\0FA00001\backup_registration.xml 	"private\0FA00001\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   150
file=\epoc32\release\ARMV5\urel\tonedata.dll 	"sys\bin\tonedata.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   151
file=\epoc32\release\ARMV5\urel\audiocontextfactory.dll 	"sys\bin\audiocontextfactory.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   152
file=\epoc32\release\ARMV5\urel\audiocomponentframework.dll 	"sys\bin\audiocomponentframework.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   153
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiocodec.dll , logicalaudiocodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   154
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiostream.dll , logicalaudiostream.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   155
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalbuffersource.dll , logicalbuffersource.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   156
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiodevicesource.dll , logicalaudiodevicesource.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   157
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiogaincontrol.dll , logicalaudiogaincontrol.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   158
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalbuffersink.dll , logicalbuffersink.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   159
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiodevicesink.dll , logicalaudiodevicesink.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   160
file=\epoc32\release\ARMV5\urel\activitymanager.dll 	"sys\bin\activitymanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   161
data=\epoc32\data\z\private\101F7989\esock\ip.addressinfo_tcpip.esk 	"private\101F7989\esock\ip.addressinfo_tcpip.esk"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   162
file=\epoc32\release\ARMV5\urel\addressinfo.prt 	"sys\bin\addressinfo.prt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   163
REM Test agent dialog server
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   164
file=\epoc32\release\ARMV5\urel\agentdialog.dll 	"sys\bin\agentdialog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   165
REM Agent Providers ECOM plugin
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   166
REM Core Agent Providers Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   167
file=\epoc32\release\ARMV5\urel\agentprcore.dll 	"sys\bin\agentprcore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   168
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, agentpr.dll , agentpr.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   169
file=\epoc32\release\ARMV5\urel\agentshellnotifier.dll 	"sys\bin\tnotifiers\agentshellnotifier.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   170
REM Agenda Model
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   171
REM redefined DATAZ_ as \epoc32\data\Z
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   172
REM Configurable heap size for agenda server.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   173
file=\epoc32\release\ARMV5\urel\agnmodel.dll 	"sys\bin\agnmodel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   174
file=\epoc32\release\ARMV5\urel\agsvexe.exe 	"sys\bin\agsvexe.exe"       heapmax= 0x400000 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   175
data=\epoc32\data\Z\Private\10003A5B\backup_registration.xml 	"PRIVATE\10003A5B\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   176
REM Agenda Versit
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   177
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AgnVersit.dll , AgnVersit.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   178
REM Backup Restore Notification Component
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   179
file=\epoc32\release\ARMV5\urel\BackupRestoreNotification.dll 	"sys\bin\BackupRestoreNotification.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   180
REM Swi observer plug-in
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   181
file=\epoc32\release\ARMV5\urel\swiobservedinfo.dll 	"sys\bin\swiobservedinfo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   182
file=\epoc32\release\ARMV5\urel\swiobserverplugin.dll 	"sys\bin\swiobserverplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   183
REM SQL
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   184
file=\epoc32\release\ARMV5\urel\utraceuser.dll 	"sys\bin\utraceuser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   185
file=\epoc32\release\ARMV5\urel\utraceuserstubbed.dll 	"sys\bin\utraceuserstubbed.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   186
file=\epoc32\release\ARMV5\urel\sqldb.dll 	"sys\bin\sqldb.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   187
file=\epoc32\release\ARMV5\urel\sqlsrv.exe 	"sys\bin\sqlsrv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   188
data=\epoc32\data\Z\Private\10281e17\backup_registration.xml 	"PRIVATE\10281e17\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   189
REM *** TimeZone Client and Server ***
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   190
file=\epoc32\release\ARMV5\urel\tzserver.exe 	"sys\bin\tzserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   191
file=\epoc32\release\ARMV5\urel\tzclient.dll 	"sys\bin\tzclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   192
REM *** SWI Plugin ***
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   193
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, tzswiobserverplugin.dll , tzswiobserverplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   194
REM *** TZ Database ***
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   195
data=\epoc32\data\z\private\1020383E\tzdb.dbz 	"private\1020383E\tzdb.dbz"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   196
data=\epoc32\data\Z\private\1020383E\backup_registration.xml 	"private\1020383E\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   197
data=\epoc32\data\Z\private\100012a5\policy\10206A8B.SPD 	"private\100012a5\policy\10206A8B.SPD"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   198
data=\epoc32\data\Z\system\install\timezone_stub.sis 	"system\install\timezone_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   199
REM Alarm Server
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   200
file=\epoc32\release\ARMV5\urel\ssmutilsrv.exe 	"sys\bin\ssmutilsrv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   201
file=\epoc32\release\ARMV5\urel\ssmadaptationcli.dll 	"sys\bin\ssmadaptationcli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   202
file=\epoc32\release\ARMV5\urel\ssmsuscli.dll 	"sys\bin\ssmsuscli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   203
REM redefined DATAZ_ as \epoc32\data\Z
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   204
file=\epoc32\release\ARMV5\urel\alarmshared.dll 	"sys\bin\alarmshared.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   205
file=\epoc32\release\ARMV5\urel\alarmclient.dll 	"sys\bin\alarmclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   206
file=\epoc32\release\ARMV5\urel\alarmserver.exe 	"sys\bin\alarmserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   207
data=\epoc32\data\Z\Private\101F5027\backup_registration.xml 	"PRIVATE\101F5027\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   208
file=\epoc32\release\ARMV5\urel\amastart.dll 	"sys\bin\amastart.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   209
file=\epoc32\release\ARMV5\urel\amastarter.exe 	"Sys\bin\amastarter.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   210
file=\epoc32\release\ARMV5\urel\dscstore.dll 	"sys\bin\dscstore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   211
file=\epoc32\release\ARMV5\urel\loadamastart.dll 	"sys\bin\loadamastart.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   212
data=\epoc32\data\Z\Private\100012a5\policy\2000836D.spd 	"PRIVATE\100012a5\policy\2000836D.spd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   213
REM Animation
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   214
file=\epoc32\release\ARMV5\urel\animation.dll 	"sys\bin\animation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   215
file=\epoc32\release\ARMV5\urel\animationshared.dll 	"sys\bin\animationshared.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   216
file=\epoc32\release\ARMV5\urel\animationserver.dll 	"sys\bin\animationserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   217
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, animators.dll , animators.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   218
file=\epoc32\release\ARMV5\urel\apstart.dll 	"sys\bin\apstart.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   219
REM Application Architecture
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   220
file=\epoc32\release\ARMV5\urel\apparc.dll 	"sys\bin\apparc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   221
file=\epoc32\release\ARMV5\urel\apfile.dll 	"sys\bin\apfile.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   222
file=\epoc32\release\ARMV5\urel\aplist.dll 	"sys\bin\aplist.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   223
file=\epoc32\release\ARMV5\urel\apgrfx.dll 	"sys\bin\apgrfx.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   224
file=\epoc32\release\ARMV5\urel\apserv.dll 	"sys\bin\apserv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   225
file=\epoc32\release\ARMV5\urel\apsexe.exe 	"sys\bin\apsexe.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   226
file=\epoc32\release\ARMV5\urel\ServiceRegistry.dll 	"sys\bin\ServiceRegistry.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   227
data=\epoc32\data\z\private\10003a3f\backup_registration.xml 	"private\10003a3f\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   228
REM ASNPKCS libraries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   229
REM pbe libraries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   230
REM crypto library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   231
file=\epoc32\release\ARMV5\urel\random.dll 	"sys\bin\random.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   232
REM hash libraries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   233
file=\epoc32\release\ARMV5\urel\hash.dll 	"sys\bin\hash.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   234
REM SoftwareCrypto libraries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   235
file=\epoc32\release\ARMV5\urel\softwarecrypto.dll 	"sys\bin\softwarecrypto.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   236
file=\epoc32\release\ARMV5\urel\weak_cryptography.dll 	"sys\bin\cryptography.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   237
file=\epoc32\release\ARMV5\urel\cryptospi.dll 	"sys\bin\cryptospi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   238
file=\epoc32\release\ARMV5\urel\cryptospisetup.exe 	"sys\bin\cryptospisetup.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   239
data=\epoc32\data\Z\Resource\cryptospi\plug-ins.txt 	"resource\cryptospi\plug-ins.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   240
file=\epoc32\release\ARMV5\urel\pbe.dll 	"sys\bin\pbe.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   241
file=\epoc32\release\ARMV5\urel\asnpkcs.dll 	"sys\bin\asnpkcs.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   242
REM File token libraries configurable files
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   243
data=\epoc32\data\Z\Resource\fstokenserver.RSC 	"resource\fstokenserver.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   244
file=\epoc32\release\ARMV5\urel\SpeechRecognitionUtility.dll 	"sys\bin\SpeechRecognitionUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   245
file=\epoc32\release\ARMV5\urel\SpeechRecognitionData.dll 	"sys\bin\SpeechRecognitionData.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   246
file=\epoc32\release\ARMV5\urel\SpeechRecognitionCustomCommands.dll 	"sys\bin\SpeechRecognitionCustomCommands.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   247
REM For components that use the Autotest framework
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   248
file=\epoc32\release\ARMV5\urel\autotest.dll 	"sys\bin\autotest.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   249
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aviplaycontroller.dll , aviplaycontroller.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   250
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, avirecordcontroller.dll , avirecordcontroller.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   251
file=\epoc32\release\ARMV5\urel\devsubtitle.dll 	"sys\bin\devsubtitle.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   252
file=\epoc32\release\ARMV5\urel\srtdecoder.dll 	"sys\bin\srtdecoder.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   253
REM FLOGGER - logging support
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   254
file=\epoc32\release\ARMV5\urel\flogger.dll 	"sys\bin\FLogger.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   255
file=\epoc32\release\ARMV5\urel\flogsvr.exe 	"sys\bin\FLogSvr.exe"
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
   256
patchdata Flogger.dll @ KFloggerSTI 0
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   257
REM The Watcher Framework
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   258
REM 'buildrom lubbock -D__NOWATCHER__' will place watcher.exe in z:REM so that it never runs
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   259
file=\epoc32\release\ARMV5\urel\watcher.exe 	"sys\bin\watcher.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   260
REM Bio Utils 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   261
file=\epoc32\release\ARMV5\urel\bifu.dll 	"sys\bin\bifu.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   262
file=\epoc32\release\ARMV5\urel\biut.dll 	"sys\bin\biut.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   263
file=\epoc32\release\ARMV5\urel\biodb.dll 	"sys\bin\biodb.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   264
file=\epoc32\release\ARMV5\urel\BioWatcher.dll 	"sys\bin\BioWatcher.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   265
REM The Message Server
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   266
file=\epoc32\release\ARMV5\urel\msexe.exe 	"sys\bin\MSexe.exe"	heapmax= 0x400000 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   267
file=\epoc32\release\ARMV5\urel\msgs.dll 	"sys\bin\MSGS.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   268
data=\epoc32\data\z\private\1000484b\backup_registration.xml 	"private\1000484b\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   269
data=\epoc32\data\Z\resource\messaging\MSGS.R01 	"resource\messaging\MSGS.R01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   270
alias resource\messaging\MSGS.R01 resource\messaging\MSGS.RSC 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   271
data=\epoc32\data\z\private\1000484b\msgcache.ini 	"private\1000484b\msgcache.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   272
REM Comms Server
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   273
file=\epoc32\release\ARMV5\urel\c32.dll 	"sys\bin\C32.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   274
data=\epoc32\data\z\private\101F7988\c32.cmi 	"private\101F7988\c32.cmi"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   275
data=\epoc32\data\z\private\101F7988\c32_first.cmi 	"private\101F7988\c32_first.cmi"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   276
data=\epoc32\data\z\private\101F7988\c32_second.cmi 	"private\101F7988\c32_second.cmi"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   277
data=\epoc32\data\z\private\101F7988\c32_third.cmi 	"private\101F7988\c32_third.cmi"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   278
data=\epoc32\data\z\private\101F7988\c32_fourth.cmi 	"private\101F7988\c32_fourth.cmi"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   279
REM *** usbman.iby is always included whether USB is supported by the
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   280
REM *** device or not.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   281
REM change to usbmanProto.iby for prototype builds
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   282
REM *** The following iby files are always included, whether usb is supported
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   283
REM *** by the device or not.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   284
data=\epoc32\data\Z\Resource\errors\ecomerr.R01 	"Resource\Errors\ecomerr.R01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   285
alias Resource\Errors\ecomerr.R01 Resource\Errors\ecomerr.RSC 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   286
file=\epoc32\release\ARMV5\urel\ecom.dll 	"sys\bin\ECom.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   287
file=\epoc32\release\ARMV5\urel\ecomserver.exe 	"sys\bin\EComServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   288
file=\epoc32\release\ARMV5\urel\ecompatchdata.dll 	"sys\bin\EComPatchData.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   289
file=\epoc32\release\ARMV5\urel\usbman.dll 	"sys\bin\usbman.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   290
data=\epoc32\data\Z\Private\101fe1db\backup_registration.xml 	"private\101fe1db\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   291
file=\epoc32\release\ARMV5\urel\usblogger.dll 	"sys\bin\usblogger.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   292
REM Feature USB is not included in this ROM (usbman.iby)
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   293
REM *** Now for things which should only be included if the device
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   294
REM *** supports USB, to save ROM space...
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   295
REM Feature USB is not included in this ROM (usb.iby)
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   296
REM Epoc Socket Layer
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   297
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SubconParams.dll , SubconParams.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   298
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ConnServParams.dll , ConnServParams.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   299
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ESockMessages.dll , ESockMessages.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   300
file=\epoc32\release\ARMV5\urel\esockmessagesimpl.dll 	"sys\bin\esockmessagesimpl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   301
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, esock_params.dll , esock_params.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   302
file=\epoc32\release\ARMV5\urel\esock_api_ext.dll 	"sys\bin\esock_api_ext.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   303
file=\epoc32\release\ARMV5\urel\commsdataobjects.dll 	"sys\bin\commsdataobjects.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   304
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, commsdataobjectsecom.dll , commsdataobjectsecom.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   305
file=\epoc32\release\ARMV5\urel\serverden.dll 	"sys\bin\serverden.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   306
file=\epoc32\release\ARMV5\urel\commsfw.dll 	"sys\bin\commsfw.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   307
file=\epoc32\release\ARMV5\urel\factories.dll 	"sys\bin\factories.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   308
file=\epoc32\release\ARMV5\urel\meshmachine.dll 	"sys\bin\meshmachine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   309
file=\epoc32\release\ARMV5\urel\NETMSG.dll 	"sys\bin\NETMSG.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   310
file=\epoc32\release\ARMV5\urel\NetInterfaces.dll 	"sys\bin\NetInterfaces.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   311
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NetMessages.dll , NetMessages.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   312
file=\epoc32\release\ARMV5\urel\NetMeta.dll 	"sys\bin\NetMeta.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   313
REM dependencies
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   314
file=\epoc32\release\ARMV5\urel\insock.dll 	"sys\bin\insock.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   315
file=\epoc32\release\ARMV5\urel\NetSubscribe.dll 	"sys\bin\NetSubscribe.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   316
file=\epoc32\release\ARMV5\urel\nodemessages.dll 	"sys\bin\nodemessages.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   317
file=\epoc32\release\ARMV5\urel\ResponseMsg.dll 	"sys\bin\ResponseMsg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   318
file=\epoc32\release\ARMV5\urel\procrootsrv.dll 	"sys\bin\procrootsrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   319
file=\epoc32\release\ARMV5\urel\procroot.dll 	"sys\bin\procroot.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   320
file=\epoc32\release\ARMV5\urel\NETStSrv.dll 	"sys\bin\NETStSrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   321
file=\epoc32\release\ARMV5\urel\NETSM.dll 	"sys\bin\NETSM.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   322
file=\epoc32\release\ARMV5\urel\virtualconstructors.dll 	"sys\bin\virtualconstructors.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   323
file=\epoc32\release\ARMV5\urel\esock.dll 	"sys\bin\esock.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   324
file=\epoc32\release\ARMV5\urel\esocksvr.dll 	"sys\bin\esocksvr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   325
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eintsock_transport.dll , eintsock_transport.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   326
data=\epoc32\data\z\private\101F7989\backup_registration.xml 	"private\101F7989\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   327
data=\epoc32\data\z\private\101F7988\esock.cmi 	"private\101F7988\esock.cmi"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   328
data=\epoc32\data\z\private\101F7988\esock_mip.cmi 	"private\101F7988\esock_mip.cmi"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   329
data=\epoc32\data\z\private\101F7988\esock_dip.cmi 	"private\101F7988\esock_dip.cmi"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   330
data=\epoc32\data\z\private\101F7988\esock_tr.cmi 	"private\101F7988\esock_tr.cmi"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   331
data=\epoc32\data\z\private\101F7988\esock_smswap.cmi 	"private\101F7988\esock_smswap.cmi"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   332
REM DBMS
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   333
file=\epoc32\release\ARMV5\urel\edbms.dll 	"sys\bin\EDbms.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   334
file=\epoc32\release\ARMV5\urel\edbsrv.exe 	"sys\bin\EDbsrv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   335
REM The Log Engine
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   336
file=\epoc32\release\ARMV5\urel\LogWrap.dll 	"sys\bin\LogWrap.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   337
file=\epoc32\release\ARMV5\urel\LogCli.dll 	"sys\bin\LogCli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   338
file=\epoc32\release\ARMV5\urel\LogCntModel.dll 	"sys\bin\LogCntModel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   339
file=\epoc32\release\ARMV5\urel\LogServ.exe 	"sys\bin\LogServ.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   340
data=\epoc32\data\Z\Private\101f401d\backup_registration.xml 	"private\101f401d\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   341
data=\epoc32\data\Z\Resource\logeng\logwrap.RSC 	"Resource\logeng\logwrap.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   342
REM Note: The following should not be translated
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   343
data=\epoc32\data\Z\Private\101f401d\logserv.rsc 	"private\101f401d\logserv.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   344
REM Task scheduler server
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   345
file=\epoc32\release\ARMV5\urel\schsvr.dll 	"sys\bin\Schsvr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   346
file=\epoc32\release\ARMV5\urel\schexe.exe 	"sys\bin\Schexe.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   347
data=\epoc32\data\Z\Private\10005399\backup_registration.xml 	"PRIVATE\10005399\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   348
file=\epoc32\release\ARMV5\urel\sysagt2cli.dll 	"sys\bin\sysagt2cli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   349
file=\epoc32\release\ARMV5\urel\sysagt2svr.exe 	"sys\bin\sysagt2svr.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   350
file=\epoc32\release\ARMV5\urel\halsettings.exe 	"sys\bin\halsettings.exe" 
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
   351
patchdata halsettings.exe@KHalPenStatePersistenceDisabled 1 
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
   352
patchdata halsettings.exe@KHalNonSecureOffsetPersistenceDisabled 1 
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   353
REM Scheduled Sending for GT Messaging
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   354
REM Note: Following clashes with schsvr
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   355
file=\epoc32\release\ARMV5\urel\schsendexe.exe 	"sys\bin\schsendexe.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   356
file=\epoc32\release\ARMV5\urel\schsend.dll 	"sys\bin\schsend.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   357
REM Contact Model
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   358
REM Versit Parsers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   359
file=\epoc32\release\ARMV5\urel\versit.dll 	"sys\bin\Versit.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   360
file=\epoc32\release\ARMV5\urel\vcal.dll 	"sys\bin\VCal.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   361
file=\epoc32\release\ARMV5\urel\vcard.dll 	"sys\bin\VCard.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   362
REM Architecture for Convert
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   363
file=\epoc32\release\ARMV5\urel\conarc.dll 	"sys\bin\ConArc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   364
file=\epoc32\release\ARMV5\urel\charconv.dll 	"sys\bin\charconv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   365
file=\epoc32\release\ARMV5\urel\convnames.dll 	"sys\bin\convnames.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   366
file=\epoc32\release\ARMV5\urel\convutils.dll 	"sys\bin\convutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   367
data=\epoc32\data\Z\Resource\charconv\basic.snm 	"resource\charconv\basic.snm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   368
data=\epoc32\data\Z\Resource\charconv\builtin.RSC 	"resource\charconv\builtin.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   369
file=\epoc32\release\ARMV5\urel\cntplsql.dll 	"sys\bin\cntplsql.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   370
REM Log Engine contact matching plug-in implementation
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   371
REM Contact matching plugin
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   372
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cntmatchlog.dll , cntmatchlog.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   373
REM Configurable heap size for contact server.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   374
file=\epoc32\release\ARMV5\urel\cntsrv.exe 	"sys\bin\cntsrv.exe"       heapmax= 0x200000 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   375
file=\epoc32\release\ARMV5\urel\cntmodel.dll 	"sys\bin\cntmodel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   376
file=\epoc32\release\ARMV5\urel\cntview.dll 	"sys\bin\cntview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   377
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cntvcard.dll , cntvcard.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   378
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cntphone.dll , cntphone.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   379
REM Specify whether to use real commsdebugutility, or stub
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   380
REM FLOGGER - logging support
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   381
file=\epoc32\release\ARMV5\urel\ostuser.dll 	"sys\bin\ostuser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   382
file=\epoc32\release\ARMV5\urel\ostuserstubbed.dll 	"sys\bin\ostuserstubbed.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   383
file=\epoc32\release\ARMV5\urel\comsdbgutil.dll 	"sys\bin\comsdbgutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   384
file=\epoc32\release\ARMV5\urel\comsdbgsvr.exe 	"sys\bin\comsdbgsvr.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   385
file=\epoc32\release\ARMV5\urel\comsdbgsvr.dll 	"sys\bin\comsdbgsvr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   386
data=\Epoc32\data\z\resource\commsdbg.ini 	"resource\commsdbg.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   387
REM Epoc Telephony Layer
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   388
REM Commdb
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   389
REM CommsDat
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   390
file=\epoc32\release\ARMV5\urel\commsdat.dll 	"sys\bin\commsdat.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   391
data=\epoc32\data\z\private\10202be9\cccccc00.cre 	"private\10202be9\cccccc00.cre"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   392
REM Shim Notifier     
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   393
file=\epoc32\release\ARMV5\urel\ShimNotifierCli.dll 	"sys\bin\ShimNotifierCli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   394
file=\epoc32\release\ARMV5\urel\ShimNotifierSvr.exe 	"sys\bin\ShimNotifierSvr.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   395
file=\epoc32\release\ARMV5\urel\commdb.dll 	"sys\bin\Commdb.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   396
REM Fax Engine
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   397
REM The Following features are not included in this ROM:
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   398
REM faxio.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   399
REM faxstrm.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   400
REM faxsvr.DLL
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   401
REM faxcli.DLL
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   402
file=\epoc32\release\ARMV5\urel\etel.dll 	"sys\bin\ETel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   403
data=\epoc32\data\z\private\101F7988\etel.cmi 	"private\101F7988\etel.cmi"
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
   404
patchdata etel.dll@KPriorityClientSid 0x10281806
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
   405
patchdata etel.dll@KLocationServicesNetworkGatewaySid 0x10281806
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
   406
patchdata etel.dll@KSatEngineSid 0x10281806
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   407
REM Multimode Etel
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   408
file=\epoc32\release\ARMV5\urel\etelmm.dll 	"sys\bin\etelmm.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   409
file=\epoc32\release\ARMV5\urel\GsmU.dll 	"sys\bin\GsmU.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   410
file=\epoc32\release\ARMV5\urel\SmsU.dll 	"sys\bin\SmsU.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   411
file=\epoc32\release\ARMV5\urel\SmsProt.prt 	"sys\bin\SmsProt.prt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   412
file=\epoc32\release\ARMV5\urel\WapProt.prt 	"sys\bin\WapProt.prt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   413
data=\epoc32\data\Z\Private\101F7989\sms\smsu.rsc 	"private\101F7989\sms\smsu.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   414
data=\epoc32\data\Z\Private\101F7989\esock\smswap.Sms.esk 	"private\101F7989\esock\smswap.Sms.esk"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   415
data=\epoc32\data\Z\Private\101F7989\esock\smswap.Wap.esk 	"private\101F7989\esock\smswap.Wap.esk"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   416
file=\epoc32\release\ARMV5\urel\smcm.dll 	"sys\bin\smcm.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   417
file=\epoc32\release\ARMV5\urel\smss.dll 	"sys\bin\smss.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   418
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, smsgetdetdescdefault.dll , smsgetdetdescdefault.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   419
data=\epoc32\data\Z\resource\messaging\smss.RSC 	"resource\messaging\smss.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   420
REM The NBsWatcher Class0SMS Plugin
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   421
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, class0sms.dll , class0sms.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   422
REM The Bio NBS\SMS Watcher
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   423
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nbswatcher.dll , nbswatcher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   424
REM Bio Parsers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   425
file=\epoc32\release\ARMV5\urel\cbcp.dll 	"sys\bin\cbcp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   426
file=\epoc32\release\ARMV5\urel\enp.dll 	"sys\bin\enp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   427
file=\epoc32\release\ARMV5\urel\iacp.dll 	"sys\bin\iacp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   428
file=\epoc32\release\ARMV5\urel\gfp.dll 	"sys\bin\gfp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   429
file=\epoc32\release\ARMV5\urel\wapp.dll 	"sys\bin\wapp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   430
data=\epoc32\data\Z\resource\messaging\wappstr.RSC 	"resource\messaging\wappstr.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   431
file=\epoc32\release\ARMV5\urel\wapmsgcli.dll 	"sys\bin\wapmsgcli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   432
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, swswapmsg.dll , swswapmsg.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   433
REM The Bio WAP\SMS Watcher
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   434
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wapwatcher.dll , wapwatcher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   435
REM Bitmapped graphics
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   436
file=\epoc32\release\ARMV5\urel\bitgdi_gce.dll 	"sys\bin\BitGdi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   437
REM bitmap transforms 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   438
file=\epoc32\release\ARMV5\urel\BitmapTransforms.dll 	"sys\bin\BitmapTransforms.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   439
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, BitmapTransformsRefPlugin.dll , BitmapTransformsRefPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   440
REM --- Bluetooth ---
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   441
REM redefined BT_DIR as urel
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   442
REM *** The following dlls are client side dlls. They are always included
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   443
REM *** in the ROM, whether bluetooth is supported by the device or not, so
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   444
REM *** that client applications can link against them regardless.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   445
REM Bluetooth user library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   446
file=\epoc32\release\ARMV5\urel\bluetooth.dll 	"sys\bin\bluetooth.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   447
REM BT Manager
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   448
file=\epoc32\release\ARMV5\urel\btdevice.dll 	"sys\bin\btdevice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   449
file=\epoc32\release\ARMV5\urel\btmanclient.dll 	"sys\bin\btmanclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   450
REM BT Manager DBMS Security Policy
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   451
data=\epoc32\data\Z\Private\100012a5\policy\100069cc.spd 	"Private\100012a5\policy\100069cc.spd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   452
REM BT Notifier types
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   453
file=\epoc32\release\ARMV5\urel\btextnotifiers.dll 	"sys\bin\btextnotifiers.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   454
REM EIR RSSI
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   455
file=\epoc32\release\ARMV5\urel\eirclient.dll 	"sys\bin\eirclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   456
REM SDP
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   457
file=\epoc32\release\ARMV5\urel\sdpdatabase.dll 	"sys\bin\sdpdatabase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   458
file=\epoc32\release\ARMV5\urel\sdpagent.dll 	"sys\bin\sdpagent.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   459
REM Bluetooth AV user libraries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   460
file=\epoc32\release\ARMV5\urel\bluetoothav.dll 	"sys\bin\bluetoothAV.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   461
file=\epoc32\release\ARMV5\urel\gavdp.dll 	"sys\bin\gavdp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   462
REM Generic Remote Control Framework
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   463
file=\epoc32\release\ARMV5\urel\remconstatusapi.dll 	"sys\bin\remconstatusapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   464
REM *** The following iby files are always included, whether bluetooth is
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   465
REM *** supported by the device or not.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   466
REM redefined BT_DIR as urel
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   467
REM *** The following dlls are client side dlls. They are always included
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   468
REM *** in the ROM, whether bluetooth is supported by the device or not, so
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   469
REM *** that client applications can link against them regardless.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   470
file=\epoc32\release\ARMV5\urel\remconcoreapi.dll 	"sys\bin\remconcoreapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   471
file=\epoc32\release\ARMV5\urel\remconinterfacebase.dll 	"sys\bin\remconinterfacebase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   472
file=\epoc32\release\ARMV5\urel\remconclient.dll 	"sys\bin\remconclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   473
file=\epoc32\release\ARMV5\urel\remconextapi1.dll 	"sys\bin\remconextapi1.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   474
file=\epoc32\release\ARMV5\urel\remcontypes.dll 	"sys\bin\remcontypes.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   475
REM *** Now for things which should only be included if the device
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   476
REM *** supports bluetooth, to save ROM space...
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   477
file=\epoc32\release\ARMV5\urel\remconserver.exe 	"sys\bin\remconserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   478
file=\epoc32\release\ARMV5\urel\remconbearerplugin.dll 	"sys\bin\remconbearerplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   479
file=\epoc32\release\ARMV5\urel\remcontargetselectorplugin.dll 	"sys\bin\remcontargetselectorplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   480
file=\epoc32\release\ARMV5\urel\remconconverterplugin.dll 	"sys\bin\remconconverterplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   481
REM HCI Server Client
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   482
file=\epoc32\release\ARMV5\urel\hciserverclient.dll 	"sys\bin\hciserverclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   483
REM BT Power Control
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   484
file=\epoc32\release\ARMV5\urel\btpowercontrol.dll 	"sys\bin\btpowercontrol.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   485
REM Device Under Test Mode
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   486
file=\epoc32\release\ARMV5\urel\dutmode.dll 	"sys\bin\dutmode.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   487
REM A2DP Optimisation user library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   488
file=\epoc32\release\ARMV5\urel\a2dpoptimisation.dll 	"sys\bin\a2dpoptimisation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   489
REM *** Now for things which should only be included if the device
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   490
REM *** supports bluetooth, to save ROM space...
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   491
REM BT Manager Backup Registration
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   492
data=\epoc32\data\Z\Private\100069cc\backup_registration.xml 	"Private\100069cc\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   493
REM default is to run Esock_BT thread in DealerPlayer role
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   494
data=\epoc32\data\Z\Private\101f7988\esock_bt.cmi 	"private\101F7988\esock_bt.cmi"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   495
file=\epoc32\release\ARMV5\urel\btcomm.csy 	"sys\bin\btcomm.csy"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   496
REM BT Manager
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   497
file=\epoc32\release\ARMV5\urel\btmanserver.exe 	"sys\bin\btmanserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   498
REM SDP
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   499
file=\epoc32\release\ARMV5\urel\sdpserver.exe 	"sys\bin\sdpserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   500
REM Bluetooth using HCI API Version 2
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   501
file=\epoc32\release\ARMV5\urel\bt_v2.prt 	"sys\bin\bt_v2.prt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   502
REM Stack configuration files
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   503
data=\epoc32\data\Z\Private\101f7989\esock\bt.bt_v2.esk 	"Private\101f7989\ESock\bt.bt_v2.esk"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   504
data=\epoc32\data\Z\Private\101f7989\bluetooth\bluetooth_stack.ini 	"Private\101F7989\Bluetooth\bluetooth_stack.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   505
REM HCI Shared binary
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   506
file=\epoc32\release\ARMV5\urel\hcishared.dll 	"sys\bin\hcishared.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   507
REM HCI variant includes
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   508
REM redefined BT_DIR as urel
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   509
REM Symbian HCIv2 Framework DLLs - must be included
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   510
file=\epoc32\release\ARMV5\urel\corehci_base.dll 	"sys\bin\corehci_base.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   511
file=\epoc32\release\ARMV5\urel\hctl_base.dll 	"sys\bin\hctl_base.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   512
file=\epoc32\release\ARMV5\urel\qdp_base.dll 	"sys\bin\qdp_base.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   513
file=\epoc32\release\ARMV5\urel\initialisor_base.dll 	"sys\bin\initialisor_base.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   514
file=\epoc32\release\ARMV5\urel\hciutil.dll 	"sys\bin\hciutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   515
file=\epoc32\release\ARMV5\urel\hcicmdq.dll 	"sys\bin\hcicmdq.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   516
REM Command Queue configuration file
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   517
data=\epoc32\data\Z\Private\101f7989\bluetooth\cmdq.ini 	"Private\101F7989\Bluetooth\cmdq.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   518
REM Reference HCIv2 DLLs - this will be branched\overwritten by the licensee to include the relevant files
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   519
REM Symbian CoreHCI reference implementation
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   520
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, corehci_symbian.dll , corehci_symbian.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   521
data=\epoc32\data\Z\Private\101F7989\Bluetooth\corehci_symbian.ini 	"Private\101F7989\Bluetooth\corehci_symbian.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   522
REM Symbian CommandsEvents reference implementation
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   523
file=\epoc32\release\ARMV5\urel\commandsevents.dll 	"sys\bin\commandsevents.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   524
REM Symbian reference QDP implementation
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   525
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, qdp_symbian.dll , qdp_symbian.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   526
REM BCSP HCTL implementation
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   527
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hctl_bcsp.dll , hctl_bcsp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   528
data=\epoc32\data\Z\Private\101F7989\Bluetooth\hctl_bcsp_port3.ini 	"Private\101F7989\Bluetooth\hctl_bcsp.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   529
REM Symbian reference Bluetooth initialisor
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   530
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, initialisor_symbian.dll , initialisor_symbian.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   531
REM Client side RemCon APIs for AVRCP
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   532
file=\epoc32\release\ARMV5\urel\avrcpipc.dll 	"sys\bin\avrcpipc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   533
file=\epoc32\release\ARMV5\urel\remconplayerinformation.dll 	"sys\bin\remconplayerinformation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   534
file=\epoc32\release\ARMV5\urel\remconmediainformationapi.dll 	"sys\bin\remconmediainformationapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   535
file=\epoc32\release\ARMV5\urel\remconbatterystatusapi.dll 	"sys\bin\remconbatterystatusapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   536
file=\epoc32\release\ARMV5\urel\remcongroupnavigationapi.dll 	"sys\bin\remcongroupnavigationapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   537
file=\epoc32\release\ARMV5\urel\remconabsolutevolume.dll 	"sys\bin\remconabsolutevolume.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   538
file=\epoc32\release\ARMV5\urel\remconnowplayingapi.dll 	"sys\bin\remconnowplayingapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   539
file=\epoc32\release\ARMV5\urel\remconmediabrowseapi.dll 	"sys\bin\remconmediabrowseapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   540
REM AVRCP
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   541
file=\epoc32\release\ARMV5\urel\avc.dll 	"sys\bin\avc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   542
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, remconbeareravrcp.dll , remconbeareravrcp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   543
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, remconavrcpstatusconverter.dll , remconavrcpstatusconverter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   544
REM AVCTP Services
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   545
file=\epoc32\release\ARMV5\urel\avctpservices.dll 	"sys\bin\avctpservices.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   546
REM BmpAnim component
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   547
file=\epoc32\release\ARMV5\urel\BmpAnim.dll 	"sys\bin\BmpAnim.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   548
file=\epoc32\release\ARMV5\urel\BmpAnSrv.dll 	"sys\bin\BmpAnSrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   549
REM Bookmark Database
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   550
file=\epoc32\release\ARMV5\urel\bookmarkdb.dll 	"sys\bin\bookmarkdb.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   551
REM Empty default repositories
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   552
data=\epoc32\data\Z\Private\102078CB\backup_registration.xml 	"PRIVATE\102078CB\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   553
REM redefined BT_DIR as urel
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   554
REM *** commsdebugutility.iby is always included, whether bluetooth is
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   555
REM *** supported by the device or not.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   556
REM *** Now for things which should only be included if the device
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   557
REM *** supports bluetooth, to save ROM space...
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   558
file=\epoc32\release\ARMV5\urel\panagt.agt 	"sys\bin\panagt.agt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   559
file=\epoc32\release\ARMV5\urel\panhelper.dll 	"sys\bin\panhelper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   560
file=\epoc32\release\ARMV5\urel\bnep.drv 	"sys\bin\bnep.drv"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   561
file=\epoc32\release\ARMV5\urel\panmessages.dll 	"sys\bin\panmessages.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   562
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, panproviders.dll , panproviders.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   563
file=\epoc32\release\ARMV5\urel\hciframelogger.dll 	"sys\bin\hciframelogger.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   564
file=\epoc32\release\ARMV5\urel\C32BCA.dll 	"sys\bin\C32BCA.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   565
REM Comms Reference Configurator
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   566
file=\epoc32\release\ARMV5\urel\c32start.exe 	"sys\bin\c32start.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   567
data=\epoc32\data\z\private\101F7988\c32start.ini 	"private\101F7988\c32start.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   568
data=\epoc32\data\Z\Private\10003a3f\reccaf\reccafmimetypes.txt 	"private\10003a3f\reccaf\reccafmimetypes.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   569
file=\epoc32\release\ARMV5\urel\caf.dll 	"sys\bin\caf.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   570
file=\epoc32\release\ARMV5\urel\cafutils.dll 	"sys\bin\cafutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   571
file=\epoc32\release\ARMV5\urel\f32agentui.dll 	"sys\bin\f32agentui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   572
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, f32agent.dll , f32agent.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   573
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, reccaf.dll , reccaf.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   574
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cconplugin.dll , cconplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   575
REM Calendar Conversion Engine
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   576
file=\epoc32\release\ARMV5\urel\ccon.dll 	"sys\bin\ccon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   577
REM Calendar Interim API
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   578
file=\epoc32\release\ARMV5\urel\CalInterimApi.dll 	"sys\bin\CalInterimApi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   579
REM CED
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   580
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, xmlcustomresolver.dll , xmlcustomresolver.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   581
REM XML Framework
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   582
file=\epoc32\release\ARMV5\urel\xmlframework.dll 	"sys\bin\xmlframework.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   583
REM Error strings
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   584
data=\epoc32\data\Z\Resource\errors\xmlframeworkerr.R01 	"resource\errors\xmlframeworkerr.R01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   585
alias resource\errors\xmlframeworkerr.R01 resource\errors\xmlframeworkerr.RSC 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   586
REM XML Parser
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   587
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, xmlparserplugin.dll , xmlparserplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   588
data=\epoc32\data\Z\Resource\xml\expatcopyright.txt 	"Resource\xml\expatcopyright.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   589
REM WBXML Parser
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   590
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wbxmlparser.dll , wbxmlparser.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   591
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_1stringdictionary00.dll , syncml1_1stringdictionary00.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   592
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_1stringdictionary01.dll , syncml1_1stringdictionary01.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   593
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_1opaquestringdictionary00.dll , syncml1_1opaquestringdictionary00.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   594
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_2stringdictionary00.dll , syncml1_2stringdictionary00.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   595
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_2stringdictionary01.dll , syncml1_2stringdictionary01.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   596
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_2opaquestringdictionary00.dll , syncml1_2opaquestringdictionary00.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   597
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wml1_1stringdictionary00.dll , wml1_1stringdictionary00.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   598
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, si1_0stringdict00.dll , si1_0stringdict00.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   599
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, emn1_0stringdict00.dll , emn1_0stringdict00.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   600
file=\epoc32\release\ARMV5\urel\xmlengine.dll 	"sys\bin\xmlengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   601
file=\epoc32\release\ARMV5\urel\xmlengineutils.dll 	"sys\bin\xmlengineutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   602
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, xmlenginesaxplugin.dll , xmlenginesaxplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   603
file=\epoc32\release\ARMV5\urel\multipartparser.dll 	"Sys\bin\multipartparser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   604
file=\epoc32\release\ARMV5\urel\xmlenginedom.dll 	"sys\bin\xmlenginedom.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   605
file=\epoc32\release\ARMV5\urel\xmlengineserializer.dll 	"sys\bin\xmlengineserializer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   606
REM Standard C Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   607
file=\epoc32\release\ARMV5\urel\estlib.dll 	"sys\bin\Estlib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   608
file=\epoc32\release\ARMV5\urel\redircli.dll 	"sys\bin\RedirCli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   609
file=\epoc32\release\ARMV5\urel\ced.exe 	"sys\bin\ced.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   610
data=\epoc32\data\z\system\data\meshpreface1.cfg 	"system\data\meshpreface1.cfg"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   611
REM CED
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   612
file=\epoc32\release\ARMV5\urel\ceddump.exe 	"sys\bin\ceddump.exe"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   613
file=\epoc32\release\ARMV5\urel\secutil.dll 	"sys\bin\secutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   614
file=\epoc32\release\ARMV5\urel\sectcbutil.dll 	"sys\bin\sectcbutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   615
REM Security Settings Server
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   616
file=\epoc32\release\ARMV5\urel\secsettingsserver.exe 	"sys\bin\secsettingsserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   617
file=\epoc32\release\ARMV5\urel\secsettingsclient.dll 	"sys\bin\secsettingsclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   618
data=\epoc32\data\Z\Private\10202be9\2002b28b.txt 	"private\10202be9\2002b28b.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   619
REM Certificate management libraries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   620
file=\epoc32\release\ARMV5\urel\asn1.dll 	"sys\bin\asn1.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   621
file=\epoc32\release\ARMV5\urel\certstore.dll 	"sys\bin\CertStore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   622
file=\epoc32\release\ARMV5\urel\crypto.dll 	"sys\bin\crypto.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   623
file=\epoc32\release\ARMV5\urel\pkixcert.dll 	"sys\bin\PKIXCert.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   624
file=\epoc32\release\ARMV5\urel\x500.dll 	"sys\bin\x500.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   625
file=\epoc32\release\ARMV5\urel\x509.dll 	"sys\bin\x509.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   626
file=\epoc32\release\ARMV5\urel\wtlscert.dll 	"sys\bin\wtlscert.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   627
file=\epoc32\release\ARMV5\urel\ctframework.dll 	"sys\bin\ctframework.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   628
file=\epoc32\release\ARMV5\urel\pkixcertbase.dll 	"sys\bin\PKIXCertBase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   629
file=\epoc32\release\ARMV5\urel\ctfinder.dll 	"sys\bin\ctfinder.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   630
file=\epoc32\release\ARMV5\urel\swicertstore.dll 	"sys\bin\swicertstore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   631
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, swicertstoreplugin.dll , swicertstoreplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   632
REM Add certificate recogniser 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   633
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, reccert.dll , reccert.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   634
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pkcs8recog.dll , pkcs8recog.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   635
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pkcs12recog.dll , pkcs12recog.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   636
REM Certificate management libraries, extra DLL for Cedar builds
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   637
file=\epoc32\release\ARMV5\urel\pkcs10.dll 	"sys\bin\pkcs10.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   638
REM Comms Framework FLogger extension
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   639
rem #if defined(__FLOG_ACTIVE) || defined(_DEBUG)
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   640
file=\epoc32\release\ARMV5\urel\cflog.dll 	"sys\bin\cflog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   641
rem #endif
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   642
file=\epoc32\release\ARMV5\urel\rtpcore.dll 	"sys\bin\rtpcore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   643
data=\epoc32\data\z\private\101F7989\esock\ip.rtp.esk 	"private\101F7989\esock\ip.rtp.esk"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   644
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cfrtp.dll , cfrtp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   645
file=\epoc32\release\ARMV5\urel\gb2312_shared.dll 	"sys\bin\gb2312_shared.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   646
file=\epoc32\release\ARMV5\urel\gbk_shared.dll 	"sys\bin\gbk_shared.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   647
file=\epoc32\release\ARMV5\urel\gb18030_diff_gbk.dll 	"sys\bin\gb18030_diff_gbk.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   648
file=\epoc32\release\ARMV5\urel\gb18030_4byte.dll 	"sys\bin\gb18030_4byte.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   649
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gb2312.dll , gb2312.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   650
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hz.dll , hz.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   651
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gbk.dll , gbk.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   652
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gb18030.dll , gb18030.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   653
data=\epoc32\data\Z\Resource\charconv\gb2312.RSC 	"resource\charconv\gb2312.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   654
data=\epoc32\data\Z\Resource\charconv\hz.RSC 	"resource\charconv\hz.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   655
data=\epoc32\data\Z\Resource\charconv\gbk.RSC 	"resource\charconv\gbk.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   656
data=\epoc32\data\Z\Resource\charconv\gb18030.RSC 	"resource\charconv\gb18030.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   657
file=\epoc32\release\ARMV5\urel\big5_shared.dll 	"sys\bin\big5_shared.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   658
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gb12345.dll , gb12345.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   659
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, big5.dll , big5.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   660
data=\epoc32\data\Z\Resource\charconv\gb12345.RSC 	"resource\charconv\gb12345.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   661
data=\epoc32\data\Z\Resource\charconv\big5.RSC 	"resource\charconv\big5.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   662
file=\epoc32\release\ARMV5\urel\shiftjis_docomo_shared.dll 	"sys\bin\shiftjis_docomo_shared.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   663
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, shiftjis_ntt_docomo.dll , shiftjis_ntt_docomo.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   664
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, j5_docomo.dll , j5_docomo.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   665
file=\epoc32\release\ARMV5\urel\jisbase_shared.dll 	"sys\bin\jisbase_shared.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   666
file=\epoc32\release\ARMV5\urel\jisx0201.dll 	"sys\bin\jisx0201.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   667
file=\epoc32\release\ARMV5\urel\jisx0208.dll 	"sys\bin\jisx0208.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   668
file=\epoc32\release\ARMV5\urel\jisx0212.dll 	"sys\bin\jisx0212.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   669
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso2022jp.dll , iso2022jp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   670
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso2022jp1.dll , iso2022jp1.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   671
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, jis.dll , jis.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   672
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eucjp_packed.dll , eucjp_packed.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   673
data=\epoc32\data\Z\Resource\charconv\shiftjis.RSC 	"resource\charconv\shiftjis.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   674
data=\epoc32\data\Z\Resource\charconv\iso2022jp.RSC 	"resource\charconv\iso2022jp.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   675
data=\epoc32\data\Z\Resource\charconv\iso2022jp1.RSC 	"resource\charconv\iso2022jp1.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   676
data=\epoc32\data\Z\Resource\charconv\jis.RSC 	"resource\charconv\jis.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   677
data=\epoc32\data\Z\Resource\charconv\eucjp_packed.RSC 	"resource\charconv\eucjp_packed.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   678
data=\epoc32\data\Z\Resource\charconv\j5.RSC 	"resource\charconv\j5.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   679
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88592.dll , iso88592.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   680
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88593.dll , iso88593.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   681
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88594.dll , iso88594.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   682
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88595.dll , iso88595.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   683
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88596.dll , iso88596.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   684
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88597.dll , iso88597.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   685
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88598.dll , iso88598.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   686
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88599.dll , iso88599.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   687
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso885910.dll , iso885910.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   688
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso885913.dll , iso885913.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   689
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso885914.dll , iso885914.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   690
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso885915.dll , iso885915.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   691
data=\epoc32\data\Z\Resource\charconv\iso88592.RSC 	"resource\charconv\iso88592.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   692
data=\epoc32\data\Z\Resource\charconv\iso88593.RSC 	"resource\charconv\iso88593.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   693
data=\epoc32\data\Z\Resource\charconv\iso88594.RSC 	"resource\charconv\iso88594.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   694
data=\epoc32\data\Z\Resource\charconv\iso88595.RSC 	"resource\charconv\iso88595.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   695
data=\epoc32\data\Z\Resource\charconv\iso88596.RSC 	"resource\charconv\iso88596.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   696
data=\epoc32\data\Z\Resource\charconv\iso88597.RSC 	"resource\charconv\iso88597.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   697
data=\epoc32\data\Z\Resource\charconv\iso88598.RSC 	"resource\charconv\iso88598.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   698
data=\epoc32\data\Z\Resource\charconv\iso88599.RSC 	"resource\charconv\iso88599.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   699
data=\epoc32\data\Z\Resource\charconv\iso885910.RSC 	"resource\charconv\iso885910.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   700
data=\epoc32\data\Z\Resource\charconv\iso885913.RSC 	"resource\charconv\iso885913.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   701
data=\epoc32\data\Z\Resource\charconv\iso885914.RSC 	"resource\charconv\iso885914.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   702
data=\epoc32\data\Z\Resource\charconv\iso885915.RSC 	"resource\charconv\iso885915.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   703
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cp850.dll , cp850.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   704
data=\epoc32\data\Z\Resource\charconv\cp850.RSC 	"resource\charconv\ISOCP850.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   705
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, extended_sms_7bit.dll , extended_sms_7bit.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   706
data=\epoc32\data\Z\Resource\charconv\extended_sms_7bit.RSC 	"resource\charconv\extended_sms_7bit.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   707
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gsm7_turkish_single.dll , gsm7_turkish_single.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   708
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, turkish_locking_gsm7ext.dll , turkish_locking_gsm7ext.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   709
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, turkish_locking_single.dll , turkish_locking_single.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   710
data=\epoc32\data\Z\Resource\charconv\gsm7_turkish_single.RSC 	"resource\charconv\gsm7_turkish_single.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   711
data=\epoc32\data\Z\Resource\charconv\turkish_locking_gsm7ext.RSC 	"resource\charconv\turkish_locking_gsm7ext.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   712
data=\epoc32\data\Z\Resource\charconv\turkish_locking_single.RSC 	"resource\charconv\turkish_locking_single.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   713
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, spanish_gsm7_single.dll , spanish_gsm7_single.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   714
data=\epoc32\data\Z\Resource\charconv\spanish_gsm7_single.RSC 	"resource\charconv\spanish_gsm7_single.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   715
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, portuguese_gsm7_single.dll , portuguese_gsm7_single.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   716
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, portuguese_locking_gsm7ext.dll , portuguese_locking_gsm7ext.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   717
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, portuguese_locking_single.dll , portuguese_locking_single.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   718
data=\epoc32\data\Z\Resource\charconv\portuguese_gsm7_single.RSC 	"resource\charconv\portuguese_gsm7_single.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   719
data=\epoc32\data\Z\Resource\charconv\portuguese_locking_gsm7ext.RSC 	"resource\charconv\portuguese_locking_gsm7ext.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   720
data=\epoc32\data\Z\Resource\charconv\portuguese_locking_single.RSC 	"resource\charconv\portuguese_locking_single.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   721
file=\epoc32\release\ARMV5\urel\CP949table.dll 	"sys\bin\CP949table.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   722
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win949.dll , win949.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   723
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, EUCKR.dll , EUCKR.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   724
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iscii.dll , iscii.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   725
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso2022kr.dll , iso2022kr.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   726
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, KOI8R.dll , KOI8R.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   727
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, KOI8U.dll , KOI8U.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   728
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ksc5601.dll , ksc5601.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   729
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, TIS_620.dll , TIS_620.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   730
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1250.dll , win1250.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   731
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1251.dll , win1251.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   732
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1253.dll , win1253.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   733
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1254.dll , win1254.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   734
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1255.dll , win1255.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   735
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1256.dll , win1256.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   736
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1257.dll , win1257.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   737
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1258.dll , win1258.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   738
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win874.dll , win874.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   739
data=\epoc32\data\Z\Resource\charconv\win949.RSC 	"resource\charconv\win949.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   740
data=\epoc32\data\Z\Resource\charconv\EUCKR.RSC 	"resource\charconv\EUCKR.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   741
data=\epoc32\data\Z\Resource\charconv\iscii.RSC 	"resource\charconv\iscii.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   742
data=\epoc32\data\Z\Resource\charconv\iso2022kr.RSC 	"resource\charconv\iso2022kr.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   743
data=\epoc32\data\Z\Resource\charconv\KOI8R.RSC 	"resource\charconv\KOI8R.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   744
data=\epoc32\data\Z\Resource\charconv\KOI8U.RSC 	"resource\charconv\KOI8U.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   745
data=\epoc32\data\Z\Resource\charconv\ksc5601.RSC 	"resource\charconv\ksc5601.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   746
data=\epoc32\data\Z\Resource\charconv\TIS_620.RSC 	"resource\charconv\TIS_620.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   747
data=\epoc32\data\Z\Resource\charconv\win1250.RSC 	"resource\charconv\win1250.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   748
data=\epoc32\data\Z\Resource\charconv\win1251.RSC 	"resource\charconv\win1251.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   749
data=\epoc32\data\Z\Resource\charconv\win1253.RSC 	"resource\charconv\win1253.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   750
data=\epoc32\data\Z\Resource\charconv\win1254.RSC 	"resource\charconv\win1254.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   751
data=\epoc32\data\Z\Resource\charconv\win1255.RSC 	"resource\charconv\win1255.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   752
data=\epoc32\data\Z\Resource\charconv\win1256.RSC 	"resource\charconv\win1256.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   753
data=\epoc32\data\Z\Resource\charconv\win1257.RSC 	"resource\charconv\win1257.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   754
data=\epoc32\data\Z\Resource\charconv\win1258.RSC 	"resource\charconv\win1258.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   755
data=\epoc32\data\Z\Resource\charconv\win874.RSC 	"resource\charconv\win874.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   756
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, UCS2.DLL , UCS2.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   757
data=\epoc32\data\Z\Resource\charconv\ucs2.RSC 	"resource\charconv\ucs2.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   758
REM HTML to CRichtext converter
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   759
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CHtmlToCrtConverter.DLL , CHtmlToCrtConverter.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   760
data=\epoc32\data\z\resource\convert\1000a90e.RSC 	"Resource\Convert\1000a90e.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   761
data=\epoc32\data\z\resource\convert\CHTMLTOCRTCONVERTER.RSC 	"Resource\Convert\CHTMLTOCRTCONVERTER.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   762
file=\epoc32\release\ARMV5\urel\cmncustomcmds.dll 	"sys\bin\cmncustomcmds.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   763
file=\epoc32\release\ARMV5\urel\COMMONENGINE.DLL 	"sys\bin\COMMONENGINE.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   764
data=\epoc32\data\Z\Resource\ERRORS\ErrorRes.RSC 	"Resource\Errors\ErrorRes.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   765
file=\epoc32\release\ARMV5\urel\commsbufs.dll 	"sys\bin\commsbufs.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   766
file=\epoc32\release\ARMV5\urel\mbufmgr.dll 	"sys\bin\mbufmgr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   767
file=\epoc32\release\ARMV5\urel\mbufmgrimpl.dll 	"sys\bin\mbufmgrimpl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   768
REM Communications Logging Components
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   769
REM A minimum set of binaries compiled with logging enabled is required to produce log output,
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   770
REM including some components which are not part of CommsDebugUtility.  The following components
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   771
REM must be built with logging enabled and included on a target ROM.  To engage logging for
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   772
REM release builds, uncomment  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   773
REM commsdebugutility.mmh.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   774
REM Note: the commsfw and commsrootserver components are not considered part of the logging
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   775
REM system but they must be built with the same defines as CommsDebugUtility or else the logging
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   776
REM environment will not be properly initialized.  If logging\non-logging components are
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   777
REM mismatched, the first component to add a log entry is likely to panic and the target may
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   778
REM reset.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   779
REM Comms Root Server
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   780
file=\epoc32\release\ARMV5\urel\c32exe.exe 	"sys\bin\c32exe.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   781
file=\epoc32\release\ARMV5\urel\c32root.dll 	"sys\bin\c32root.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   782
data=\epoc32\data\z\private\101F7988\backup_registration.xml 	"private\101F7988\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   783
data=\epoc32\data\z\system\install\c32exe.sis 	"system\install\c32exe.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   784
file=\epoc32\release\ARMV5\urel\conditionevaluator.dll 	"sys\bin\conditionevaluator.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   785
REM Cone
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   786
file=\epoc32\release\ARMV5\urel\cone.dll 	"sys\bin\Cone.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   787
REM #if !defined( )
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   788
REM Patchable constant for setting parent-pointers automatically or not. 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   789
REM 1 = True, 0 = False. Default is True.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   790
REM Patch for emulator builds by adding "patchdata_cone_dll_KCoeSetControlParentByDefault X"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   791
REM to epoc.ini where X is either 0 (zero) for "off" or 1 (one) for "on". 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   792
REM Only valid in Symbian OS 9.3 and 9.4
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
   793
patchdata cone.dll @ KCoeSetControlParentByDefault 1
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   794
REM #endif
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   795
file=\epoc32\release\ARMV5\urel\sbeclient.dll 	"sys\bin\sbeclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   796
file=\epoc32\release\ARMV5\urel\abclient.dll 	"sys\bin\abclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   797
file=\epoc32\release\ARMV5\urel\sbengine.exe 	"sys\bin\sbengine.exe" heapmax= 0x2000000 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   798
file=\epoc32\release\ARMV5\urel\sbencrypt.dll 	"sys\bin\sbencrypt.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   799
REM Core Providers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   800
file=\epoc32\release\ARMV5\urel\coreproviders.dll 	"sys\bin\coreproviders.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   801
REM Core Provider Plugins
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   802
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, coreprovidersecom.dll , coreprovidersecom.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   803
REM Window Server CSC Plugins
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   804
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 10286506.dll , 10286506.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   805
file=\epoc32\release\ARMV5\urel\COMMONTSY.DLL 	"Sys\Bin\COMMONTSY.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   806
data=\epoc32\data\Z\Private\101f7989\operatorVariants.ini 	"private\101f7989\operatorVariants.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   807
file=\epoc32\release\ARMV5\urel\CUSTOMAPI.DLL 	"Sys\Bin\CUSTOMAPI.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   808
file=\epoc32\release\ARMV5\urel\PHONETSY.TSY 	"Sys\Bin\PHONETSY.TSY"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   809
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ctsysystemstateplugin.dll  ,  ctsysystemstateplugin.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   810
REM Additional things in System\Samples
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   811
REM Use "Re-install sample files" in the RefUI shell Tools menu
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   812
file=\epoc32\release\ARMV5\urel\devsoundadaptationinfo.dll 	"sys\bin\devsoundadaptationinfo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   813
file=\epoc32\release\ARMV5\urel\devsoundadaptationinfoconsts.dll 	"sys\bin\devsoundadaptationinfoconsts.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   814
file=\epoc32\release\ARMV5\urel\DevVideo.dll 	"sys\bin\DevVideo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   815
file=\epoc32\release\ARMV5\urel\dial.dll 	"sys\bin\dial.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   816
REM Graphics Resource Adapter
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   817
file=\epoc32\release\ARMV5\urel\graphicsresourceadapter_sw.dll 	"sys\bin\graphicsresourceadapter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   818
file=\epoc32\release\ARMV5\urel\surfacemanager.dll 	"sys\bin\surfacemanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   819
REM Surface Manager
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   820
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\surfacemanagerdriver.ldd 	"Sys\Bin\surfacemanagerdriver.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   821
REM Graphics Resource
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   822
file=\epoc32\release\ARMV5\urel\graphicsresource.dll 	"sys\bin\graphicsresource.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   823
REM DirectGDI Adapter
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   824
file=\epoc32\release\ARMV5\urel\directgdiadapter_sw.dll 	"sys\bin\directgdiadapter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   825
REM DirectGDI
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   826
file=\epoc32\release\ARMV5\urel\directgdi.dll 	"sys\bin\directgdi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   827
REM dependencies
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   828
REM dependencies
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   829
REM Network Interface Manager
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   830
file=\epoc32\release\ARMV5\urel\nifman.dll 	"sys\bin\nifman.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   831
file=\epoc32\release\ARMV5\urel\inhook6.dll 	"sys\bin\inhook6.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   832
data=\epoc32\data\z\private\10000882\resolver.ini 	"private\10000882\resolver.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   833
file=\epoc32\release\ARMV5\urel\dnd_def.exe 	"sys\bin\dnd.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   834
REM dependencies
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   835
data=\epoc32\data\z\private\200215F1\resolver.ini 	"private\200215F1\resolver.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   836
file=\epoc32\release\ARMV5\urel\DNSProxy.exe 	"sys\bin\DNSProxy.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   837
REM dependencies
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   838
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, dnsproxyupdateif.dll , dnsproxyupdateif.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   839
file=\epoc32\release\ARMV5\urel\dptest.dll 	"sys\bin\dptest.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   840
file=\epoc32\release\ARMV5\urel\dptestcons.exe 	"sys\bin\dptestcons.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   841
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ECamStubPlugin.dll , ECamStubPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   842
file=\epoc32\release\ARMV5\urel\ECam.dll 	"sys\bin\ECam.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   843
file=\epoc32\release\ARMV5\urel\ECamPluginSupport.dll 	"sys\bin\ECamPluginSupport.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   844
file=\epoc32\release\ARMV5\urel\ECamAdvSettings.dll 	"sys\bin\ECamAdvSettings.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   845
file=\epoc32\release\ARMV5\urel\ECamHistogram.dll 	"sys\bin\ECamHistogram.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   846
file=\epoc32\release\ARMV5\urel\ECamOverlay.dll 	"sys\bin\ECamOverlay.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   847
file=\epoc32\release\ARMV5\urel\ECamSnapshot.dll 	"sys\bin\ECamSnapshot.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   848
file=\epoc32\release\ARMV5\urel\ECamDirectViewfinder.dll 	"sys\bin\ECamDirectViewfinder.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   849
file=\epoc32\release\ARMV5\urel\ecuart.csy 	"sys\bin\ecuart.csy"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   850
REM Code for the EGul component
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   851
file=\epoc32\release\ARMV5\urel\Egul.dll 	"sys\bin\Egul.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   852
file=\epoc32\release\ARMV5\urel\etul.dll 	"sys\bin\etul.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   853
REM Mime recognition
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   854
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rectxt.dll , rectxt.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   855
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recapp2.dll , recapp2.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   856
file=\epoc32\release\ARMV5\urel\apmime.dll 	"sys\bin\ApMIME.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   857
REM Symbian bitmapped font - must be in XIP ROM
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   858
data=\epoc32\data\Z\Resource\Fonts\eon14.gdr 	"Resource\Fonts\Eon.gdr"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   859
REM SUPL Pos Msg Plugin Api
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   860
file=\epoc32\release\ARMV5\urel\eposomasuplposmessageplugin.dll 	"sys\bin\eposomasuplposmessageplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   861
REM SUPL POS Message Plugin implementation
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   862
file=\epoc32\release\ARMV5\urel\eshell.exe 	"sys\bin\EShell.exe"		 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   863
REM For the benefit of base\f32\etshell
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   864
data=\epoc32\data\Z\Private\10003a3f\APPS\eshell_reg.rsc 	"Private\10003a3f\Apps\eshell_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   865
file=\epoc32\release\ARMV5\urel\messageintercept.esockdebug.dll 	"sys\bin\messageintercept.esockdebug.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   866
file=\epoc32\release\ARMV5\urel\Etel3rdParty.dll 	"sys\bin\Etel3rdParty.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   867
REM Multimode ETel Packet API
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   868
file=\epoc32\release\ARMV5\urel\etelpckt.dll 	"sys\bin\etelpckt.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   869
REM LAN CFProtocol and Packet Drivers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   870
file=\epoc32\release\ARMV5\urel\EthInt.nif 	"sys\bin\EthInt.nif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   871
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ether802.dll , ether802.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   872
file=\epoc32\release\ARMV5\urel\etherpkt.drv 	"sys\bin\etherpkt.drv"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   873
file=\epoc32\release\ARMV5\urel\irlan.drv 	"sys\bin\IrLAN.drv"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   874
data=\epoc32\data\z\private\101F7989\ESock\ether802.ini 	"private\101F7989\ESock\ether802.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   875
REM EUserHl Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   876
file=\epoc32\release\ARMV5\urel\euserhl.dll 	"sys\bin\euserhl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   877
data=\epoc32\data\Z\System\install\euserhl_stub.sis 	"system\install\euserhl_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   878
REM ExifUtility.dll 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   879
file=\epoc32\release\ARMV5\urel\ExifUtility.dll 	"sys\bin\ExifUtility.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   880
REM *** TimeZoneLocalization***
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   881
file=\epoc32\release\ARMV5\urel\TimeZoneLocalization.dll 	"sys\bin\TimeZoneLocalization.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   882
REM *** TimeZoneLocalization Database Policy file ***
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   883
data=\epoc32\data\Z\Private\10205EA6\backup_registration.xml 	"PRIVATE\10205EA6\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   884
file=\epoc32\release\ARMV5\urel\liblogger.dll 	"sys\bin\LibLogger.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   885
file=\epoc32\release\ARMV5\urel\libcipcserver.exe 	"sys\bin\LibCIpcServer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   886
file=\epoc32\release\ARMV5\urel\backend.dll 	"sys\bin\backend.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   887
file=\epoc32\release\ARMV5\urel\libm.dll 	"sys\bin\libm.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   888
file=\epoc32\release\ARMV5\urel\libc.dll 	"sys\bin\libc.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   889
file=\epoc32\release\ARMV5\urel\libpthread.dll 	"sys\bin\libpthread.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   890
file=\epoc32\release\ARMV5\urel\libdl.dll 	"sys\bin\libdl.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   891
data=\epoc32\winscw\c\resource\pips\locales.txt 	"resource\pips\locales.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   892
data=\epoc32\winscw\c\resource\pips\services 	"resource\pips\services"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   893
data=\epoc32\data\z\system\install\openc_stdlibs_stub.sis 	"system\install\openc_stdlibs_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   894
data=\epoc32\data\z\system\install\openc_signalserver_stub.sis 	"system\install\openc_signalserver_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   895
file=\epoc32\release\ARMV5\urel\libstdcppv5.dll 	"sys\bin\libstdcppv5.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   896
file=\epoc32\release\ARMV5\urel\stdnew.dll 	"sys\bin\stdnew.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   897
file=\epoc32\release\ARMV5\urel\signalserver.exe 	"sys\bin\signalserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   898
file=\epoc32\release\ARMV5\urel\librt.dll 	"sys\bin\librt.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   899
REM EZlib compress\uncompress library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   900
file=\epoc32\release\ARMV5\urel\libz.dll 	"sys\bin\libz.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   901
file=\epoc32\release\ARMV5\urel\libzcore.dll 	"sys\bin\libzcore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   902
file=\epoc32\release\ARMV5\urel\ezlib.dll 	"sys\bin\ezlib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   903
file=\epoc32\release\ARMV5\urel\ezip.dll 	"sys\bin\ezip.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   904
file=\epoc32\release\ARMV5\urel\CP1250.dll 	"sys\bin\CP1250.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   905
file=\epoc32\release\ARMV5\urel\CP1251.dll 	"sys\bin\CP1251.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   906
file=\epoc32\release\ARMV5\urel\CP1252.dll 	"sys\bin\CP1252.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   907
file=\epoc32\release\ARMV5\urel\CP1253.dll 	"sys\bin\CP1253.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   908
file=\epoc32\release\ARMV5\urel\CP1254.dll 	"sys\bin\CP1254.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   909
file=\epoc32\release\ARMV5\urel\CP1255.dll 	"sys\bin\CP1255.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   910
file=\epoc32\release\ARMV5\urel\CP1256.dll 	"sys\bin\CP1256.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   911
file=\epoc32\release\ARMV5\urel\CP1257.dll 	"sys\bin\CP1257.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   912
file=\epoc32\release\ARMV5\urel\CP1258.dll 	"sys\bin\CP1258.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   913
file=\epoc32\release\ARMV5\urel\CP874.dll 	"sys\bin\CP874.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   914
file=\epoc32\release\ARMV5\urel\CP932.dll 	"sys\bin\CP932.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   915
file=\epoc32\release\ARMV5\urel\CP936.dll 	"sys\bin\CP936.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   916
file=\epoc32\release\ARMV5\urel\CP54936.dll 	"sys\bin\CP54936.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   917
file=\epoc32\release\ARMV5\urel\CP949.dll 	"sys\bin\CP949.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   918
file=\epoc32\release\ARMV5\urel\CP950.dll 	"sys\bin\CP950.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   919
REM FBSERV - Font & Bitmap Server
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   920
file=\epoc32\release\ARMV5\urel\fbserv.exe 	"sys\bin\fbserv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   921
file=\epoc32\release\ARMV5\urel\fbscli.dll 	"sys\bin\fbscli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   922
file=\epoc32\release\ARMV5\urel\fbsrasterizer_stub.dll 	"sys\bin\fbsrasterizer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   923
file=\epoc32\release\ARMV5\urel\fdcbase.dll 	"sys\bin\fdcbase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   924
file=\epoc32\release\ARMV5\urel\usbhoststack.dll 	"sys\bin\usbhoststack.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   925
file=\epoc32\release\ARMV5\urel\fdf.exe 	"sys\bin\fdf.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   926
file=\epoc32\release\ARMV5\urel\featdiscovery.dll 	"sys\bin\featdiscovery.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   927
file=\epoc32\release\ARMV5\urel\featmgr.dll 	"sys\bin\featmgr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   928
file=\epoc32\release\ARMV5\urel\featmgrserver.exe 	"sys\bin\featmgrserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   929
data=\epoc32\data\Z\Private\10205054\backup_registration.xml 	"PRIVATE\10205054\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   930
file=\epoc32\release\ARMV5\urel\featreg.dll 	"sys\bin\featreg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   931
REM FEP Functionality
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   932
file=\epoc32\release\ARMV5\urel\fepbase.dll 	"sys\bin\FepBase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   933
data=\epoc32\data\Z\Private\10202be9\10009793.txt 	"private\10202be9\10009793.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   934
data=\epoc32\data\Z\Private\10202be9\10272618.txt 	"private\10202be9\10272618.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   935
data=\epoc32\data\Z\Private\10202be9\10272619.txt 	"private\10202be9\10272619.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   936
REM File token libraries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   937
file=\epoc32\release\ARMV5\urel\fstokenshared.dll 	"sys\bin\fstokenshared.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   938
file=\epoc32\release\ARMV5\urel\fstokencli.dll 	"sys\bin\fstokencli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   939
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, filecertstore.dll , filecertstore.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   940
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, filekeystore.dll , filekeystore.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   941
file=\epoc32\release\ARMV5\urel\fstokenserver.exe 	"sys\bin\fstokenserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   942
file=\epoc32\release\ARMV5\urel\HWRMFmTxClient.dll 	"sys\bin\HWRMFmTxClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   943
REM Font File & Object Manager
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   944
file=\epoc32\release\ARMV5\urel\fntstr.dll 	"sys\bin\FntStr.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   945
REM True Type Fonts
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   946
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, freetype.dll , freetype.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   947
REM TrueType fonts
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   948
data=\epoc32\data\Z\Resource\fonts\DejaVuSansCondensed.ttf 	"Resource\Fonts\DejaVuSansCondensed.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   949
data=\epoc32\data\Z\Resource\fonts\DejaVuSansCondensed-Bold.ttf 	"Resource\Fonts\DejaVuSansCondensed-Bold.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   950
data=\epoc32\data\Z\Resource\fonts\DejaVuSansCondensed-Oblique.ttf 	"Resource\Fonts\DejaVuSansCondensed-Oblique.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   951
data=\epoc32\data\Z\Resource\fonts\DejaVuSansCondensed-BoldOblique.ttf 	"Resource\Fonts\DejaVuSansCondensed-BoldOblique.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   952
data=\epoc32\data\Z\Resource\fonts\DejaVuSansMono.ttf 	"Resource\Fonts\DejaVuSansMono.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   953
data=\epoc32\data\Z\Resource\fonts\DejaVuSansMono-Bold.ttf 	"Resource\Fonts\DejaVuSansMono-Bold.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   954
data=\epoc32\data\Z\Resource\fonts\DejaVuSansMono-Oblique.ttf 	"Resource\Fonts\DejaVuSansMono-Oblique.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   955
data=\epoc32\data\Z\Resource\fonts\DejaVuSansMono-BoldOblique.ttf 	"Resource\Fonts\DejaVuSansMono-BoldOblique.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   956
data=\epoc32\data\Z\Resource\fonts\DejaVuSerifCondensed.ttf 	"Resource\Fonts\DejaVuSerifCondensed.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   957
data=\epoc32\data\Z\Resource\fonts\DejaVuSerifCondensed-Bold.ttf 	"Resource\Fonts\DejaVuSerifCondensed-Bold.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   958
data=\epoc32\data\Z\Resource\fonts\DejaVuSerifCondensed-Italic.ttf 	"Resource\Fonts\DejaVuSerifCondensed-Italic.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   959
data=\epoc32\data\Z\Resource\fonts\DejaVuSerifCondensed-BoldItalic.ttf 	"Resource\Fonts\DejaVuSerifCondensed-BoldItalic.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   960
REM static dependencies
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   961
file=\epoc32\release\ARMV5\urel\ftp.exe 	"sys\bin\ftpsess.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   962
file=\epoc32\release\ARMV5\urel\ftpsess.dll 	"sys\bin\ftpsess.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   963
file=\epoc32\release\ARMV5\urel\ftpprot.dll 	"sys\bin\ftpprot.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   964
REM GDI - Abstract Graphics API
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   965
REM PALETTE
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   966
file=\epoc32\release\ARMV5\urel\Palette.dll 	"sys\bin\Palette.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   967
file=\epoc32\release\ARMV5\urel\gdi.dll 	"sys\bin\Gdi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   968
file=\epoc32\release\ARMV5\urel\linebreak.dll 	"sys\bin\linebreak.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   969
file=\epoc32\release\ARMV5\urel\lookuptable.dll 	"sys\bin\lookuptable.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   970
file=\epoc32\release\ARMV5\urel\genericscprparams.dll 	"sys\bin\genericscprparams.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   971
file=\epoc32\release\ARMV5\urel\gfxtrans.dll 	"sys\bin\gfxtrans.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   972
file=\epoc32\release\ARMV5\urel\gfxtransadapter.dll 	"sys\bin\gfxtransadapter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   973
REM GifScaler dll 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   974
file=\epoc32\release\ARMV5\urel\GifScaler.dll 	"sys\bin\GifScaler.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   975
file=\epoc32\release\ARMV5\urel\xmldom.dll 	"sys\bin\xmldom.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   976
file=\epoc32\release\ARMV5\urel\xmlparser.dll 	"sys\bin\xmlparser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   977
file=\epoc32\release\ARMV5\urel\smildtd.dll 	"sys\bin\smildtd.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   978
REM Bio Message Engine MTM
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   979
file=\epoc32\release\ARMV5\urel\bios.dll 	"sys\bin\bios.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   980
file=\epoc32\release\ARMV5\urel\bioc.dll 	"sys\bin\bioc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   981
REM The SendAs2 Client\Server
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   982
file=\epoc32\release\ARMV5\urel\Sendas2.dll 	"sys\bin\Sendas2.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   983
file=\epoc32\release\ARMV5\urel\SendasServer.exe 	"sys\bin\SendasServer.exe"  heapmax= 0x400000 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   984
data=\epoc32\data\Z\resource\messaging\sendasserver.rsc 	"resource\messaging\sendasserver.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   985
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sendaseikeditutils.dll , sendaseikeditutils.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   986
REM static dependencies
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   987
data=\epoc32\data\z\private\101F7989\esock\tcpip.ini 	"private\101F7989\esock\tcpip.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   988
data=\epoc32\data\z\private\101F7989\esock\ip.tcpip.esk 	"private\101F7989\esock\ip.tcpip.esk"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   989
file=\epoc32\release\ARMV5\urel\tcpip6.prt 	"sys\bin\tcpip6.prt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   990
REM Email Engine MTMs
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   991
file=\epoc32\release\ARMV5\urel\imcm.dll 	"sys\bin\imcm.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   992
file=\epoc32\release\ARMV5\urel\imut.dll 	"sys\bin\imut.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   993
file=\epoc32\release\ARMV5\urel\mobilitypolicyprovider.dll 	"sys\bin\mobilitypolicyprovider.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   994
file=\epoc32\release\ARMV5\urel\pops.dll 	"sys\bin\pops.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   995
file=\epoc32\release\ARMV5\urel\smts.dll 	"sys\bin\smts.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   996
file=\epoc32\release\ARMV5\urel\autosend.exe 	"sys\bin\autosend.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   997
file=\epoc32\release\ARMV5\urel\imps.dll 	"sys\bin\imps.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   998
file=\epoc32\release\ARMV5\urel\imaputils.dll 	"sys\bin\imaputils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
   999
file=\epoc32\release\ARMV5\urel\imapmailstore.dll 	"sys\bin\imapmailstore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1000
file=\epoc32\release\ARMV5\urel\imapofflinecontrol.dll 	"sys\bin\imapofflinecontrol.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1001
file=\epoc32\release\ARMV5\urel\impapprotocolcontroller.dll 	"sys\bin\impapprotocolcontroller.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1002
file=\epoc32\release\ARMV5\urel\imapsession.dll 	"sys\bin\imapsession.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1003
file=\epoc32\release\ARMV5\urel\imapsettings.dll 	"sys\bin\imapsettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1004
file=\epoc32\release\ARMV5\urel\imapsyncmanager.dll 	"sys\bin\imapsyncmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1005
file=\epoc32\release\ARMV5\urel\transporthandler.dll 	"sys\bin\transporthandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1006
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mobilitypolicydefault.dll , mobilitypolicydefault.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1007
data=\epoc32\data\Z\private\10202BE9\10001028.txt 	"private\10202BE9\10001028.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1008
data=\epoc32\data\Z\private\10202BE9\10001029.txt 	"private\10202BE9\10001029.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1009
data=\epoc32\data\Z\private\10202BE9\1000102A.txt 	"private\10202BE9\1000102A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1010
data=\epoc32\data\Z\resource\messaging\imcm.R01 	"resource\messaging\imcm.R01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1011
alias resource\messaging\imcm.R01 resource\messaging\imcm.RSC 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1012
REM MTUR Engine data layers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1013
file=\epoc32\release\ARMV5\urel\mtur.dll 	"sys\bin\mtur.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1014
REM Messaging Url Handler
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1015
file=\epoc32\release\ARMV5\urel\MSGURLHANDLER.EXE 	"sys\bin\MSGURLHANDLER.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1016
data=\epoc32\data\Z\resource\apps\msgurlhandler.rsc 	"resource\apps\msgurlhandler.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1017
data=\epoc32\data\Z\resource\apps\msgurlhandler_loc.rsc 	"resource\apps\msgurlhandler_loc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1018
data=\epoc32\data\Z\resource\apps\msgurlhandler.mbm 	"resource\apps\msgurlhandler.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1019
data=\epoc32\data\Z\private\10003a3f\apps\msgurlhandler_reg.rsc 	"private\10003a3f\apps\msgurlhandler_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1020
REM Feature QoS is not included in this ROM 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1021
file=\epoc32\release\ARMV5\urel\hciproxy.dll 	"sys\bin\hciproxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1022
REM Initialisor for TI Bluetooth hardware
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1023
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, initialisor_ti.dll , initialisor_ti.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1024
REM Version 4.1.21 script included
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1025
data=\epoc32\data\Z\Private\101F7989\Bluetooth\tiinit_4.1.21.bts 	"Private\101F7989\Bluetooth\tiinit_4.1.21.bts"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1026
REM Version 4.2.38 script included
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1027
data=\epoc32\data\Z\Private\101F7989\Bluetooth\tiinit_4.2.38.bts 	"Private\101F7989\Bluetooth\tiinit_4.2.38.bts"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1028
REM HCTL for TI hardware
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1029
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hctl_ti.dll , hctl_ti.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1030
data=\epoc32\data\Z\Private\101F7989\Bluetooth\hctl_ti.ini 	"Private\101F7989\Bluetooth\hctl_ti.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1031
REM H4 HCTL implementation
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1032
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hctl_uart_original.dll , hctl_uart_original.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1033
data=\epoc32\data\Z\Private\101F7989\Bluetooth\hctl_uart_original.ini 	"Private\101F7989\Bluetooth\hctl_uart_original.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1034
REM GT Help Model
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1035
file=\epoc32\release\ARMV5\urel\HlpModel.dll 	"sys\bin\HlpModel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1036
file=\epoc32\release\ARMV5\urel\hlplch.dll 	"sys\bin\hlplch.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1037
data=\epoc32\data\Z\Resource\Apps\lch.rsc 	"Resource\Apps\lch.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1038
file=\epoc32\release\ARMV5\urel\inetprotutil.dll 	"sys\bin\INetProtUtil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1039
file=\epoc32\release\ARMV5\urel\HttpService.dll 	"sys\bin\HttpService.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1040
file=\epoc32\release\ARMV5\urel\Http.dll 	"sys\bin\Http.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1041
data=\epoc32\data\Z\Resource\Errors\HttpClientErr.R01 	"Resource\Errors\HttpClientErr.R01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1042
alias Resource\Errors\HttpClientErr.R01 Resource\Errors\HttpClientErr.RSC 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1043
file=\epoc32\release\ARMV5\urel\HttpMessage.dll 	"sys\bin\HttpMessage.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1044
file=\epoc32\release\ARMV5\urel\httputils.dll 	"sys\bin\httputils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1045
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httptransporthandler.dll , httptransporthandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1046
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpsecuresocket.dll , httpsecuresocket.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1047
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, tfcorefilters.dll , tfcorefilters.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1048
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HttpClientCodec.dll , HttpClientCodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1049
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpclient.dll , httpclient.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1050
REM MISSING file=\epoc32\release\ARMV5\urel\httpserviceapitest.exe				System\Programs\httpserviceapitest.exe
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1051
REM MISSING data=\epoc32\data\c\testdata\scripts\httpserviceapitest.script      	testdata\scripts\httpserviceapitest.script
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1052
REM MISSING data=\epoc32\data\z\testdata\configs\ethernetced_httpserviceapi.xml		testdata\configs\ethernetced_httpserviceapi.xml
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1053
REM MISSING data=\epoc32\data\z\httptest\httpservicetest\httpclient.ini 			  	    httptest\httpservicetest\httpclient.ini
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1054
REM MISSING data=\epoc32\data\z\httptest\httpservicetest\testdl.txt 			    httptest\httpservicetest\testdl.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1055
REM MISSING data=\epoc32\data\z\httptest\httpservicetest\testdl2.txt  			    httptest\httpservicetest\testdl2.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1056
file=\epoc32\release\ARMV5\urel\HWRMCommon.dll 	"sys\bin\HWRMCommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1057
file=\epoc32\release\ARMV5\urel\HWRMServer.exe 	"sys\bin\HWRMServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1058
file=\epoc32\release\ARMV5\urel\HWRMClient.dll 	"sys\bin\HWRMClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1059
file=\epoc32\release\ARMV5\urel\HWRMVibraClient.dll 	"sys\bin\HWRMVibraClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1060
file=\epoc32\release\ARMV5\urel\HWRMLightClient.dll 	"sys\bin\HWRMLightClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1061
file=\epoc32\release\ARMV5\urel\HWRMExtendedLightClient.dll 	"sys\bin\HWRMExtendedLightClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1062
file=\epoc32\release\ARMV5\urel\HWRMPowerClient.dll 	"sys\bin\HWRMPowerClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1063
data=\epoc32\data\Z\private\101f7a02\backup_registration.xml 	"private\101f7a02\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1064
data=\epoc32\data\Z\private\101f7a02\ProductHWRMLightsPolicy.ini 	"private\101f7a02\ProductHWRMLightsPolicy.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1065
data=\epoc32\data\Z\private\101f7a02\ProductHWRMVibraPolicy.ini 	"private\101f7a02\ProductHWRMVibraPolicy.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1066
data=\epoc32\data\Z\private\101f7a02\ProductHWRMFmTxPolicy.ini 	"private\101f7a02\ProductHWRMFmTxPolicy.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1067
data=\epoc32\data\Z\private\101f7a02\CustomerHWRMLightsPolicy.ini 	"private\101f7a02\CustomerHWRMLightsPolicy.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1068
data=\epoc32\data\Z\private\101f7a02\CustomerHWRMVibraPolicy.ini 	"private\101f7a02\CustomerHWRMVibraPolicy.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1069
data=\epoc32\data\Z\private\101f7a02\CustomerHWRMFmTxPolicy.ini 	"private\101f7a02\CustomerHWRMFmTxPolicy.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1070
data=\epoc32\data\Z\private\101f7a02\ConvertFromUnicode.dat 	"private\101f7a02\ConvertFromUnicode.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1071
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  hwrmuiplugin.dll  ,  hwrmuiplugin.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1072
REM BMP Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1073
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, bmpcodec.dll , bmpcodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1074
data=\epoc32\data\Z\Resource\ICL\101F45AE_extra.rsc 	"Resource\ICL\101F45AE_extra.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1075
REM GIF Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1076
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gifcodec.dll , gifcodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1077
data=\epoc32\data\Z\Resource\ICL\101F45B1_extra.rsc 	"Resource\ICL\101F45B1_extra.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1078
REM ICO Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1079
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, icocodec.dll , icocodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1080
data=\epoc32\data\Z\Resource\ICL\101F45D3_extra.rsc 	"Resource\ICL\101F45D3_extra.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1081
REM JPEG Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1082
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, jpegcodec.dll , jpegcodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1083
data=\epoc32\data\Z\Resource\ICL\101F45D6_extra.rsc 	"Resource\ICL\101F45D6_extra.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1084
REM JEPG YUV Decoder
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1085
REM Jpeg Yuv Decoder Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1086
file=\epoc32\release\ARMV5\urel\JpegYuvDecoder.dll 	"sys\bin\JpegYuvDecoder.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1087
REM MBM Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1088
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mbmcodec.dll , mbmcodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1089
data=\epoc32\data\Z\Resource\ICL\101F45CA_extra.rsc 	"Resource\ICL\101F45CA_extra.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1090
REM OTA Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1091
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, otacodec.dll , otacodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1092
data=\epoc32\data\Z\Resource\ICL\101F45D0_extra.rsc 	"Resource\ICL\101F45D0_extra.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1093
REM WBMP Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1094
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wbmpcodec.dll , wbmpcodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1095
data=\epoc32\data\Z\Resource\ICL\101F45CD_extra.rsc 	"Resource\ICL\101F45CD_extra.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1096
REM TIFF Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1097
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, tiffcodec.dll , tiffcodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1098
data=\epoc32\data\Z\Resource\ICL\101F45C0_extra.rsc 	"Resource\ICL\101F45C0_extra.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1099
REM PNG Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1100
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pngcodec.dll , pngcodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1101
data=\epoc32\data\Z\Resource\ICL\101F45C7_extra.rsc 	"Resource\ICL\101F45C7_extra.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1102
REM WMF Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1103
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wmfcodec.dll , wmfcodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1104
data=\epoc32\data\Z\Resource\ICL\101F45B5_extra.rsc 	"Resource\ICL\101F45B5_extra.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1105
REM Shaper
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1106
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, IcuLayoutEngine.dll , IcuLayoutEngine.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1107
REM Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1108
file=\epoc32\release\ARMV5\urel\ImageConversion.dll 	"sys\bin\ImageConversion.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1109
REM ImageConversionResolver Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1110
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, imageconversionresolver.dll , imageconversionresolver.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1111
REM JPEG Exif Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1112
file=\epoc32\release\ARMV5\urel\JPEGExifPlugin.dll 	"sys\bin\JPEGExifPlugin.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1113
REM JPEG Exif ImageFrame Plugin for Image Conversion Library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1114
file=\epoc32\release\ARMV5\urel\JPEGImageFramePlugin.dll 	"sys\bin\JPEGImageFramePlugin.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1115
REM ICL Recognizer library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1116
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recicl.dll , recicl.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1117
REM sub-components
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1118
REM ImageTransform.dll 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1119
file=\epoc32\release\ARMV5\urel\ImageTransform.dll 	"sys\bin\ImageTransform.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1120
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, imagetransformresolver.dll , imagetransformresolver.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1121
file=\epoc32\release\ARMV5\urel\panorama.dll 	"sys\bin\panorama.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1122
REM ImageDisplay.dll 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1123
file=\epoc32\release\ARMV5\urel\ImageDisplay.dll 	"sys\bin\ImageDisplay.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1124
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ImageDisplayResolver.dll , ImageDisplayResolver.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1125
REM MngImageDisplay.dll 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1126
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MngImageDisplay.dll , MngImageDisplay.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1127
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, IclWrapperImageDisplay.dll , IclWrapperImageDisplay.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1128
file=\epoc32\release\ARMV5\urel\MediaClientImage.dll 	"sys\bin\MediaClientImage.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1129
file=\epoc32\release\ARMV5\urel\imageprocessor.dll 	"sys\bin\imageprocessor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1130
REM Inet URI List
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1131
file=\epoc32\release\ARMV5\urel\ineturilist.dll 	"sys\bin\ineturilist.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1132
file=\epoc32\release\ARMV5\urel\ineturilistserver.exe 	"sys\bin\ineturilistserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1133
data=\epoc32\data\Z\private\20009d70\backup_registration.xml 	"private\20009d70\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1134
data=\epoc32\data\Z\private\20009d70\ineturilist.xml 	"private\20009d70\ineturilist.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1135
data=\epoc32\data\Z\private\20009d70\defaulttldpolicy.xml 	"private\20009d70\defaulttldpolicy.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1136
data=\epoc32\data\Z\system\install\ineturilist_stub.SIS 	"system\install\ineturilist_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1137
file=\epoc32\release\ARMV5\urel\iniparser.dll 	"sys\bin\iniparser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1138
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ipaddrinfoparams.dll , ipaddrinfoparams.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1139
REM Feature DHCP is not included in this ROM
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1140
REM Feature DHCP is not included in this ROM
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1141
REM ESock IP Protocol Meta and Connection Provider
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1142
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ipproto.dll , ipproto.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1143
REM IPSEC protocol and other core components
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1144
	REM Feature IPSEC not included in this rom
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1145
REM Mobility Core Providers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1146
file=\epoc32\release\ARMV5\urel\mobilitycoreproviders.dll 	"sys\bin\mobilitycoreproviders.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1147
REM ESock TCP\UDP Connection Provider
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1148
file=\epoc32\release\ARMV5\urel\iptransportimpl.dll 	"sys\bin\iptransportimpl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1149
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iptransport.dll , iptransport.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1150
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iptransportmanagement.dll , iptransportmanagement.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1151
REM *** The following iby files are always included, whether IRDA is
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1152
REM *** supported by the device or not.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1153
REM If __OBEX_DEBUG__ is defined pull in debug versions of the
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1154
REM OBEX DLLs and transport controllers regardless of the ROM type
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1155
REM *** The following iby files are always included, whether obex is
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1156
REM *** supported by the device or not.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1157
REM *** The following dlls are client side dlls. They are always included
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1158
REM *** in the ROM, whether obex is supported by the device or not, so
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1159
REM *** that client applications can link against them regardless.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1160
file=\epoc32\release\ARMV5\urel\obex.dll 	"sys\bin\OBEX.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1161
REM Alias new obex.dll to also appear as irobex.dll to support legacy apps
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1162
alias sys\bin\obex.dll			sys\bin\irobex.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1163
file=\epoc32\release\ARMV5\urel\obexcommontransport.dll 	"sys\bin\obexcommontransport.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1164
REM *** Now for things which should only be included if the device
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1165
REM *** supports OBEX, to save ROM space...
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1166
REM *** Now for things which should only be included if the device
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1167
REM *** supports USB, to save ROM space...
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1168
REM OBEX USB transport is not included in this ROM as it depends on USB
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1169
REM *** Now for things which should only be included if the device
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1170
REM *** supports bluetooth, to save ROM space...
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1171
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexbtrfcommtransportcontroller.dll , obexbtrfcommtransportcontroller.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1172
REM *** irda.dll and irtranp.dll (Infrared Transfer Picture) are
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1173
REM *** client side dlls. They are always included in the ROM whether
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1174
REM *** IRDA is supported by the device or not, so that client
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1175
REM *** applications can link against them regardless.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1176
file=\epoc32\release\ARMV5\urel\irda.dll 	"sys\bin\IrDA.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1177
file=\epoc32\release\ARMV5\urel\irtranp.dll 	"sys\bin\IrTranp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1178
kerneltrace=0x00080000
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1179
file=\epoc32\release\ARMV5\urel\lafshutdowneventobserveradaptor.dll 	"sys\bin\lafshutdowneventobserveradaptor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1180
file=\epoc32\release\ARMV5\urel\lbs.dll 	"sys\bin\lbs.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1181
file=\epoc32\release\ARMV5\urel\lbsadatacache.dll 	"sys\bin\lbsadatacache.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1182
file=\epoc32\release\ARMV5\urel\lbsadmin.dll 	"sys\bin\lbsadmin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1183
file=\epoc32\release\ARMV5\urel\LbsAssistanceData.dll 	"sys\bin\LbsAssistanceData.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1184
file=\epoc32\release\ARMV5\urel\lbslocationinfodatatypes.dll 	"sys\bin\lbslocationinfodatatypes.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1185
file=\epoc32\release\ARMV5\urel\lbslocmonclient.dll 	"sys\bin\lbslocmonclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1186
file=\epoc32\release\ARMV5\urel\lbslocationinfoconverter.dll 	"sys\bin\lbslocationinfoconverter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1187
file=\epoc32\release\ARMV5\urel\lbslocationinfoconverterplugin.dll 	"sys\bin\lbslocationinfoconverterplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1188
file=\epoc32\release\ARMV5\urel\LbsLocCommon.dll 	"sys\bin\LbsLocCommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1189
REM LBS data source DLL
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1190
file=\epoc32\release\ARMV5\urel\LbsLocDataSource.dll 	"sys\bin\LbsLocDataSource.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1191
file=\epoc32\release\ARMV5\urel\LbsInternalApi.dll 	"sys\bin\LbsInternalApi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1192
file=\epoc32\release\ARMV5\urel\LbsNetProtocol.dll 	"sys\bin\LbsNetProtocol.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1193
file=\epoc32\release\ARMV5\urel\lbspartnercommon.dll 	"sys\bin\lbspartnercommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1194
REM LBS Network Internal API
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1195
file=\epoc32\release\ARMV5\urel\lbsnetinternalapi.dll 	"sys\bin\lbsnetinternalapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1196
file=\epoc32\release\ARMV5\urel\lbsagpsngmsgs.dll 	"sys\bin\lbsagpsngmsgs.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1197
file=\epoc32\release\ARMV5\urel\lbscommoninternaldatatypes.dll 	"sys\bin\lbscommoninternaldatatypes.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1198
file=\epoc32\release\ARMV5\urel\lbsnetregstatusint.dll 	"sys\bin\lbsnetregstatusint.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1199
file=\epoc32\release\ARMV5\urel\lbsngnlmint.dll 	"sys\bin\lbsngnlmint.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1200
file=\epoc32\release\ARMV5\urel\lbsnrhngmsgs.dll 	"sys\bin\lbsnrhngmsgs.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1201
file=\epoc32\release\ARMV5\urel\lbspsyngmsgs.dll 	"sys\bin\lbspsyngmsgs.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1202
file=\epoc32\release\ARMV5\urel\lbsreffnpint.dll 	"sys\bin\lbsreffnpint.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1203
file=\epoc32\release\ARMV5\urel\lbsroot.exe 	"sys\bin\lbsroot.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1204
data=\epoc32\data\z\private\10282253\lbs\lbsprofile.ini 	"private\10282253\lbs\lbsprofile.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1205
file=\epoc32\release\ARMV5\urel\lbsrootapi.dll 	"sys\bin\lbsrootapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1206
file=\epoc32\release\ARMV5\urel\LbsLoggerApi.dll 	"sys\bin\LbsLoggerApi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1207
file=\epoc32\release\ARMV5\urel\lbsdebug.dll 	"sys\bin\lbsdebug.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1208
file=\epoc32\release\ARMV5\urel\eposmodset.dll 	"sys\bin\eposmodset.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1209
file=\epoc32\release\ARMV5\urel\eposindicator.dll 	"sys\bin\eposindicator.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1210
file=\epoc32\release\ARMV5\urel\eposutils.dll 	"sys\bin\eposutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1211
REM LBS reference data source DLL
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1212
file=\epoc32\release\ARMV5\urel\lbsreflocdatasource.dll 	"sys\bin\lbsreflocdatasource.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1213
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nlabtgpspsy.dll , nlabtgpspsy.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1214
data=\epoc32\data\Z\Resource\nlabtgpspsyconstants.rsc 	"resource\nlabtgpspsyconstants.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1215
data=\epoc32\data\Z\Resource\nlabtgpspsy_name.rsc 	"resource\nlabtgpspsy_name.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1216
file=\epoc32\release\ARMV5\urel\lbsbtgpsconfig.dll 	"sys\bin\lbsbtgpsconfig.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1217
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposdefault.dll , eposdefault.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1218
file=\epoc32\release\ARMV5\urel\locationmonitor.exe 	"sys\bin\locationmonitor.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1219
file=\epoc32\release\ARMV5\urel\eposserver.exe 	"sys\bin\eposserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1220
data=\epoc32\data\Z\private\101f97b2\eposserver.rsc 	"private\101f97b2\eposserver.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1221
data=\epoc32\data\Z\private\101f97b2\backup_registration.xml 	"private\101f97b2\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1222
file=\epoc32\release\ARMV5\urel\lbslocutils.dll 	"sys\bin\lbslocutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1223
REM LBS Quality Profile API
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1224
file=\epoc32\release\ARMV5\urel\lbsqualityprofileapi.dll 	"sys\bin\lbsqualityprofileapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1225
REM LBS Network Gateway
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1226
file=\epoc32\release\ARMV5\urel\lbsnetgateway.exe 	"sys\bin\lbsnetgateway.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1227
REM LBS Network Simulator
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1228
file=\epoc32\release\ARMV5\urel\lbsnetsim.exe 	"sys\bin\lbsnetsim.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1229
file=\epoc32\release\ARMV5\urel\lbsnetsim.dll 	"sys\bin\lbsnetsim.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1230
REM LBS Network Location Manager
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1231
REM LBS Network Privacy Api
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1232
file=\epoc32\release\ARMV5\urel\eposnwprv.dll 	"sys\bin\eposnwprv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1233
file=\epoc32\release\ARMV5\urel\lbsnetworkrequesthandler.exe 	"sys\bin\lbsnetworkrequesthandler.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1234
file=\epoc32\release\ARMV5\urel\Lbsx3p.dll 	"sys\bin\Lbsx3p.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1235
file=\epoc32\release\ARMV5\urel\LbsPrivacyController.dll 	"sys\bin\LbsPrivacyController.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1236
file=\epoc32\release\ARMV5\urel\LbsPrivacyExtNotifiers.dll 	"sys\bin\LbsPrivacyExtNotifiers.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1237
REM LBS Privacy Data Types
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1238
file=\epoc32\release\ARMV5\urel\eposprvtyp.dll 	"sys\bin\eposprvtyp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1239
REM LBS Network Test
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1240
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, lbsprotocolmodule.dll , lbsprotocolmodule.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1241
data=\epoc32\data\z\private\10202BE9\10281D6F.cre 	"private\10202BE9\10281D6F.cre"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1242
REM SUPL ASN1 Encode
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1243
file=\epoc32\release\ARMV5\urel\suplasn1.dll 	"sys\bin\suplasn1.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1244
REM LBS SUPL Test Module
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1245
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, lbssupltestmodule.dll , lbssupltestmodule.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1246
file=\epoc32\release\ARMV5\urel\epospluginfw.dll 	"sys\bin\epospluginfw.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1247
REM LBS Privacy protocol module
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1248
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, lbsprivacyprotocolmodule.dll , lbsprivacyprotocolmodule.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1249
REM LBS Privacy Request Api
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1250
file=\epoc32\release\ARMV5\urel\lbsprivacyrequest.dll 	"sys\bin\lbsprivacyrequest.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1251
file=\epoc32\release\ARMV5\urel\psytester.exe 	"sys\bin\psytester.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1252
file=\epoc32\release\ARMV5\urel\PSYCRTester.exe 	"sys\bin\PSYCRTester.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1253
data=\epoc32\data\Z\Resource\psytester.rsc 	"resource\psytester.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1254
REM LBS Privacy Protocol Module
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1255
file=\epoc32\release\ARMV5\urel\loadlafshutdown.dll 	"sys\bin\loadlafshutdown.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1256
file=\epoc32\release\ARMV5\urel\LOOPBACK.CSY 	"sys\bin\LOOPBACK.CSY"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1257
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mbmsparams.dll , mbmsparams.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1258
file=\epoc32\release\ARMV5\urel\omxcomponent.dll 	"sys\bin\omxcomponent.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1259
file=\epoc32\release\ARMV5\urel\puresolverutils.dll 	"sys\bin\puresolverutils.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1260
file=\epoc32\release\ARMV5\urel\mdasoundadapter.dll 	"sys\bin\mdasoundadapter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1261
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mdfvideoencodehwdeviceadapter.dll , mdfvideoencodehwdeviceadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1262
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mdfvideodecodehwdeviceadapter.dll , mdfvideodecodehwdeviceadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1263
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mdfaudiohwdeviceadapter.dll , mdfaudiohwdeviceadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1264
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, puloader.dll , puloader.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1265
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, codecapiresolver.dll , codecapiresolver.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1266
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, audiodevice.dll , audiodevice.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1267
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vorbisdecoderprocessingunit.dll , vorbisdecoderprocessingunit.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1268
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vorbisencoderprocessingunit.dll , vorbisencoderprocessingunit.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1269
REM Store, Etext, Form, Grid, Clock, Print, AlarmServer, WorldServer, Bafl, Egul, Cone, Dial, BmpAnim 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1270
REM STORE
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1271
file=\epoc32\release\ARMV5\urel\estor.dll 	"sys\bin\EStor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1272
REM EText
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1273
file=\epoc32\release\ARMV5\urel\field.dll 	"sys\bin\Field.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1274
file=\epoc32\release\ARMV5\urel\etext.dll 	"sys\bin\EText.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1275
REM Form
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1276
file=\epoc32\release\ARMV5\urel\form.dll 	"sys\bin\Form.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1277
file=\epoc32\release\ARMV5\urel\tagma.dll 	"sys\bin\Tagma.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1278
file=\epoc32\release\ARMV5\urel\form_and_etext_editor.dll 	"sys\bin\Form_and_etext_editor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1279
file=\epoc32\release\ARMV5\urel\undo.dll 	"sys\bin\Undo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1280
file=\epoc32\release\ARMV5\urel\grid.dll 	"sys\bin\Grid.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1281
file=\epoc32\release\ARMV5\urel\clock.dll 	"sys\bin\Clock.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1282
file=\epoc32\release\ARMV5\urel\clocka.dll 	"sys\bin\ClockA.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1283
REM Feature PRINT is not included in this ROM
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1284
REM PwrCli
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1285
file=\epoc32\release\ARMV5\urel\powermgrcli.dll 	"sys\bin\Powermgrcli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1286
file=\epoc32\release\ARMV5\urel\shutdownsrv.dll 	"sys\bin\shutdownsrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1287
file=\epoc32\release\ARMV5\urel\shutdownsrvs.exe 	"sys\bin\shutdownsrvs.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1288
file=\epoc32\release\ARMV5\urel\bafl.dll 	"sys\bin\Bafl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1289
file=\epoc32\release\ARMV5\urel\baksrv.dll 	"sys\bin\baksrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1290
file=\epoc32\release\ARMV5\urel\baksrvs.exe 	"sys\bin\baksrvs.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1291
data=\epoc32\data\Z\Private\100048aa\backup_registration.xml 	"private\100048aa\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1292
file=\epoc32\release\ARMV5\urel\initialiselocale.exe 	"sys\bin\initialiselocale.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1293
file=\epoc32\release\ARMV5\urel\bsul.dll 	"sys\bin\bsul.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1294
file=\epoc32\release\ARMV5\urel\bsulinifile.dll 	"sys\bin\bsulinifile.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1295
REM Central Repository
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1296
file=\epoc32\release\ARMV5\urel\centralrepository.dll 	"sys\bin\centralrepository.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1297
file=\epoc32\release\ARMV5\urel\centralrepositorysrv.exe 	"sys\bin\centralrepositorysrv.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1298
data=\epoc32\data\Z\Private\10202BE9\backup_registration.xml 	"PRIVATE\10202BE9\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1299
file=\epoc32\release\ARMV5\urel\CENREPNOTIFHANDLER.DLL 	"sys\bin\CENREPNOTIFHANDLER.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1300
file=\epoc32\release\ARMV5\urel\sysutil.dll 	"sys\bin\sysutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1301
file=\epoc32\release\ARMV5\urel\sysutilsetup.exe 	"sys\bin\sysutilsetup.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1302
REM NumberConversion.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1303
file=\epoc32\release\ARMV5\urel\NumberConversion.dll 	"sys\bin\NumberConversion.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1304
file=\epoc32\release\ARMV5\urel\MidiClient.dll 	"sys\bin\MidiClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1305
file=\epoc32\release\ARMV5\urel\MidiStandardCustomCommands.dll 	"sys\bin\MidiStandardCustomCommands.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1306
file=\epoc32\release\ARMV5\urel\omxilgenericilif.dll 	"sys\bin\omxilgenericilif.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1307
REM WAP 1.2 Push 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1308
file=\epoc32\release\ARMV5\urel\miscpushmsgutils.dll 	"sys\bin\miscpushmsgutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1309
data=\epoc32\data\Z\RESOURCE\messaging\wappushunknown.RSC 	"resource\messaging\wappushunknown.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1310
file=\epoc32\release\ARMV5\urel\mmcommon.dll 	"sys\bin\mmcommon.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1311
file=\epoc32\release\ARMV5\urel\MmCommonUtils.dll 	"sys\bin\MmCommonUtils.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1312
file=\epoc32\release\ARMV5\urel\MmfServerBaseclasses.dll 	"sys\bin\MmfServerBaseclasses.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1313
file=\epoc32\release\ARMV5\urel\MmfFormatBaseclasses.dll 	"sys\bin\MmfFormatBaseclasses.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1314
file=\epoc32\release\ARMV5\urel\MediaClient.dll 	"sys\bin\MediaClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1315
file=\epoc32\release\ARMV5\urel\MediaClientUtility.dll 	"sys\bin\MediaClientUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1316
file=\epoc32\release\ARMV5\urel\MediaClientAudio.dll 	"sys\bin\MediaClientAudio.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1317
file=\epoc32\release\ARMV5\urel\MediaClientAudioStream.dll 	"sys\bin\MediaClientAudioStream.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1318
file=\epoc32\release\ARMV5\urel\MediaClientAudioInputStream.dll 	"sys\bin\MediaClientAudioInputStream.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1319
file=\epoc32\release\ARMV5\urel\MediaClientVideo.dll 	"sys\bin\MediaClientVideo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1320
file=\epoc32\release\ARMV5\urel\mediaclientvideodisplay.dll 	"sys\bin\mediaclientvideodisplay.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1321
file=\epoc32\release\ARMV5\urel\mmfcontrollerframework.dll 	"sys\bin\mmfcontrollerframework.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1322
file=\epoc32\release\ARMV5\urel\audioutils.dll 	"sys\bin\audioutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1323
file=\epoc32\release\ARMV5\urel\MMFStandardCustomCommands.dll 	"sys\bin\MMFStandardCustomCommands.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1324
file=\epoc32\release\ARMV5\urel\MmfCodecCommon.dll 	"sys\bin\MmfCodecCommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1325
file=\epoc32\release\ARMV5\urel\GSM610CodecCommon.dll 	"sys\bin\GSM610CodecCommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1326
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmruf.dll , mmruf.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1327
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gsm610.dll , gsm610.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1328
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, audiocodecs.dll , audiocodecs.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1329
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfaudiocontroller.dll , mmfaudiocontroller.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1330
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfstdsourceandsinkplugin.dll , mmfstdsourceandsinkplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1331
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfaudioinput.dll , mmfaudioinput.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1332
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfaudiooutput.dll , mmfaudiooutput.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1333
file=\epoc32\release\ARMV5\urel\MmfGlblAudioEffect.dll 	"sys\bin\MmfGlblAudioEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1334
file=\epoc32\release\ARMV5\urel\MmfStdGlblAudioEffect.dll 	"sys\bin\MmfStdGlblAudioEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1335
file=\epoc32\release\ARMV5\urel\mmfdrmpluginserver.exe 	"sys\bin\mmfdrmpluginserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1336
file=\epoc32\release\ARMV5\urel\mmfdrmpluginserverproxy.dll 	"sys\bin\mmfdrmpluginserverproxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1337
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfauformat.dll , mmfauformat.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1338
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfrawformat.dll , mmfrawformat.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1339
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfwavformat.dll , mmfwavformat.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1340
REM MMS Settings
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1341
file=\epoc32\release\ARMV5\urel\mmsgenericsettings.dll 	"sys\bin\mmsgenericsettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1342
REM MMTSY
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1343
file=\epoc32\release\ARMV5\urel\MM.TSY 	"sys\bin\MM.TSY"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1344
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, msfdc.dll , msfdc.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1345
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpdevicedp.dll , mtpdevicedp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1346
data=\epoc32\data\Z\resource\mtp\102827AF.rsc 	"resource\mtp\102827AF.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1347
file=\epoc32\release\ARMV5\urel\mtpdatatypes.dll 	"sys\bin\mtpdatatypes.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1348
file=\epoc32\release\ARMV5\urel\mtpframework.dll 	"sys\bin\mtpframework.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1349
file=\epoc32\release\ARMV5\urel\mtpserver.exe 	"sys\bin\mtpserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1350
file=\epoc32\release\ARMV5\urel\mtpclient.dll 	"sys\bin\mtpclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1351
file=\epoc32\release\ARMV5\urel\mtptransportapi.dll 	"sys\bin\mtptransportapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1352
file=\epoc32\release\ARMV5\urel\mtpdataproviderapi.dll 	"sys\bin\mtpdataproviderapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1353
file=\epoc32\release\ARMV5\urel\mtpdevdpextnapi.dll 	"sys\bin\mtpdevdpextnapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1354
file=\epoc32\release\ARMV5\urel\mtpdataproviderutility.dll 	"sys\bin\mtpdataproviderutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1355
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpproxydp.dll , mtpproxydp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1356
data=\epoc32\data\Z\resource\mtp\102827B1.rsc 	"resource\mtp\102827B1.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1357
data=\epoc32\data\Z\resource\mtp\dummydp.rsc 	"resource\mtp\dummydp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1358
data=\epoc32\data\Z\resource\mtp\services.rsc 	"resource\mtp\services.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1359
data=\epoc32\data\Z\private\102827a2\backup_registration.xml 	"private\102827a2\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1360
data=\epoc32\data\Z\private\102827a2\mtpdevice.ico 	"private\102827a2\mtpdevice.ico"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1361
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpfiledp.dll , mtpfiledp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1362
data=\epoc32\data\Z\resource\mtp\102827B0.rsc 	"resource\mtp\102827B0.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1363
file=\epoc32\release\ARMV5\urel\ptpipdatatypes.dll 	"sys\bin\ptpipdatatypes.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1364
file=\epoc32\release\ARMV5\urel\ptpipcontroller.dll 	"sys\bin\ptpipcontroller.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1365
file=\epoc32\release\ARMV5\urel\ptpipfilterapi.dll 	"sys\bin\ptpipfilterapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1366
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ptpipplugin.dll , ptpipplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1367
REM dependencies
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1368
file=\epoc32\release\ARMV5\urel\napt.prt 	"sys\bin\napt.prt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1369
data=\epoc32\winscw\c\private\101F7989\esock\ip.napt.esk 	"private\101F7989\esock\ip.napt.esk"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1370
data=\epoc32\winscw\c\private\101F7989\esock\napt.ini 	"private\101F7989\esock\napt.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1371
REM MISSING file=\epoc32\release\ARMV5\urel\NetCfgExtnBase.dll   System\Libs\NetCfgExtnBase.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1372
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NetCfgExtnMip.dll , NetCfgExtnMip.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1373
REM User Prompt Service
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1374
data=\epoc32\data\z\system\install\upsserver.sis 	"system\install\upsserver.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1375
data=\epoc32\data\z\private\10283558\backup_registration.xml 	"private\10283558\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1376
file=\epoc32\release\ARMV5\urel\upsserver.exe 	"sys\bin\upsserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1377
file=\epoc32\release\ARMV5\urel\upsclient.dll 	"sys\bin\upsclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1378
file=\epoc32\release\ARMV5\urel\upsmanagement.dll 	"sys\bin\upsmanagement.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1379
file=\epoc32\release\ARMV5\urel\upspolicies.dll 	"sys\bin\upspolicies.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1380
file=\epoc32\release\ARMV5\urel\upsdb.dll 	"sys\bin\upsdb.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1381
file=\epoc32\release\ARMV5\urel\netups.dll 	"sys\bin\netups.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1382
REM Core Providers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1383
file=\epoc32\release\ARMV5\urel\simpleselectorbase.dll 	"sys\bin\simpleselectorbase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1384
REM User Prompt Service (UPS) Core Providers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1385
file=\epoc32\release\ARMV5\urel\upscoreproviders.dll 	"sys\bin\upscoreproviders.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1386
file=\epoc32\release\ARMV5\urel\netcfgext.dll 	"sys\bin\netcfgext.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1387
file=\epoc32\release\ARMV5\urel\ocsp.dll 	"sys\bin\ocsp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1388
file=\epoc32\release\ARMV5\urel\ocsptransport.dll 	"sys\bin\ocsptransport.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1389
file=\epoc32\release\ARMV5\urel\ocspcommon.dll 	"sys\bin\ocspcommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1390
REM Tls Provider
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1391
file=\epoc32\release\ARMV5\urel\tlsprovider.dll 	"sys\bin\tlsprovider.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1392
file=\epoc32\release\ARMV5\urel\tlscacheclient.dll 	"sys\bin\tlscacheclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1393
file=\epoc32\release\ARMV5\urel\tlscacheserver.exe 	"sys\bin\tlscacheserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1394
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, swtlstokentypeplugin.dll  , swtlstokentypeplugin.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1395
data=\epoc32\data\Z\Resource\tlsproviderpolicy.ini 	"Resource\tlsproviderpolicy.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1396
data=\epoc32\data\Z\Resource\swtlstokentype.RSC 	"resource\swtlstokentype.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1397
data=\epoc32\data\Z\Resource\TlsCacheServer\TlsCacheTimeouts.RSC 	"resource\TlsCacheServer\TlsCacheTimeouts.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1398
REM ssl dll implementing ssl\tls secure socket layer protocol
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1399
REM Make sure the error strings appear in the ROM
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1400
data=\epoc32\data\Z\Resource\Errors\SSLERR.R01 	"Resource\Errors\sslerr.R01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1401
alias Resource\Errors\sslerr.R01 Resource\Errors\sslerr.RSC 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1402
file=\epoc32\release\ARMV5\urel\ssl.dll 	"sys\bin\ssl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1403
file=\epoc32\release\ARMV5\urel\securesocket.DLL 	"sys\bin\securesocket.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1404
REM CSD Agent - Dialup networking
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1405
REM Make sure the error strings appear in the ROM
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1406
data=\epoc32\data\Z\Resource\Errors\CSDERR.R01 	"Resource\Errors\csderr.R01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1407
alias Resource\Errors\csderr.R01 Resource\Errors\csderr.RSC 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1408
file=\epoc32\release\ARMV5\urel\csd.agt 	"sys\bin\Csd.agt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1409
REM GPRS AGT - Packet data networking
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1410
file=\epoc32\release\ARMV5\urel\psd.agt 	"sys\bin\psd.agt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1411
REM KIPPER - LAN AGT
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1412
file=\epoc32\release\ARMV5\urel\NullAgt.agt 	"sys\bin\NullAgt.agt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1413
REM dependencies
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1414
data=\epoc32\data\z\private\101F7989\esock\ccp.ini 	"private\101f7989\esock\ccp.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1415
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ppp.dll , ppp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1416
file=\epoc32\release\ARMV5\urel\pppmain.dll 	"sys\bin\pppmain.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1417
file=\epoc32\release\ARMV5\urel\vjcomp.dll 	"sys\bin\vjcomp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1418
REM Predictor PPP compression
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1419
file=\epoc32\release\ARMV5\urel\predcomp.dll 	"sys\bin\PredComp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1420
file=\epoc32\release\ARMV5\urel\packetlogger.dll 	"sys\bin\packetlogger.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1421
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rawip.dll , rawip.dll ) 
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1422
patchdata rawip.dll@KMaxSendQueueLen 0x5
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1423
patchdata rawip.dll@KMaxTxIPPacketSize 0x57a
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1424
patchdata rawip.dll@KMaxRxIPPacketSize 0x57a
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1425
patchdata rawip.dll@KMtuIPv4 0x578     	 
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1426
patchdata rawip.dll@KRMtuIPv4 0x578		 
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1427
patchdata rawip.dll@KMtuIPv6 0x578		 
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1428
patchdata rawip.dll@KRMtuIPv6 0x578		 
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1429
REM Feature DHCP is not included in this ROM
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1430
file=\epoc32\release\ARMV5\urel\umtsif.dll 	"sys\bin\umtsif.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1431
REM Feature QoS is not included in this ROM 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1432
REM Feature QoS is not included in this ROM 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1433
REM Feature QoS is not included in this ROM 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1434
REM Feature QoS is not included in this ROM 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1435
REM IP Subconnection Provider
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1436
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Qos3GPP.dll , Qos3GPP.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1437
REM PDP Meta and Sub-Connection Connection Providers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1438
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pdp.dll , pdp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1439
REM IP Subconnection Provider with QoS support
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1440
REM Feature QoS is not included in this ROM
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1441
REM --- DNS Proxy 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1442
file=\epoc32\release\ARMV5\urel\dnsproxyclient.dll 	"sys\bin\dnsproxyclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1443
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nvgrenderstage.dll , nvgrenderstage.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1444
file=\epoc32\release\ARMV5\urel\obexservermtm.dll 	"sys\bin\obexservermtm.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1445
file=\epoc32\release\ARMV5\urel\obexclientmtm.dll 	"sys\bin\obexclientmtm.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1446
file=\epoc32\release\ARMV5\urel\obexmtmutil.dll 	"sys\bin\obexmtmutil.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1447
REM Messaging infrared MTM is not included in this ROM, because it depends on excluded INFRARED
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1448
file=\epoc32\release\ARMV5\urel\btcmtm.dll 	"sys\bin\btcmtm.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1449
file=\epoc32\release\ARMV5\urel\btsmtm.dll 	"sys\bin\btsmtm.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1450
REM Include the top-level OBY file in the ROM, as an audit trail...
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1451
REM You do not want this in production ROMs!
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1452
REM Provides build number information to the emulator\ROM. 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1453
data=\epoc32\data\buildinfo.txt 	"System\Data\buildinfo.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1454
file=\epoc32\release\ARMV5\urel\omxilcomponentcommon.dll 	"sys\bin\omxilcomponentcommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1455
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, omxilpcmrenderer.dll , omxilpcmrenderer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1456
file=\epoc32\release\ARMV5\urel\omxilcoreserver.dll 	"sys\bin\omxilcoreserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1457
file=\epoc32\release\ARMV5\urel\omxilcoreclient.dll 	"sys\bin\omxilcoreclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1458
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, omxilsymbianloader.dll , omxilsymbianloader.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1459
demandpagingconfig 256       512        3            0                0
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1460
pagingoverride defaultpaged
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1461
codepagingpolicy defaultpaged
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1462
demandpagingconfig 64        128        3            0                0
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1463
pagingoverride defaultpaged
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1464
codepagingpolicy defaultpaged
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1465
demandpagingconfig 128       128        3            0                0
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1466
pagingoverride defaultpaged
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1467
codepagingpolicy defaultpaged
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1468
REM redefined BT_DIR as urel
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1469
file=\epoc32\release\ARMV5\urel\pbapcli.dll 	"sys\bin\pbapcli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1470
file=\epoc32\release\ARMV5\urel\btaccesshost.exe 	"sys\bin\btaccesshost.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1471
file=\epoc32\release\ARMV5\urel\pbaplogeng.dll 	"sys\bin\pbaplogeng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1472
REM PDRSTORE
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1473
REM Feature PRINT is not included in this ROM
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1474
REM ETel SAT API
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1475
file=\epoc32\release\ARMV5\urel\etelsat.dll 	"sys\bin\etelsat.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1476
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, phbksyncplugin.dll , phbksyncplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1477
file=\epoc32\release\ARMV5\urel\phbksyncsvr.dll 	"sys\bin\phbksyncsvr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1478
file=\epoc32\release\ARMV5\urel\phbksyncsvrexe.exe 	"sys\bin\phbksyncsvrexe.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1479
file=\epoc32\release\ARMV5\urel\crber.dll 	"sys\bin\crber.dll"	
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1480
file=\epoc32\release\ARMV5\urel\crpkcs12.dll 	"sys\bin\crpkcs12.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1481
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PKCS12Recognizer.dll , PKCS12Recognizer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1482
file=\epoc32\release\ARMV5\urel\pkcs7.dll 	"sys\bin\pkcs7.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1483
PlatSecDiagnostics ON
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1484
PlatSecDiagnostics ON
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1485
PlatSecEnforcement ON
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1486
REM Printer Drivers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1487
REM Feature PRINT is not included in this ROM
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1488
file=\epoc32\release\ARMV5\urel\punycodeconverter.dll 	"sys\bin\punycodeconverter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1489
REM Application Protocol recognisers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1490
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WebUrlRec.dll , WebUrlRec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1491
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RecBmark.dll , RecBmark.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1492
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RecWeb.dll , RecWeb.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1493
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recwap.dll , recwap.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1494
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, audiostream.dll , audiostream.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1495
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, tonehwdevice.dll , tonehwdevice.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1496
file=\epoc32\release\ARMV5\urel\audiocodec.dll 	"sys\bin\audiocodec.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1497
file=\epoc32\release\ARMV5\urel\audiogaincontrol.dll 	"sys\bin\audiogaincontrol.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1498
file=\epoc32\release\ARMV5\urel\buffersink.dll 	"sys\bin\buffersink.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1499
file=\epoc32\release\ARMV5\urel\audiodevicesink.dll 	"sys\bin\audiodevicesink.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1500
file=\epoc32\release\ARMV5\urel\buffersource.dll 	"sys\bin\buffersource.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1501
file=\epoc32\release\ARMV5\urel\audiodevicesource.dll 	"sys\bin\audiodevicesource.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1502
data=\epoc32\data\Z\Resource\a3f\HwDev0x101FFA06GSM610Default.RSC 	"resource\a3f\HwDev0x101FFA06.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1503
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F21PU8Default.RSC 	"resource\a3f\HwDev0x101F9F21.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1504
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F36PCM8Default.RSC 	"resource\a3f\HwDev0x101F9F36.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1505
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F00PCM16Default.rsc 	"resource\a3f\HwDev0x101F9F00.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1506
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F01PCM16Default.rsc 	"resource\a3f\HwDev0x101F9F01.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1507
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F32ALawDefault.RSC 	"resource\a3f\HwDev0x101F9F32.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1508
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F34PCM16Default.RSC 	"resource\a3f\HwDev0x101F9F34.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1509
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F31MuLawDefault.RSC 	"resource\a3f\HwDev0x101F9F31.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1510
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F33PCM16Default.RSC 	"resource\a3f\HwDev0x101F9F33.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1511
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F35PCM16Default.RSC 	"resource\a3f\HwDev0x101F9F35.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1512
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F37PCM16Default.RSC 	"resource\a3f\HwDev0x101F9F37.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1513
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F38S16Default.RSC 	"resource\a3f\HwDev0x101F9F38.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1514
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F3cS16Default.RSC 	"resource\a3f\HwDev0x101F9F3c.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1515
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F3dpcm16bDefault.RSC 	"resource\a3f\HwDev0x101F9F3d.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1516
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F40IMADDefault.RSC 	"resource\a3f\HwDev0x101F9F40.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1517
data=\epoc32\data\Z\Resource\a3f\hwdev0x101f9f41pcm16default.RSC 	"resource\a3f\HwDev0x101F9F41.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1518
data=\epoc32\data\Z\Resource\a3f\hwdev0x101ffa05pcm16default.RSC 	"resource\a3f\hwdev0x101ffa05.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1519
data=\epoc32\data\Z\Resource\a3f\HwDev0xa0000a7aPCM16Default.RSC 	"resource\a3f\HwDev0xa0000a7a.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1520
data=\epoc32\data\Z\Resource\a3f\HwDev0x102737B2OGGDecDefault.RSC 	"resource\a3f\HwDev0x102737B2.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1521
data=\epoc32\data\Z\Resource\a3f\HwDev0x102737B4OGGEncDefault.RSC 	"resource\a3f\HwDev0x102737B4.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1522
data=\epoc32\data\Z\Resource\a3f\HwDev0x10283463ToneDefault.RSC 	"resource\a3f\HwDev0x10283463.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1523
data=\epoc32\data\Z\Resource\a3f\HwDev0x1020659DRawDecEncDefault.RSC 	"resource\a3f\HwDev0x1020659D.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1524
data=\epoc32\data\Z\Resource\a3f\HwDev0x1020658FMp3DecDefault.RSC 	"resource\a3f\HwDev0x1020658F.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1525
data=\epoc32\data\Z\Resource\a3f\HwDev0x10206596AmrNbDecDefault.RSC 	"resource\a3f\HwDev0x10206596.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1526
data=\epoc32\data\Z\Resource\a3f\HwDev0x1020659EAmrNbEncDefault.RSC 	"resource\a3f\HwDev0x1020659E.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1527
data=\epoc32\data\Z\Resource\a3f\HwDev0x102065b0AmrNbEncDefault.RSC 	"resource\a3f\HwDev0x102065b0.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1528
data=\epoc32\data\Z\Resource\a3f\HwDev0xA0000A34AmrWbEncDefault.RSC 	"resource\a3f\HwDev0xA0000A34.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1529
data=\epoc32\data\Z\Resource\a3f\HwDev0x10206591AmrWbDecDefault.RSC 	"resource\a3f\HwDev0x10206591.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1530
data=\epoc32\data\Z\Resource\a3f\HwDev0x102084BCSbcEncDefault.rsc 	"resource\a3f\HwDev0x102084BC.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1531
data=\epoc32\data\Z\Resource\a3f\HwDev0x10205E63iLbcDecDefault.RSC 	"resource\a3f\HwDev0x10205E63.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1532
data=\epoc32\data\Z\Resource\a3f\HwDev0x10205E66iLbcEncDefault.RSC 	"resource\a3f\HwDev0x10205E66.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1533
data=\epoc32\data\Z\Resource\a3f\HwDev0x10208826G729EncDefault.RSC 	"resource\a3f\HwDev0x10208826.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1534
data=\epoc32\data\Z\Resource\a3f\HwDev0x10205EEAG729DecDefault.RSC 	"resource\a3f\HwDev0x10205EEA.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1535
data=\epoc32\data\Z\Resource\a3f\HwDev0x10205EE4G711DecDefault.RSC 	"resource\a3f\HwDev0x10205EE4.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1536
data=\epoc32\data\Z\Resource\a3f\HwDev0x10205EE7G711EncDefault.RSC 	"resource\a3f\HwDev0x10205EE7.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1537
file=\epoc32\release\ARMV5\urel\mmrcclient.dll 	"sys\bin\mmrcclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1538
file=\epoc32\release\ARMV5\urel\mmrcserver.dll 	"sys\bin\mmrcserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1539
REM ConArcPlugin from converting Rich text to HTML
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1540
REM Internal:  Rt2htmCv
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1541
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RT2HTMCV.DLL , RT2HTMCV.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1542
data=\epoc32\data\z\resource\convert\1000071c.RSC 	"Resource\Convert\1000071c.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1543
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DRMstringdict00.dll , DRMstringdict00.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1544
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rocontenthandler.dll , rocontenthandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1545
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, roaptcontenthandler.dll , roaptcontenthandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1546
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, roapphandler.dll , roapphandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1547
file=\epoc32\release\ARMV5\urel\rpnp.dll 	"sys\bin\rpnp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1548
REM Feature RTP not included in this rom -> Substituted with rtpremoved.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1549
file=\epoc32\release\ARMV5\urel\rtpremoved.dll 	"sys\bin\rtp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1550
REM Feature RTP not included in this rom
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1551
data=\epoc32\data\Z\private\10202BE9\101F8770.txt 	"private\10202BE9\101F8770.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1552
data=\epoc32\data\Z\private\10202BE9\1028583d.txt 	"private\10202BE9\1028583d.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1553
data=\epoc32\data\Z\private\10202BE9\101F9A0A.txt 	"private\10202BE9\101F9A0A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1554
data=\epoc32\data\Z\private\10202BE9\10282BCD.txt 	"private\10202BE9\10282BCD.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1555
data=\epoc32\data\Z\private\10202BE9\101F8765.txt 	"private\10202BE9\101F8765.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1556
data=\epoc32\data\Z\private\10202BE9\10200C8B.txt 	"private\10202BE9\10200C8B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1557
data=\epoc32\data\Z\private\10202BE9\101F877E.txt 	"private\10202BE9\101F877E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1558
data=\epoc32\data\Z\private\10202BE9\10207B74.txt 	"private\10202BE9\10207B74.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1559
data=\epoc32\data\Z\private\10202BE9\2000F8F3.txt 	"private\10202BE9\2000F8F3.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1560
data=\epoc32\data\Z\private\10202BE9\101F876F.txt 	"private\10202BE9\101F876F.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1561
data=\epoc32\data\Z\private\10202BE9\2002677B.txt 	"private\10202BE9\2002677B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1562
data=\epoc32\data\Z\private\10202BE9\10207B87.txt 	"private\10202BE9\10207B87.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1563
data=\epoc32\data\Z\private\10202BE9\101F8731.txt 	"private\10202BE9\101F8731.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1564
data=\epoc32\data\Z\private\10202BE9\10207467.txt 	"private\10202BE9\10207467.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1565
data=\epoc32\data\Z\private\10202BE9\101F877F.txt 	"private\10202BE9\101F877F.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1566
data=\epoc32\data\Z\private\10202BE9\10008D3A.txt 	"private\10202BE9\10008D3A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1567
data=\epoc32\data\Z\private\10202BE9\2000F8EA.txt 	"private\10202BE9\2000F8EA.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1568
data=\epoc32\data\Z\private\10202BE9\2001FCBA.txt 	"private\10202BE9\2001FCBA.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1569
data=\epoc32\data\Z\private\10202BE9\10282ee7.txt 	"private\10202BE9\10282ee7.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1570
data=\epoc32\data\Z\private\10202BE9\10281872.txt 	"private\10202BE9\10281872.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1571
data=\epoc32\data\Z\private\10202BE9\102029A2.txt 	"private\10202BE9\102029A2.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1572
data=\epoc32\data\Z\private\10202BE9\10204338.txt 	"private\10202BE9\10204338.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1573
data=\epoc32\data\Z\private\10202BE9\10281BC8.txt 	"private\10202BE9\10281BC8.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1574
data=\epoc32\data\Z\private\10202BE9\20022FC0.txt 	"private\10202BE9\20022FC0.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1575
data=\epoc32\data\Z\private\10202BE9\101F8751.txt 	"private\10202BE9\101F8751.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1576
data=\epoc32\data\Z\private\10202BE9\1028190A.txt 	"private\10202BE9\1028190A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1577
data=\epoc32\data\Z\private\10202BE9\101F87A3.txt 	"private\10202BE9\101F87A3.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1578
data=\epoc32\data\Z\private\10202BE9\101F880B.txt 	"private\10202BE9\101F880B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1579
data=\epoc32\data\Z\private\10202BE9\2000F8EC.txt 	"private\10202BE9\2000F8EC.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1580
data=\epoc32\data\Z\private\10202BE9\101F8809.txt 	"private\10202BE9\101F8809.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1581
REM MISSING data=\epoc32\data\Z\private\10202BE9\10281FAB.txt		private\10202BE9\10281FAB.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1582
data=\epoc32\data\Z\private\10202BE9\101F7A81.txt 	"private\10202BE9\101F7A81.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1583
data=\epoc32\data\Z\private\10202BE9\10283344.txt 	"private\10202BE9\10283344.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1584
data=\epoc32\data\Z\private\10202BE9\20016BC5.txt 	"private\10202BE9\20016BC5.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1585
data=\epoc32\data\Z\private\10202BE9\20022D83.txt 	"private\10202BE9\20022D83.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1586
data=\epoc32\data\Z\private\10202BE9\10208dd7.txt 	"private\10202BE9\10208dd7.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1587
data=\epoc32\data\Z\private\10202BE9\101FB654.txt 	"private\10202BE9\101FB654.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1588
data=\epoc32\data\Z\private\10202BE9\102828B2.txt 	"private\10202BE9\102828B2.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1589
data=\epoc32\data\Z\private\10202BE9\10205056.txt 	"private\10202BE9\10205056.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1590
data=\epoc32\data\Z\private\10202BE9\102750C6.txt 	"private\10202BE9\102750C6.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1591
data=\epoc32\data\Z\private\10202BE9\101f6d12.txt 	"private\10202BE9\101f6d12.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1592
data=\epoc32\data\Z\private\10202BE9\102818E8.txt 	"private\10202BE9\102818E8.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1593
data=\epoc32\data\Z\private\10202BE9\101F9A1D.txt 	"private\10202BE9\101F9A1D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1594
data=\epoc32\data\Z\private\10202BE9\101F874B.txt 	"private\10202BE9\101F874B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1595
data=\epoc32\data\Z\private\10202BE9\10282266.txt 	"private\10202BE9\10282266.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1596
data=\epoc32\data\Z\private\10202BE9\20021346.txt 	"private\10202BE9\20021346.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1597
data=\epoc32\data\Z\private\10202BE9\20009CAE.txt 	"private\10202BE9\20009CAE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1598
data=\epoc32\data\Z\private\10202BE9\2000F86E.txt 	"private\10202BE9\2000F86E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1599
data=\epoc32\data\Z\private\10202BE9\10283114.txt 	"private\10202BE9\10283114.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1600
data=\epoc32\data\Z\private\10202BE9\102828B1.txt 	"private\10202BE9\102828B1.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1601
data=\epoc32\data\Z\private\10202BE9\101F8557.txt 	"private\10202BE9\101F8557.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1602
data=\epoc32\data\Z\private\10202BE9\101FD67E.txt 	"private\10202BE9\101FD67E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1603
data=\epoc32\data\Z\private\10202BE9\101fe99b.txt 	"private\10202BE9\101fe99b.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1604
data=\epoc32\data\Z\private\10202BE9\101FFCD0.txt 	"private\10202BE9\101FFCD0.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1605
data=\epoc32\data\Z\private\10202BE9\2000B494.txt 	"private\10202BE9\2000B494.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1606
data=\epoc32\data\Z\private\10202BE9\102071F5.txt 	"private\10202BE9\102071F5.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1607
data=\epoc32\data\Z\private\10202BE9\101fed88.txt 	"private\10202BE9\101fed88.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1608
data=\epoc32\data\Z\private\10202BE9\2001011A.txt 	"private\10202BE9\2001011A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1609
data=\epoc32\data\Z\private\10202BE9\101FE999.txt 	"private\10202BE9\101FE999.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1610
data=\epoc32\data\Z\private\10202BE9\2000F8F2.txt 	"private\10202BE9\2000F8F2.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1611
data=\epoc32\data\Z\private\10202BE9\101F876D.txt 	"private\10202BE9\101F876D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1612
data=\epoc32\data\Z\private\10202BE9\10205CBF.txt 	"private\10202BE9\10205CBF.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1613
data=\epoc32\data\Z\private\10202BE9\10282BCC.txt 	"private\10202BE9\10282BCC.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1614
data=\epoc32\data\Z\private\10202BE9\2000B16B.txt 	"private\10202BE9\2000B16B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1615
REM MISSING data=\epoc32\data\Z\private\10202BE9\10285abc.txt		private\10202BE9\10285abc.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1616
data=\epoc32\data\Z\private\10202BE9\2001E610.txt 	"private\10202BE9\2001E610.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1617
data=\epoc32\data\Z\private\10202BE9\2001FCBD.txt 	"private\10202BE9\2001FCBD.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1618
data=\epoc32\data\Z\private\10202BE9\2001FCB9.txt 	"private\10202BE9\2001FCB9.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1619
data=\epoc32\data\Z\private\10202BE9\2001E611.txt 	"private\10202BE9\2001E611.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1620
data=\epoc32\data\Z\private\10202BE9\10285c46.txt 	"private\10202BE9\10285c46.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1621
data=\epoc32\data\Z\private\10202BE9\10205afb.txt 	"private\10202BE9\10205afb.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1622
data=\epoc32\data\Z\private\10202BE9\2001FE55.txt 	"private\10202BE9\2001FE55.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1623
data=\epoc32\data\Z\private\10202BE9\2002120B.txt 	"private\10202BE9\2002120B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1624
REM MISSING data=\epoc32\data\Z\private\10202BE9\101F87A1.txt		private\10202BE9\101F87A1.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1625
data=\epoc32\data\Z\private\10202BE9\2001FE4D.txt 	"private\10202BE9\2001FE4D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1626
data=\epoc32\data\Z\private\10202BE9\2000B5C5.txt 	"private\10202BE9\2000B5C5.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1627
data=\epoc32\data\Z\private\10202BE9\102072D0.txt 	"private\10202BE9\102072D0.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1628
data=\epoc32\data\Z\private\10202BE9\102824A0.txt 	"private\10202BE9\102824A0.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1629
data=\epoc32\data\Z\private\10202BE9\20026F5E.txt 	"private\10202BE9\20026F5E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1630
data=\epoc32\data\Z\private\10202BE9\1020383e.txt 	"private\10202BE9\1020383e.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1631
data=\epoc32\data\Z\private\10202BE9\101FFCD2.txt 	"private\10202BE9\101FFCD2.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1632
data=\epoc32\data\Z\private\10202BE9\101F884C.txt 	"private\10202BE9\101F884C.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1633
REM MISSING data=\epoc32\data\Z\private\10202BE9\2001ea7f.txt		private\10202BE9\2001ea7f.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1634
data=\epoc32\data\Z\private\10202BE9\10207267.txt 	"private\10202BE9\10207267.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1635
data=\epoc32\data\Z\private\10202BE9\101F8781.txt 	"private\10202BE9\101F8781.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1636
data=\epoc32\data\Z\private\10202BE9\102071F2.txt 	"private\10202BE9\102071F2.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1637
data=\epoc32\data\Z\private\10202BE9\102750A0.txt 	"private\10202BE9\102750A0.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1638
data=\epoc32\data\Z\private\10202BE9\1028312F.txt 	"private\10202BE9\1028312F.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1639
data=\epoc32\data\Z\private\10202BE9\200195AD.txt 	"private\10202BE9\200195AD.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1640
data=\epoc32\data\Z\private\10202BE9\101f6d50.txt 	"private\10202BE9\101f6d50.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1641
data=\epoc32\data\Z\private\10202BE9\101F8769.txt 	"private\10202BE9\101F8769.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1642
data=\epoc32\data\Z\private\10202BE9\1028239D.txt 	"private\10202BE9\1028239D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1643
data=\epoc32\data\Z\private\10202BE9\101FFC03.txt 	"private\10202BE9\101FFC03.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1644
data=\epoc32\data\Z\private\10202BE9\2000B438.txt 	"private\10202BE9\2000B438.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1645
data=\epoc32\data\Z\private\10202BE9\2000E542.txt 	"private\10202BE9\2000E542.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1646
data=\epoc32\data\Z\private\10202BE9\10204DA9.txt 	"private\10202BE9\10204DA9.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1647
data=\epoc32\data\Z\private\10202BE9\2001E321.txt 	"private\10202BE9\2001E321.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1648
data=\epoc32\data\Z\private\10202BE9\2000F8F0.txt 	"private\10202BE9\2000F8F0.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1649
data=\epoc32\data\Z\private\10202BE9\2001B2C9.txt 	"private\10202BE9\2001B2C9.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1650
data=\epoc32\data\Z\private\10202BE9\200159ED.txt 	"private\10202BE9\200159ED.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1651
data=\epoc32\data\Z\private\10202BE9\10204DAB.txt 	"private\10202BE9\10204DAB.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1652
data=\epoc32\data\Z\private\10202BE9\101F6DE5.txt 	"private\10202BE9\101F6DE5.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1653
data=\epoc32\data\Z\private\10202BE9\10274556.txt 	"private\10202BE9\10274556.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1654
REM MISSING data=\epoc32\data\Z\private\10202BE9\10285abe.txt		private\10202BE9\10285abe.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1655
data=\epoc32\data\Z\private\10202BE9\101F87EC.txt 	"private\10202BE9\101F87EC.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1656
data=\epoc32\data\Z\private\10202BE9\2000F8EB.txt 	"private\10202BE9\2000F8EB.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1657
data=\epoc32\data\Z\private\10202BE9\101F874D.txt 	"private\10202BE9\101F874D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1658
data=\epoc32\data\Z\private\10202BE9\10281EEF.txt 	"private\10202BE9\10281EEF.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1659
data=\epoc32\data\Z\private\10202BE9\102072E5.txt 	"private\10202BE9\102072E5.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1660
data=\epoc32\data\Z\private\10202BE9\20011118.txt 	"private\10202BE9\20011118.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1661
data=\epoc32\data\Z\private\10202BE9\20010128.txt 	"private\10202BE9\20010128.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1662
data=\epoc32\data\Z\private\10202BE9\2000B5E3.txt 	"private\10202BE9\2000B5E3.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1663
data=\epoc32\data\Z\private\10202BE9\101f884a.txt 	"private\10202BE9\101f884a.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1664
data=\epoc32\data\Z\private\10202BE9\101F6DE4.txt 	"private\10202BE9\101F6DE4.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1665
data=\epoc32\data\Z\private\10202BE9\10282E7F.txt 	"private\10202BE9\10282E7F.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1666
data=\epoc32\data\Z\private\10202BE9\101F884D.txt 	"private\10202BE9\101F884D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1667
data=\epoc32\data\Z\private\10202BE9\2002676F.txt 	"private\10202BE9\2002676F.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1668
data=\epoc32\data\Z\private\10202BE9\100058DB.txt 	"private\10202BE9\100058DB.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1669
data=\epoc32\data\Z\private\10202BE9\102072E2.txt 	"private\10202BE9\102072E2.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1670
data=\epoc32\data\Z\private\10202BE9\101F876C.txt 	"private\10202BE9\101F876C.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1671
data=\epoc32\data\Z\private\10202BE9\2000E58C.txt 	"private\10202BE9\2000E58C.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1672
data=\epoc32\data\Z\private\10202BE9\101F8763.txt 	"private\10202BE9\101F8763.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1673
data=\epoc32\data\Z\private\10202BE9\2000F8F1.txt 	"private\10202BE9\2000F8F1.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1674
data=\epoc32\data\Z\private\10202BE9\101F880A.txt 	"private\10202BE9\101F880A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1675
data=\epoc32\data\Z\private\10202BE9\2000E59A.txt 	"private\10202BE9\2000E59A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1676
data=\epoc32\data\Z\private\10202BE9\200025A6.txt 	"private\10202BE9\200025A6.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1677
data=\epoc32\data\Z\private\10202BE9\102071F1.txt 	"private\10202BE9\102071F1.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1678
data=\epoc32\data\Z\private\10202BE9\2001E272.txt 	"private\10202BE9\2001E272.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1679
data=\epoc32\data\Z\private\10202BE9\1020730B.txt 	"private\10202BE9\1020730B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1680
data=\epoc32\data\Z\private\10202BE9\1020720A.txt 	"private\10202BE9\1020720A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1681
data=\epoc32\data\Z\private\10202BE9\10275102.txt 	"private\10202BE9\10275102.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1682
data=\epoc32\data\Z\private\10202BE9\2000B189.txt 	"private\10202BE9\2000B189.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1683
data=\epoc32\data\Z\private\10202BE9\101F874E.txt 	"private\10202BE9\101F874E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1684
data=\epoc32\data\Z\private\10202BE9\102858F2.txt 	"private\10202BE9\102858F2.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1685
data=\epoc32\data\Z\private\10202BE9\101F877C.txt 	"private\10202BE9\101F877C.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1686
data=\epoc32\data\Z\private\10202BE9\101F883B.txt 	"private\10202BE9\101F883B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1687
data=\epoc32\data\Z\private\10202BE9\102830B0.txt 	"private\10202BE9\102830B0.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1688
data=\epoc32\data\Z\private\10202BE9\100059CB.txt 	"private\10202BE9\100059CB.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1689
data=\epoc32\data\Z\private\10202BE9\10207843.txt 	"private\10202BE9\10207843.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1690
data=\epoc32\data\Z\private\10202BE9\2000E58E.txt 	"private\10202BE9\2000E58E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1691
data=\epoc32\data\Z\private\10202BE9\101F8780.txt 	"private\10202BE9\101F8780.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1692
data=\epoc32\data\Z\private\10202BE9\2000B195.txt 	"private\10202BE9\2000B195.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1693
data=\epoc32\data\Z\private\10202BE9\10008D42.txt 	"private\10202BE9\10008D42.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1694
data=\epoc32\data\Z\private\10202BE9\101F8E44.txt 	"private\10202BE9\101F8E44.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1695
data=\epoc32\data\Z\private\10202BE9\101F87AA.txt 	"private\10202BE9\101F87AA.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1696
data=\epoc32\data\Z\private\10202BE9\101FD64D.txt 	"private\10202BE9\101FD64D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1697
data=\epoc32\data\Z\private\10202BE9\2001111B.txt 	"private\10202BE9\2001111B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1698
data=\epoc32\data\Z\private\10202BE9\10202d4c.txt 	"private\10202BE9\10202d4c.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1699
data=\epoc32\data\Z\private\10202BE9\20019548.txt 	"private\10202BE9\20019548.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1700
data=\epoc32\data\Z\private\10202BE9\2000B5C6.txt 	"private\10202BE9\2000B5C6.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1701
data=\epoc32\data\Z\private\10202BE9\200100FD.txt 	"private\10202BE9\200100FD.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1702
data=\epoc32\data\Z\private\10202BE9\10282826.txt 	"private\10202BE9\10282826.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1703
data=\epoc32\data\Z\private\10202BE9\10282823.txt 	"private\10202BE9\10282823.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1704
data=\epoc32\data\Z\private\10202BE9\102824AE.txt 	"private\10202BE9\102824AE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1705
data=\epoc32\data\Z\private\10202BE9\101F8762.txt 	"private\10202BE9\101F8762.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1706
data=\epoc32\data\Z\private\10202BE9\10207A84.txt 	"private\10202BE9\10207A84.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1707
data=\epoc32\data\Z\private\10202BE9\101F87A8.txt 	"private\10202BE9\101F87A8.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1708
data=\epoc32\data\Z\private\10202BE9\2001E280.txt 	"private\10202BE9\2001E280.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1709
data=\epoc32\data\Z\private\10202BE9\1020781C.txt 	"private\10202BE9\1020781C.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1710
data=\epoc32\data\Z\private\10202BE9\1020507E.txt 	"private\10202BE9\1020507E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1711
data=\epoc32\data\Z\private\10202BE9\102029AC.txt 	"private\10202BE9\102029AC.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1712
data=\epoc32\data\Z\private\10202BE9\200195A2.txt 	"private\10202BE9\200195A2.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1713
data=\epoc32\data\Z\private\10202BE9\2001F3FE.txt 	"private\10202BE9\2001F3FE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1714
data=\epoc32\data\Z\private\10202BE9\101F87EB.txt 	"private\10202BE9\101F87EB.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1715
data=\epoc32\data\Z\private\10202BE9\101F8775.txt 	"private\10202BE9\101F8775.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1716
data=\epoc32\data\Z\private\10202BE9\10281C7D.txt 	"private\10202BE9\10281C7D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1717
data=\epoc32\data\Z\private\10202BE9\101F8871.txt 	"private\10202BE9\101F8871.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1718
data=\epoc32\data\Z\private\10202BE9\10281d44.txt 	"private\10202BE9\10281d44.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1719
data=\epoc32\data\Z\private\10202BE9\101F8764.txt 	"private\10202BE9\101F8764.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1720
data=\epoc32\data\Z\private\10202BE9\2001B29B.txt 	"private\10202BE9\2001B29B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1721
data=\epoc32\data\Z\private\10202BE9\101FFA86.txt 	"private\10202BE9\101FFA86.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1722
data=\epoc32\data\Z\private\10202BE9\101F8782.txt 	"private\10202BE9\101F8782.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1723
data=\epoc32\data\Z\private\10202BE9\101F8847.txt 	"private\10202BE9\101F8847.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1724
data=\epoc32\data\Z\private\10202BE9\101F877D.txt 	"private\10202BE9\101F877D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1725
data=\epoc32\data\Z\private\10202BE9\1028281F.txt 	"private\10202BE9\1028281F.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1726
data=\epoc32\data\Z\private\10202BE9\101F8850.txt 	"private\10202BE9\101F8850.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1727
data=\epoc32\data\Z\private\10202BE9\101F87EA.txt 	"private\10202BE9\101F87EA.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1728
data=\epoc32\data\Z\private\10202BE9\2001B26B.txt 	"private\10202BE9\2001B26B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1729
data=\epoc32\data\Z\private\10202BE9\102869c1.txt 	"private\10202BE9\102869c1.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1730
data=\epoc32\data\Z\private\10202BE9\101FB0D9.txt 	"private\10202BE9\101FB0D9.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1731
data=\epoc32\data\Z\private\10202BE9\2001E66D.txt 	"private\10202BE9\2001E66D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1732
data=\epoc32\data\Z\private\10202BE9\10208A43.txt 	"private\10202BE9\10208A43.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1733
data=\epoc32\data\Z\private\10202BE9\101F4CD5.txt 	"private\10202BE9\101F4CD5.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1734
REM MISSING data=\epoc32\data\Z\private\10202BE9\102869c7.txt		private\10202BE9\102869c7.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1735
REM MISSING data=\epoc32\data\Z\private\10202BE9\10283137.txt		private\10202BE9\10283137.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1736
data=\epoc32\data\Z\private\10202BE9\200159C9.txt 	"private\10202BE9\200159C9.txt"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1737
data=\epoc32\data\Z\private\10202BE9\102073D2.txt 	"private\10202BE9\102073D2.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1738
data=\epoc32\data\Z\private\10202BE9\101f401d.txt 	"private\10202BE9\101f401d.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1739
data=\epoc32\data\Z\private\10202BE9\101FB0D5.txt 	"private\10202BE9\101FB0D5.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1740
data=\epoc32\data\Z\private\10202BE9\101F8801.txt 	"private\10202BE9\101F8801.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1741
data=\epoc32\data\Z\private\10202BE9\10008D3B.txt 	"private\10202BE9\10008D3B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1742
data=\epoc32\data\Z\private\10202BE9\101F861B.txt 	"private\10202BE9\101F861B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1743
data=\epoc32\data\Z\private\10202BE9\2001FCBB.txt 	"private\10202BE9\2001FCBB.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1744
data=\epoc32\data\Z\private\10202BE9\10282F0F.txt 	"private\10202BE9\10282F0F.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1745
data=\epoc32\data\Z\private\10202BE9\10282DF0.txt 	"private\10202BE9\10282DF0.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1746
data=\epoc32\data\Z\private\10202BE9\20008EA6.txt 	"private\10202BE9\20008EA6.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1747
data=\epoc32\data\Z\private\10202BE9\10207194.txt 	"private\10202BE9\10207194.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1748
data=\epoc32\data\Z\private\10202BE9\101FD64E.txt 	"private\10202BE9\101FD64E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1749
data=\epoc32\data\Z\private\10202BE9\20021338.txt 	"private\10202BE9\20021338.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1750
data=\epoc32\data\Z\private\10202BE9\2000E586.txt 	"private\10202BE9\2000E586.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1751
data=\epoc32\data\Z\private\10202BE9\101F8F28.txt 	"private\10202BE9\101F8F28.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1752
data=\epoc32\data\Z\private\10202BE9\102072C4.txt 	"private\10202BE9\102072C4.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1753
data=\epoc32\data\Z\private\10202BE9\101F877B.txt 	"private\10202BE9\101F877B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1754
data=\epoc32\data\Z\private\10202BE9\102073D6.txt 	"private\10202BE9\102073D6.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1755
data=\epoc32\data\Z\private\10202BE9\100048aa.txt 	"private\10202BE9\100048aa.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1756
data=\epoc32\data\Z\private\10202BE9\10200C8C.txt 	"private\10202BE9\10200C8C.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1757
data=\epoc32\data\Z\private\10202BE9\10282827.txt 	"private\10202BE9\10282827.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1758
data=\epoc32\data\Z\private\10202BE9\10205073.txt 	"private\10202BE9\10205073.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1759
data=\epoc32\data\Z\private\10202BE9\101F978F.txt 	"private\10202BE9\101F978F.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1760
data=\epoc32\data\Z\private\10202BE9\101F8798.txt 	"private\10202BE9\101F8798.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1761
data=\epoc32\data\Z\private\10202BE9\102078F1.txt 	"private\10202BE9\102078F1.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1762
data=\epoc32\data\Z\private\10202BE9\2001B2E6.txt 	"private\10202BE9\2001B2E6.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1763
data=\epoc32\data\Z\private\10202BE9\102078EE.txt 	"private\10202BE9\102078EE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1764
data=\epoc32\data\Z\private\10202BE9\1020744E.txt 	"private\10202BE9\1020744E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1765
data=\epoc32\data\Z\private\10202BE9\10205af9.txt 	"private\10202BE9\10205af9.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1766
REM MISSING data=\epoc32\data\Z\private\10202BE9\10275104.txt		private\10202BE9\10275104.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1767
data=\epoc32\data\Z\private\10202BE9\101f500c.txt 	"private\10202BE9\101f500c.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1768
data=\epoc32\data\Z\private\10202BE9\101f8794.txt 	"private\10202BE9\101f8794.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1769
data=\epoc32\data\Z\private\10202BE9\101F85A0.txt 	"private\10202BE9\101F85A0.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1770
data=\epoc32\data\Z\private\10202BE9\10282fcc.txt 	"private\10202BE9\10282fcc.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1771
data=\epoc32\data\Z\private\10202BE9\10205af8.txt 	"private\10202BE9\10205af8.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1772
data=\epoc32\data\Z\private\10202BE9\10207A7F.txt 	"private\10202BE9\10207A7F.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1773
data=\epoc32\data\Z\private\10202BE9\101F8876.txt 	"private\10202BE9\101F8876.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1774
data=\epoc32\data\Z\private\10202BE9\101F87EF.txt 	"private\10202BE9\101F87EF.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1775
data=\epoc32\data\Z\private\10202BE9\10272D33.txt 	"private\10202BE9\10272D33.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1776
data=\epoc32\data\Z\private\10202BE9\2000F83D.txt 	"private\10202BE9\2000F83D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1777
data=\epoc32\data\Z\private\10202BE9\10003a5b.txt 	"private\10202BE9\10003a5b.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1778
data=\epoc32\data\Z\private\10202BE9\1020433A.txt 	"private\10202BE9\1020433A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1779
data=\epoc32\data\Z\private\10202BE9\102828F8.txt 	"private\10202BE9\102828F8.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1780
data=\epoc32\data\Z\private\10202BE9\20024310.txt 	"private\10202BE9\20024310.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1781
data=\epoc32\data\Z\private\10202BE9\102072C6.txt 	"private\10202BE9\102072C6.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1782
data=\epoc32\data\Z\private\10202BE9\101F8772.txt 	"private\10202BE9\101F8772.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1783
data=\epoc32\data\Z\private\10202BE9\101FFCD1.txt 	"private\10202BE9\101FFCD1.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1784
data=\epoc32\data\Z\private\10202BE9\101F876E.txt 	"private\10202BE9\101F876E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1785
data=\epoc32\data\Z\private\10202BE9\2000B45D.txt 	"private\10202BE9\2000B45D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1786
data=\epoc32\data\Z\private\10202BE9\10281893.txt 	"private\10202BE9\10281893.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1787
data=\epoc32\data\Z\private\10202BE9\10206910.txt 	"private\10202BE9\10206910.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1788
data=\epoc32\data\Z\private\10202BE9\10282CB2.txt 	"private\10202BE9\10282CB2.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1789
data=\epoc32\data\Z\private\10202BE9\101F87E3.txt 	"private\10202BE9\101F87E3.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1790
data=\epoc32\data\Z\private\10202BE9\1020298F.txt 	"private\10202BE9\1020298F.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1791
data=\epoc32\data\Z\private\10202BE9\101F87ED.txt 	"private\10202BE9\101F87ED.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1792
data=\epoc32\data\Z\private\10202BE9\10008D39.txt 	"private\10202BE9\10008D39.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1793
data=\epoc32\data\Z\private\10202BE9\2000F85A.txt 	"private\10202BE9\2000F85A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1794
data=\epoc32\data\Z\private\10202BE9\2001844B.txt 	"private\10202BE9\2001844B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1795
data=\epoc32\data\Z\private\10202BE9\102828AC.txt 	"private\10202BE9\102828AC.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1796
data=\epoc32\data\Z\private\10202BE9\10205043.txt 	"private\10202BE9\10205043.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1797
data=\epoc32\data\Z\private\10202BE9\10282EC7.txt 	"private\10202BE9\10282EC7.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1798
data=\epoc32\data\Z\private\10202BE9\102750E2.txt 	"private\10202BE9\102750E2.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1799
data=\epoc32\data\Z\private\10202BE9\1000102c.txt 	"private\10202BE9\1000102c.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1800
data=\epoc32\data\Z\private\10202BE9\20022D51.txt 	"private\10202BE9\20022D51.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1801
data=\epoc32\data\Z\private\10202BE9\10003A73.txt 	"private\10202BE9\10003A73.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1802
data=\epoc32\data\Z\private\10202BE9\10282DFE.txt 	"private\10202BE9\10282DFE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1803
data=\epoc32\data\Z\private\10202BE9\200184B9.txt 	"private\10202BE9\200184B9.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1804
data=\epoc32\data\Z\private\10202BE9\10282384.txt 	"private\10202BE9\10282384.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1805
data=\epoc32\data\Z\private\10202BE9\10281EEE.txt 	"private\10202BE9\10281EEE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1806
data=\epoc32\data\Z\private\10202BE9\101F9784.txt 	"private\10202BE9\101F9784.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1807
data=\epoc32\data\Z\private\10202BE9\101F8779.txt 	"private\10202BE9\101F8779.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1808
data=\epoc32\data\Z\private\10202BE9\10204DAC.txt 	"private\10202BE9\10204DAC.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1809
data=\epoc32\data\Z\private\10202BE9\101F877A.txt 	"private\10202BE9\101F877A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1810
data=\epoc32\data\Z\private\10202BE9\2000E596.txt 	"private\10202BE9\2000E596.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1811
data=\epoc32\data\Z\private\10202BE9\102750B1.txt 	"private\10202BE9\102750B1.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1812
data=\epoc32\data\Z\private\10202BE9\10205afa.txt 	"private\10202BE9\10205afa.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1813
data=\epoc32\data\Z\private\10202BE9\2001B2A9.txt 	"private\10202BE9\2001B2A9.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1814
data=\epoc32\data\Z\private\10202BE9\101F6CFE.txt 	"private\10202BE9\101F6CFE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1815
data=\epoc32\data\Z\private\10202BE9\10207831.txt 	"private\10202BE9\10207831.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1816
data=\epoc32\data\Z\private\10202BE9\1028238B.txt 	"private\10202BE9\1028238B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1817
data=\epoc32\data\Z\private\10202BE9\10282EDC.txt 	"private\10202BE9\10282EDC.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1818
data=\epoc32\data\Z\private\10202BE9\102828B8.txt 	"private\10202BE9\102828B8.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1819
data=\epoc32\data\Z\private\10202BE9\10204DAA.txt 	"private\10202BE9\10204DAA.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1820
data=\epoc32\data\Z\private\10202BE9\10207AF7.txt 	"private\10202BE9\10207AF7.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1821
data=\epoc32\data\Z\private\10202BE9\2001CB75.txt 	"private\10202BE9\2001CB75.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1822
data=\epoc32\data\Z\private\10202BE9\2000CF7E.txt 	"private\10202BE9\2000CF7E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1823
data=\epoc32\data\Z\private\10202BE9\2000CFD9.txt 	"private\10202BE9\2000CFD9.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1824
data=\epoc32\data\Z\private\10202BE9\10282BCE.txt 	"private\10202BE9\10282BCE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1825
data=\epoc32\data\Z\private\10202BE9\10285a25.txt 	"private\10202BE9\10285a25.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1826
data=\epoc32\data\Z\private\10202BE9\102078E1.txt 	"private\10202BE9\102078E1.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1827
data=\epoc32\data\Z\private\10202BE9\101F9775.txt 	"private\10202BE9\101F9775.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1828
data=\epoc32\data\Z\private\10202BE9\1028224b.txt 	"private\10202BE9\1028224b.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1829
data=\epoc32\data\Z\private\10202BE9\10203833.txt 	"private\10202BE9\10203833.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1830
data=\epoc32\data\Z\private\10202BE9\1020503B.txt 	"private\10202BE9\1020503B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1831
data=\epoc32\data\Z\private\10202BE9\102824AB.txt 	"private\10202BE9\102824AB.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1832
data=\epoc32\data\Z\private\10202BE9\101F8566.txt 	"private\10202BE9\101F8566.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1833
data=\epoc32\data\Z\private\10202BE9\101F87EE.txt 	"private\10202BE9\101F87EE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1834
data=\epoc32\data\Z\private\10202BE9\20007564.txt 	"private\10202BE9\20007564.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1835
data=\epoc32\data\Z\private\10202BE9\1000A82B.txt 	"private\10202BE9\1000A82B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1836
data=\epoc32\data\Z\private\10202BE9\10207453.txt 	"private\10202BE9\10207453.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1837
data=\epoc32\data\Z\private\10202BE9\101F8831.txt 	"private\10202BE9\101F8831.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1838
data=\epoc32\data\Z\private\10202BE9\2000F8EE.txt 	"private\10202BE9\2000F8EE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1839
data=\epoc32\data\Z\private\10202BE9\102830B6.txt 	"private\10202BE9\102830B6.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1840
data=\epoc32\data\Z\private\10202BE9\1020506A.txt 	"private\10202BE9\1020506A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1841
data=\epoc32\data\Z\private\10202BE9\101F8873.txt 	"private\10202BE9\101F8873.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1842
data=\epoc32\data\Z\private\10202BE9\10282C84.txt 	"private\10202BE9\10282C84.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1843
data=\epoc32\data\Z\private\10202BE9\2000F8F4.txt 	"private\10202BE9\2000F8F4.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1844
data=\epoc32\data\Z\private\10202BE9\20022EE1.txt 	"private\10202BE9\20022EE1.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1845
data=\epoc32\data\Z\private\10202BE9\1028281E.txt 	"private\10202BE9\1028281E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1846
data=\epoc32\data\Z\private\10202BE9\101F9A08.txt 	"private\10202BE9\101F9A08.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1847
data=\epoc32\data\Z\private\10202BE9\101F8799.txt 	"private\10202BE9\101F8799.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1848
data=\epoc32\data\Z\private\10202BE9\2000B608.txt 	"private\10202BE9\2000B608.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1849
data=\epoc32\data\Z\private\10202BE9\1020505A.txt 	"private\10202BE9\1020505A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1850
data=\epoc32\data\Z\private\10202BE9\10008D55.txt 	"private\10202BE9\10008D55.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1851
data=\epoc32\data\Z\private\10202BE9\101F874F.txt 	"private\10202BE9\101F874F.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1852
data=\epoc32\data\Z\private\10202BE9\10207815.txt 	"private\10202BE9\10207815.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1853
data=\epoc32\data\Z\private\10202BE9\10207286.txt 	"private\10202BE9\10207286.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1854
data=\epoc32\data\Z\private\10202BE9\101F8774.txt 	"private\10202BE9\101F8774.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1855
data=\epoc32\data\Z\private\10202BE9\10207816.txt 	"private\10202BE9\10207816.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1856
data=\epoc32\data\Z\private\10202BE9\1020727f.txt 	"private\10202BE9\1020727f.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1857
data=\epoc32\data\Z\private\10202BE9\10205CA7.txt 	"private\10202BE9\10205CA7.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1858
data=\epoc32\data\Z\private\10202BE9\101F880D.txt 	"private\10202BE9\101F880D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1859
data=\epoc32\data\Z\private\10202BE9\2001E277.txt 	"private\10202BE9\2001E277.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1860
data=\epoc32\data\Z\private\10202BE9\102823B4.txt 	"private\10202BE9\102823B4.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1861
data=\epoc32\data\Z\private\10202BE9\10206915.txt 	"private\10202BE9\10206915.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1862
data=\epoc32\data\Z\private\10202BE9\102818EB.txt 	"private\10202BE9\102818EB.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1863
data=\epoc32\data\Z\private\10202BE9\2000F8EF.txt 	"private\10202BE9\2000F8EF.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1864
data=\epoc32\data\Z\private\10202BE9\2000E598.txt 	"private\10202BE9\2000E598.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1865
data=\epoc32\data\Z\private\10202BE9\200100B5.txt 	"private\10202BE9\200100B5.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1866
REM MISSING data=\epoc32\data\Z\private\10202BE9\10281F9F.txt		private\10202BE9\10281F9F.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1867
data=\epoc32\data\Z\private\10202BE9\10283322.txt 	"private\10202BE9\10283322.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1868
data=\epoc32\data\Z\private\10202BE9\101FFCDC.txt 	"private\10202BE9\101FFCDC.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1869
data=\epoc32\data\Z\private\10202BE9\1020506B.txt 	"private\10202BE9\1020506B.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1870
data=\epoc32\data\Z\private\10202BE9\10008D5E.txt 	"private\10202BE9\10008D5E.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1871
data=\epoc32\data\Z\private\10202BE9\10200C8D.txt 	"private\10202BE9\10200C8D.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1872
data=\epoc32\data\Z\private\10202BE9\10282CE5.txt 	"private\10202BE9\10282CE5.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1873
data=\epoc32\data\Z\private\10202BE9\10282DEE.txt 	"private\10202BE9\10282DEE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1874
data=\epoc32\data\Z\private\10202BE9\2000F8ED.txt 	"private\10202BE9\2000F8ED.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1875
data=\epoc32\data\Z\private\10202BE9\101f413c.txt 	"private\10202BE9\101f413c.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1876
data=\epoc32\data\Z\private\10202BE9\101F99DF.txt 	"private\10202BE9\101F99DF.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1877
data=\epoc32\data\Z\private\10202BE9\101F7A7F.txt 	"private\10202BE9\101F7A7F.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1878
data=\epoc32\data\Z\private\10202BE9\10206913.txt 	"private\10202BE9\10206913.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1879
REM Security Common Utils
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1880
file=\epoc32\release\ARMV5\urel\scsclient.dll 	"sys\bin\scsclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1881
file=\epoc32\release\ARMV5\urel\scsserver.dll 	"sys\bin\scsserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1882
file=\epoc32\release\ARMV5\urel\securityutils.dll 	"sys\bin\securityutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1883
file=\epoc32\release\ARMV5\urel\ipcstream.dll 	"sys\bin\ipcstream.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1884
REM Security UPS utils implementations
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1885
file=\epoc32\release\ARMV5\urel\upsnotifierutil.dll 	"sys\bin\upsnotifierutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1886
file=\epoc32\release\ARMV5\urel\setcap.exe 	"sys\bin\setcap.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1887
file=\epoc32\release\ARMV5\urel\startupproperties.dll 	"Sys\bin\startupproperties.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1888
file=\epoc32\release\ARMV5\urel\startsafe.dll 	"Sys\bin\startsafe.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1889
file=\epoc32\release\ARMV5\urel\restartsys.dll 	"Sys\bin\restartsys.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1890
REM SysMon
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1891
file=\epoc32\release\ARMV5\urel\sysmoncli.dll 	"Sys\bin\sysmoncli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1892
file=\epoc32\release\ARMV5\urel\sysmon.exe 	"Sys\bin\sysmon.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1893
REM Shim dll for SysMon 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1894
file=\epoc32\release\ARMV5\urel\loadsysmon.dll 	"Sys\bin\loadsysmon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1895
file=\epoc32\release\ARMV5\urel\SIPDummyPRT.PRT 	"sys\bin\SIPDummyPRT.PRT"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1896
data=\epoc32\data\z\private\101F7989\Esock\sip.providers.esk 	"private\101F7989\Esock\sip.providers.esk"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1897
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SipH2LanBearerMonitor.dll , SipH2LanBearerMonitor.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1898
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipproviders.dll , sipproviders.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1899
data=\epoc32\data\z\private\101F7988\esock_sip.cmi 	"private\101F7988\esock_sip.cmi"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1900
file=\epoc32\release\ARMV5\urel\SipStateMachine.dll 	"sys\bin\SipStateMachine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1901
file=\epoc32\release\ARMV5\urel\SDPCodec.dll 	"sys\bin\SDPCodec.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1902
file=\epoc32\release\ARMV5\urel\sigcomp.dll 	"sys\bin\SIGCOMP.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1903
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, deflatecomp.dll , deflatecomp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1904
data=\epoc32\data\C\private\101f5d36\sipsdp.dic 	"private\101f5d36\sipsdp.dic"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1905
file=\epoc32\release\ARMV5\urel\siprsvsrv.exe 	"sys\bin\siprsvsrv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1906
file=\epoc32\release\ARMV5\urel\siprsvclient.dll 	"sys\bin\siprsvclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1907
file=\epoc32\release\ARMV5\urel\sipresolver.dll 	"sys\bin\sipresolver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1908
file=\epoc32\release\ARMV5\urel\sipcodec.dll 	"sys\bin\sipcodec.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1909
file=\epoc32\release\ARMV5\urel\sipclient.dll 	"sys\bin\sipclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1910
file=\epoc32\release\ARMV5\urel\sipserver.exe 	"sys\bin\sipserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1911
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SIPSIGCOMP.DLL , SIPSIGCOMP.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1912
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipgprsmon.dll , sipgprsmon.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1913
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipdigest.dll , sipdigest.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1914
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, siptls.dll , siptls.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1915
REM Feature IPSEC not included in this rom
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1916
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SipReqHand.dll , SipReqHand.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1917
file=\epoc32\release\ARMV5\urel\sipprofile.dll 	"sys\bin\sipprofile.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1918
file=\epoc32\release\ARMV5\urel\sipprofilecli.dll 	"sys\bin\sipprofilecli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1919
file=\epoc32\release\ARMV5\urel\sipprofilefsm.dll 	"sys\bin\sipprofilefsm.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1920
file=\epoc32\release\ARMV5\urel\sipproxyrsv.dll 	"sys\bin\sipproxyrsv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1921
file=\epoc32\release\ARMV5\urel\sipprofilesrv.exe 	"sys\bin\sipprofilesrv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1922
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipietfagnt.dll , sipietfagnt.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1923
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipimsagnt.dll , sipimsagnt.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1924
data=\epoc32\data\Z\Private\101F413C\backup_registration.xml 	"private\101F413C\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1925
REM SQLITE3
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1926
file=\epoc32\release\ARMV5\urel\sqlite3.dll 	"sys\bin\sqlite3.dll" 
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1927
file=\epoc32\release\ARMV5\urel\ssmcmn.dll 	"sys\bin\ssmcmn.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1928
file=\epoc32\release\ARMV5\urel\ssmcmd.dll 	"sys\bin\ssmcmd.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1929
file=\epoc32\release\ARMV5\urel\sysstatemgr.exe 	"sys\bin\sysstatemgr.exe"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1930
file=\epoc32\release\ARMV5\urel\ssmstartsafe.dll 	"sys\bin\ssmstartsafe.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1931
file=\epoc32\release\ARMV5\urel\domainpolicy2.dll 	"sys\bin\domainpolicy2.dll"
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1932
file=\epoc32\release\ARMV5\urel\subtitlegraphic.dll 	"sys\bin\subtitlegraphic.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1933
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, subtitlegraphicdrawer.dll , subtitlegraphicdrawer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1934
REM surface update client\server
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1935
file=\epoc32\release\ARMV5\urel\surfaceupdateclient.dll 	"sys\bin\surfaceupdateclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1936
file=\epoc32\release\ARMV5\urel\surfaceupdateserver.dll 	"sys\bin\surfaceupdateserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1937
REM Secure Software Install
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1938
file=\epoc32\release\ARMV5\urel\installserver.exe 	"sys\bin\installserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1939
file=\epoc32\release\ARMV5\urel\plan.dll 	"sys\bin\plan.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1940
file=\epoc32\release\ARMV5\urel\sishelper.dll 	"sys\bin\sishelper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1941
file=\epoc32\release\ARMV5\urel\swidataprovider.dll 	"sys\bin\swidataprovider.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1942
file=\epoc32\release\ARMV5\urel\sisxfile.dll 	"sys\bin\sisxfile.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1943
file=\epoc32\release\ARMV5\urel\siscontroller.dll 	"sys\bin\siscontroller.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1944
file=\epoc32\release\ARMV5\urel\sisresult.dll 	"sys\bin\sisresult.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1945
file=\epoc32\release\ARMV5\urel\uiss.dll 	"sys\bin\uiss.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1946
file=\epoc32\release\ARMV5\urel\uissclient.dll 	"sys\bin\uissclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1947
file=\epoc32\release\ARMV5\urel\swidaemon.exe 	"sys\bin\swidaemon.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1948
file=\epoc32\release\ARMV5\urel\sisregistryclient.dll 	"sys\bin\sisregistryclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1949
file=\epoc32\release\ARMV5\urel\sisregistryserver.exe 	"sys\bin\sisregistryserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1950
file=\epoc32\release\ARMV5\urel\sislauncherclient.dll 	"sys\bin\sislauncherclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1951
file=\epoc32\release\ARMV5\urel\sislauncherserver.exe 	"sys\bin\sislauncherserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1952
file=\epoc32\release\ARMV5\urel\integrityservices.dll 	"sys\bin\integrityservices.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1953
file=\epoc32\release\ARMV5\urel\sisregistryhelperserver.exe 	"sys\bin\sisregistryhelperserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1954
file=\epoc32\release\ARMV5\urel\ocspsupport.exe 	"sys\bin\ocspsupport.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1955
file=\epoc32\release\ARMV5\urel\ocspsupportclient.dll 	"sys\bin\ocspsupportclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1956
file=\epoc32\release\ARMV5\urel\devinfosupportcommon.dll 	"sys\bin\devinfosupportcommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1957
file=\epoc32\release\ARMV5\urel\devinfosupport.exe 	"sys\bin\devinfosupport.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1958
file=\epoc32\release\ARMV5\urel\devinfosupportclient.dll 	"sys\bin\devinfosupportclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1959
file=\epoc32\release\ARMV5\urel\securitymanager.dll 	"sys\bin\securitymanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1960
file=\epoc32\release\ARMV5\urel\backuprestore.dll 	"sys\bin\backuprestore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1961
file=\epoc32\release\ARMV5\urel\cafdataprovider.dll 	"sys\bin\cafdataprovider.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1962
file=\epoc32\release\ARMV5\urel\pkgremover.dll 	"sys\bin\pkgremover.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1963
file=\epoc32\release\ARMV5\urel\swiobserver.exe 	"sys\bin\swiobserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1964
file=\epoc32\release\ARMV5\urel\swiutils.dll 	"sys\bin\swiutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1965
file=\epoc32\release\ARMV5\urel\swiobserverclient.dll 	"sys\bin\swiobserverclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1966
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, upsobserver.dll , upsobserver.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1967
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recsisx.dll , recsisx.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1968
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, swisidchecker.dll , swisidchecker.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1969
data=\epoc32\data\z\system\data\swipolicy.ini 	"system\data\swipolicy.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1970
data=\epoc32\data\z\system\data\sisregistry_5.4.txt 	"system\data\sisregistry_5.4.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1971
data=\epoc32\data\Z\Resource\Errors\swierrors.R01 	"Resource\Errors\swierrors.R01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1972
alias Resource\Errors\swierrors.R01 Resource\Errors\swierrors.RSC 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1973
REM Telephony Watchers...
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1974
file=\epoc32\release\ARMV5\urel\telwatcherbase.dll 	"sys\bin\TelWatcherBase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1975
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, signalstrengthwatcher.dll , signalstrengthwatcher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1976
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, indicatorwatcher.dll , indicatorwatcher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1977
REM SysStart
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1978
file=\epoc32\release\ARMV5\urel\SysStart.exe 	"Sys\bin\SysStart.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1979
REM Simple startup configuration - install a single resource file 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1980
REM as the default "mode 0" file.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1981
REM Note this is a Techview specific way of including just the 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1982
REM SSC required in the ROM. Licensees are expected to include more 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1983
REM than one SSC in their devices.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1984
REM Selected mode 0 startup resource file
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1985
REM MISSING data=\epoc32\data\Z\private\10205C44\SSCForStartupMode0_target.RSC private\10205C44\SSCForStartupMode0.RSC
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1986
data=\epoc32\release\ARMV5\urel\TEFCleanup.exe 	"sys\bin\TEFCleanup.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1987
file=\epoc32\release\ARMV5\urel\testexecutelogclient.dll 	"Sys\Bin\testexecutelogclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1988
file=\epoc32\release\ARMV5\urel\testexecutelogengine.exe 	"Sys\Bin\testexecutelogengine.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1989
file=\epoc32\release\ARMV5\urel\RFileLoggerClient.dll 	"Sys\Bin\RFileLoggerClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1990
file=\epoc32\release\ARMV5\urel\RFileLoggerServer.exe 	"Sys\Bin\RFileLoggerServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1991
file=\epoc32\release\ARMV5\urel\testexecutepipslogclient.dll 	"Sys\Bin\testexecutepipslogclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1992
REM MISSING file=\epoc32\release\ARMV5\urel\wrapperutilsplugin5.dll	Sys\Bin\wrapperutilsplugin.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1993
file=\epoc32\release\ARMV5\urel\testexecute.exe 	"Sys\Bin\testexecute.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1994
file=\epoc32\release\ARMV5\urel\testexecuteutils.dll 	"Sys\Bin\testexecuteutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1995
data=\epoc32\data\z\system\data\testexecute.ini 	"system\data\testexecute.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1996
data=\epoc32\release\ARMV5\urel\TEFUtilityServer.exe 	"Sys\bin\TEFUtilityServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1997
file=\epoc32\release\ARMV5\urel\telnetd.exe 	"Sys\Bin\telnetd.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1998
REM static dependencies
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  1999
file=\epoc32\release\ARMV5\urel\telsess.dll 	"sys\bin\telsess.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2000
file=\epoc32\release\ARMV5\urel\RTestBed.dll 	"sys\bin\RTestBed.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2001
file=\epoc32\release\ARMV5\urel\testexecutepipslogengine.exe 	"Sys\Bin\testexecutepipslogengine.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2002
file=\epoc32\release\ARMV5\urel\tiger.exe 	"sys\bin\tiger.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2003
REM MISSING data=\epoc32\data\Z\resource\apps\tiger_AIF.MIF    resource\apps\tiger_aif.mif 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2004
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\tiger_reg.rsc 	"Private\10003a3f\apps\tiger_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2005
data=\epoc32\data\Z\resource\apps\tiger.RSC 	"resource\apps\tiger.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2006
file=\epoc32\release\ARMV5\urel\a3f_trace_heap.dll 	"sys\bin\a3f_trace_heap.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2007
file=\epoc32\release\ARMV5\urel\EikCoCtlLaf.dll 	"sys\bin\EikCoCtlLaf.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2008
REM Uikon
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2009
file=\epoc32\release\ARMV5\urel\eikcore.dll 	"sys\bin\EikCore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2010
file=\epoc32\release\ARMV5\urel\eiksrv.dll 	"sys\bin\EikSrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2011
file=\epoc32\release\ARMV5\urel\eiksrvs.exe 	"sys\bin\EikSrvs.exe"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2012
file=\epoc32\release\ARMV5\urel\eiksrvc.dll 	"sys\bin\EikSrvc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2013
file=\epoc32\release\ARMV5\urel\eikbackupsrv.dll 	"sys\bin\eikbackupsrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2014
file=\epoc32\release\ARMV5\urel\eikshtsrv.dll 	"sys\bin\eikshtsrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2015
REM DFRD-specific implementations of the interfaces specified by UIKLAFGT
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2016
file=\epoc32\release\ARMV5\urel\uiklaf.dll 	"sys\bin\UikLaf.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2017
data=\epoc32\data\Z\Resource\Apps\default_app_icon.mbm 	"Resource\Apps\default_app_icon.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2018
REM ErrorResGt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2019
data=\epoc32\data\Z\Resource\Errors\ERRORRESGT.R01 	"Resource\Errors\ErrorResGt.R01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2020
alias Resource\Errors\ErrorResGt.R01 Resource\Errors\ErrorResGt.RSC 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2021
REM Viewsrv
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2022
file=\epoc32\release\ARMV5\urel\viewsrv.dll 	"sys\bin\viewsrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2023
file=\epoc32\release\ARMV5\urel\viewcli.dll 	"sys\bin\viewcli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2024
file=\epoc32\release\ARMV5\urel\updatesystemcolorlist.exe 	"Sys\Bin\updatesystemcolorlist.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2025
REM Test code for Uikon Subsystem - kept in \uikon\groupREM #include "uikon_subsytem_unit_test.iby"
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  2026
patchdata eiksrv.dll @ KEikAlarmDefaultSnoozeInMinutes 5
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2027
file=\epoc32\release\ARMV5\urel\uloggerserver.exe 	"Sys\Bin\uloggerserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2028
file=\epoc32\release\ARMV5\urel\uloggersysstart.exe 	"Sys\Bin\uloggersysstart.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2029
file=\epoc32\release\ARMV5\urel\uloggercommand.dll 	"Sys\Bin\uloggercommand.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2030
file=\epoc32\release\ARMV5\urel\uloggerpluginframework.dll 	"Sys\Bin\uloggerpluginframework.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2031
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, uloggerfileplugin.dll , uloggerfileplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2032
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, uloggerserialplugin.dll , uloggerserialplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2033
file=\epoc32\release\ARMV5\urel\uloggersysconfig.dll 	"Sys\Bin\uloggersysconfig.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2034
file=\epoc32\release\ARMV5\urel\uloggerclient.dll 	"Sys\Bin\uloggerclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2035
data=\epoc32\data\Z\private\10273881\uloggerconfig.ini 	"private\10273881\uloggerconfig.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2036
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, referencepolicyplugin.dll , referencepolicyplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2037
file=\epoc32\release\ARMV5\urel\msmmsession.dll 	"Sys\bin\msmmsession.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2038
file=\epoc32\release\ARMV5\urel\msmmserver.exe 	"Sys\bin\msmmserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2039
data=\epoc32\data\Z\Resource\versions\langsw.txt 	"resource\versions\langsw.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2040
data=\epoc32\data\Z\Resource\bootdata\languages.txt 	"resource\Bootdata\languages.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2041
data=\epoc32\data\Z\Resource\versions\lang.txt 	"resource\versions\lang.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2042
REM Versit Recognizer
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2043
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rversit.dll , rversit.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2044
file=\epoc32\release\ARMV5\urel\videorenderer.dll 	"sys\bin\videorenderer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2045
data=\epoc32\data\Z\resource\videorenderer\videorenderer.rsc 	"resource\videorenderer\videorenderer.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2046
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wapurilookup.dll   , wapurilookup.dll   ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2047
REM OpenWFC adaptation Test Scripts [no plugins]
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2048
REM MISSING file=\epoc32\release\ARMV5\urel\openwfcstreamoptestserver.exe	System\Libs\openwfcstreamoptestserver.exe
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2049
REM MISSING data=\epoc32\data\Z\wfctest\tstreamoperation.script	wfctest\tstreamoperation.script
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2050
REM Window Server - defaults to exporting the non-GCE based build
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2051
file=\epoc32\release\ARMV5\urel\wserv_nga.exe 	"sys\bin\EwSrv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2052
file=\epoc32\release\ARMV5\urel\ws32_nga.dll 	"sys\bin\Ws32.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2053
file=\epoc32\release\ARMV5\urel\remotegc_nga.dll 	"sys\bin\remotegc.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2054
file=\epoc32\release\ARMV5\urel\wsgraphicdrawer_nga.dll 	"sys\bin\WsGraphicDrawer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2055
REM Pure OpenWF implementation, so skipping proprietary compositor
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2056
REM Window Server STD Direct GDI Plugins
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2057
file=\epoc32\release\ARMV5\urel\libegl_ref.dll 	"sys\bin\libEGL.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2058
REM openwfc_interop
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2059
file=\epoc32\release\ARMV5\urel\wfcinterop.dll 	"sys\bin\wfcinterop.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2060
file=\epoc32\release\ARMV5\urel\libwfchwsyborg.dll 	"sys\bin\libwfchwsyborg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2061
alias \sys\bin\libwfchwsyborg.dll                      \sys\bin\libWFC.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2062
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 10286378.dll , 10286378.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2063
file=\epoc32\release\ARMV5\urel\graphicsresourcewrapper.dll 	"sys\bin\graphicsresourcewrapper.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2064
file=\epoc32\release\ARMV5\urel\w32stdgraphic.dll 	"sys\bin\W32StdGraphic.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2065
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 10281922.dll , 10281922.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2066
REM Window Server Logging DLLs
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2067
file=\epoc32\release\ARMV5\urel\dlog.dll 	"sys\bin\dlog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2068
file=\epoc32\release\ARMV5\urel\dlogfl.dll 	"sys\bin\dlogfl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2069
file=\epoc32\release\ARMV5\urel\dlogrd.dll 	"sys\bin\dlogrd.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2070
file=\epoc32\release\ARMV5\urel\profilerkeys.dll 	"sys\bin\profilerkeys.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2071
file=\epoc32\release\ARMV5\urel\zsh.exe 	"Sys\Bin\zsh.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2072
file=\epoc32\release\ARMV5\urel\StdioServer.exe 	"sys\bin\StdioServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2073
data=\epoc32\WINSCW\C\system\data\config.ini 	"system\data\config.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2074
data=\epoc32\winscw\c\zsh\dummy.txt 	"Private\2000cd0f\dummy.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2075
file=\epoc32\release\ARMV5\urel\zip.exe 	"Sys\bin\zip.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2076
file=\epoc32\release\ARMV5\urel\unzip.exe 	"Sys\bin\unzip.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2077
file=\epoc32\release\ARMV5\urel\find.exe 	"Sys\bin\find.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2078
file=\epoc32\release\ARMV5\urel\ps.exe 	"Sys\bin\ps.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2079
file=\epoc32\release\ARMV5\urel\grep.exe 	"Sys\bin\grep.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2080
REM FONTUTILS
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2081
file=\epoc32\release\ARMV5\urel\FontUtils.dll 	"sys\bin\FontUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2082
file=\epoc32\release\ARMV5\urel\asrsadaptationhwdevice_stub.dll 	"sys\bin\asrsadaptationhwdevice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2083
file=\epoc32\release\ARMV5\urel\asrsgrcompilerhwdevice_stub.dll 	"sys\bin\asrsgrcompilerhwdevice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2084
file=\epoc32\release\ARMV5\urel\asrsrecognitionhwdevice_stub.dll 	"sys\bin\asrsrecognitionhwdevice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2085
file=\epoc32\release\ARMV5\urel\asrsttphwdevice_stub.dll 	"sys\bin\asrsttphwdevice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2086
file=\epoc32\release\ARMV5\urel\asrsttshwdevice_stub.dll 	"sys\bin\asrsttshwdevice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2087
file=\epoc32\release\ARMV5\urel\asrsvocmanhwdevice_stub.dll 	"sys\bin\asrsvocmanhwdevice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2088
file=\epoc32\release\ARMV5\urel\asrsnlphwdevice_stub.dll 	"sys\bin\asrsnlphwdevice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2089
file=\epoc32\release\ARMV5\urel\LICENSEETSY_STUB.DLL 	"Sys\Bin\licenseetsy.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2090
file=\epoc32\release\ARMV5\urel\SIMATKTSY_STUB.DLL 	"Sys\Bin\simatktsy.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2091
file=\epoc32\release\ARMV5\urel\tvoutconfig.dll 	"Sys\Bin\tvoutconfig.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2092
file=\epoc32\release\ARMV5\urel\ddc_access.dll 	"Sys\Bin\ddc_access.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2093
file=\epoc32\release\ARMV5\urel\power_save_display_mode_stub.dll 	"Sys\Bin\power_save_display_mode.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2094
file=\epoc32\release\ARMV5\urel\fmradiotunercontrol.dll 	"Sys\Bin\fmradiotunercontrol.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2095
file=\epoc32\release\ARMV5\urel\usbclasscontroller.dll 	"Sys\Bin\usbclasscontroller.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2096
file=\epoc32\release\ARMV5\urel\cnvshiftjisdirectmap.dll 	"Sys\Bin\cnvshiftjisdirectmap.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2097
file=\epoc32\release\ARMV5\urel\libegl_sw.dll 	"Sys\Bin\libegl_sw.dll"    
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2098
file=\epoc32\release\ARMV5\urel\libopenvg_sw.dll 	"Sys\Bin\libopenvg_sw.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2099
alias \sys\bin\libopenvg_sw.dll \sys\bin\libOpenVG.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2100
file=\epoc32\release\ARMV5\urel\libopenvgu_sw.dll 	"Sys\Bin\libopenvgu_sw.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2101
alias \sys\bin\libopenvgu_sw.dll \sys\bin\libOpenVGU.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2102
file=\epoc32\release\ARMV5\urel\sflibopenvgrefimpl.dll 	"sys\bin\sflibopenvgrefimpl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2103
file=\epoc32\release\ARMV5\urel\libglesv1_cm.dll 	"Sys\Bin\libglesv1_cm.dll"    
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2104
REM MISSING data=\epoc32\data\Z\private\10202BE9\200159c9.cre		private\10202BE9\200159c9.cre
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2105
data=\epoc32\data\Z\private\101f5027\alarmserver.rsc 	"private\101f5027\alarmserver.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2106
data=\epoc32\data\Z\private\10202BE9\10207376.txt 	"private\10202BE9\10207376.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2107
data=\epoc32\data\Z\Resource\fonts\S60DIGI_V314.ttf 	"Resource\Fonts\S60DIGI_v314.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2108
data=\epoc32\data\Z\Resource\fonts\S60SNR_V4196.ttf 	"Resource\Fonts\S60SNR_v4196.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2109
data=\epoc32\data\Z\Resource\fonts\S60SSB_V4196.ttf 	"Resource\Fonts\S60SSB_v4196.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2110
data=\epoc32\data\Z\Resource\fonts\S60TSB_V4196.ttf 	"Resource\Fonts\S60TSB_v4196.ttf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2111
data=\epoc32\data\Z\Private\200159c0\install\view_200286e4\hsps\00\manifest.dat 	"private\200159c0\install\view_200286e4\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2112
data=\epoc32\data\Z\Private\200159c0\install\view_200286e5\hsps\00\manifest.dat 	"private\200159c0\install\view_200286e5\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2113
data=\epoc32\data\Z\Private\200159c0\install\view_2001f48b\hsps\00\manifest.dat 	"private\200159c0\install\view_2001f48b\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2114
data=\epoc32\data\Z\Private\200159c0\install\view_2001f48b\hsps\00\viewconfiguration.xml 	"private\200159c0\install\view_2001f48b\hsps\00\viewconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2115
data=\epoc32\data\Z\Private\200159c0\install\root_2001f482\hsps\00\rootconfiguration.xml 	"private\200159c0\install\root_2001f482\hsps\00\rootconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2116
data=\epoc32\data\Z\Private\200159c0\install\view_200286e4\hsps\00\viewconfiguration.xml 	"private\200159c0\install\view_200286e4\hsps\00\viewconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2117
data=\epoc32\data\Z\Private\200159c0\install\view_200286e5\hsps\00\viewconfiguration.xml 	"private\200159c0\install\view_200286e5\hsps\00\viewconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2118
file=\epoc32\release\armv5\urel\elocl.01 	"sys\bin\elocl.01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2119
file=\epoc32\release\ARMV5\urel\ABOUT.exe 	"sys\bin\ABOUT.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2120
auto-bitmap=\epoc32\data\Z\resource\apps\About.mbm 	resource\apps\About.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2121
data=\epoc32\data\Z\resource\apps\About.mif 	"resource\apps\About.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2122
data=\epoc32\data\Z\resource\apps\ABOUT_AIF.MIF 	"resource\apps\ABOUT_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2123
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\ABOUT_reg.rsc 	"Private\10003a3f\apps\ABOUT_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2124
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  aboutgsplugin.dll ,  aboutgsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2125
data=\epoc32\data\Z\resource\apps\aboutgsplugin.mif 	"resource\apps\aboutgsplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2126
file=\epoc32\release\ARMV5\urel\accountcreationengine.dll 	"sys\bin\accountcreationengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2127
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  accountcreationplugin.dll ,  accountcreationplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2128
data=\epoc32\data\Z\resource\apps\acpicons.mif 	"resource\apps\acpicons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2129
file=\epoc32\release\ARMV5\urel\ActivePalette.dll 	"sys\bin\ActivePalette.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2130
data=\epoc32\data\Z\resource\apps\activepalette2graphics.mif 	"resource\apps\activepalette2graphics.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2131
file=\epoc32\release\ARMV5\urel\adtupdater.exe 	"sys\bin\adtupdater.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2132
data=\epoc32\data\Z\private\10003a3f\import\apps\adtupdater_reg.rsc 	"private\10003a3f\import\apps\adtupdater_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2133
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, agnentryui.dll , agnentryui.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2134
REM AgnVersit2
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2135
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, agnversit2.dll , agnversit2.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2136
data=\epoc32\data\Z\resource\AgnVersit2Strings.rsc 	"resource\AgnVersit2Strings.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2137
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ai3xmluimain.dll ,  ai3xmluimain.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2138
data=\epoc32\data\Z\resource\apps\ai3xmlui.rsc 	"resource\apps\ai3xmlui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2139
file=\epoc32\release\ARMV5\urel\xn3ecomelementproxy.dll 	"sys\bin\xn3ecomelementproxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2140
file=\epoc32\release\ARMV5\urel\xn3layoutengine.dll 	"sys\bin\xn3layoutengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2141
file=\epoc32\release\ARMV5\urel\cpswrapper.dll 	"sys\bin\cpswrapper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2142
file=\epoc32\release\ARMV5\urel\hspswrapper.dll 	"sys\bin\hspswrapper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2143
file=\epoc32\release\ARMV5\urel\xn3utils.dll 	"sys\bin\xn3utils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2144
file=\epoc32\release\ARMV5\urel\xn3domdocument.dll 	"sys\bin\xn3domdocument.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2145
file=\epoc32\release\ARMV5\urel\xn3odt.dll 	"sys\bin\xn3odt.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2146
file=\epoc32\release\ARMV5\urel\xn3resource.dll 	"sys\bin\xn3resource.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2147
file=\epoc32\release\ARMV5\urel\hscontentcontrol.dll 	"sys\bin\hscontentcontrol.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2148
file=\epoc32\release\ARMV5\urel\extrenderingplugin.dll 	"sys\bin\extrenderingplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2149
data=\epoc32\data\z\resource\plugins\xn3volumecontrol.rsc 	"resource\plugins\xn3volumecontrol.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2150
data=\epoc32\data\Z\resource\apps\xnuiengine.rsc 	"resource\apps\xnuiengine.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2151
data=\epoc32\data\Z\resource\apps\xnwallpaperview.rsc 	"resource\apps\xnwallpaperview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2152
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3textfactory.dll  ,  xn3textfactory.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2153
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3viewfactory.dll  ,  xn3viewfactory.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2154
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3bitmapfactory.dll  ,  xn3bitmapfactory.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2155
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3menufactory.dll  ,  xn3menufactory.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2156
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3domvisitor.dll  ,  xn3domvisitor.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2157
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3popupfactory.dll  ,  xn3popupfactory.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2158
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3newstickerfactory.dll  ,  xn3newstickerfactory.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2159
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3volumecontrolfactory.dll  ,  xn3volumecontrolfactory.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2160
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3clockfactory.dll  ,  xn3clockfactory.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2161
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3nppluginfactory.dll  ,  xn3nppluginfactory.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2162
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3texteditorfactory.dll  ,  xn3texteditorfactory.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2163
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3animationfactory.dll  ,  xn3animationfactory.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2164
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  AIAgendaPluginEngine.dll ,  AIAgendaPluginEngine.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2165
data=\epoc32\data\Z\resource\apps\aicalendarplugin2.mif 	"resource\apps\aicalendarplugin2.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2166
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  aicalendarplugin2.dll ,  aicalendarplugin2.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2167
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aicontainer.dll , aicontainer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2168
REM AiwCallImagePlugin
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2169
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AiwCallImagePlugin.dll , AiwCallImagePlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2170
data=\epoc32\data\Z\System\install\aiwcallimageplugin_stub.SIS 	"System\Install\aiwcallimageplugin_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2171
file=\epoc32\release\ARMV5\urel\alarmeditorapp.exe 	"sys\bin\alarmeditorapp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2172
data=\epoc32\data\Z\resource\apps\alarmeditorapp_AIF.MIF 	"resource\apps\alarmeditorapp_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2173
data=\epoc32\data\Z\resource\apps\alarmeditorapp.RSC 	"resource\apps\alarmeditorapp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2174
data=\epoc32\data\Z\resource\apps\alarmeditorapp_loc.RSC 	"resource\apps\alarmeditorapp_loc.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2175
data=\epoc32\data\Z\private\10003a3f\import\apps\alarmeditorapp_reg.rsc 	"private\10003a3f\import\apps\alarmeditorapp_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2176
file=\epoc32\release\ARMV5\urel\AlmAlert.dll 	"sys\bin\AlmAlert.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2177
file=\epoc32\release\ARMV5\urel\AknAlarmService.dll 	"sys\bin\AknAlarmService.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2178
data=\epoc32\data\Z\system\install\alarmui_stub.sis 	"System\Install\alarmui_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2179
data=\epoc32\data\Z\data\sounds\digital\clock.aac 	"data\sounds\digital\clock.aac"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2180
data=\epoc32\data\Z\data\sounds\digital\alarm.aac 	"data\sounds\digital\alarm.aac"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2181
data=\epoc32\data\Z\private\10282BC4\Rules\alarmui_snooze.rul 	"private\10282BC4\Rules\alarmui_snooze.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2182
data=\epoc32\data\Z\private\10282BC4\Rules\alarmui_activate.rul 	"private\10282BC4\Rules\alarmui_activate.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2183
data=\epoc32\data\Z\private\10282BC4\Rules\alarmui_stop.rul 	"private\10282BC4\Rules\alarmui_stop.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2184
data=\epoc32\data\Z\private\10282BC4\Rules\alarmui_silence.rul 	"private\10282BC4\Rules\alarmui_silence.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2185
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, amadapter2.dll , amadapter2.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2186
file=\epoc32\release\ARMV5\urel\AMInstallOptions.dll 	"sys\bin\AMInstallOptions.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2187
file=\epoc32\release\ARMV5\urel\ApplicationManagement.exe 	"sys\bin\ApplicationManagement.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2188
data=\EPOC32\DATA\Z\private\10003a3f\apps\ApplicationManagement_reg.RSC 	"private\10003a3f\import\apps\ApplicationManagement_reg.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2189
file=\epoc32\release\ARMV5\urel\ApplicationManagement.dll 	"sys\bin\ApplicationManagement.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2190
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RfsAppMgmtPlugin.dll , RfsAppMgmtPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2191
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, omascomoadapter.dll , omascomoadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2192
data=\epoc32\data\Z\Private\100012a5\policy\20021335.spd 	"PRIVATE\100012a5\policy\20021335.spd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2193
data=\epoc32\data\Z\Private\100012a5\policy\1020781C.spd 	"PRIVATE\100012a5\policy\1020781C.spd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2194
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AiwSyncProvider.dll , AiwSyncProvider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2195
file=\epoc32\release\ARMV5\urel\AspSyncUtil.dll 	"sys\bin\AspSyncutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2196
file=\epoc32\release\ARMV5\urel\aspschedulehandler.exe 	"sys\bin\aspschedulehandler.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2197
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AspPreSyncDefault.dll , AspPreSyncDefault.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2198
data=\epoc32\data\Z\resource\apps\AspSyncUtil.MIF 	"resource\apps\AspSyncUtil.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2199
auto-bitmap=\epoc32\data\Z\resource\apps\AspSyncUtil.mbm 	resource\apps\AspSyncUtil.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2200
file=\epoc32\release\ARMV5\urel\audiomessageui.dll 	"sys\bin\audiomessageui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2201
file=\epoc32\release\ARMV5\urel\audiomessage.exe 	"sys\bin\audiomessage.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2202
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\audiomessage_reg.rsc 	"Private\10003a3f\import\apps\audiomessage_reg.rsc"        
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2203
data=\epoc32\data\Z\resource\apps\audiomessage_AIF.MIF 	"resource\apps\audiomessage_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2204
data=\epoc32\data\Z\resource\apps\audiomessage.mif 	"resource\apps\audiomessage.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2205
data=\epoc32\data\z\system\install\stub_audiomessage.sis 	"system\install\stub_audiomessage.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2206
file=\epoc32\release\ARMV5\urel\Bium.dll 	"sys\bin\Bium.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2207
file=\epoc32\release\ARMV5\urel\SatInfo.dll 	"sys\bin\SatInfo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2208
data=\epoc32\data\Z\resource\apps\satellite.mif 	"resource\apps\satellite.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2209
data=\epoc32\data\Z\resource\apps\BLID.mif 	"resource\apps\BLID.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2210
data=\epoc32\data\Z\resource\apps\BLID_AIF.MIF 	"resource\apps\BLID_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2211
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\blid_reg.rsc 	"Private\10003a3f\import\apps\blid_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2212
file=\epoc32\release\ARMV5\urel\BlidEng.dll 	"sys\bin\BlidEng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2213
file=\epoc32\release\ARMV5\urel\Blid.exe 	"sys\bin\Blid.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2214
data=\epoc32\data\Z\private\101F85A0\backup_registration.xml 	"private\101F85A0\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2215
data=\epoc32\data\Z\System\install\blidstub.sis 	"system\install\blidstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2216
file=\epoc32\release\ARMV5\urel\bmcustomization.dll 	"sys\bin\bmcustomization.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2217
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, bookmarkdataprovider.dll , bookmarkdataprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2218
data=\epoc32\data\Z\resource\bookmarkdatastore.rsc 	"resource\bookmarkdatastore.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2219
data=\epoc32\data\Z\resource\bookmarkdsa.rsc 	"resource\bookmarkdsa.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2220
data=\epoc32\data\Z\private\101F99F6\capability\102751BA.XML 	"private\101F99F6\capability\102751BA.XML"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2221
data=\epoc32\data\Z\System\install\bookmarkdsa_stub.sis 	"system\install\bookmarkdsa_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2222
file=\epoc32\release\ARMV5\urel\bpas.dll 	"sys\bin\bpas.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2223
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, npbrowseraudiovideoplugin.dll , npbrowseraudiovideoplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2224
data=\epoc32\data\Z\resource\apps\browseraudiovideoplugin_AIF.MIF 	"resource\apps\browseraudiovideoplugin_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2225
file=\epoc32\release\ARMV5\urel\browserlauncher.dll 	"sys\bin\browserlauncher.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2226
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, npSystemInfoPlugin.dll , npSystemInfoPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2227
auto-bitmap=\epoc32\data\Z\resource\apps\Browser.mbm 	resource\apps\Browser.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2228
data=\epoc32\data\Z\resource\apps\Browser.mif 	"resource\apps\Browser.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2229
auto-bitmap=\epoc32\data\Z\resource\apps\browserbitmaps.mbm 	resource\apps\browserbitmaps.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2230
file=\epoc32\release\ARMV5\urel\BrowserNG.exe 	"sys\bin\BrowserNG.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2231
data=\epoc32\data\Z\resource\apps\BrowserNG_AIF.MIF 	"resource\apps\BrowserNG_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2232
data=\epoc32\data\z\private\10003a3f\apps\BrowserNG_reg.rsc 	"private\10003a3f\import\apps\BrowserNG_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2233
data=\epoc32\release\ARMV5\urel\Browser_Stub.sis 	"system\install\Browser_Stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2234
data=\epoc32\data\c\feeds_view_template.html 	"feeds_view_template.html"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2235
data=\epoc32\data\z\private\10008d39\backup_registration.xml 	"private\10008d39\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2236
file=\epoc32\release\ARMV5\urel\BUBBLEMANAGER.dll 	"sys\bin\BubbleManager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2237
data=\epoc32\data\Z\resource\BUBBLEMANAGER.rsc 	"resource\BUBBLEMANAGER.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2238
auto-bitmap=\epoc32\data\Z\resource\apps\BubbleManager.mbm 	resource\apps\BubbleManager.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2239
data=\epoc32\data\Z\resource\apps\BubbleManager.mif 	"resource\apps\BubbleManager.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2240
data=\epoc32\data\Z\System\install\bubblemanager_stub.sis 	"System\Install\bubblemanager_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2241
file=\epoc32\release\ARMV5\urel\bva.exe 	"sys\bin\bva.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2242
data=\epoc32\data\Z\resource\apps\bva_AIF.MIF 	"resource\apps\bva_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2243
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\bva_reg.rsc 	"Private\10003a3f\import\apps\bva_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2244
data=\epoc32\data\z\system\install\stub_bva.sis 	"system\install\stub_bva.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2245
file=\epoc32\release\ARMV5\urel\Calcsoft.exe 	"sys\bin\Calcsoft.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2246
auto-bitmap=\epoc32\data\Z\resource\apps\Calcsoft.mbm 	resource\apps\Calcsoft.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2247
data=\epoc32\data\Z\resource\apps\Calcsoft.mif 	"resource\apps\Calcsoft.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2248
data=\epoc32\data\Z\resource\apps\CalcSoft_AIF.MIF 	"resource\apps\CalcSoft_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2249
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\CalcSoft_reg.rsc 	"Private\10003a3f\apps\CalcSoft_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2250
data=\epoc32\data\Z\private\10005902\backup_registration.xml 	"private\10005902\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2251
file=\epoc32\release\ARMV5\urel\CalDavClient.dll 	"sys\bin\CalDavClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2252
file=\epoc32\release\ARMV5\urel\!CalDavServer.exe 	"sys\bin\!CalDavServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2253
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calencaldavplugin.dll  ,  calencaldavplugin.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2254
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calenaiwprovider.dll ,  calenaiwprovider.dll ) ;
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2255
file=\epoc32\release\ARMV5\urel\calencommonutils.dll 	"sys\bin\calencommonutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2256
file=\epoc32\release\ARMV5\urel\CalenController.dll 	"sys\bin\CalenController.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2257
file=\epoc32\release\ARMV5\urel\calencustomisationmanager.dll 	"sys\bin\calencustomisationmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2258
file=\epoc32\release\ARMV5\urel\Calendar.exe 	"sys\bin\Calendar.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2259
data=\epoc32\data\Z\resource\apps\Calendar.mif 	"resource\apps\Calendar.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2260
data=\epoc32\data\Z\Private\10005901\backup_registration.xml 	"PRIVATE\10005901\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2261
data=\epoc32\data\Z\resource\apps\CALENDAR_AIF.MIF 	"resource\apps\Calendar_aif.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2262
data=\epoc32\data\Z\private\10003a3f\apps\CALENDAR_REG.RSC 	"private\10003a3f\import\apps\CALENDAR_REG.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2263
data=\epoc32\data\Z\private\10202be9\10003a5b.cre 	"private\10202be9\10003a5b.cre"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2264
data=\epoc32\data\Z\system\install\calendar_stub.sis 	"System\Install\calendar_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2265
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calendarsearchplugin.dll ,  calendarsearchplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2266
data=\epoc32\data\Z\resource\apps\calendarsearchplugin.mif 	"resource\apps\calendarsearchplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2267
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  CalenDefaultEditors.dll  ,  CalenDefaultEditors.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2268
file=\epoc32\release\ARMV5\urel\CalenGlobalData.dll 	"sys\bin\CalenGlobalData.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2269
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  CalenGsPlugin.dll  ,  CalenGsPlugin.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2270
data=\epoc32\data\Z\resource\apps\calendarsettings.mif 	"resource\apps\calendarsettings.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2271
file=\epoc32\release\ARMV5\urel\CALENIMP.dll 	"sys\bin\CALENIMP.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2272
file=\epoc32\release\ARMV5\urel\CalenInterimUtils2.dll 	"sys\bin\CalenInterimUtils2.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2273
file=\epoc32\release\ARMV5\urel\calenlauncher.dll 	"sys\bin\calenlauncher.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2274
file=\epoc32\release\ARMV5\urel\CalenSettingsUi.dll 	"sys\bin\CalenSettingsUi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2275
file=\epoc32\release\ARMV5\urel\CalenSvrClient.dll 	"sys\bin\CalenSvrClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2276
file=\epoc32\release\ARMV5\urel\CalenSvr.exe 	"sys\bin\CalenSvr.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2277
file=\epoc32\release\ARMV5\urel\calenviews.dll 	"sys\bin\calenviews.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2278
file=\epoc32\release\ARMV5\urel\cameraapp.exe 	"sys\bin\cameraapp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2279
auto-bitmap=\epoc32\data\Z\resource\apps\cameraapp.mbm 	resource\apps\cameraapp.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2280
data=\epoc32\data\Z\resource\apps\cameraapp.mif 	"resource\apps\cameraapp.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2281
auto-bitmap=\epoc32\data\Z\resource\apps\cameraapp2.mbm 	resource\apps\cameraapp2.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2282
data=\epoc32\data\Z\resource\apps\cameraapp2.mif 	"resource\apps\cameraapp2.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2283
data=\epoc32\data\Z\resource\apps\cameraapp_AIF.MIF 	"resource\apps\cameraapp_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2284
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\cameraapp_reg.rsc 	"Private\10003a3f\import\apps\cameraapp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2285
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCapture1.wav 	"system\sounds\Digital\cameraappCapture1.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2286
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCapture2.wav 	"system\sounds\Digital\cameraappCapture2.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2287
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCapture3.wav 	"system\sounds\Digital\cameraappCapture3.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2288
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCapture4.wav 	"system\sounds\Digital\cameraappCapture4.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2289
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappFocusSucc.wav 	"system\sounds\Digital\cameraappFocusSucc.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2290
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\cameraappStop.wav 	"system\sounds\digital\cameraappStop.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2291
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\cameraappStart.wav 	"system\sounds\digital\cameraappStart.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2292
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCaptureShort1.wav 	"system\sounds\Digital\cameraappCaptureShort1.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2293
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCaptureShort2.wav 	"system\sounds\Digital\cameraappCaptureShort2.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2294
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCaptureShort3.wav 	"system\sounds\Digital\cameraappCaptureShort3.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2295
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCaptureShort4.wav 	"system\sounds\Digital\cameraappCaptureShort4.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2296
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappSelfTimer.wav 	"system\sounds\Digital\cameraappSelfTimer.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2297
data=\epoc32\data\Z\Private\101FFA86\backup_registration.xml 	"private\101FFA86\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2298
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gscameraplugin.dll , gscameraplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2299
data=\epoc32\data\Z\resource\apps\camerasettingsplugin.mif 	"resource\apps\camerasettingsplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2300
file=\epoc32\release\ARMV5\urel\CameraUiConfigManager.dll 	"sys\bin\CameraUiConfigManager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2301
data=\epoc32\data\Z\System\install\cameraapp_stub.sis 	"System\Install\cameraapp_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2302
file=\epoc32\release\ARMV5\urel\ccaapp.exe 	"sys\bin\ccaapp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2303
data=\epoc32\data\z\private\10003a3f\apps\ccaapp_reg.rsc 	"private\10003a3f\apps\ccaapp_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2304
file=\epoc32\release\ARMV5\urel\ccaclient.dll 	"sys\bin\ccaclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2305
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ccappcommlauncherplugin.dll ,  ccappcommlauncherplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2306
file=\epoc32\release\ARMV5\urel\ccacontactorservice.dll 	"sys\bin\ccacontactorservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2307
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ccappmycardplugin.dll ,  ccappmycardplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2308
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ccappdetailsviewplugin.dll ,  ccappdetailsviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2309
data=\epoc32\data\Z\resource\apps\ccappdetailsviewplugin.mif 	"resource\apps\ccappdetailsviewplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2310
file=\epoc32\release\ARMV5\urel\ccapputil.dll 	"sys\bin\ccapputil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2311
file=\epoc32\release\ARMV5\urel\CCHServer.exe 	"sys\bin\CCHServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2312
file=\epoc32\release\ARMV5\urel\CCHClient.dll 	"sys\bin\CCHClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2313
file=\epoc32\release\ARMV5\urel\cch.dll 	"sys\bin\cch.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2314
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cchuinotifwrapper.dll , cchuinotifwrapper.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2315
file=\epoc32\release\ARMV5\urel\cchuinotif.dll 	"sys\bin\cchuinotif.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2316
file=\epoc32\release\ARMV5\urel\clock.exe 	"sys\bin\clock.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2317
data=\epoc32\data\Z\resource\apps\clockapp_AIF.MIF 	"resource\apps\clockapp_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2318
data=\epoc32\data\Z\resource\apps\clockapp.mif 	"resource\apps\clockapp.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2319
data=\epoc32\data\Z\resource\apps\clockapp_tab.mif 	"resource\apps\clockapp_tab.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2320
data=\epoc32\data\Z\private\10003a3f\import\apps\clock_reg.rsc 	"private\10003a3f\import\apps\clock_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2321
data=\epoc32\data\Z\resource\mcc\mcc.rsc 	"resource\mcc\mcc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2322
file=\epoc32\release\ARMV5\urel\clockalarmeditor.dll 	"sys\bin\clockalarmeditor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2323
file=\epoc32\release\ARMV5\urel\clkuimodel.dll 	"sys\bin\clkuimodel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2324
file=\epoc32\release\ARMV5\urel\clkdatetimeview.dll 	"sys\bin\clkdatetimeview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2325
file=\epoc32\release\ARMV5\urel\clockcityselectionlist.dll 	"sys\bin\clockcityselectionlist.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2326
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  clkdatetimeviewplugin.dll ,  clkdatetimeviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2327
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  clockindicatorpaneplugin.dll ,  clockindicatorpaneplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2328
file=\epoc32\release\ARMV5\urel\clockserver.exe 	"sys\bin\clockserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2329
file=\epoc32\release\ARMV5\urel\clockserverclient.dll 	"sys\bin\clockserverclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2330
file=\epoc32\release\ARMV5\urel\clocktimesourceinterface.dll 	"sys\bin\clocktimesourceinterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2331
file=\epoc32\release\ARMV5\urel\clocktimezoneresolver.dll 	"sys\bin\clocktimezoneresolver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2332
file=\epoc32\release\ARMV5\urel\clockecomlistener.dll 	"sys\bin\clockecomlistener.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2333
data=\epoc32\data\Z\system\install\clock2_stub.sis 	"system\install\clock2_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2334
data=\epoc32\data\Z\system\install\clock2_server_stub.sis 	"system\install\clock2_server_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2335
data=\epoc32\data\Z\system\install\clocknitzplugin_stub.sis 	"system\install\nitzplugin_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2336
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  clocknitzplugin.dll ,  clocknitzplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2337
data=\epoc32\data\Z\private\10005906\backup_registration.xml 	"private\10005906\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2338
data=\epoc32\data\Z\private\10005903\backup_registration.xml 	"private\10005903\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2339
data=\epoc32\data\Z\private\200159A2\backup_registration.xml 	"private\200159A2\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2340
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  cmailhandlerplugin.dll ,  cmailhandlerplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2341
data=\epoc32\data\Z\resource\apps\cmailhandlerplugin.mif 	"resource\apps\cmailhandlerplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2342
data=\epoc32\data\Z\private\10202BE9\20029F4A.txt 	"private\10202BE9\20029F4A.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2343
file=\epoc32\release\ARMV5\urel\cmscontactor.dll 	"sys\bin\cmscontactor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2344
data=\epoc32\data\Z\resource\cms\cmscontactor.rsc 	"resource\cms\cmscontactor.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2345
file=\epoc32\release\ARMV5\urel\cmsserver.exe 	"sys\bin\cmsserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2346
file=\epoc32\release\ARMV5\urel\cmsclient.dll 	"sys\bin\cmsclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2347
data=\epoc32\data\Z\resource\cms\cmsserver.rsc 	"resource\cms\cmsserver.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2348
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CntFindPlugin.dll , CntFindPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2349
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CntSortPlugin.dll , CntSortPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2350
REM Connection utility
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2351
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ConnectUtil.dll , ConnectUtil.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2352
data=\epoc32\data\Z\System\install\connectutil_stub.sis 	"System\Install\connectutil_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2353
file=\epoc32\release\ARMV5\urel\contactpresence.dll 	"sys\bin\contactpresence.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2354
data=\epoc32\data\Z\resource\apps\contactssearchplugin.mif 	"resource\apps\contactssearchplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2355
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  contactssearchplugin.dll ,  contactssearchplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2356
file=\epoc32\release\ARMV5\urel\cscengine.dll 	"sys\bin\cscengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2357
file=\epoc32\release\ARMV5\urel\cscsettingsui.dll 	"sys\bin\cscsettingsui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2358
DATA=\epoc32\data\Z\resource\cscengine.rsc 	"resource\cscengine.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2359
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  cscgsplugin.dll ,  cscgsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2360
data=\epoc32\data\Z\System\install\commsconfig_stub.sis 	"System\Install\commsconfig_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2361
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  cscsipvoipcleanupplugin.dll ,  cscsipvoipcleanupplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2362
file=\epoc32\release\ARMV5\urel\CSC.exe 	"sys\bin\CSC.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2363
data=\epoc32\data\Z\resource\apps\CSC_AIF.MIF 	"resource\apps\CSC_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2364
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\CSC_reg.rsc 	"Private\10003a3f\import\apps\CSC_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2365
file=\epoc32\release\ARMV5\urel\HelpEngine.dll 	"sys\bin\HelpEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2366
file=\epoc32\release\ARMV5\urel\cshelp.exe 	"sys\bin\cshelp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2367
data=\epoc32\data\Z\resource\apps\cshelp_AIF.MIF 	"resource\apps\cshelp_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2368
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\cshelp_reg.rsc 	"Private\10003a3f\apps\cshelp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2369
data=\epoc32\data\Z\resource\apps\cshelp.mif 	"resource\apps\cshelp.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2370
file=\epoc32\release\ARMV5\urel\DefaultAppServer.exe 	"sys\bin\DefaultAppServer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2371
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\DefaultAppServer_reg.rsc 	"Private\10003a3f\apps\DefaultAppServer_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2372
file=\epoc32\release\ARMV5\urel\servicesdb.dll 	"sys\bin\servicesdb.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2373
file=\epoc32\release\ARMV5\urel\defaultappclient.dll 	"sys\bin\defaultappclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2374
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gsdasplugin.dll ,  gsdasplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2375
data=\epoc32\data\Z\resource\apps\GSDasPlugin.mif 	"resource\apps\GSDasPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2376
data=\epoc32\data\Z\Private\200159c0\install\desktop_20026f4f\hsps\00\manifest.dat 	"private\200159c0\install\desktop_20026f4f\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2377
data=\epoc32\data\Z\resource\apps\imageprintapp_aif.mif 	"resource\apps\imageprintapp_aif.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2378
data=\epoc32\data\Z\Private\10003A3F\Apps\imageprintapp_reg.rsc 	"Private\10003A3F\Apps\imageprintapp_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2379
FILE=\epoc32\release\ARMV5\urel\imageprintengine.dll 	"sys\bin\imageprintengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2380
file=\epoc32\release\ARMV5\urel\imageprintapp.exe 	"sys\bin\imageprintapp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2381
data=\epoc32\data\Z\resource\apps\imgprintbitmaps.mif 	"resource\apps\imgprintbitmaps.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2382
FILE=\epoc32\release\ARMV5\urel\imgpprintdll.dll 	"sys\bin\imgpprintdll.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2383
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aiwprintingprovider.dll , aiwprintingprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2384
DATA=\epoc32\data\Z\private\10202be9\10208a35.txt 	"Private\10202be9\10208a35.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2385
file=\epoc32\release\ARMV5\urel\devdiagapp.exe 	"sys\bin\devdiagapp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2386
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\devdiagapp_reg.rsc 	"Private\10003a3f\import\apps\devdiagapp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2387
data=\epoc32\data\z\resource\apps\devdiagapp.mif 	"resource\apps\devdiagapp.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2388
data=\epoc32\data\z\system\install\devdiagapp.SIS 	"System\Install\devdiagapp.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2389
file=\epoc32\release\ARMV5\urel\DevEncUi.exe 	"sys\bin\DevEncUi.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2390
data=\epoc32\data\Z\resource\apps\DevEncUi_AIF.MIF 	"resource\apps\DevEncUi_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2391
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\DevEncUi_reg.rsc 	"Private\10003a3f\apps\DevEncUi_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2392
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DevEncUiDmAdapter.dll , DevEncUiDmAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2393
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, devencnotifplugin.dll , devencnotifplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2394
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, devencgsplugin.dll , devencgsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2395
data=\epoc32\data\Z\resource\apps\devencgsplugin.mif 	"resource\apps\devencgsplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2396
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btprotocol.dll , btprotocol.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2397
data=\epoc32\data\Z\resource\imageprintdata\protocols\btprotocol.rsc 	"resource\imageprintdata\protocols\btprotocol.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2398
DATA=\epoc32\data\Z\resource\imageprintdata\protocols\btxmltemplate.txt 	"resource\imageprintdata\protocols\btxmltemplate.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2399
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, dpofprotdll.dll , dpofprotdll.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2400
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pdphotolib.dll , pdphotolib.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2401
file=\epoc32\release\ARMV5\urel\xhtmlfilecomposer.dll 	"sys\bin\xhtmlfilecomposer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2402
DATA=\epoc32\data\Z\resource\imageprintdata\protocols\xhtmltempl\xhtmlfiletemplate.txt 	"resource\imageprintdata\protocols\xhtmltempl\xhtmlfiletemplate.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2403
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, dhcppositionprovider.dll , dhcppositionprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2404
file=\epoc32\release\ARMV5\urel\dialer.dll 	"sys\bin\DIALER.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2405
data=\epoc32\data\Z\System\install\dialer_stub.sis 	"System\Install\dialer_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2406
data=\epoc32\data\Z\resource\DIALER.rsc 	"resource\DIALER.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2407
data=\epoc32\data\Z\resource\apps\Dialer.mif 	"resource\apps\Dialer.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2408
file=\epoc32\release\ARMV5\urel\VTImageConverter.dll 	"sys\bin\VTImageConverter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2409
file=\epoc32\release\ARMV5\urel\DisplaySink.dll 	"sys\bin\DisplaySink.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2410
file=\epoc32\release\ARMV5\urel\VtImageTransforms.dll 	"sys\bin\VtImageTransforms.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2411
data=\epoc32\data\Z\System\install\displaysink_stub.sis 	"system\install\displaysink_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2412
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NSmlDmGeneralVoIPSettingsAdapter.dll , NSmlDmGeneralVoIPSettingsAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2413
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmvoipadapter.dll , nsmldmvoipadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2414
data=\epoc32\data\Z\System\install\easydialing_stub.sis 	"System\Install\easydialing_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2415
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, easydialingplugin.dll , easydialingplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2416
file=\epoc32\release\ARMV5\urel\edcontactor.dll 	"sys\bin\edcontactor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2417
data=\epoc32\data\Z\resource\edcontactor.rsc 	"resource\edcontactor.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2418
data=\epoc32\data\z\private\10202be9\200212A0.txt 	"private\10202be9\200212A0.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2419
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  emailclientapi.dll ,  emailclientapi.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2420
file=\epoc32\release\ARMV5\urel\cmaillogger.dll 	"sys\bin\cmaillogger.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2421
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, EmailNotificationHandler.dll , EmailNotificationHandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2422
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, OMAPushEMNStringDict00.dll , OMAPushEMNStringDict00.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2423
file=\epoc32\release\ARMV5\urel\emailservermonitor.exe 	"sys\bin\emailservermonitor.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2424
file=\epoc32\release\ARMV5\urel\baseplugin.dll 	"sys\bin\baseplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2425
file=\epoc32\release\ARMV5\urel\MessageStoreClient.dll 	"sys\bin\MessageStoreClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2426
file=\epoc32\release\ARMV5\urel\MessageStoreServer.dll 	"sys\bin\MessageStoreServer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2427
file=\epoc32\release\ARMV5\urel\MessageStoreExe.exe 	"sys\bin\MessageStoreExe.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2428
file=\epoc32\release\ARMV5\urel\DebugLog.dll 	"sys\bin\DebugLog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2429
file=\epoc32\release\ARMV5\urel\ImsPointSecMonitor.dll 	"sys\bin\ImsPointSecMonitor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2430
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  RfsMsgStorePlugin.dll ,  RfsMsgStorePlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2431
data=\epoc32\data\Z\system\install\emailstore_stub.sis 	"system\install\emailstore_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2432
data=\epoc32\data\Z\Private\200159c0\install\emailwidget\hsps\00\manifest.dat 	"private\200159c0\install\emailwidget\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2433
file=\epoc32\release\ARMV5\urel\emailwidgetsettings.exe 	"sys\bin\emailwidgetsettings.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2434
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\emailwidgetsettings_reg.rsc 	"Private\10003a3f\import\apps\emailwidgetsettings_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2435
data=\epoc32\data\Z\resource\apps\emailwidgetsettings.mif 	"resource\apps\emailwidgetsettings.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2436
data=\epoc32\data\Z\private\2001E272\backup_registration.xml 	"private\2001E272\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2437
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, EmbeddedLinkAdapter.dll , EmbeddedLinkAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2438
data=\epoc32\data\Z\Private\200159c0\install\empty_2001f47f\xuikon\00\empty.o0000 	"private\200159c0\install\empty_2001f47f\xuikon\00\empty.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2439
data=\epoc32\data\Z\Private\200159c0\install\empty_2001f47f\hsps\00\manifest.dat 	"private\200159c0\install\empty_2001f47f\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2440
file=\epoc32\release\ARMV5\urel\evtutils.dll 	"sys\bin\evtutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2441
file=\epoc32\release\ARMV5\urel\evtengine.dll 	"sys\bin\evtengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2442
file=\epoc32\release\ARMV5\urel\evteditor.dll 	"sys\bin\evteditor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2443
file=\epoc32\release\ARMV5\urel\evthandlerserver.exe 	"sys\bin\evthandlerserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2444
file=\epoc32\release\ARMV5\urel\evthandler.exe 	"sys\bin\evthandler.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2445
file=\epoc32\release\ARMV5\urel\evthandlerapp.exe 	"sys\bin\evthandlerapp.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2446
file=\epoc32\release\ARMV5\urel\evtmgmtui.exe 	"sys\bin\evtmgmtui.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2447
data=\epoc32\data\Z\resource\apps\evtmgmtui_AIF.MIF 	"resource\apps\evtmgmtui_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2448
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\evtmgmtui_reg.rsc 	"Private\10003a3f\import\apps\evtmgmtui_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2449
data=\epoc32\data\Z\resource\apps\evtmgmtui.mif 	"resource\apps\evtmgmtui.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2450
data=\epoc32\data\Z\resource\apps\evteditor.mif 	"resource\apps\evteditor.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2451
data=\epoc32\data\Z\resource\apps\evthandlerserver.mif 	"resource\apps\evthandlerserver.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2452
data=\epoc32\data\Z\resource\apps\evtinfonote.mif 	"resource\apps\evtinfonote.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2453
data=\epoc32\data\Z\resource\apps\evthandlerapp_AIF.MIF 	"resource\apps\evthandlerapp_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2454
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\evthandlerapp_reg.rsc 	"Private\10003a3f\import\apps\evthandlerapp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2455
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, evtnotifierplugin.dll , evtnotifierplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2456
file=\epoc32\release\ARMV5\urel\evtinfonote.dll 	"sys\bin\evtinfonote.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2457
data=\epoc32\data\Z\private\2001E663\backup_registration.xml 	"private\2001E663\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2458
data=\epoc32\data\Z\System\install\eventsuistub.sis 	"system\install\eventsuistub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2459
file=\epoc32\release\ARMV5\urel\MPFileDetailsDialog.dll 	"sys\bin\MPFileDetailsDialog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2460
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  filedetailsplugin.dll ,  filedetailsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2461
file=\epoc32\release\ARMV5\urel\FileList.dll 	"sys\bin\FileList.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2462
data=\epoc32\data\Z\resource\apps\filelist.mif 	"resource\apps\filelist.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2463
file=\epoc32\release\ARMV5\urel\FileManager.exe 	"sys\bin\FileManager.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2464
data=\epoc32\data\Z\resource\apps\FileManager_AIF.MIF 	"resource\apps\FileManager_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2465
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\FileManager_reg.rsc 	"Private\10003a3f\apps\FileManager_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2466
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, filemanagerbkupplugin.dll , filemanagerbkupplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2467
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, filemanageraiwprovider.dll , filemanageraiwprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2468
file=\epoc32\release\ARMV5\urel\FILEMANAGERENGINE.DLL 	"sys\bin\FileManagerEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2469
file=\epoc32\release\ARMV5\urel\FILEMANAGERVIEW.DLL 	"sys\bin\FileManagerView.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2470
data=\epoc32\data\Z\resource\apps\FileManager.mif 	"resource\apps\FileManager.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2471
file=\epoc32\release\ARMV5\urel\GFLM.dll 	"sys\bin\GFLM.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2472
data=\epoc32\data\Z\resource\GflmFileExtensionMimeTypes.rsc 	"resource\GflmFileExtensionMimeTypes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2473
file=\epoc32\release\ARMV5\urel\filemanagerbkupengine.dll 	"sys\bin\filemanagerbkupengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2474
file=\epoc32\release\ARMV5\urel\filemanagerschbkup.exe 	"sys\bin\filemanagerschbkup.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2475
data=\epoc32\data\Z\private\101F84EB\backup_registration.xml 	"private\101F84EB\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2476
data=\epoc32\data\Z\resource\apps\filessearchplugin.mif 	"resource\apps\filessearchplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2477
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  filessearchplugin.dll ,  filessearchplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2478
file=\epoc32\release\ARMV5\urel\fmradio.exe 	"sys\bin\fmradio.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2479
data=\epoc32\data\Z\resource\apps\fmradio_AIF.MIF 	"resource\apps\fmradio_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2480
data=\epoc32\data\Z\PRIVATE\10003A3F\IMPORT\APPS\fmradio_reg.rsc 	"private\10003a3f\import\apps\fmradio_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2481
data=\epoc32\data\Z\System\install\fmradio_stub.sis 	"system\install\fmradio_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2482
data=\epoc32\data\Z\resource\apps\fmradio.mif 	"resource\apps\fmradio.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2483
file=\epoc32\release\ARMV5\urel\fmradioactiveidleengine200.dll 	"sys\bin\fmradioactiveidleengine200.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2484
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fmradiomcpplugin100.dll , fmradiomcpplugin100.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2485
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fmradioactionhandler.dll , fmradioactionhandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2486
file=\epoc32\release\ARMV5\urel\fmradioengine.dll 	"sys\bin\fmradioengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2487
data=\epoc32\data\Z\Private\2001B25E\backup_registration.xml 	"PRIVATE\2001B25E\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2488
REM MISSING data=\epoc32\data\Z\Private\10202BE9\2001B25E.txt                 PRIVATE\10202BE9\2001B25E.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2489
file=\epoc32\release\ARMV5\urel\FreestyleEmailUi.exe 	"sys\bin\FreestyleEmailUi.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2490
auto-bitmap=\epoc32\data\Z\resource\apps\FreestyleEmailUi.mbm 	resource\apps\FreestyleEmailUi.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2491
data=\epoc32\data\Z\resource\apps\FreestyleEmailUi.mif 	"resource\apps\FreestyleEmailUi.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2492
data=\epoc32\data\Z\resource\apps\FreestyleEmailUi_AIF.MIF 	"resource\apps\FreestyleEmailUi_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2493
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\FreestyleEmailUi_reg.rsc 	"Private\10003a3f\import\apps\FreestyleEmailUi_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2494
data=\epoc32\data\Z\system\install\commonemailstub.sis 	"system\install\commonemailstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2495
data=\epoc32\data\Z\private\2001E277\backup_registration.xml 	"private\2001E277\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2496
data=\epoc32\data\Z\private\2001E277\HtmlFile\email.html 	"private\2001E277\HtmlFile\email.html"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2497
data=\epoc32\data\Z\private\2001E277\HtmlFile\email_rtl.html 	"private\2001E277\HtmlFile\email_rtl.html"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2498
data=\epoc32\data\Z\private\2001E277\HtmlFile\header.js 	"private\2001E277\HtmlFile\header.js"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2499
data=\epoc32\data\Z\private\2001E277\HtmlFile\header.css 	"private\2001E277\HtmlFile\header.css"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2500
data=\epoc32\data\Z\private\2001E277\HtmlFile\email.js 	"private\2001E277\HtmlFile\email.js"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2501
data=\epoc32\data\Z\private\2001E277\HtmlFile\follow_up.png 	"private\2001E277\HtmlFile\follow_up.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2502
data=\epoc32\data\Z\private\2001E277\HtmlFile\follow_up_complete.png 	"private\2001E277\HtmlFile\follow_up_complete.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2503
data=\epoc32\data\Z\private\2001E277\HtmlFile\priority_high.png 	"private\2001E277\HtmlFile\priority_high.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2504
data=\epoc32\data\Z\private\2001E277\HtmlFile\priority_low.png 	"private\2001E277\HtmlFile\priority_low.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2505
data=\epoc32\data\Z\private\2001E277\HtmlFile\btn_right.png 	"private\2001E277\HtmlFile\btn_right.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2506
data=\epoc32\data\Z\private\2001E277\HtmlFile\btn_left.png 	"private\2001E277\HtmlFile\btn_left.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2507
data=\epoc32\data\Z\private\2001E277\HtmlFile\attachment.png 	"private\2001E277\HtmlFile\attachment.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2508
data=\epoc32\data\Z\private\2001E277\HtmlFile\expand.png 	"private\2001E277\HtmlFile\expand.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2509
data=\epoc32\data\Z\private\2001E277\HtmlFile\collapse.png 	"private\2001E277\HtmlFile\collapse.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2510
data=\epoc32\data\Z\private\2001E277\HtmlFile\hidden.png 	"private\2001E277\HtmlFile\hidden.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2511
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ipssosplugin.dll ,  ipssosplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2512
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ipssossettings.dll ,  ipssossettings.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2513
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  IPSSosAOPlugin.dll ,  IPSSosAOPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2514
data=\epoc32\data\Z\private\2000E53C\backup_registration.xml 	"private\2000E53C\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2515
file=\epoc32\release\ARMV5\urel\fs_generic.dll 	"sys\bin\fs_generic.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2516
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fsscrollbarplugin.dll , fsscrollbarplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2517
data=\epoc32\data\Z\resource\plugins\fsscrollbarplugin.rsc 	"resource\plugins\fsscrollbarplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2518
REM ALFRED
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2519
file=\epoc32\release\ARMV5\urel\hitchcock.dll 	"sys\bin\hitchcock.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2520
file=\epoc32\release\ARMV5\urel\alfclient.dll 	"sys\bin\alfclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2521
file=\epoc32\release\ARMV5\urel\alfappservercore.dll 	"sys\bin\alfappservercore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2522
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, huirenderpluginvg.dll , huirenderpluginvg.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2523
file=\epoc32\release\ARMV5\urel\alfdecoderserverclient.dll 	"sys\bin\alfdecoderserverclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2524
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfrenderstage.dll , alfrenderstage.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2525
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfhintplugindrawer.dll , alfhintplugindrawer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2526
file=\epoc32\release\ARMV5\urel\alfhintplugin.dll 	"sys\bin\alfhintplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2527
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfoogmplugin.dll , alfoogmplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2528
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfcrpplugin.dll , alfcrpplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2529
data=\epoc32\data\Z\resource\plugins\alfnonsupportedwscommands.rsc 	"resource\plugins\alfnonsupportedwscommands.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2530
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfappfwproxy.dll , alfappfwproxy.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2531
file=\epoc32\release\ARMV5\urel\ftokenclient.dll 	"sys\bin\ftokenclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2532
file=\epoc32\release\ARMV5\urel\!ftokenserver.exe 	"sys\bin\!ftokenserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2533
data=\epoc32\release\ARMV5\urel\uiaccelerator_stub.sis 	"system\install\uiaccelerator_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2534
file=\epoc32\release\ARMV5\urel\backgroundanimhost.exe 	"sys\bin\backgroundanimhost.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2535
REM MISSING file=\epoc32\release\ARMV5\urel\bga_reference_plugin.dll sys\bin\bga_reference_plugin.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2536
data=\epoc32\data\Z\private\200286D3\refvertexshader.vsh 	"private\200286D3\refvertexshader.vsh"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2537
data=\epoc32\data\Z\private\200286D3\reffragmentshader.fsh 	"private\200286D3\reffragmentshader.fsh"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2538
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  fsccontactactionmenu.dll ,  fsccontactactionmenu.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2539
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fsccontactactionservice.dll , fsccontactactionservice.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2540
data=\epoc32\data\Z\resource\fscactionutils.rsc 	"resource\fscactionutils.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2541
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fsccallplugin.dll , fsccallplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2542
data=\epoc32\data\Z\resource\apps\fsccallplugin.mif 	"resource\apps\fsccallplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2543
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fscsaveascontactplugin.dll , fscsaveascontactplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2544
data=\epoc32\data\Z\resource\apps\fscsaveascontactplugin.mif 	"resource\apps\fscsaveascontactplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2545
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fscpocplugin.dll , fscpocplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2546
data=\epoc32\data\Z\resource\apps\fscpocplugin.mif 	"resource\apps\fscpocplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2547
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fscsendplugin.dll , fscsendplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2548
data=\epoc32\data\Z\resource\apps\fscsendplugin.mif 	"resource\apps\fscsendplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2549
file=\epoc32\release\ARMV5\urel\FSMailFramework.dll 	"sys\bin\FSMailFramework.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2550
file=\epoc32\release\ARMV5\urel\FSFWCommonLib.dll 	"sys\bin\FSFWCommonLib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2551
data=\epoc32\data\Z\RESOURCE\fsmailbrandmanager.rsc 	"resource\fsmailbrandmanager.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2552
data=\epoc32\data\Z\RESOURCE\APPS\ovi_brand_graphics.mif 	"resource\apps\ovi_brand_graphics.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2553
data=\epoc32\data\Z\RESOURCE\APPS\yahoo_brand_graphics.mif 	"resource\apps\yahoo_brand_graphics.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2554
data=\epoc32\data\Z\RESOURCE\APPS\google_brand_graphics.mif 	"resource\apps\google_brand_graphics.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2555
data=\epoc32\data\Z\RESOURCE\APPS\aol_brand_graphics.mif 	"resource\apps\aol_brand_graphics.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2556
data=\epoc32\data\Z\RESOURCE\APPS\microsoft_brand_graphics.mif 	"resource\apps\microsoft_brand_graphics.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2557
data=\epoc32\data\Z\RESOURCE\APPS\mail_for_exchange_brand_graphics.mif 	"resource\apps\mail_for_exchange_brand_graphics.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2558
file=\epoc32\release\ARMV5\urel\fsmailserver.exe 	"sys\bin\fsmailserver.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2559
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\fsmailserver_reg.rsc 	"Private\10003a3f\import\apps\fsmailserver_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2560
file=\epoc32\release\ARMV5\urel\fssendashelper.dll 	"sys\bin\fssendashelper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2561
data=\epoc32\data\Z\resource\messaging\mtm\fsmtms.rsc 	"resource\messaging\mtm\fsmtms.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2562
file=\epoc32\release\ARMV5\urel\fsclientmtm.dll 	"sys\bin\fsclientmtm.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2563
file=\epoc32\release\ARMV5\urel\fsservermtm.dll 	"sys\bin\fsservermtm.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2564
file=\epoc32\release\ARMV5\urel\fsuimtm.dll 	"sys\bin\fsuimtm.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2565
data=\epoc32\data\Z\resource\messaging\fsuimtm.rsc 	"resource\messaging\fsuimtm.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2566
file=\epoc32\release\ARMV5\urel\fsuidatamtm.dll 	"sys\bin\fsuidatamtm.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2567
data=\epoc32\data\Z\resource\messaging\fsuidatamtm.rsc 	"resource\messaging\fsuidatamtm.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2568
data=\epoc32\data\Z\resource\apps\fsuidatamtm.mif 	"resource\apps\fsuidatamtm.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2569
file=\epoc32\release\ARMV5\urel\glxcloudview.dll 	"sys\bin\glxcloudview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2570
file=\epoc32\release\ARMV5\urel\glxcommandhandlerdrm.dll 	"sys\bin\glxcommandhandlerdrm.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2571
file=\epoc32\release\ARMV5\urel\glxcommandhandlermoreinfo.dll 	"sys\bin\glxcommandhandlermoreinfo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2572
file=\epoc32\release\ARMV5\urel\glxcommoncommandhandlers.dll 	"sys\bin\glxcommoncommandhandlers.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2573
file=\epoc32\release\ARMV5\urel\glxdrmutility.dll 	"sys\bin\glxdrmutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2574
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxfetcher.dll ,  glxfetcher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2575
data=\epoc32\data\z\private\10003a3f\import\apps\glx_reg.rsc 	"private\10003a3f\import\apps\glx_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2576
data=\epoc32\data\z\private\10003a3f\import\apps\glxivwr_reg.rsc 	"private\10003a3f\import\apps\glxivwr_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2577
data=\epoc32\data\z\system\install\glxgallery_stub.sis 	"system\install\glxgallery_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2578
file=\epoc32\release\ARMV5\urel\glx.exe 	"sys\bin\glx.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2579
file=\epoc32\release\ARMV5\urel\glxivwr.exe 	"sys\bin\glxivwr.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2580
data=\epoc32\data\Z\resource\apps\glxicons.mif 	"resource\apps\glxicons.mif"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2581
data=\epoc32\data\Z\resource\apps\glx_aif.mif 	"resource\apps\glx_aif.mif"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2582
file=\epoc32\release\ARMV5\urel\glxupnpcommandhandler.dll 	"sys\bin\glxupnpcommandhandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2583
file=\epoc32\release\ARMV5\urel\glxtexturemanager.dll 	"sys\bin\glxtexturemanager.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2584
file=\epoc32\release\ARMV5\urel\glxcollectionmanager.dll 	"sys\bin\glxcollectionmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2585
file=\epoc32\release\ARMV5\urel\glxviewbase.dll 	"sys\bin\glxviewbase.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2586
file=\epoc32\release\ARMV5\urel\glxcommandhandlermarking.dll 	"sys\bin\glxcommandhandlermarking.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2587
file=\epoc32\release\ARMV5\urel\glxcommon.dll 	"sys\bin\glxcommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2588
file=\epoc32\release\ARMV5\urel\glximageviewermanager.dll 	"sys\bin\glximageviewermanager.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2589
file=\epoc32\release\ARMV5\urel\glxcommonui.dll 	"sys\bin\glxcommonui.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2590
file=\epoc32\release\ARMV5\urel\glxthumbnailcreator.dll 	"sys\bin\glxthumbnailcreator.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2591
file=\epoc32\release\ARMV5\urel\glxdatasourcemanager.dll 	"sys\bin\glxdatasourcemanager.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2592
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxdatasourcemde.dll ,  glxdatasourcemde.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2593
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxcollectionpluginalbums.dll ,  glxcollectionpluginalbums.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2594
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxcollectionpluginall.dll ,  glxcollectionpluginall.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2595
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxcollectionpluginimageviewer.dll ,  glxcollectionpluginimageviewer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2596
file=\epoc32\release\ARMV5\urel\glxlayouts.dll 	"sys\bin\glxlayouts.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2597
file=\epoc32\release\ARMV5\urel\glxmedialists.dll 	"sys\bin\glxmedialists.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2598
file=\epoc32\release\ARMV5\urel\glxdataprovider.dll 	"sys\bin\glxdataprovider.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2599
file=\epoc32\release\ARMV5\urel\glxvisuallistmanager.dll 	"sys\bin\glxvisuallistmanager.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2600
file=\epoc32\release\ARMV5\urel\glxuiutilities.dll 	"sys\bin\glxuiutilities.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2601
file=\epoc32\release\ARMV5\urel\glxgridview.dll 	"sys\bin\glxgridview.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2602
file=\epoc32\release\ARMV5\urel\glxgridviewpluginbase.dll 	"sys\bin\glxgridviewpluginbase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2603
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxgridviewplugin.dll ,  glxgridviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2604
file=\epoc32\release\ARMV5\urel\glxfullscreenview.dll 	"sys\bin\glxfullscreenview.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2605
file=\epoc32\release\ARMV5\urel\glxfullscreenviewpluginbase.dll 	"sys\bin\glxfullscreenviewpluginbase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2606
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxfullscreenviewplugin.dll ,  glxfullscreenviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2607
file=\epoc32\release\ARMV5\urel\glxlistview.dll 	"sys\bin\glxlistview.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2608
file=\epoc32\release\ARMV5\urel\glxlistviewpluginbase.dll 	"sys\bin\glxlistviewpluginbase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2609
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxlistviewplugin.dll ,  glxlistviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2610
file=\epoc32\release\ARMV5\urel\glxcommandhandlerbase.dll 	"sys\bin\glxcommandhandlerbase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2611
file=\epoc32\release\ARMV5\urel\glxzoomview.dll 	"sys\bin\glxzoomview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2612
file=\epoc32\release\ARMV5\urel\glxmetadatadialog.dll 	"sys\bin\glxmetadatadialog.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2613
data=\epoc32\data\Z\private\10202be9\200009EE.txt 	"private\10202be9\200009EE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2614
file=\epoc32\release\ARMV5\urel\glxlogging.dll 	"sys\bin\glxlogging.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2615
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxmemoryplugin.dll ,  glxmemoryplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2616
file=\epoc32\release\ARMV5\urel\glxtvout.dll 	"sys\bin\glxtvout.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2617
file=\epoc32\release\ARMV5\urel\GMSModel.dll 	"sys\bin\GMSModel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2618
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gsdevdiagplugin.dll ,  gsdevdiagplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2619
data=\epoc32\data\Z\resource\apps\GSDevDiagPlugin.mif 	"resource\apps\GSDevDiagPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2620
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSEmailSettingsPluginDll.dll ,  GSEmailSettingsPluginDll.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2621
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gsvideoplugin.dll ,  gsvideoplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2622
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gsvmbxplugin.dll ,  gsvmbxplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2623
data=\epoc32\data\Z\resource\apps\gsvmbxplugin.mif 	"resource\apps\gsvmbxplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2624
file=\epoc32\release\ARMV5\urel\vcxhgmyvideos.dll 	"sys\bin\vcxhgmyvideos.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2625
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  vcxhgmyvideosplugin.dll ,  vcxhgmyvideosplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2626
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  vcxhgvodplugin.dll ,  vcxhgvodplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2627
file=\epoc32\release\ARMV5\urel\vcxhgvodui.dll 	"sys\bin\vcxhgvodui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2628
file=\epoc32\release\ARMV5\urel\hnengine.dll 	"sys\bin\hnengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2629
file=\epoc32\release\ARMV5\urel\hnmetadatamodel.dll 	"sys\bin\hnmetadatamodel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2630
file=\epoc32\release\ARMV5\urel\hnpresentationmodel.dll 	"sys\bin\hnpresentationmodel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2631
file=\epoc32\release\ARMV5\urel\hnutilities.dll 	"sys\bin\hnutilities.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2632
data=\epoc32\data\Z\private\10202be9\20012474.txt 	"private\10202be9\20012474.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2633
REM MISSING file=\epoc32\release\ARMV5\urel\ImageEditor.exe		sys\bin\ImageEditor.exe
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2634
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\ImageEditor_reg.rsc 	"Private\10003a3f\apps\ImageEditor_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2635
file=\epoc32\release\ARMV5\urel\BlackWhite.pgn 	"sys\bin\BlackWhite.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2636
data=\epoc32\data\Z\resource\apps\BlackWhite.mif 	"resource\apps\BlackWhite.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2637
file=\epoc32\release\ARMV5\urel\Brightness.pgn 	"sys\bin\Brightness.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2638
data=\epoc32\data\Z\resource\apps\Brightness.mif 	"resource\apps\Brightness.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2639
file=\epoc32\release\ARMV5\urel\Bubble.pgn 	"sys\bin\Bubble.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2640
data=\epoc32\data\Z\resource\apps\Bubble.mif 	"resource\apps\Bubble.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2641
data=\epoc32\data\Z\private\101ffa91\Bubbles\Bubbles01.mbm 	"private\101ffa91\Bubbles\Bubbles01.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2642
data=\epoc32\data\Z\private\101ffa91\Bubbles\Bubbles02.mbm 	"private\101ffa91\Bubbles\Bubbles02.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2643
data=\epoc32\data\Z\private\101ffa91\Bubbles\Bubbles03.mbm 	"private\101ffa91\Bubbles\Bubbles03.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2644
file=\epoc32\release\ARMV5\urel\Cartoonize.pgn 	"sys\bin\Cartoonize.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2645
data=\epoc32\data\Z\resource\apps\Cartoonize.mif 	"resource\apps\Cartoonize.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2646
file=\epoc32\release\ARMV5\urel\Clipart.pgn 	"sys\bin\Clipart.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2647
data=\epoc32\data\Z\resource\apps\Clipart.mif 	"resource\apps\Clipart.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2648
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts01.mbm 	"private\101ffa91\cliparts\Cliparts01.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2649
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts02.mbm 	"private\101ffa91\cliparts\Cliparts02.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2650
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts03.mbm 	"private\101ffa91\cliparts\Cliparts03.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2651
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts04.mbm 	"private\101ffa91\cliparts\Cliparts04.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2652
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts05.mbm 	"private\101ffa91\cliparts\Cliparts05.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2653
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts06.mbm 	"private\101ffa91\cliparts\Cliparts06.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2654
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts07.mbm 	"private\101ffa91\cliparts\Cliparts07.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2655
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts08.mbm 	"private\101ffa91\cliparts\Cliparts08.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2656
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts09.mbm 	"private\101ffa91\cliparts\Cliparts09.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2657
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts10.mbm 	"private\101ffa91\cliparts\Cliparts10.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2658
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts11.mbm 	"private\101ffa91\cliparts\Cliparts11.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2659
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts12.mbm 	"private\101ffa91\cliparts\Cliparts12.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2660
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts13.mbm 	"private\101ffa91\cliparts\Cliparts13.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2661
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts14.mbm 	"private\101ffa91\cliparts\Cliparts14.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2662
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts15.mbm 	"private\101ffa91\cliparts\Cliparts15.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2663
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts16.mbm 	"private\101ffa91\cliparts\Cliparts16.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2664
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts17.mbm 	"private\101ffa91\cliparts\Cliparts17.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2665
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts18.mbm 	"private\101ffa91\cliparts\Cliparts18.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2666
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts19.mbm 	"private\101ffa91\cliparts\Cliparts19.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2667
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts20.mbm 	"private\101ffa91\cliparts\Cliparts20.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2668
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts21.mbm 	"private\101ffa91\cliparts\Cliparts21.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2669
file=\epoc32\release\ARMV5\urel\Contrast.pgn 	"sys\bin\Contrast.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2670
data=\epoc32\data\Z\resource\apps\Contrast.mif 	"resource\apps\Contrast.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2671
file=\epoc32\release\ARMV5\urel\Crop.pgn 	"sys\bin\Crop.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2672
data=\epoc32\data\Z\resource\apps\Crop.mif 	"resource\apps\Crop.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2673
file=\epoc32\release\ARMV5\urel\Frame.pgn 	"sys\bin\Frame.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2674
data=\epoc32\data\Z\resource\apps\Frame.mif 	"resource\apps\Frame.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2675
data=\epoc32\data\Z\private\101ffa91\frames\frames01.mbm 	"private\101ffa91\frames\frames01.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2676
file=\epoc32\release\ARMV5\urel\iepb.dll 	"sys\bin\iepb.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2677
file=\epoc32\release\ARMV5\urel\ImageEditorManager.dll 	"sys\bin\ImageEditorManager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2678
file=\epoc32\release\ARMV5\urel\Negative.pgn 	"sys\bin\Negative.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2679
data=\epoc32\data\Z\resource\apps\Negative.mif 	"resource\apps\Negative.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2680
file=\epoc32\release\ARMV5\urel\pb.dll 	"sys\bin\pb.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2681
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ImageEditorProvider.dll , ImageEditorProvider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2682
file=\epoc32\release\ARMV5\urel\RedEyeReduction.pgn 	"sys\bin\RedEyeReduction.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2683
data=\epoc32\data\Z\resource\apps\RedEyeReduction.mif 	"resource\apps\RedEyeReduction.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2684
file=\epoc32\release\ARMV5\urel\Resize.pgn 	"sys\bin\Resize.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2685
data=\epoc32\data\Z\resource\apps\Resize.mif 	"resource\apps\Resize.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2686
file=\epoc32\release\ARMV5\urel\RotateLeft.pgn 	"sys\bin\RotateLeft.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2687
data=\epoc32\data\Z\resource\apps\RotateLeft.mif 	"resource\apps\RotateLeft.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2688
file=\epoc32\release\ARMV5\urel\RotateRight.pgn 	"sys\bin\RotateRight.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2689
data=\epoc32\data\Z\resource\apps\RotateRight.mif 	"resource\apps\RotateRight.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2690
file=\epoc32\release\ARMV5\urel\Sepia.pgn 	"sys\bin\Sepia.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2691
data=\epoc32\data\Z\resource\apps\Sepia.mif 	"resource\apps\Sepia.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2692
file=\epoc32\release\ARMV5\urel\Sharpness.pgn 	"sys\bin\Sharpness.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2693
data=\epoc32\data\Z\resource\apps\Sharpness.mif 	"resource\apps\Sharpness.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2694
file=\epoc32\release\ARMV5\urel\Text.pgn 	"sys\bin\Text.pgn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2695
data=\epoc32\data\Z\resource\apps\Text.mif 	"resource\apps\Text.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2696
file=\epoc32\release\ARMV5\urel\ImageEditorUi.dll 	"sys\bin\ImageEditorUi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2697
data=\epoc32\data\Z\resource\apps\ImageEditorUi.mif 	"resource\apps\ImageEditorUi.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2698
file=\epoc32\release\ARMV5\urel\imageprintserver.exe 	"sys\bin\imageprintserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2699
file=\epoc32\release\ARMV5\urel\imageprintclient.dll 	"sys\bin\imageprintclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2700
file=\epoc32\release\ARMV5\urel\imcvuiapp.exe 	"sys\bin\imcvuiapp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2701
data=\epoc32\data\Z\private\10003a3f\apps\imcvuiapp_reg.rsc 	"private\10003a3f\Import\Apps\imcvuiapp_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2702
file=\epoc32\release\ARMV5\urel\imcvengine.dll 	"sys\bin\imcvengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2703
file=\epoc32\release\ARMV5\urel\imcvlauncher.dll 	"sys\bin\imcvlauncher.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2704
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, imcmslauncherplugin.dll , imcmslauncherplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2705
data=\epoc32\data\Z\system\install\imcvuiappstub.sis 	"system\install\imcvuiappstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2706
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, imstatuspaneindicatorplugin.dll , imstatuspaneindicatorplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2707
data=\epoc32\data\Z\system\install\imstatuspaneindicatorpluginstub.sis 	"system\install\imstatuspaneindicatorpluginstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2708
file=\epoc32\release\ARMV5\urel\vimpstutils.dll 	"sys\bin\vimpstutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2709
file=\epoc32\release\ARMV5\urel\vimpststorage.dll 	"sys\bin\vimpststorage.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2710
file=\epoc32\release\ARMV5\urel\vimpstengine.dll 	"sys\bin\vimpstengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2711
file=\epoc32\release\ARMV5\urel\vimpstcmdprocess.dll 	"sys\bin\vimpstcmdprocess.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2712
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vimpstui.dll , vimpstui.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2713
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vimpstdetailsviewplugin.dll , vimpstdetailsviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2714
data=\epoc32\data\Z\system\install\uiservicetabstub.sis 	"system\install\uiservicetabstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2715
data=\epoc32\data\Z\private\20012423\backup_registration.xml 	"private\20012423\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2716
file=\epoc32\release\ARMV5\urel\ImumDa.dll 	"sys\bin\ImumDa.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2717
file=\epoc32\release\ARMV5\urel\ImumUtils.dll 	"sys\bin\ImumUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2718
file=\epoc32\release\ARMV5\urel\Imum.dll 	"sys\bin\Imum.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2719
data=\epoc32\data\Z\private\100058EB\backup_registration.xml 	"private\100058EB\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2720
data=\epoc32\data\Z\system\install\imum_stub.sis 	"system\install\imum_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2721
file=\epoc32\release\ARMV5\urel\instantmessagesalert.dll 	"sys\bin\instantmessagesalert.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2722
data=\epoc32\data\Z\system\install\instantmessagesalertstub.sis 	"system\install\instantmessagesalertstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2723
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, instantmsgindicatorplugin.dll , instantmsgindicatorplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2724
data=\epoc32\data\Z\system\install\instantmsgindicatorpluginstub.sis 	"system\install\instantmsgindicatorpluginstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2725
file=\epoc32\release\ARMV5\urel\IntegrityCheck.exe 	"sys\bin\IntegrityCheck.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2726
file=\epoc32\release\ARMV5\urel\IntegrityCheckServer.exe 	"sys\bin\IntegrityCheckServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2727
file=\epoc32\release\ARMV5\urel\IntegrityCheckClient.dll 	"sys\bin\IntegrityCheckClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2728
file=\epoc32\release\ARMV5\urel\ipapputils.dll 	"sys\bin\ipapputils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2729
file=\epoc32\release\ARMV5\urel\ipvoicemailengine.dll 	"sys\bin\ipvoicemailengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2730
data=\epoc32\data\Z\System\install\java.sis 	"System\Install\java.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2731
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2midletplugin.dll ,  appmngr2midletplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2732
data=\epoc32\data\Z\Resource\plugins\appmngr2midletplugin.rsc 	"resource\plugins\appmngr2midletplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2733
file=\epoc32\release\ARMV5\urel\javacaptain_ext_autostarter.dll 	"sys\bin\javacaptain_ext_autostarter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2734
file=\epoc32\release\ARMV5\urel\javacaptain_ext_btdeviceclassmanager.dll 	"sys\bin\javacaptain_ext_btdeviceclassmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2735
file=\epoc32\release\ARMV5\urel\javacaptain_ext_config.dll 	"sys\bin\javacaptain_ext_config.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2736
file=\epoc32\release\ARMV5\urel\javacaptain_ext_ondemand_2.dll 	"sys\bin\javacaptain_ext_ondemand_2.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2737
file=\epoc32\release\ARMV5\urel\javacaptain_ext_ondemand_7.dll 	"sys\bin\javacaptain_ext_ondemand_7.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2738
file=\epoc32\release\ARMV5\urel\javacaptain_ext_preinstallerstarter.dll 	"sys\bin\javacaptain_ext_preinstallerstarter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2739
file=\epoc32\release\ARMV5\urel\javacaptain_ext_pushregistryplugin.dll 	"sys\bin\javacaptain_ext_pushregistryplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2740
file=\epoc32\release\ARMV5\urel\javacaptain_ext_storageserverplugin.dll 	"sys\bin\javacaptain_ext_storageserverplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2741
file=\epoc32\release\ARMV5\urel\javacaptain_ext_settingslistener.dll 	"sys\bin\javacaptain_ext_settingslistener.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2742
file=\epoc32\release\ARMV5\urel\javacaptain.exe 	"sys\bin\javacaptain.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2743
file=\epoc32\release\ARMV5\urel\javaregistryclient.dll 	"sys\bin\javaregistryclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2744
file=\epoc32\release\ARMV5\urel\javasizehelperclient.dll 	"sys\bin\javasizehelperclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2745
file=\epoc32\release\ARMV5\urel\javasizehelperserver.dll 	"sys\bin\javasizehelperserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2746
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ifeui.dll , ifeui.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2747
data=\epoc32\data\Z\Resource\plugins\ifeui.rsc 	"resource\plugins\ifeui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2748
data=\epoc32\data\Z\Private\10003a3f\apps\javainstaller_reg.rsc 	"private\10003a3f\import\apps\javainstaller_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2749
data=\epoc32\data\Z\Resource\apps\javainstaller_loc.rsc 	"resource\apps\javainstaller_loc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2750
data=\epoc32\data\Z\Resource\apps\javainstaller_icon.mif 	"resource\apps\javainstaller_icon.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2751
file=\epoc32\release\ARMV5\urel\javainstaller.dll 	"sys\bin\javainstaller.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2752
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javainstallerui.odc 	"resource\java\jvm\lib\jrt\javainstallerui.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2753
file=\epoc32\release\ARMV5\urel\javainstallerui.dll 	"sys\bin\javainstallerui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2754
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javainstaller.odc 	"resource\java\jvm\lib\jrt\javainstaller.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2755
file=\epoc32\release\ARMV5\urel\javainstallerstarter.dll 	"sys\bin\javainstallerstarter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2756
file=\epoc32\release\ARMV5\urel\javapreinstaller.dll 	"sys\bin\javapreinstaller.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2757
data=\epoc32\data\Z\Resource\java\java_app_92.mif 	"resource\java\java_app.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2758
data=\epoc32\data\Z\Resource\java\java_trusted.png 	"resource\java\java_trusted.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2759
data=\epoc32\data\Z\Resource\java\java_untrusted.png 	"resource\java\java_untrusted.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2760
data=\epoc32\data\Z\private\102033E6\installer\inst_plugins.cfg 	"private\102033E6\installer\inst_plugins.cfg"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2761
file=\epoc32\release\ARMV5\urel\javalauncher.exe 	"sys\bin\javalauncher.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2762
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, javaappschemeplugin.dll , javaappschemeplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2763
data=\epoc32\data\Z\Resource\plugins\javaappschemeplugin.rsc 	"resource\plugins\javaappschemeplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2764
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, javasidchecker.dll , javasidchecker.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2765
data=\epoc32\data\Z\Resource\plugins\javasidchecker.rsc 	"resource\plugins\javasidchecker.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2766
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recjar.dll , recjar.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2767
data=\epoc32\data\Z\Resource\plugins\recjar.rsc 	"resource\plugins\recjar.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2768
file=\epoc32\release\ARMV5\urel\javabackup.exe 	"sys\bin\javabackup.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2769
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, midp2backupplugin.dll , midp2backupplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2770
data=\epoc32\data\Z\Resource\plugins\midp2backupplugin.rsc 	"resource\plugins\midp2backupplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2771
data=\epoc32\data\Z\private\1028246F\backup_registration.xml 	"private\1028246F\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2772
data=\epoc32\data\Z\private\102033E6\backup_registration.xml 	"private\102033E6\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2773
file=\epoc32\release\ARMV5\urel\javacoreui.dll 	"sys\bin\javacoreui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2774
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javacoreui.odc 	"resource\java\jvm\lib\jrt\javacoreui.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2775
file=\epoc32\release\ARMV5\urel\eswt.dll 	"sys\bin\eswt.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2776
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\eswt.odc 	"resource\java\jvm\lib\jrt\eswt.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2777
file=\epoc32\release\ARMV5\urel\eswtphysics.dll 	"sys\bin\eswtphysics.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2778
file=\epoc32\release\ARMV5\urel\eswtapifacade.dll 	"sys\bin\eswtapifacade.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2779
file=\epoc32\release\ARMV5\urel\eswtdirectcontent.dll 	"sys\bin\eswtdirectcontent.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2780
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\eswtdirectcontent.odc 	"resource\java\jvm\lib\jrt\eswtdirectcontent.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2781
data=\epoc32\data\Z\Private\10003a3f\apps\eswt_reg.rsc 	"private\10003a3f\import\apps\eswt_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2782
file=\epoc32\release\ARMV5\urel\javalcdui.dll 	"sys\bin\javalcdui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2783
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javalcdui.odc 	"resource\java\jvm\lib\jrt\javalcdui.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2784
file=\epoc32\release\ARMV5\urel\lcdui.dll 	"sys\bin\lcdui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2785
file=\epoc32\release\ARMV5\urel\lcdgr.dll 	"sys\bin\lcdgr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2786
file=\epoc32\release\ARMV5\urel\lcdgdrv.dll 	"sys\bin\lcdgdrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2787
file=\epoc32\release\ARMV5\urel\lcdgdrvi.dll 	"sys\bin\lcdgdrvi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2788
file=\epoc32\release\ARMV5\urel\lcduiphysicswrap.dll 	"sys\bin\lcduiphysicswrap.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2789
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LCDC4K.dll , LCDC4K.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2790
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LCDC64K.dll , LCDC64K.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2791
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LCDC16MU.dll , LCDC16MU.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2792
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LCDC16MA.dll , LCDC16MA.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2793
data=\epoc32\data\Z\Resource\java\lcdgr.rsc 	"resource\java\lcdgr.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2794
data=\epoc32\data\Z\Private\10003a3f\apps\lcdui_reg.rsc 	"private\10003a3f\import\apps\lcdui_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2795
data=\epoc32\data\Z\resource\apps\lcdui.mif 	"resource\apps\lcdui.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2796
file=\epoc32\release\ARMV5\urel\javaamms.dll 	"sys\bin\javaamms.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2797
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javaamms.odc 	"resource\java\jvm\lib\jrt\javaamms.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2798
file=\epoc32\release\ARMV5\urel\javamobilemedia.dll 	"sys\bin\javamobilemedia.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2799
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javamobilemedia.odc 	"resource\java\jvm\lib\jrt\javamobilemedia.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2800
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\CamcorderJavaCapture.wav 	"System\Sounds\Digital\CamcorderJavaCapture.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2801
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\CamcorderJavaStart.wav 	"System\Sounds\Digital\CamcorderJavaStart.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2802
file=\epoc32\release\ARMV5\urel\javamobinfo.dll 	"sys\bin\javamobinfo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2803
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javamobinfo.odc 	"resource\java\jvm\lib\jrt\javamobinfo.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2804
file=\epoc32\release\ARMV5\urel\javaglobalindicators.dll 	"sys\bin\javaglobalindicators.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2805
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javaglobalindicators.odc 	"resource\java\jvm\lib\jrt\javaglobalindicators.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2806
file=\epoc32\release\ARMV5\urel\javasoftnotification.dll 	"sys\bin\javasoftnotification.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2807
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javasoftnotification.odc 	"resource\java\jvm\lib\jrt\javasoftnotification.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2808
file=\epoc32\release\ARMV5\urel\javam2g.dll 	"sys\bin\javam2g.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2809
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javam2g.odc 	"resource\java\jvm\lib\jrt\javam2g.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2810
file=\epoc32\release\ARMV5\urel\javam3g.dll 	"sys\bin\javam3g.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2811
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javam3g.odc 	"resource\java\jvm\lib\jrt\javam3g.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2812
file=\epoc32\release\ARMV5\urel\javanokiasound.dll 	"sys\bin\javanokiasound.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2813
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javanokiasound.odc 	"resource\java\jvm\lib\jrt\javanokiasound.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2814
file=\epoc32\release\ARMV5\urel\javaremconobserver.dll 	"sys\bin\javaremconobserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2815
file=\epoc32\release\ARMV5\urel\javalegacyutils.dll 	"sys\bin\javalegacyutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2816
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javalegacyutils.odc 	"resource\java\jvm\lib\jrt\javalegacyutils.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2817
file=\epoc32\release\ARMV5\urel\javaruntimeui.dll 	"sys\bin\javaruntimeui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2818
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javaruntimeui.odc 	"resource\java\jvm\lib\jrt\javaruntimeui.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2819
file=\epoc32\release\ARMV5\urel\javaruntimestarterutils.dll 	"sys\bin\javaruntimestarterutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2820
file=\epoc32\release\ARMV5\urel\javastarter.dll 	"sys\bin\javastarter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2821
file=\epoc32\release\ARMV5\urel\javamidp.exe 	"sys\bin\javamidp.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2822
file=\epoc32\release\ARMV5\urel\javamidpstarter.dll 	"sys\bin\javamidpstarter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2823
file=\epoc32\release\ARMV5\urel\javamidpruntime.dll 	"sys\bin\javamidpruntime.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2824
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javamidpruntime.odc 	"resource\java\jvm\lib\jrt\javamidpruntime.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2825
file=\epoc32\release\ARMV5\urel\javajvmargsmodifier.dll 	"sys\bin\javajvmargsmodifier.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2826
file=\epoc32\release\ARMV5\urel\j9.dll 	"sys\bin\j9.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2827
file=\epoc32\release\ARMV5\urel\j9vmall23.dll 	"sys\bin\j9vmall23.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2828
file=\epoc32\release\ARMV5\urel\j9mjit23.dll 	"sys\bin\j9mjit23.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2829
file=\epoc32\release\ARMV5\urel\jclcldc11_23.dll 	"sys\bin\jclcldc11_23.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2830
file=\epoc32\release\ARMV5\urel\jclcdc11_23.dll 	"sys\bin\jclcdc11_23.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2831
file=\epoc32\release\ARMV5\urel\j9fdm23.dll 	"sys\bin\j9fdm23.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2832
file=\epoc32\release\ARMV5\urel\JvmNativePort.dll 	"sys\bin\JvmNativePort.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2833
REM MISSING data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\bin\java.properties                                   resource\java\jvm\bin\java.properties
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2834
REM MISSING data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\security\java.policy                              resource\java\jvm\lib\security\java.policy
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2835
REM MISSING data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\security\java.security                            resource\java\jvm\lib\security\java.security
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2836
file=\epoc32\release\ARMV5\urel\javautils.dll 	"sys\bin\javautils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2837
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javautils.odc 	"resource\java\jvm\lib\jrt\javautils.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2838
file=\epoc32\release\ARMV5\urel\javacomms.dll 	"sys\bin\javacomms.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2839
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javacomms.odc 	"resource\java\jvm\lib\jrt\javacomms.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2840
file=\epoc32\release\ARMV5\urel\javaipc.dll 	"sys\bin\javaipc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2841
file=\epoc32\release\ARMV5\urel\javafileutils.dll 	"sys\bin\javafileutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2842
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javafileutils.odc 	"resource\java\jvm\lib\jrt\javafileutils.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2843
file=\epoc32\release\ARMV5\urel\javadebugapi.dll 	"sys\bin\javadebugapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2844
file=\epoc32\release\ARMV5\urel\javasecurity.dll 	"sys\bin\javasecurity.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2845
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javasecurity.odc 	"resource\java\jvm\lib\jrt\javasecurity.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2846
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, javaunicertstoreplugin.dll , javaunicertstoreplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2847
data=\epoc32\data\Z\Resource\plugins\javaunicertstoreplugin.rsc 	"resource\plugins\javaunicertstoreplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2848
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\s60_manufacturer.ser 	"resource\java\security\policies\s60_manufacturer.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2849
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\s60_operator.ser 	"resource\java\security\policies\s60_operator.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2850
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\s60_trustedthirdparty.ser 	"resource\java\security\policies\s60_trustedthirdparty.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2851
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\s60_untrusted.ser 	"resource\java\security\policies\s60_untrusted.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2852
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\msa_manufacturer.ser 	"resource\java\security\policies\msa_manufacturer.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2853
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\msa_operator.ser 	"resource\java\security\policies\msa_operator.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2854
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\msa_trustedthirdparty.ser 	"resource\java\security\policies\msa_trustedthirdparty.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2855
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\msa_untrusted.ser 	"resource\java\security\policies\msa_untrusted.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2856
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\att_manufacturer.ser 	"resource\java\security\policies\att_manufacturer.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2857
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\att_operator.ser 	"resource\java\security\policies\att_operator.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2858
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\att_operatorextra.ser 	"resource\java\security\policies\att_operatorextra.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2859
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\att_trustedthirdparty.ser 	"resource\java\security\policies\att_trustedthirdparty.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2860
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\att_untrusted.ser 	"resource\java\security\policies\att_untrusted.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2861
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\all.ser 	"resource\java\security\policies\all.ser"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2862
file=\epoc32\release\ARMV5\urel\javaenvinfo.dll 	"sys\bin\javaenvinfo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2863
data=\epoc32\release\ARMV5\urel\Z\Resource\versions\java.txt 	"resource\versions\java.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2864
file=\epoc32\release\ARMV5\urel\javastorage.dll 	"sys\bin\javastorage.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2865
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javastorage.odc 	"resource\java\jvm\lib\jrt\javastorage.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2866
file=\epoc32\release\ARMV5\urel\javagcf.dll 	"sys\bin\javagcf.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2867
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javagcf.odc 	"resource\java\jvm\lib\jrt\javagcf.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2868
file=\epoc32\release\ARMV5\urel\javaconnectionmanager.dll 	"sys\bin\javaconnectionmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2869
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javaconnectionmanager.odc 	"resource\java\jvm\lib\jrt\javaconnectionmanager.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2870
file=\epoc32\release\ARMV5\urel\javahttp.dll 	"sys\bin\javahttp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2871
file=\epoc32\release\ARMV5\urel\javahttps.dll 	"sys\bin\javahttps.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2872
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javahttp.odc 	"resource\java\jvm\lib\jrt\javahttp.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2873
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javahttps.odc 	"resource\java\jvm\lib\jrt\javahttps.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2874
file=\epoc32\release\ARMV5\urel\javasocket.dll 	"sys\bin\javasocket.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2875
file=\epoc32\release\ARMV5\urel\javasocketscplugin.dll 	"sys\bin\javasocketscplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2876
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javasocket.odc 	"resource\java\jvm\lib\jrt\javasocket.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2877
file=\epoc32\release\ARMV5\urel\javassl.dll 	"sys\bin\javassl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2878
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javassl.odc 	"resource\java\jvm\lib\jrt\javassl.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2879
file=\epoc32\release\ARMV5\urel\javapushcontroller.dll 	"sys\bin\javapushcontroller.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2880
file=\epoc32\release\ARMV5\urel\javapushregistry.dll 	"sys\bin\javapushregistry.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2881
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javapushregistry.odc 	"resource\java\jvm\lib\jrt\javapushregistry.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2882
file=\epoc32\release\ARMV5\urel\javabluecove.dll 	"sys\bin\javabluecove.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2883
file=\epoc32\release\ARMV5\urel\javabluetooth.dll 	"sys\bin\javabluetooth.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2884
file=\epoc32\release\ARMV5\urel\javabluetoothcommons.dll 	"sys\bin\javabluetoothcommons.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2885
file=\epoc32\release\ARMV5\urel\javabtgoepscplugin.dll 	"sys\bin\javabtgoepscplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2886
file=\epoc32\release\ARMV5\urel\javabtl2capscplugin.dll 	"sys\bin\javabtl2capscplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2887
file=\epoc32\release\ARMV5\urel\javabtsppscplugin.dll 	"sys\bin\javabtsppscplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2888
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javabluecove.odc 	"resource\java\jvm\lib\jrt\javabluecove.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2889
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javabluetooth.odc 	"resource\java\jvm\lib\jrt\javabluetooth.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2890
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javabluetoothcommons.odc 	"resource\java\jvm\lib\jrt\javabluetoothcommons.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2891
file=\epoc32\release\ARMV5\urel\javawma.dll 	"sys\bin\javawma.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2892
file=\epoc32\release\ARMV5\urel\javawmamms.dll 	"sys\bin\javawmamms.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2893
file=\epoc32\release\ARMV5\urel\javacbsscplugin.dll 	"sys\bin\javacbsscplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2894
file=\epoc32\release\ARMV5\urel\javammsscplugin.dll 	"sys\bin\javammsscplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2895
file=\epoc32\release\ARMV5\urel\javasmsscplugin.dll 	"sys\bin\javasmsscplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2896
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javawma.odc 	"resource\java\jvm\lib\jrt\javawma.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2897
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javawmamms.odc 	"resource\java\jvm\lib\jrt\javawmamms.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2898
file=\epoc32\release\ARMV5\urel\javacomm.dll 	"sys\bin\javacomm.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2899
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javacomm.odc 	"resource\java\jvm\lib\jrt\javacomm.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2900
file=\epoc32\release\ARMV5\urel\javadatagram.dll 	"sys\bin\javadatagram.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2901
file=\epoc32\release\ARMV5\urel\javadatagramscplugin.dll 	"sys\bin\javadatagramscplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2902
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javadatagram.odc 	"resource\java\jvm\lib\jrt\javadatagram.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2903
file=\epoc32\release\ARMV5\urel\javalocation.dll 	"sys\bin\javalocation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2904
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javalocation.odc 	"resource\java\jvm\lib\jrt\javalocation.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2905
file=\epoc32\release\ARMV5\urel\javasensor.dll 	"sys\bin\javasensor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2906
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javasensor.odc 	"resource\java\jvm\lib\jrt\javasensor.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2907
file=\epoc32\release\ARMV5\urel\javawebservices.dll 	"sys\bin\javawebservices.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2908
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javawebservices.odc 	"resource\java\jvm\lib\jrt\javawebservices.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2909
file=\epoc32\release\ARMV5\urel\javapim.dll 	"sys\bin\javapim.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2910
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javapim.odc 	"resource\java\jvm\lib\jrt\javapim.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2911
file=\epoc32\release\ARMV5\urel\javarms.dll 	"sys\bin\javarms.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2912
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javarms.odc 	"resource\java\jvm\lib\jrt\javarms.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2913
file=\epoc32\release\ARMV5\urel\javasatsa.dll 	"sys\bin\javasatsa.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2914
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javasatsa.odc 	"resource\java\jvm\lib\jrt\javasatsa.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2915
file=\epoc32\release\ARMV5\urel\javafile.dll 	"sys\bin\javafile.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2916
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javafile.odc 	"resource\java\jvm\lib\jrt\javafile.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2917
file=\epoc32\release\ARMV5\urel\javaiapinfo.dll 	"sys\bin\javaiapinfo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2918
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javaiapinfo.odc 	"resource\java\jvm\lib\jrt\javaiapinfo.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2919
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\resources.jar 	"resource\java\jvm\lib\jrt\resources.jar"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2920
data=\epoc32\data\Z\Resource\java\midpOdcList 	"resource\java\midpodclist"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2921
data=\epoc32\data\Z\Resource\java\installerOdcList 	"resource\java\installerodclist"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2922
data=\epoc32\data\Z\Resource\java\tckRunnerOdcList 	"resource\java\tckrunnerodclist"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2923
data=\epoc32\data\Z\Resource\java\javacontrolpanelodclist 	"resource\java\javacontrolpanelodclist"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2924
data=\epoc32\data\Z\Resource\java\security\trustroots\midprootslist 	"resource\java\security\trustroots\midprootslist"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2925
file=\epoc32\release\ARMV5\urel\javaupgradeapp.exe 	"sys\bin\javaupgradeapp.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2926
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, javaiconsizenotifplugin.dll , javaiconsizenotifplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2927
data=\epoc32\data\Z\Resource\plugins\javaiconsizenotifplugin.rsc 	"resource\plugins\javaiconsizenotifplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2928
file=\epoc32\release\ARMV5\urel\LmkCommonUi.dll 	"sys\bin\LmkCommonUi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2929
file=\epoc32\release\ARMV5\urel\LmkUi.dll 	"sys\bin\LmkUi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2930
file=\epoc32\release\ARMV5\urel\LmkEng.dll 	"sys\bin\LmkEng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2931
data=\epoc32\data\Z\resource\apps\Landmarks.mif 	"resource\apps\Landmarks.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2932
data=\epoc32\data\Z\Resource\apps\LmkUi.mif 	"resource\apps\LmkUi.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2933
data=\epoc32\data\Z\resource\apps\LmkMsgViewer_AIF.MIF 	"resource\apps\LmkMsgViewer_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2934
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\LmkMsgViewer_reg.rsc 	"Private\10003a3f\import\apps\LmkMsgViewer_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2935
file=\epoc32\release\ARMV5\urel\LmkMsgViewer.exe 	"sys\bin\LmkMsgViewer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2936
data=\epoc32\data\Z\System\install\landmarksstub.sis 	"system\install\landmarksstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2937
file=\epoc32\release\ARMV5\urel\LogsEng.dll 	"sys\bin\LogsEng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2938
file=\epoc32\release\ARMV5\urel\AocCtView.dll 	"sys\bin\AocCtView.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2939
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LogsPlugin.dll , LogsPlugin.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2940
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LogsIndicatorPlugin.dll , LogsIndicatorPlugin.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2941
data=\epoc32\data\Z\private\101F4CD5\backup_registration.xml 	"private\101F4CD5\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2942
file=\epoc32\release\ARMV5\urel\Logs.exe 	"sys\bin\Logs.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2943
data=\epoc32\data\Z\resource\apps\Logs.mif 	"resource\apps\Logs.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2944
data=\epoc32\data\Z\resource\apps\Logs_AIF.MIF 	"resource\apps\Logs_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2945
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Logs_reg.rsc 	"Private\10003a3f\apps\Logs_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2946
file=\epoc32\release\ARMV5\urel\logsserviceextension.dll 	"sys\bin\logsserviceextension.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2947
data=\epoc32\data\Z\System\install\logsserviceextension_stub.sis 	"system\install\logsserviceextension_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2948
REM Light Weight Player
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2949
file=\epoc32\release\ARMV5\urel\lwplayer.exe 	"sys\bin\lwplayer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2950
data=\epoc32\data\Z\Private\10003a3f\apps\lwplayer_reg.rsc 	"PRIVATE\10003a3f\import\apps\lwplayer_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2951
file=\epoc32\release\ARMV5\urel\MsgMailEditor.exe 	"sys\bin\MsgMailEditor.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2952
data=\epoc32\data\Z\resource\apps\MsgMailEditor_AIF.MIF 	"resource\apps\MsgMailEditor_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2953
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\MsgMailEditor_reg.rsc 	"Private\10003a3f\apps\MsgMailEditor_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2954
file=\epoc32\release\ARMV5\urel\MsgMailViewer.exe 	"sys\bin\MsgMailViewer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2955
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\MsgMailViewer_reg.rsc 	"Private\10003a3f\apps\MsgMailViewer_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2956
data=\epoc32\data\Z\Private\101f4cd6\backup_registration.xml 	"Private\101f4cd6\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2957
file=\epoc32\release\ARMV5\urel\MsgMailUtils.dll 	"sys\bin\MsgMailUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2958
data=\epoc32\data\Z\resource\apps\msgmailutils.mif 	"resource\apps\msgmailutils.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2959
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MailPlainView.dll , MailPlainView.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2960
file=\epoc32\release\ARMV5\urel\Mailinit.exe 	"sys\bin\Mailinit.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2961
file=\epoc32\release\ARMV5\urel\matrixmenu.exe 	"sys\bin\matrixmenu.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2962
data=\epoc32\data\Z\resource\apps\matrixmenu.mif 	"resource\apps\matrixmenu.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2963
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\matrixmenu_reg.rsc 	"Private\10003a3f\import\apps\matrixmenu_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2964
data=\epoc32\data\Z\private\101F4CD2\backup_registration.xml 	"private\101F4CD2\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2965
file=\epoc32\release\ARMV5\urel\Mce.exe 	"sys\bin\Mce.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2966
data=\epoc32\data\Z\resource\apps\Mce_AIF.MIF 	"resource\apps\Mce_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2967
file=\epoc32\release\ARMV5\urel\MceLogEng.dll 	"sys\bin\MceLogEng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2968
data=\epoc32\data\Z\system\install\MCE_STUB.sis 	"system\install\MCE_STUB.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2969
data=\epoc32\data\Z\private\10003a3f\apps\mce_reg.rsc 	"private\10003a3f\import\apps\mce_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2970
data=\epoc32\data\Z\resource\apps\MceExtraIcons.mif 	"resource\apps\MceExtraIcons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2971
file=\epoc32\release\ARMV5\urel\MceSettings.dll 	"sys\bin\MceSettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2972
data=\epoc32\data\Z\system\install\MceSettings_stub.sis 	"system\install\MceSettings_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2973
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MceSettingsGSPlugin.dll , MceSettingsGSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2974
data=\epoc32\data\Z\resource\apps\MceSettingsGSPluginIcons.mif 	"resource\apps\MceSettingsGSPluginIcons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2975
data=\epoc32\data\Z\resource\MceSettingsEmailSel.rsc 	"resource\MceSettingsEmailSel.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2976
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mcpmusicplayer.dll , mcpmusicplayer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2977
file=\epoc32\release\ARMV5\urel\mediasettings.exe 	"sys\bin\mediasettings.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2978
data=\epoc32\data\Z\resource\apps\mediasettings.mif 	"resource\apps\mediasettings.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2979
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\mediasettings_reg.rsc 	"Private\10003a3f\import\apps\mediasettings_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2980
file=\epoc32\release\ARMV5\urel\mpsettbase.dll 	"sys\bin\mpsettbase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2981
file=\epoc32\release\ARMV5\urel\MemStatePopup.dll 	"sys\bin\MemStatePopup.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2982
data=\epoc32\data\z\resource\apps\gridroot.mif 	"resource\apps\gridroot.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2983
data=\epoc32\include\gridroot.mbg 	"resource\apps\gridroot.mbg"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2984
data=\epoc32\data\z\resource\apps\matrixmenudata.mif 	"resource\apps\matrixmenudata.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2985
data=\epoc32\include\matrixmenudata.mbg 	"resource\apps\matrixmenudata.mbg"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2986
data=\epoc32\data\Z\private\200113DD\content\matrixmenudata.xml 	"private\200113DD\content\matrixmenudata.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2987
data=\epoc32\data\z\private\101F4CD2\import\suites\foldersuite_touch\suite.xml 	"private\101F4CD2\import\suites\foldersuite\suite.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2988
data=\epoc32\data\z\private\101F4CD2\import\suites\foldersuite_touch\items.xml 	"private\101F4CD2\import\suites\foldersuite\items.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2989
data=\epoc32\include\foldersuite.rsg 	"resource\apps\foldersuite.rsg"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2990
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  messagessearchplugin.dll ,  messagessearchplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2991
data=\epoc32\data\Z\resource\apps\messagessearchplugin.mif 	"resource\apps\messagessearchplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2992
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  missedalarmindicatorplugin.dll ,  missedalarmindicatorplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2993
file=\epoc32\release\ARMV5\urel\missedalarmstore.dll 	"sys\bin\missedalarmstore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2994
file=\epoc32\release\ARMV5\urel\mmextensionmanager.dll 	"sys\bin\mmextensionmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2995
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfolderuiextensionplugin.dll , mmfolderuiextensionplugin.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2996
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmsdataprovider.dll , mmsdataprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2997
data=\epoc32\data\Z\resource\mmsdatastore.rsc 	"resource\mmsdatastore.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2998
data=\epoc32\data\Z\private\101F99F6\capability\101FB0E9.XML 	"private\101F99F6\capability\101FB0E9.XML"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  2999
data=\epoc32\data\Z\System\install\mmsdsa_stub.sis 	"system\install\mmsdsa_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3000
data=\epoc32\data\Z\private\100058DB\backup_registration.xml 	"private\100058DB\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3001
file=\epoc32\release\ARMV5\urel\mmsconninit.dll 	"sys\bin\mmsconninit.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3002
file=\epoc32\release\ARMV5\urel\mmscli.dll 	"sys\bin\mmscli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3003
file=\epoc32\release\ARMV5\urel\mmssrv.dll 	"sys\bin\mmssrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3004
file=\epoc32\release\ARMV5\urel\mmstransport.dll 	"sys\bin\mmstransport.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3005
file=\epoc32\release\ARMV5\urel\mmscodec.dll 	"sys\bin\mmscodec.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3006
file=\epoc32\release\ARMV5\urel\mmsmessage.dll 	"sys\bin\mmsmessage.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3007
file=\epoc32\release\ARMV5\urel\mmsserversettings.dll 	"sys\bin\mmsserversettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3008
file=\epoc32\release\ARMV5\urel\mmscodecclient.dll 	"sys\bin\mmscodecclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3009
file=\epoc32\release\ARMV5\urel\mmsappadapter.dll 	"sys\bin\mmsappadapter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3010
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmswatcher.dll , mmswatcher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3011
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MmsPushHandler.dll , MmsPushHandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3012
file=\epoc32\release\ARMV5\urel\mmsgenutils.dll 	"sys\bin\mmsgenutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3013
file=\epoc32\release\ARMV5\urel\mmssettings.dll 	"sys\bin\MmsSettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3014
file=\epoc32\release\ARMV5\urel\mmsui.dll 	"sys\bin\MmsUi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3015
file=\epoc32\release\ARMV5\urel\notui.dll 	"sys\bin\NotUi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3016
file=\epoc32\release\ARMV5\urel\notviewer.exe 	"sys\bin\notviewer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3017
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\notviewer_reg.rsc 	"Private\10003a3f\import\apps\notviewer_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3018
data=\epoc32\data\Z\resource\apps\notviewer_AIF.MIF 	"resource\apps\notviewer_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3019
file=\epoc32\release\ARMV5\urel\mmsviewer.exe 	"sys\bin\mmsviewer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3020
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\mmsviewer_reg.rsc 	"Private\10003a3f\import\apps\mmsviewer_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3021
data=\epoc32\data\Z\resource\apps\mmsviewer_AIF.MIF 	"resource\apps\mmsviewer_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3022
data=\epoc32\data\z\system\install\stub_mmsviewer.sis 	"system\install\stub_mmsviewer.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3023
data=\epoc32\data\z\system\install\stub_notviewer.sis 	"system\install\stub_notviewer.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3024
data=\epoc32\data\Z\resource\apps\mmsui.mif 	"resource\apps\mmsui.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3025
file=\epoc32\release\ARMV5\urel\mmwidgets.dll 	"sys\bin\mmwidgets.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3026
data=\epoc32\data\z\resource\list\custom\akn_single_large_graphic_pane.xml 	"resource\list\custom\akn_single_large_graphic_pane.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3027
data=\epoc32\data\z\resource\list\custom\akn_logical_template_1.xml 	"resource\list\custom\akn_logical_template_1.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3028
data=\epoc32\data\z\resource\list\custom\akn_logical_template_2.xml 	"resource\list\custom\akn_logical_template_2.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3029
data=\epoc32\data\z\resource\list\custom\akn_logical_template_3.xml 	"resource\list\custom\akn_logical_template_3.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3030
data=\epoc32\data\z\resource\list\custom\akn_logical_template_4.xml 	"resource\list\custom\akn_logical_template_4.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3031
data=\epoc32\data\z\resource\list\custom\akn_logical_template_5.xml 	"resource\list\custom\akn_logical_template_5.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3032
data=\epoc32\data\z\resource\list\custom\akn_logical_template_6.xml 	"resource\list\custom\akn_logical_template_6.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3033
data=\epoc32\data\z\resource\list\custom\akn_logical_template_7.xml 	"resource\list\custom\akn_logical_template_7.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3034
data=\epoc32\data\z\resource\list\custom\akn_logical_template_8.xml 	"resource\list\custom\akn_logical_template_8.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3035
data=\epoc32\data\z\resource\list\custom\akn_logical_template_10.xml 	"resource\list\custom\akn_logical_template_10.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3036
data=\epoc32\data\z\resource\list\custom\akn_logical_template_11.xml 	"resource\list\custom\akn_logical_template_11.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3037
data=\epoc32\data\z\resource\list\custom\akn_logical_template_12.xml 	"resource\list\custom\akn_logical_template_12.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3038
data=\epoc32\data\z\resource\list\custom\akn_logical_template_13.xml 	"resource\list\custom\akn_logical_template_13.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3039
data=\epoc32\data\z\resource\grid\custom\akn_single_large_graphic_pane.xml 	"resource\grid\custom\akn_single_large_graphic_pane.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3040
data=\epoc32\data\z\resource\grid\custom\akn_logical_template_1.xml 	"resource\grid\custom\akn_logical_template_1.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3041
data=\epoc32\data\z\resource\grid\custom\akn_logical_template_2.xml 	"resource\grid\custom\akn_logical_template_2.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3042
data=\epoc32\data\z\resource\grid\custom\akn_logical_template_3.xml 	"resource\grid\custom\akn_logical_template_3.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3043
data=\epoc32\data\z\resource\grid\custom\akn_logical_template_4.xml 	"resource\grid\custom\akn_logical_template_4.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3044
data=\epoc32\data\z\resource\list\lct\akn_list_single_hc_apps_pane.xml 	"resource\list\lct\akn_list_single_hc_apps_pane.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3045
data=\epoc32\data\z\resource\list\lct\akn_single_large_graphic_pane.xml 	"resource\list\lct\akn_single_large_graphic_pane.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3046
data=\epoc32\data\z\resource\list\lct\akn_logical_template_1.xml 	"resource\list\lct\akn_logical_template_1.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3047
data=\epoc32\data\z\resource\list\lct\akn_logical_template_2.xml 	"resource\list\lct\akn_logical_template_2.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3048
data=\epoc32\data\z\resource\list\lct\akn_logical_template_3.xml 	"resource\list\lct\akn_logical_template_3.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3049
data=\epoc32\data\z\resource\list\lct\akn_logical_template_4.xml 	"resource\list\lct\akn_logical_template_4.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3050
data=\epoc32\data\z\resource\list\lct\akn_logical_template_5.xml 	"resource\list\lct\akn_logical_template_5.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3051
data=\epoc32\data\z\resource\list\lct\akn_logical_template_6.xml 	"resource\list\lct\akn_logical_template_6.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3052
data=\epoc32\data\z\resource\list\lct\akn_logical_template_6a.xml 	"resource\list\lct\akn_logical_template_6a.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3053
data=\epoc32\data\z\resource\list\lct\akn_logical_template_7.xml 	"resource\list\lct\akn_logical_template_7.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3054
data=\epoc32\data\z\resource\list\lct\akn_logical_template_8.xml 	"resource\list\lct\akn_logical_template_8.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3055
data=\epoc32\data\z\resource\list\lct\akn_logical_template_12.xml 	"resource\list\lct\akn_logical_template_12.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3056
data=\epoc32\data\z\resource\grid\lct\akn_logical_template_3.xml 	"resource\grid\lct\akn_logical_template_3.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3057
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpsettropmodel.dll ,  mpsettropmodel.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3058
data=\epoc32\data\Z\resource\mpsettingsropmodel.rsc 	"resource\mpsettingsropmodel.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3059
file=\epoc32\release\ARMV5\urel\mpxaddtracksdialog.dll 	"sys\bin\mpxaddtracksdialog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3060
data=\epoc32\data\Z\resource\apps\mpxaddtracksdialog.mif 	"resource\apps\mpxaddtracksdialog.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3061
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxaddtracksdialogplugin.dll ,  mpxaddtracksdialogplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3062
file=\epoc32\release\ARMV5\urel\mpxalbumarteditordialog.dll 	"sys\bin\mpxalbumarteditordialog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3063
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxalbumarteditordialogplugin.dll ,  mpxalbumarteditordialogplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3064
file=\epoc32\release\ARMV5\urel\mpxaudioeffectengine.dll 	"sys\bin\mpxaudioeffectengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3065
file=\epoc32\release\ARMV5\urel\mpxaudioeffectsview.dll 	"sys\bin\mpxaudioeffectsview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3066
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxaudioeffectsviewplugin.dll ,  mpxaudioeffectsviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3067
file=\epoc32\release\ARMV5\urel\mpxcollectionview.dll 	"sys\bin\mpxcollectionview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3068
data=\epoc32\data\Z\resource\apps\mpxcollectionview.mif 	"resource\apps\mpxcollectionview.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3069
file=\epoc32\release\ARMV5\urel\mpxcollectionviewhg.dll 	"sys\bin\mpxcollectionviewhg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3070
data=\epoc32\data\Z\resource\apps\mpxcollectionviewhg.mif 	"resource\apps\mpxcollectionviewhg.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3071
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxcollectionviewhgplugin.dll ,  mpxcollectionviewhgplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3072
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxcollectionviewplugin.dll ,  mpxcollectionviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3073
file=\epoc32\release\ARMV5\urel\mpxcommoncontainer.dll 	"sys\bin\mpxcommoncontainer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3074
file=\epoc32\release\ARMV5\urel\mpxcommonplaybackview.dll 	"sys\bin\mpxcommonplaybackview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3075
data=\epoc32\data\Z\resource\apps\mpxcommonplaybackview.mif 	"resource\apps\mpxcommonplaybackview.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3076
file=\epoc32\release\ARMV5\urel\mpxcommonui.dll 	"sys\bin\mpxcommonui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3077
data=\epoc32\data\Z\resource\apps\mpxcommonui.mif 	"resource\apps\mpxcommonui.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3078
file=\epoc32\release\ARMV5\urel\mpxembeddedplaybackview.dll 	"sys\bin\mpxembeddedplaybackview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3079
data=\epoc32\data\Z\resource\apps\mpxembeddedplaybackview.mif 	"resource\apps\mpxembeddedplaybackview.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3080
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxembeddedplaybackviewplugin.dll ,  mpxembeddedplaybackviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3081
file=\epoc32\release\ARMV5\urel\mpxequalizerview.dll 	"sys\bin\mpxequalizerview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3082
data=\epoc32\data\Z\System\data\nullsound.mp3 	"system\data\nullsound.mp3"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3083
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxequalizerviewplugin.dll ,  mpxequalizerviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3084
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,   mpxinmemoryplugin.dll ,   mpxinmemoryplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3085
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mpxlocalaudioplayback.dll , mpxlocalaudioplayback.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3086
file=\epoc32\release\ARMV5\urel\mpxm3uplaylistparsers.dll 	"sys\bin\mpxm3uplaylistparsers.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3087
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxm3uplaylistplugin.dll ,  mpxm3uplaylistplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3088
file=\epoc32\release\ARMV5\urel\mpxmainview.dll 	"sys\bin\mpxmainview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3089
data=\epoc32\data\Z\resource\apps\mpxmainview.mif 	"resource\apps\mpxmainview.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3090
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxmainviewplugin.dll ,  mpxmainviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3091
data=\epoc32\data\z\system\install\mpxplugins_stub.sis 	"system\install\mpxplugins_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3092
file=\epoc32\release\ARMV5\urel\mpxmediakeyhandler.dll 	"sys\bin\mpxmediakeyhandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3093
data=\epoc32\data\Z\resource\apps\mpxmediakeyhandler.mif 	"resource\apps\mpxmediakeyhandler.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3094
file=\epoc32\release\ARMV5\urel\mpxmetadataeditordialog.dll 	"sys\bin\mpxmetadataeditordialog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3095
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxmetadataeditordialogplugin.dll ,  mpxmetadataeditordialogplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3096
file=\epoc32\release\ARMV5\urel\mpxmetadatahandler.dll 	"sys\bin\mpxmetadatahandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3097
data=\epoc32\data\Z\resource\mplayeravrcpsettings.rsc 	"resource\mplayeravrcpsettings.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3098
data=\epoc32\data\z\system\install\mpxmusicplayerstub.sis 	"system\install\mpxmusicplayerstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3099
data=\epoc32\data\Z\Private\102072c3\backup_registration.xml 	"private\102072c3\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3100
file=\epoc32\release\ARMV5\urel\mpx.exe 	"sys\bin\mpx.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3101
data=\epoc32\data\Z\resource\apps\mpx_AIF.MIF 	"resource\apps\mpx_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3102
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\mpx_reg.rsc 	"Private\10003a3f\import\apps\mpx_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3103
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vcxmyvideoscollectionplugin.DLL , vcxmyvideoscollectionplugin.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3104
file=\epoc32\release\ARMV5\urel\mpxpdplaybackview.dll 	"sys\bin\mpxpdplaybackview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3105
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxpdplaybackviewplugin.dll ,  mpxpdplaybackviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3106
file=\epoc32\release\ARMV5\urel\mpxpdsbplaybackview.dll 	"sys\bin\mpxpdsbplaybackview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3107
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxpdsbplaybackviewplugin.dll ,  mpxpdsbplaybackviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3108
file=\epoc32\release\ARMV5\urel\mpxplaybackview.dll 	"sys\bin\mpxplaybackview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3109
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxplaybackviewplugin.dll ,  mpxplaybackviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3110
file=\epoc32\release\ARMV5\urel\mpxpodcastplaybackview.dll 	"sys\bin\mpxpodcastplaybackview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3111
data=\epoc32\data\Z\resource\apps\mpxpodcastplaybackview.mif 	"resource\apps\mpxpodcastplaybackview.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3112
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxpodcastplaybackviewplugin.dll ,  mpxpodcastplaybackviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3113
file=\epoc32\release\ARMV5\urel\mpxpodcastcollectionview.dll 	"sys\bin\mpxpodcastcollectionview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3114
data=\epoc32\data\Z\resource\apps\mpxpodcastcollectionview.mif 	"resource\apps\mpxpodcastcollectionview.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3115
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxpodcastcollectionviewplugin.dll ,  mpxpodcastcollectionviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3116
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mpxprogressdownload.dll , mpxprogressdownload.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3117
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mpxprogressdownloadsb.dll , mpxprogressdownloadsb.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3118
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mpxscreensaverplugin.dll , mpxscreensaverplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3119
data=\epoc32\data\Z\resource\apps\mpxscreensaverplugin.mif 	"resource\apps\mpxscreensaverplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3120
file=\epoc32\release\ARMV5\urel\mpxsqlitedbcommon.dll 	"sys\bin\mpxsqlitedbcommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3121
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxsqlitedbhgplugin.dll ,  mpxsqlitedbhgplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3122
data=\epoc32\data\Z\resource\apps\mpxdbhgplugin.mif 	"resource\apps\mpxdbhgplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3123
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxsqlitedbplugin.dll ,  mpxsqlitedbplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3124
data=\epoc32\data\Z\resource\apps\mpxdbplugin.mif 	"resource\apps\mpxdbplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3125
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxsqlitepodcastdbplugin.dll ,  mpxsqlitepodcastdbplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3126
data=\epoc32\data\Z\resource\apps\mpxpodcastdbplugin.mif 	"resource\apps\mpxpodcastdbplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3127
file=\epoc32\release\ARMV5\urel\mpxupnpbrowsedialog.dll 	"sys\bin\mpxupnpbrowsedialog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3128
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxupnpbrowsedialogplugin.dll ,  mpxupnpbrowsedialogplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3129
file=\epoc32\release\ARMV5\urel\mpxupnpplaybackdialog.dll 	"sys\bin\mpxupnpplaybackdialog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3130
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxupnpplaybackdialogplugin.dll ,  mpxupnpplaybackdialogplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3131
file=\epoc32\release\ARMV5\urel\mpxupnpplaybackview.dll 	"sys\bin\mpxupnpplaybackview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3132
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxupnpplaybackviewplugin.dll ,  mpxupnpplaybackviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3133
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mpxvideohelixplayback.dll , mpxvideohelixplayback.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3134
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxvideopdlplaybackviewplugin.dll ,  mpxvideopdlplaybackviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3135
file=\epoc32\release\ARMV5\urel\mpxvideoplaybackcontrols.dll 	"sys\bin\mpxvideoplaybackcontrols.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3136
data=\epoc32\data\Z\resource\apps\mpxvideoplaybackcontrols.mif 	"resource\apps\mpxvideoplaybackcontrols.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3137
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxvideoplaybackviewplugin.dll ,  mpxvideoplaybackviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3138
file=\epoc32\release\ARMV5\urel\mpxvideoplaybackviews.dll 	"sys\bin\mpxvideoplaybackviews.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3139
file=\epoc32\release\ARMV5\urel\MpxVideoPlayer.exe 	"sys\bin\MpxVideoPlayer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3140
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\mpxvideoplayer_reg.rsc 	"Private\10003a3f\import\apps\mpxvideoplayer_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3141
data=\epoc32\data\Z\System\install\videoplayer_stub.sis 	"system\install\videoplayer_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3142
file=\epoc32\release\ARMV5\urel\mpxwaitnotedialog.dll 	"sys\bin\mpxwaitnotedialog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3143
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxwaitnotedialogplugin.dll ,  mpxwaitnotedialogplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3144
file=\epoc32\release\ARMV5\urel\mrmailbox.dll 	"sys\bin\mrmailbox.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3145
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mrmailboxutils.dll , mrmailboxutils.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3146
file=\epoc32\release\ARMV5\urel\MemScanServ.exe 	"sys\bin\MemScanServ.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3147
file=\epoc32\release\ARMV5\urel\MemScanClient.dll 	"sys\bin\MemScanClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3148
file=\epoc32\release\ARMV5\urel\MsgEditorAppUi.dll 	"sys\bin\MsgEditorAppUi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3149
file=\epoc32\release\ARMV5\urel\MsgEditorModel.dll 	"sys\bin\MsgEditorModel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3150
file=\epoc32\release\ARMV5\urel\MsgEditorView.dll 	"sys\bin\MsgEditorView.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3151
file=\epoc32\release\ARMV5\urel\MsgEditorMediaControl.dll 	"sys\bin\MsgEditorMediaControl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3152
data=\epoc32\data\Z\resource\apps\MsgEditor.mif 	"resource\apps\MsgEditor.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3153
data=\epoc32\data\Z\resource\apps\msgeditor_ah.mif 	"resource\apps\msgeditor_ah.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3154
file=\epoc32\release\ARMV5\urel\MsgEditorUtils.dll 	"sys\bin\MsgEditorUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3155
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MsgErrorWatcher.dll , MsgErrorWatcher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3156
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  MsgIndicatorPlugin.dll ,  MsgIndicatorPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3157
file=\epoc32\release\ARMV5\urel\MsgMedia.dll 	"sys\bin\MsgMedia.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3158
data=\epoc32\data\Z\resource\MsgMimeToMediaMapping.rsc 	"resource\MsgMimeToMediaMapping.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3159
file=\epoc32\release\ARMV5\urel\MsgNotifiers.dll 	"sys\bin\MsgNotifiers.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3160
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MsgNotifiersWrapper.dll , MsgNotifiersWrapper.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3161
data=\epoc32\data\Z\private\100058CD\backup_registration.xml 	"private\100058CD\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3162
file=\epoc32\release\ARMV5\urel\muiu.dll 	"sys\bin\muiu.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3163
file=\epoc32\release\ARMV5\urel\muiu_internal.dll 	"sys\bin\muiu_internal.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3164
auto-bitmap=\epoc32\data\Z\resource\apps\Muiu.mbm 	resource\apps\Muiu.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3165
data=\epoc32\data\Z\resource\apps\Muiu.mif 	"resource\apps\Muiu.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3166
file=\epoc32\release\ARMV5\urel\multicaluidialog.dll 	"sys\bin\multicaluidialog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3167
data=\epoc32\data\Z\resource\apps\multicaluidialog.mif 	"resource\apps\multicaluidialog.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3168
data=\epoc32\data\Z\resource\apps\multimediasearchplugin.mif 	"resource\apps\multimediasearchplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3169
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  multimediasearchplugin.dll ,  multimediasearchplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3170
file=\epoc32\release\ARMV5\urel\musui.exe 	"sys\bin\musui.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3171
data=\epoc32\data\Z\resource\apps\musui_AIF.MIF 	"resource\apps\musui_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3172
data=\epoc32\data\Z\resource\apps\musuiicons.mif 	"resource\apps\musuiicons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3173
data=\epoc32\data\Z\resource\apps\musuitoolbaricons.mif 	"resource\apps\musuitoolbaricons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3174
data=\epoc32\data\Z\Private\10003A3F\APPS\musui_reg.rsc 	"PRIVATE\10003A3F\IMPORT\APPS\musui_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3175
auto-bitmap=\epoc32\data\Z\resource\apps\musui.mbm 	resource\apps\musui.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3176
file=\epoc32\release\ARMV5\urel\musmanagerserver.exe 	"sys\bin\musmanagerserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3177
file=\epoc32\release\ARMV5\urel\musmanagerclient.dll 	"sys\bin\musmanagerclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3178
file=\epoc32\release\ARMV5\urel\musengine.dll 	"sys\bin\musengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3179
file=\epoc32\release\ARMV5\urel\musindicator.dll 	"sys\bin\musindicator.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3180
data=\epoc32\data\Z\private\1028238D\tone.amr 	"private\1028238D\tone.amr"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3181
data=\epoc32\data\Z\resource\apps\musindicatoricons.mif 	"resource\apps\musindicatoricons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3182
data=\epoc32\data\Z\resource\apps\musindicatoricons.mbm 	"resource\apps\musindicatoricons.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3183
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, musaoplugin.dll , musaoplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3184
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, musaiwprovider.dll , musaiwprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3185
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, musavailabilityplugin.dll , musavailabilityplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3186
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, muswpadapter.dll , muswpadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3187
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mussettingsui.dll ,  mussettingsui.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3188
data=\epoc32\data\Z\resource\apps\mussettingsplugin.mif 	"resource\apps\mussettingsplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3189
data=\epoc32\data\Z\system\install\multimediasharing_stub.sis 	"system\install\multimediasharing_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3190
data=\epoc32\data\Z\private\1028238D\backup_registration.xml 	"private\1028238D\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3191
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, musiccontentpublisher.dll , musiccontentpublisher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3192
data=\epoc32\data\Z\Resource\apps\musichomescreenicons.mif 	"resource\apps\musichomescreenicons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3193
data=\epoc32\include\musichomescreen.rsg 	"resource\apps\musichomescreen.rsg"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3194
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, musicplayeractionhandlerplugin.dll , musicplayeractionhandlerplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3195
data=\epoc32\data\Z\Private\200159c0\install\musicwidget_10207c18\hsps\00\manifest.dat 	"private\200159c0\install\musicwidget_10207c18\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3196
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  myvideosindicatorplugin.dll ,  myvideosindicatorplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3197
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ai3natiui.dll ,  ai3natiui.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3198
file=\epoc32\release\ARMV5\urel\Ncnlist.exe 	"sys\bin\Ncnlist.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3199
data=\epoc32\data\Z\system\install\ncnlist_stub.SIS 	"system\install\ncnlist_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3200
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NCNNOTIFICATION.DLL , NCNNOTIFICATION.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3201
file=\epoc32\release\ARMV5\urel\Notepad.exe 	"sys\bin\Notepad.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3202
data=\epoc32\data\Z\resource\apps\Notepad_AIF.MIF 	"resource\apps\Notepad_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3203
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Notepad_reg.rsc 	"Private\10003a3f\apps\Notepad_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3204
data=\epoc32\data\Z\private\10005907\backup_registration.xml 	"private\10005907\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3205
data=\epoc32\data\Z\resource\apps\notespluginicons.mif 	"resource\apps\notespluginicons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3206
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  notessearchplugin.dll ,  notessearchplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3207
file=\epoc32\release\ARMV5\urel\NpdLib.dll 	"sys\bin\NpdLib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3208
data=\epoc32\data\Z\resource\apps\NpdLib.mif 	"resource\apps\NpdLib.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3209
data=\epoc32\data\Z\private\100012a5\policy\101F8878.spd 	"private\100012a5\policy\101F8878.spd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3210
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlnotepaddataprovider.dll , nsmlnotepaddataprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3211
data=\epoc32\data\Z\resource\NSmlNotepadDataStoreFormat.RSC 	"resource\NSmlNotepadDataStoreFormat.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3212
file=\epoc32\release\ARMV5\urel\NpdViewer.exe 	"sys\bin\NpdViewer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3213
data=\epoc32\data\Z\resource\apps\NpdViewer_AIF.MIF 	"resource\apps\NpdViewer_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3214
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\NpdViewer_reg.rsc 	"Private\10003a3f\apps\NpdViewer_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3215
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmimpsadapter.dll , nsmldmimpsadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3216
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WPEMailAdapter.dll , WPEMailAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3217
REM OMA Device Management Application UI
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3218
file=\epoc32\release\ARMV5\urel\NSmlDMSync.exe 	"sys\bin\NSmlDMSync.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3219
auto-bitmap=\epoc32\data\Z\resource\apps\NSmlDMSync.mbm 	resource\apps\NSmlDMSync.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3220
data=\epoc32\data\Z\resource\apps\NSmlDMSync.mif 	"resource\apps\NSmlDMSync.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3221
data=\epoc32\data\Z\resource\apps\NSmlDMSync_AIF.MIF 	"resource\apps\NSmlDMSync_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3222
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\NSmlDMSync_reg.rsc 	"Private\10003a3f\apps\NSmlDMSync_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3223
data=\epoc32\data\Z\private\101F6DE5\backup_registration.xml 	"private\101F6DE5\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3224
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, OmaDmCPPlugin.dll , OmaDmCPPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3225
REM OMA Data Synchronisation Application UI
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3226
REM file=\epoc32\release\ARMV5\UDEB\NSmlDSSync.exe                   sys\bin\NSmlDSSync.exe 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3227
REM file=\epoc32\release\ARMV5\UDEB\NSmlDSSync.exe                   sys\bin\NSmlDSSync.exe
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3228
file=\epoc32\release\ARMV5\urel\NSmlDSSync.exe 	"sys\bin\NSmlDSSync.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3229
REM __SCALABLE_IMAGE(\epoc32\data\Z,resource\apps,resource\apps,NSmlDSSync) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3230
data=\epoc32\data\Z\resource\apps\NSmlDSSync.mif 	"resource\apps\NSmlDSSync.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3231
data=\epoc32\data\Z\resource\apps\NSmlDSSync_AIF.MIF 	"resource\apps\NSmlDSSync_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3232
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\NSmlDSSync_reg.rsc 	"Private\10003a3f\apps\NSmlDSSync_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3233
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, OmaDsAppUiPlugin.dll , OmaDsAppUiPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3234
data=\epoc32\data\Z\Private\200159c0\install\onerow_2001f480\hsps\00\manifest.dat 	"private\200159c0\install\onerow_2001f480\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3235
file=\epoc32\release\ARMV5\urel\OnlineSupport.exe 	"sys\bin\OnlineSupport.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3236
data=\EPOC32\DATA\Z\private\10003a3f\apps\OnlineSupport_reg.RSC 	"private\10003a3f\import\apps\OnlineSupport_reg.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3237
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, OperatorLogoAdapter.dll , OperatorLogoAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3238
file=\epoc32\release\ARMV5\urel\Operatormenu.exe 	"sys\bin\Operatormenu.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3239
data=\epoc32\data\Z\resource\apps\Operatormenu_AIF.MIF 	"resource\apps\Operatormenu_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3240
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Operatormenu_reg.rsc 	"Private\10003a3f\import\apps\Operatormenu_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3241
file=\epoc32\release\ARMV5\urel\OpLogoBC.dll 	"sys\bin\OpLogoBC.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3242
data=\epoc32\data\Z\Private\200159c0\install\organizer_2001f481\hsps\00\manifest.dat 	"private\200159c0\install\organizer_2001f481\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3243
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  pbk2rclcontactactionmenu.dll ,  pbk2rclcontactactionmenu.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3244
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclcontactactionservice.dll , pbk2rclcontactactionservice.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3245
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclcallplugin.dll , pbk2rclcallplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3246
data=\epoc32\data\Z\resource\apps\pbk2rclcallplugin.mif 	"resource\apps\pbk2rclcallplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3247
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclsaveascontactplugin.dll , pbk2rclsaveascontactplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3248
data=\epoc32\data\Z\resource\apps\pbk2rclsaveascontactplugin.mif 	"resource\apps\pbk2rclsaveascontactplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3249
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclpocplugin.dll , pbk2rclpocplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3250
data=\epoc32\data\Z\resource\apps\pbk2rclpocplugin.mif 	"resource\apps\pbk2rclpocplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3251
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclsendplugin.dll , pbk2rclsendplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3252
data=\epoc32\data\Z\resource\apps\pbk2rclsendplugin.mif 	"resource\apps\pbk2rclsendplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3253
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclsendbusinesscardplugin.dll , pbk2rclsendbusinesscardplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3254
data=\epoc32\data\Z\resource\apps\pbk2rclsendbusinesscardplugin.mif 	"resource\apps\pbk2rclsendbusinesscardplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3255
file=\epoc32\release\ARMV5\urel\pbk2rclengine.dll 	"sys\bin\pbk2rclengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3256
data=\epoc32\data\Z\resource\apps\pbk2rclengine.mif 	"resource\apps\pbk2rclengine.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3257
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PcsAlgorithm1.dll , PcsAlgorithm1.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3258
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PcsAlgorithm2.dll , PcsAlgorithm2.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3259
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pscontactdatastore.dll , pscontactdatastore.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3260
REM DLL
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3261
file=\epoc32\release\ARMV5\urel\PsServerClientAPI.dll 	"sys\bin\PsServerClientAPI.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3262
file=\epoc32\release\ARMV5\urel\PcsUtils.dll 	"sys\bin\PcsUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3263
file=\epoc32\release\ARMV5\urel\PcsServer.exe 	"sys\bin\PcsServer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3264
data=\epoc32\data\Z\resource\contactsort.rsc 	"resource\contactsort.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3265
data=\epoc32\data\Z\system\install\psengine_stub.sis 	"system\install\psengine_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3266
file=\epoc32\release\ARMV5\urel\PhoneAnimDll.dll 	"sys\bin\PhoneAnimDll.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3267
data=\epoc32\data\Z\System\install\PhoneAnimDll_stub.sis 	"System\Install\PhoneAnimDll_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3268
file=\epoc32\release\ARMV5\urel\PbkEng.dll 	"sys\bin\PbkEng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3269
file=\epoc32\release\ARMV5\urel\BCardEng.dll 	"sys\bin\BCardEng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3270
file=\epoc32\release\ARMV5\urel\PbkView.dll 	"sys\bin\PbkView.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3271
auto-bitmap=\epoc32\data\Z\resource\apps\Phonebook.mbm 	resource\apps\Phonebook.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3272
data=\epoc32\data\Z\resource\apps\Phonebook.mif 	"resource\apps\Phonebook.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3273
data=\epoc32\data\Z\resource\apps\Phonebook_aif.MIF 	"resource\apps\Phonebook_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3274
file=\epoc32\release\ARMV5\urel\PbkExt.dll 	"sys\bin\PbkExt.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3275
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PbkEngine_FM.dll , PbkEngine_FM.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3276
data=\epoc32\data\Z\private\101f87b1\backup_registration.xml 	"private\101f87b1\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3277
file=\epoc32\release\ARMV5\urel\Phonebook2.exe 	"sys\bin\Phonebook2.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3278
auto-bitmap=\epoc32\data\Z\resource\apps\Phonebook2.mbm 	resource\apps\Phonebook2.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3279
data=\epoc32\data\Z\resource\apps\Phonebook2.mif 	"resource\apps\Phonebook2.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3280
data=\epoc32\data\Z\resource\apps\Phonebook2_AIF.MIF 	"resource\apps\Phonebook2_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3281
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Phonebook2_reg.rsc 	"Private\10003a3f\apps\Phonebook2_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3282
file=\epoc32\release\ARMV5\urel\Pbk2Presentation.dll 	"sys\bin\Pbk2Presentation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3283
file=\epoc32\release\ARMV5\urel\Pbk2UIControls.dll 	"sys\bin\Pbk2UIControls.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3284
file=\epoc32\release\ARMV5\urel\Pbk2CommonUI.dll 	"sys\bin\Pbk2CommonUI.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3285
file=\epoc32\release\ARMV5\urel\Pbk2Commands.dll 	"sys\bin\Pbk2Commands.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3286
file=\epoc32\release\ARMV5\urel\Pbk2UIExt.dll 	"sys\bin\Pbk2UIExt.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3287
file=\epoc32\release\ARMV5\urel\Pbk2CommonUtility.dll 	"sys\bin\Pbk2CommonUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3288
file=\epoc32\release\ARMV5\urel\pbk2spbcontentprovider.dll 	"sys\bin\pbk2spbcontentprovider.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3289
file=\epoc32\release\ARMV5\urel\Pbk2ServerApp.exe 	"sys\bin\Pbk2ServerApp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3290
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Pbk2ServerApp_reg.rsc 	"Private\10003a3f\apps\Pbk2ServerApp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3291
data=\epoc32\data\Z\resource\apps\phonebook2ece.mif 	"resource\apps\phonebook2ece.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3292
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2UIServices.dll , Pbk2UIServices.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3293
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2UIPolicy.dll , Pbk2UIPolicy.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3294
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2ExNamesListPlugin.dll , Pbk2ExNamesListPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3295
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2GroupUI.dll , Pbk2GroupUI.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3296
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2CmdExt.dll , Pbk2CmdExt.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3297
data=\epoc32\data\Z\resource\Pbk2UIPolicyRes.rsc 	"resource\Pbk2UIPolicyRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3298
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2MigrationSupport.dll , Pbk2MigrationSupport.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3299
data=\epoc32\data\Z\resource\apps\psu2.mif 	"resource\apps\psu2.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3300
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2USIMUI.dll , Pbk2USIMUI.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3301
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2USIMThinUI.dll , Pbk2USIMThinUI.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3302
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2MMCUI.dll , Pbk2MMCUI.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3303
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2MapUI.dll , Pbk2MapUI.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3304
data=\epoc32\data\Z\private\101f4cce\backup_registration.xml 	"private\101f4cce\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3305
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ExtensionManager.dll , ExtensionManager.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3306
data=\epoc32\data\Z\Resource\ExtensionManager.mbm 	"resource\ExtensionManager.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3307
file=\epoc32\release\ARMV5\urel\xSPViewServices.dll 	"sys\bin\xSPViewServices.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3308
data=\epoc32\data\Z\private\10003a3f\apps\Phonebook2_reg.rsc 	"private\10003a3f\Import\Apps\Phonebook2_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3309
data=\epoc32\data\Z\System\install\pbk2_stub.sis 	"System\Install\pbk2_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3310
file=\epoc32\release\ARMV5\urel\NewContactLauncher.exe 	"sys\bin\NewContactLauncher.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3311
data=\epoc32\data\Z\resource\apps\NewContactLauncher.rsc 	"resource\apps\NewContactLauncher.rsc"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3312
data=\epoc32\data\Z\private\10003a3f\apps\NewContactLauncher_reg.rsc 	"private\10003a3f\import\apps\NewContactLauncher_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3313
data=\epoc32\data\Z\resource\apps\NewContactLauncher.mif 	"resource\apps\NewContactLauncher.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3314
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclsetting.dll , pbk2rclsetting.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3315
file=\epoc32\release\ARMV5\urel\phonecntfinder.dll 	"sys\bin\phonecntfinder.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3316
data=\epoc32\data\Z\System\install\phonecntfinder_stub.SIS 	"System\Install\phonecntfinder_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3317
file=\epoc32\release\ARMV5\urel\PHONEENGINE.DLL 	"sys\bin\PHONEENGINE.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3318
file=\epoc32\release\ARMV5\urel\ENGINEINFO.DLL 	"sys\bin\ENGINEINFO.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3319
file=\epoc32\release\ARMV5\urel\AUDIOHANDLING.DLL 	"sys\bin\AUDIOHANDLING.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3320
data=\epoc32\data\Z\resource\defaultbeep.RSC 	"resource\defaultbeep.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3321
file=\epoc32\release\ARMV5\urel\CALLHANDLING.DLL 	"sys\bin\CALLHANDLING.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3322
file=\epoc32\release\ARMV5\urel\CONTACTHANDLING.DLL 	"sys\bin\CONTACTHANDLING.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3323
file=\epoc32\release\ARMV5\urel\LOGHANDLING.DLL 	"sys\bin\LOGHANDLING.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3324
file=\epoc32\release\ARMV5\urel\peservicehandling.dll 	"sys\bin\peservicehandling.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3325
data=\epoc32\data\Z\private\1000A86C\backup_registration.xml 	"private\1000A86C\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3326
data=\epoc32\data\Z\System\install\audiohandling_stub.sis 	"System\Install\audiohandling_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3327
data=\epoc32\data\Z\System\install\callhandling_stub.sis 	"System\Install\callhandling_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3328
data=\epoc32\data\Z\System\install\contacthandling_stub.sis 	"System\Install\contacthandling_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3329
data=\epoc32\data\Z\System\install\loghandling_stub.sis 	"System\Install\loghandling_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3330
data=\epoc32\data\Z\System\install\phonemodel_stub.sis 	"System\Install\phonemodel_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3331
data=\epoc32\data\Z\System\install\servicehandling_stub.sis 	"System\Install\servicehandling_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3332
file=\epoc32\release\ARMV5\urel\phonesettings.dll 	"sys\bin\phonesettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3333
data=\epoc32\data\Z\System\install\phonesettings_stub.SIS 	"System\Install\phonesettings_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3334
REM PhoneUI
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3335
file=\epoc32\release\ARMV5\urel\phoneui.exe 	"sys\bin\phoneui.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3336
data=\epoc32\data\Z\resource\apps\phoneui_AIF.MIF 	"resource\apps\phoneui_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3337
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\phoneui_reg.rsc 	"Private\10003a3f\apps\phoneui_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3338
data=\epoc32\data\Z\resource\apps\PhoneUI.mif 	"resource\apps\PhoneUI.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3339
file=\epoc32\release\ARMV5\urel\phoneuicontrol.dll 	"sys\bin\phoneuicontrol.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3340
file=\epoc32\release\ARMV5\urel\phoneuiutils.dll 	"sys\bin\phoneuiutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3341
file=\epoc32\release\ARMV5\urel\phoneuiview.dll 	"sys\bin\phoneuiview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3342
file=\epoc32\release\ARMV5\urel\phoneuistates.dll 	"sys\bin\phoneuistates.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3343
file=\epoc32\release\ARMV5\urel\phonemediatorcenter.dll 	"sys\bin\phonemediatorcenter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3344
file=\epoc32\release\ARMV5\urel\phoneuivoipextension.dll 	"sys\bin\phoneuivoipextension.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3345
data=\epoc32\data\Z\System\install\phoneui_stub.sis 	"System\Install\phoneui_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3346
data=\epoc32\data\Z\System\install\phoneuicontrol_stub.sis 	"System\Install\phoneuicontrol_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3347
data=\epoc32\data\Z\System\install\phoneuistates_stub.sis 	"System\Install\phoneuistates_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3348
data=\epoc32\data\Z\System\install\phoneuiutils_stub.sis 	"System\Install\phoneuiutils_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3349
data=\epoc32\data\Z\System\install\phoneuiview_stub.sis 	"System\Install\phoneuiview_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3350
data=\epoc32\data\Z\System\install\phonemediatorcenter_stub.sis 	"System\Install\phonemediatorcenter_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3351
data=\epoc32\data\Z\System\install\phoneuivoipextension_stub.sis 	"System\Install\phoneuivoipextension_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3352
file=\epoc32\release\ARMV5\urel\PnpProvisioning.exe 	"sys\bin\PnpProvisioning.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3353
data=\EPOC32\DATA\Z\private\10003a3f\apps\pnpprovisioning_reg.RSC 	"private\10003a3f\import\apps\pnpprovisioning_reg.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3354
file=\epoc32\release\ARMV5\urel\NHwrParser.dll 	"sys\bin\NHwrParser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3355
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  recnhwr.dll ,  recnhwr.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3356
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  PnpPaosFilter.dll ,  PnpPaosFilter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3357
file=\epoc32\release\ARMV5\urel\podcast.exe 	"sys\bin\podcast.ext"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3358
file=\epoc32\release\ARMV5\urel\podcastengine.dll 	"sys\bin\podcastengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3359
REM MISSING data=\epoc32\data\Z\Resource\apps\podcast.rsc					resource\apps\podcast.rsc
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3360
data=\epoc32\data\Z\Resource\apps\Podcast.mif 	"resource\apps\Podcast.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3361
data=\epoc32\data\Z\Resource\help\podcatcher.hlp 	"resource\apps\podcatcher.hlp"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3362
data=\epoc32\data\Z\Private\10003a3f\apps\podcast_reg.rsc 	"private\10003a3f\apps\podcast_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3363
REM MISSING data=\epoc32\data\Z\Private\A0009D00\backup_registration.xml		private\A0009D00\backup_registration.xml
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3364
data=\epoc32\data\Z\Private\A0009D00\podcatcher.sqlite.template 	"private\A0009D00\podcatcher.sqlite.template"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3365
data=\epoc32\data\Z\Private\A0009D00\defaultfeeds.xml 	"private\A0009D00\defaultfeeds.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3366
data=\epoc32\data\Z\Private\200159c0\install\posterwideimage_2001fdbc\hsps\00\manifest.dat 	"private\200159c0\install\posterwideimage_2001fdbc\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3367
file=\epoc32\release\ARMV5\urel\predefinedContacts.exe 	"sys\bin\predefinedContacts.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3368
data=\epoc32\data\Z\private\10202BE9\2000BEE5.txt 	"private\10202BE9\2000BEE5.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3369
file=\epoc32\release\ARMV5\urel\presencecacheutils.dll 	"sys\bin\presencecacheutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3370
file=\epoc32\release\ARMV5\urel\presencecacheclient2.dll 	"sys\bin\presencecacheclient2.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3371
file=\epoc32\release\ARMV5\urel\presencecacheserver2.exe 	"sys\bin\presencecacheserver2.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3372
file=\epoc32\release\ARMV5\urel\presencetrafficlights.dll 	"sys\bin\presencetrafficlights.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3373
data=\epoc32\data\Z\resource\apps\presencetrafficlights.mif 	"resource\apps\presencetrafficlights.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3374
file=\epoc32\release\ARMV5\urel\ProfileApp.exe 	"sys\bin\ProfileApp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3375
data=\epoc32\data\Z\resource\apps\ProfileApp_AIF.MIF 	"resource\apps\ProfileApp_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3376
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\ProfileApp_reg.rsc 	"Private\10003a3f\apps\ProfileApp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3377
file=\epoc32\release\ARMV5\urel\profilesettingsview.dll 	"sys\bin\profilesettingsview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3378
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, GSProfilesPlugin.dll , GSProfilesPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3379
data=\epoc32\data\Z\resource\apps\gsprofilesplugin.mif 	"resource\apps\gsprofilesplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3380
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, profileaiwprovider.dll , profileaiwprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3381
data=\epoc32\data\Z\Private\2000B187\10283386.xml 	"private\2000B187\10283386.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3382
data=\epoc32\data\Z\Private\200159c0\install\profile_2001cb7c\hsps\00\manifest.dat 	"private\200159c0\install\profile_2001cb7c\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3383
file=\epoc32\release\ARMV5\urel\ProvisioningFile.dll 	"sys\bin\ProvisioningFile.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3384
data=\epoc32\data\Z\resource\apps\PslnCallImagePlugin.mif 	"resource\apps\PslnCallImagePlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3385
data=\epoc32\data\Z\System\install\pslncallimageplugin_stub.SIS 	"System\Install\pslncallimageplugin_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3386
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  PslnCallImagePlugin.dll ,  PslnCallImagePlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3387
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  PsMruAdapter.dll ,  PsMruAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3388
REM PhoneSettings Notes UI
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3389
file=\epoc32\release\ARMV5\urel\psui.dll 	"sys\bin\psui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3390
data=\epoc32\data\Z\System\install\psui_stub.sis 	"System\Install\psui_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3391
file=\epoc32\release\ARMV5\urel\PushMtmCliSrv.dll 	"sys\bin\PushMtmCliSrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3392
file=\epoc32\release\ARMV5\urel\PushMtmUi.dll 	"sys\bin\PushMtmUi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3393
file=\epoc32\release\ARMV5\urel\PushMtmUtil.dll 	"sys\bin\PushMtmUtil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3394
data=\epoc32\data\Z\resource\apps\PushMtm.mif 	"resource\apps\PushMtm.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3395
file=\epoc32\release\ARMV5\urel\PushViewer.exe 	"sys\bin\PushViewer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3396
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\PushViewer_reg.rsc 	"Private\10003a3f\import\apps\PushViewer_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3397
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PushMtmPushContentHandler.dll , PushMtmPushContentHandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3398
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PushMtmWhiteListAdapter.dll , PushMtmWhiteListAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3399
file=\epoc32\release\ARMV5\urel\RCSE.dll 	"sys\bin\RCSE.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3400
data=\epoc32\data\Z\Private\100012a5\policy\10202869.SPD 	"PRIVATE\100012a5\policy\10202869.SPD"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3401
data=\epoc32\data\Z\Private\10202869\backup_registration.xml 	"private\10202869\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3402
file=\epoc32\release\ARMV5\urel\richBio.dll 	"sys\bin\richBio.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3403
file=\epoc32\release\ARMV5\urel\RingBC.dll 	"sys\bin\RingBC.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3404
data=\epoc32\data\Z\resource\apps\RingBC.mif 	"resource\apps\RingBC.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3405
data=\epoc32\data\Z\Private\200159c0\install\root_2001f482\xuikon\00\root.o0000 	"private\200159c0\install\root_2001f482\xuikon\00\root.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3406
data=\epoc32\data\Z\Private\200159c0\install\root_2001f482\hsps\00\manifest.dat 	"private\200159c0\install\root_2001f482\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3407
REM This iby file puts Symbian components to ROM. It replaces sislwappush.iby.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3408
REM It does not put some components to ROM, that are put by sislwappush.iby.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3409
file=\epoc32\release\ARMV5\urel\sislpushmsgutils.dll 	"sys\bin\sislpushmsgutils.dll"	
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3410
data=\epoc32\data\Z\Resource\wappush\si.dtd 	"RESOURCE\wappush\si.dtd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3411
data=\epoc32\data\Z\Resource\wappush\sl.dtd 	"RESOURCE\wappush\sl.dtd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3412
data=\epoc32\data\Z\Resource\wappush\si10.tok 	"RESOURCE\wappush\si10.tok"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3413
data=\epoc32\data\Z\Resource\wappush\sl10.tok 	"RESOURCE\wappush\sl10.tok"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3414
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iptvscheduleddownloadplugin.dll , iptvscheduleddownloadplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3415
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SchemePlugin.dll , SchemePlugin.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3416
file=\epoc32\release\ARMV5\urel\sconsyncclient.dll 	"sys\bin\sconsyncclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3417
file=\epoc32\release\ARMV5\urel\sconsyncserver.exe 	"sys\bin\sconsyncserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3418
file=\epoc32\release\ARMV5\urel\ScreenSaverServer.exe 	"sys\bin\ScreenSaverServer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3419
file=\epoc32\release\ARMV5\urel\ScreenSaverClient.dll 	"sys\bin\ScreenSaverClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3420
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ScreenSaverAdapter.dll , ScreenSaverAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3421
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  srchuiindeviceserviceplugin.dll ,  srchuiindeviceserviceplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3422
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  srchuiresviewplugin.dll ,  srchuiresviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3423
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  srchaiwprovider.dll ,  srchaiwprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3424
file=\epoc32\release\ARMV5\urel\srchuigenui.dll 	"sys\bin\srchuigenui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3425
file=\epoc32\release\ARMV5\urel\srchuicommon.dll 	"sys\bin\srchuicommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3426
data=\epoc32\data\Z\resource\apps\srchuiindevicesvg.mif 	"resource\apps\srchuiindevicesvg.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3427
data=\epoc32\data\Z\resource\apps\gnrlsearchuisvg.mif 	"resource\apps\gnrlsearchuisvg.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3428
data=\epoc32\data\Z\resource\apps\srchuiresviewpluginicons.mif 	"resource\apps\srchuiresviewpluginicons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3429
file=\epoc32\release\ARMV5\urel\srchuiapp.exe 	"sys\bin\srchuiapp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3430
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\srchuiapp_reg.rsc 	"Private\10003a3f\apps\srchuiapp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3431
data=\epoc32\data\Z\resource\apps\srchuiapp.mif 	"resource\apps\srchuiapp.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3432
file=\epoc32\release\ARMV5\urel\searchutilities.dll 	"sys\bin\searchutilities.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3433
file=\epoc32\release\ARMV5\urel\searchclient.dll 	"sys\bin\searchclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3434
file=\epoc32\release\ARMV5\urel\searchserver.exe 	"sys\bin\searchserver.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3435
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, GenericMtmPlugin.dll , GenericMtmPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3436
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DrmLinkSender.dll , DrmLinkSender.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3437
file=\epoc32\release\ARMV5\urel\SERVICEREQUEST.DLL 	"sys\bin\SERVICEREQUEST.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3438
data=\epoc32\data\Z\System\install\Servicerequest_stub.sis 	"System\Install\Servicerequest_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3439
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, servicewidgetdatapublisher.dll , servicewidgetdatapublisher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3440
data=\epoc32\data\Z\system\install\servicewidget_stub.sis 	"system\install\servicewidget_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3441
data=\epoc32\data\Z\Private\200159c0\install\servicewidget_20021383\xuikon\00\servicewidget.o0000 	"private\200159c0\install\servicewidget_20021383\xuikon\00\servicewidget.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3442
data=\epoc32\data\Z\Private\200159c0\install\servicewidget_20021383\hsps\00\manifest.dat 	"private\200159c0\install\servicewidget_20021383\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3443
data=\epoc32\data\Z\private\10202be9\200071d3.txt 	"private\10202be9\200071d3.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3444
file=\epoc32\release\ARMV5\urel\shwslideshowengine.dll 	"sys\bin\shwslideshowengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3445
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  shwslideshowviewplugin.dll ,  shwslideshowviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3446
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  shwsettingsplugin.dll ,  shwsettingsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3447
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  silenceactionplugin.dll ,  silenceactionplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3448
data=\epoc32\data\Z\private\10282BC4\Rules\silenceringingtone_activate.rul 	"private\10282BC4\Rules\silenceringingtone_activate.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3449
data=\epoc32\data\Z\private\10282BC4\Rules\silenceringingtone_silence.rul 	"private\10282BC4\Rules\silenceringingtone_silence.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3450
data=\epoc32\data\Z\System\install\silenceactionplugin_stub.SIS 	"System\Install\silenceactionplugin_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3451
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sipconnectionprovider.dll ,  sipconnectionprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3452
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sipimresolver.dll ,  sipimresolver.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3453
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sipmxresolver.dll ,  sipmxresolver.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3454
file=\epoc32\release\ARMV5\urel\SmilEng.dll 	"sys\bin\SmilEng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3455
REM SMIL transition component dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3456
file=\epoc32\release\ARMV5\urel\smiltran.dll 	"sys\bin\smiltran.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3457
file=\epoc32\release\ARMV5\urel\smilmediarenderer.dll 	"sys\bin\smilmediarenderer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3458
file=\epoc32\release\ARMV5\urel\smilplayer.dll 	"sys\bin\smilplayer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3459
data=\epoc32\data\Z\resource\apps\smilplayer.mif 	"resource\apps\smilplayer.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3460
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, smsdataprovider.dll , smsdataprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3461
data=\epoc32\data\Z\resource\smsdatastore.RSC 	"resource\smsdatastore.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3462
data=\epoc32\data\Z\private\101F99F6\capability\10206B5C.XML 	"private\101F99F6\capability\10206B5C.XML"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3463
data=\epoc32\data\Z\System\install\smsdsa_stub.sis 	"system\install\smsdsa_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3464
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SmsStrict.DLL , SmsStrict.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3465
file=\epoc32\release\ARMV5\urel\SmsViewer.exe 	"sys\bin\SmsViewer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3466
data=\epoc32\data\Z\resource\apps\SmsViewer_AIF.MIF 	"resource\apps\SmsViewer_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3467
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\SmsViewer_reg.rsc 	"Private\10003a3f\import\apps\SmsViewer_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3468
data=\epoc32\data\z\system\install\stubsmsviewer.sis 	"system\install\stubsmsviewer.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3469
file=\epoc32\release\ARMV5\urel\smum.dll 	"sys\bin\smum.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3470
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, smsdetailsplugin.dll , smsdetailsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3471
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, defaultsimdialogplugin.dll , defaultsimdialogplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3472
file=\epoc32\release\ARMV5\urel\SpdCtrl.dll 	"sys\bin\SpdCtrl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3473
data=\epoc32\data\Z\resource\apps\SpdCtrl.mif 	"resource\apps\SpdCtrl.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3474
file=\epoc32\release\ARMV5\urel\Speeddial.exe 	"sys\bin\Speeddial.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3475
data=\epoc32\data\Z\resource\apps\Speeddial_AIF.MIF 	"resource\apps\Speeddial_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3476
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Speeddial_reg.rsc 	"Private\10003a3f\apps\Speeddial_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3477
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  speeddialgsplugin.dll ,  speeddialgsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3478
data=\epoc32\data\Z\resource\apps\speeddialgsplugin.mif 	"resource\apps\speeddialgsplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3479
file=\epoc32\release\ARMV5\urel\nssvcommandexecutor.exe 	"sys\bin\nssvcommandexecutor.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3480
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nssvcexecutorbearer.dll , nssvcexecutorbearer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3481
file=\epoc32\release\ARMV5\urel\vcommandmanager.exe 	"sys\bin\vcommandmanager.exe"         
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3482
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\vcommandmanager_reg.rsc 	"Private\10003a3f\apps\vcommandmanager_reg.rsc"     
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3483
data=\epoc32\data\Z\resource\apps\vcommandmanager.RSC 	"resource\apps\vcommandmanager.rsc"    
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3484
file=\epoc32\release\ARMV5\urel\vcexecutorapp.exe 	"sys\bin\vcexecutorapp.exe"         
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3485
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\vcexecutorapp_reg.rsc 	"Private\10003a3f\apps\vcexecutorapp_reg.rsc"     
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3486
file=\epoc32\release\ARMV5\urel\nssvoiceuipluginhandler.dll 	"sys\bin\nssvoiceuipluginhandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3487
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vuipprofileobserverplugin.dll , vuipprofileobserverplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3488
data=\epoc32\data\Z\Private\102818E7\defaultvoicecommands.xml 	"private\102818E7\defaultvoicecommands.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3489
data=\epoc32\data\Z\Private\102818E7\btvoicecommands.xml 	"private\102818E7\btvoicecommands.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3490
data=\epoc32\data\Z\Private\102818E7\emailvoicecommands.xml 	"private\102818E7\emailvoicecommands.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3491
data=\epoc32\data\Z\Private\102818E7\imvoicecommands.xml 	"private\102818E7\imvoicecommands.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3492
data=\epoc32\data\Z\Private\102818E7\radiovoicecommands.xml 	"private\102818E7\radiovoicecommands.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3493
data=\epoc32\data\Z\Private\102818E7\realplayervoicecommands.xml 	"private\102818E7\realplayervoicecommands.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3494
data=\epoc32\data\Z\Private\102818E7\vrvoicecommands.xml 	"private\102818E7\vrvoicecommands.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3495
REM MISSING data=\epoc32\data\Z\Private\102818E7\locationvoicecommands.xml          private\102818E7\locationvoicecommands.xml
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3496
data=\epoc32\data\Z\Private\10201AFE\backup_registration.xml 	"private\10201AFE\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3497
data=\epoc32\data\Z\Private\10201AFF\backup_registration.xml 	"private\10201AFF\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3498
file=\epoc32\release\ARMV5\urel\nssvasapi.dll 	"sys\bin\nssvasapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3499
file=\epoc32\release\ARMV5\urel\nssvascontacthdlr.dll 	"sys\bin\nssvascontacthdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3500
file=\epoc32\release\ARMV5\urel\vcommandhandler.dll 	"sys\bin\vcommandhandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3501
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  nsssicontrollerplugin.dll ,  nsssicontrollerplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3502
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  nssttscontrollerplugin.dll ,  nssttscontrollerplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3503
file=\epoc32\release\ARMV5\urel\nssdevasr.dll 	"sys\bin\nssdevasr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3504
file=\epoc32\release\ARMV5\urel\nsssispeechrecognitiondata.dll 	"sys\bin\nsssispeechrecognitiondata.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3505
file=\epoc32\release\ARMV5\urel\nsssispeechrecognitioncustomcommands.dll 	"sys\bin\nsssispeechrecognitioncustomcommands.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3506
file=\epoc32\release\ARMV5\urel\nsssispeechrecognitionutility.dll 	"sys\bin\nsssispeechrecognitionutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3507
file=\epoc32\release\ARMV5\urel\nssdevtts.dll 	"sys\bin\nssdevtts.dll"   
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3508
file=\epoc32\release\ARMV5\urel\nssttscustomcommands.dll 	"sys\bin\nssttscustomcommands.dll"    
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3509
file=\epoc32\release\ARMV5\urel\nssttscommon.dll 	"sys\bin\nssttscommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3510
file=\epoc32\release\ARMV5\urel\nssttsutility.dll 	"sys\bin\nssttsutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3511
file=\epoc32\release\ARMV5\urel\speechsynthesis.dll 	"sys\bin\speechsynthesis.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3512
file=\epoc32\release\ARMV5\urel\speechsynthesisserver.exe 	"sys\bin\speechsynthesisserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3513
data=\epoc32\data\Z\resource\nssvasresource.rsc 	"resource\nssvasresource.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3514
data=\epoc32\data\Z\resource\nssdevasr.rsc 	"resource\nssdevasr.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3515
data=\epoc32\data\Z\resource\nssdevtts.rsc 	"resource\nssdevtts.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3516
data=\epoc32\data\Z\resource\nsssisrscontrollerplugin.rsc 	"resource\nsssisrscontrollerplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3517
data=\epoc32\data\Z\resource\ttspluginsettings.rsc 	"resource\ttspluginsettings.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3518
data=\epoc32\data\Z\Private\100012a5\policy\10201AFE.spd 	"private\100012a5\policy\10201AFE.spd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3519
data=\epoc32\data\Z\Private\100012a5\policy\10201AFF.spd 	"private\100012a5\policy\10201AFF.spd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3520
data=\epoc32\data\Z\Private\10208ACC\10201AEE.txt 	"private\10208ACC\10201AEE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3521
file=\epoc32\release\ARMV5\urel\SSSettings.dll 	"sys\bin\sssettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3522
data=\epoc32\data\Z\System\install\sssettings_stub.SIS 	"System\Install\sssettings_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3523
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, supadapter.dll , supadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3524
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SVGCodec.dll , SVGCodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3525
data=\epoc32\data\Z\Resource\ICL\102073D7_extra.rsc 	"Resource\ICL\102073D7_extra.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3526
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SVGTScreenSaverPlugin.dll , SVGTScreenSaverPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3527
file=\epoc32\release\ARMV5\urel\SVGTAppObserverUtil.dll 	"sys\bin\SVGTAppObserverUtil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3528
file=\epoc32\release\ARMV5\urel\SVGTFileViewDetails.dll 	"sys\bin\SVGTFileViewDetails.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3529
file=\epoc32\release\ARMV5\urel\SVGTUIControl.dll 	"sys\bin\SVGTUIControl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3530
data=\epoc32\data\Z\resource\apps\SVGTUIControl.mif 	"resource\apps\SVGTUIControl.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3531
file=\epoc32\release\ARMV5\urel\SVGTViewerApp.exe 	"sys\bin\SVGTViewerApp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3532
data=\epoc32\data\Z\resource\apps\SVGTViewerApp_AIF.MIF 	"resource\apps\SVGTViewerApp_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3533
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\SVGTViewerApp_reg.rsc 	"Private\10003a3f\apps\SVGTViewerApp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3534
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  svp.dll ,  svp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3535
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  svtcallmenu.dll ,  svtcallmenu.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3536
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  svtlogging.dll ,  svtlogging.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3537
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  svtmatching.dll ,  svtmatching.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3538
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxcollectionplugintags.dll ,  glxcollectionplugintags.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3539
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxtagsbrowserviewplugin.dll ,  glxtagsbrowserviewplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3540
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  telbranding.dll ,  telbranding.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3541
file=\epoc32\release\ARMV5\urel\telephonydevicemode.dll 	"sys\bin\telephonydevicemode.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3542
data=\epoc32\data\Z\System\Install\telephonydevicemode_stub.SIS 	"System\Install\telephonydevicemode_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3543
data=\epoc32\data\Z\Private\200159c0\install\templateview_20026f50\hsps\00\manifest.dat 	"private\200159c0\install\templateview_20026f50\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3544
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ThemesAdapter.dll , ThemesAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3545
data=\epoc32\data\Z\Private\200159c0\install\threerows_2001f486\hsps\00\manifest.dat 	"private\200159c0\install\threerows_2001f486\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3546
data=\epoc32\data\Z\Private\200159c0\install\threetextrows_2001f487\hsps\00\manifest.dat 	"private\200159c0\install\threetextrows_2001f487\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3547
file=\epoc32\release\ARMV5\urel\TouchScreenCalib.exe 	"sys\bin\TouchScreenCalib.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3548
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\TouchScreenCalib_reg.rsc 	"Private\10003a3f\apps\TouchScreenCalib_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3549
data=\epoc32\data\Z\Private\200159c0\install\tworows_2001f488\hsps\00\manifest.dat 	"private\200159c0\install\tworows_2001f488\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3550
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, TXTRECOG.dll , TXTRECOG.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3551
data=\epoc32\data\z\Resource\apps\TxtRecog.RSC 	"Resource\apps\TxtRecog.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3552
file=\epoc32\release\ARMV5\urel\UISettingsSrv.exe 	"sys\bin\UISettingsSrv.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3553
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\UISettingsSrv_reg.rsc 	"Private\10003a3f\apps\UISettingsSrv_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3554
file=\epoc32\release\ARMV5\urel\UISettingsClient.dll 	"sys\bin\UISettingsClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3555
file=\epoc32\release\ARMV5\urel\UniEditor.exe 	"sys\bin\UniEditor.exe"            
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3556
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\UniEditor_reg.rsc 	"Private\10003a3f\import\apps\UniEditor_reg.rsc"        
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3557
data=\epoc32\data\Z\resource\apps\UniEditor_AIF.MIF 	"resource\apps\UniEditor_aif.mif"      
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3558
data=\epoc32\data\z\system\install\stub_unieditor.sis 	"system\install\stub_unieditor.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3559
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  UniMmsPlugin.dll ,  UniMmsPlugin.dll )      
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3560
file=\epoc32\release\ARMV5\urel\UniDataModel.dll 	"sys\bin\UniDataModel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3561
file=\epoc32\release\ARMV5\urel\UniMtms.dll 	"sys\bin\UniMtms.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3562
file=\epoc32\release\ARMV5\urel\UniPluginApi.dll 	"sys\bin\UniPluginApi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3563
file=\epoc32\release\ARMV5\urel\VideoConversionApi.dll 	"sys\bin\VideoConversionApi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3564
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  UniSmsPlugin.dll ,  UniSmsPlugin.dll )              
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3565
file=\epoc32\release\ARMV5\urel\UniUtils.dll 	"sys\bin\UniUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3566
auto-bitmap=\epoc32\data\Z\resource\apps\uniutils.mbm 	resource\apps\uniutils.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3567
data=\epoc32\data\Z\resource\apps\uniutils.mif 	"resource\apps\uniutils.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3568
file=\epoc32\release\ARMV5\urel\USSD.EXE 	"sys\bin\Ussd.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3569
data=\epoc32\data\Z\System\install\Ussd_stub.sis 	"System\Install\Ussd_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3570
data=\epoc32\data\Z\resource\apps\Ussd_AIF.MIF 	"resource\apps\Ussd_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3571
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Ussd_reg.rsc 	"Private\10003a3f\apps\Ussd_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3572
file=\epoc32\release\ARMV5\urel\vcalbc.dll 	"sys\bin\vcalbc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3573
file=\epoc32\release\ARMV5\urel\VcardBc.dll 	"sys\bin\VcardBc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3574
file=\epoc32\release\ARMV5\urel\vccutils.dll 	"sys\bin\vccutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3575
data=\epoc32\data\Z\System\install\vcc_stub.sis 	"System\Install\vcc_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3576
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpvccadapter.dll , wpvccadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3577
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmvccadapter.dll , nsmldmvccadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3578
file=\epoc32\release\ARMV5\urel\vcchotrigger.dll 	"sys\bin\vcchotrigger.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3579
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  vccperformer.dll ,  vccperformer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3580
file=\epoc32\release\ARMV5\urel\vccuipropertyhandler.dll 	"sys\bin\vccuipropertyhandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3581
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vcxnsscheduleplugin.dll , vcxnsscheduleplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3582
file=\epoc32\release\ARMV5\urel\vcxnsscheduleview.dll 	"sys\bin\vcxnsscheduleview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3583
file=\epoc32\release\ARMV5\urel\vcommand.exe 	"sys\bin\vcommand.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3584
data=\epoc32\data\Z\resource\apps\vcommand_AIF.MIF 	"resource\apps\vcommand_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3585
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\vcommand_reg.rsc 	"Private\10003a3f\apps\vcommand_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3586
data=\epoc32\data\Z\resource\apps\vcommand.mif 	"resource\apps\vcommand.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3587
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vccontrolpanelplugin.dll , vccontrolpanelplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3588
data=\epoc32\data\Z\resource\apps\vccontrolpanelplugin.mif 	"resource\apps\vccontrolpanelplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3589
data=\epoc32\data\Z\Private\101F8555\backup_registration.xml 	"PRIVATE\101F8555\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3590
data=\epoc32\data\Z\Resource\versions\sw.txt 	"resource\versions\sw.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3591
data=\epoc32\data\Z\Resource\versions\model.txt 	"resource\versions\model.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3592
data=\epoc32\data\Z\Resource\versions\imeisv.txt 	"resource\versions\imeisv.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3593
REM Versit2 Parsers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3594
file=\epoc32\release\ARMV5\urel\versit2.dll 	"sys\bin\Versit2.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3595
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, VcXNotifierPlugin.DLL , VcXNotifierPlugin.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3596
file=\epoc32\release\ARMV5\urel\vcxnsuiengine.dll 	"sys\bin\vcxnsuiengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3597
file=\epoc32\release\ARMV5\urel\IptvClientApi.dll 	"sys\bin\IptvClientApi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3598
file=\epoc32\release\ARMV5\urel\IptvServer.exe 	"sys\bin\IptvServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3599
file=\epoc32\release\ARMV5\urel\LiveTvUtils.dll 	"sys\bin\LiveTvUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3600
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, IptvOmaProvisioningAdapter.dll , IptvOmaProvisioningAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3601
file=\epoc32\release\ARMV5\urel\vcxnssettingsengine.dll 	"sys\bin\vcxnssettingsengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3602
file=\epoc32\release\ARMV5\urel\IptvProvisioningApp.exe 	"sys\bin\IptvProvisioningApp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3603
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\IptvProvisioningApp_reg.rsc 	"Private\10003a3f\import\apps\IptvProvisioningApp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3604
file=\epoc32\release\ARMV5\urel\IptvProvisioningProcessor.dll 	"sys\bin\IptvProvisioningProcessor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3605
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, IptvProvRec.DLL , IptvProvRec.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3606
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, IptvRssPlugin.DLL , IptvRssPlugin.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3607
file=\epoc32\release\ARMV5\urel\VideoServices.exe 	"sys\bin\VideoServices.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3608
data=\epoc32\data\Z\resource\apps\VideoServices_AIF.MIF 	"resource\apps\VideoServices_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3609
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\VideoServices_reg.rsc 	"Private\10003a3f\import\apps\VideoServices_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3610
file=\epoc32\release\ARMV5\urel\VideoSource.dll 	"sys\bin\VideoSource.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3611
data=\epoc32\data\Z\System\install\videosource_stub.sis 	"system\install\videosource_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3612
REM Video telephony engine libraries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3613
file=\epoc32\release\ARMV5\urel\videotelproto.dll 	"sys\bin\videotelproto.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3614
file=\epoc32\release\ARMV5\urel\Videoteleng.dll 	"sys\bin\Videoteleng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3615
file=\epoc32\release\ARMV5\urel\cscallctrl.dll 	"sys\bin\cscallctrl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3616
file=\epoc32\release\ARMV5\urel\vtlogger.dll 	"sys\bin\vtlogger.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3617
data=\epoc32\data\Z\System\install\videoteleng_stub.sis 	"system\install\videoteleng_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3618
REM Video Telephone application
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3619
file=\epoc32\release\ARMV5\urel\videotelui.exe 	"sys\bin\videotelui.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3620
data=\epoc32\data\Z\resource\apps\videotelui_AIF.MIF 	"resource\apps\videotelui_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3621
data=\epoc32\data\Z\resource\apps\videotelui.mif 	"resource\apps\videotelui.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3622
data=\epoc32\data\Z\System\install\videotelui_stub.sis 	"system\install\videotelui_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3623
data=\epoc32\data\Z\Private\10003a3f\apps\videotelui_reg.rsc 	"private\10003a3f\import\apps\videotelui_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3624
file=\epoc32\release\ARMV5\urel\IptvUtil.dll 	"sys\bin\IptvUtil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3625
data=\epoc32\data\Z\resource\apps\iptvmimesupport.RSC 	"resource\apps\iptvmimesupport.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3626
file=\epoc32\release\ARMV5\urel\vcxviewmessageutility.dll 	"sys\bin\vcxviewmessageutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3627
data=\epoc32\data\Z\private\10202be9\2001B288.txt 	"private\10202BE9\2001B288.txt"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3628
file=\epoc32\release\ARMV5\urel\vimpstsettings.dll 	"sys\bin\vimpstsettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3629
data=\epoc32\data\Z\system\install\vimpstsettingsstub.sis 	"system\install\vimpstsettingsstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3630
file=\epoc32\release\ARMV5\urel\VPbkEng.dll 	"sys\bin\VPbkEng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3631
file=\epoc32\release\ARMV5\urel\VPbkEngUtils.dll 	"sys\bin\VPbkEngUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3632
file=\epoc32\release\ARMV5\urel\VPbkVCardEng.dll 	"sys\bin\VPbkVCardEng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3633
file=\epoc32\release\ARMV5\urel\VPbkSimStoreService.dll 	"sys\bin\VPbkSimStoreService.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3634
file=\epoc32\release\ARMV5\urel\VPbkSimStoreImpl.dll 	"sys\bin\VPbkSimStoreImpl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3635
file=\epoc32\release\ARMV5\urel\VPbkSimStoreCommon.dll 	"sys\bin\VPbkSimStoreCommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3636
file=\epoc32\release\ARMV5\urel\VPbkSimServer.exe 	"sys\bin\VPbkSimServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3637
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, VPbkCntModel.dll , VPbkCntModel.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3638
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, VPbkSimStore.dll , VPbkSimStore.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3639
data=\epoc32\data\Z\resource\VPbkEng.rsc 	"resource\VPbkEng.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3640
data=\epoc32\data\Z\resource\VPbkFieldTypeSelectors.rsc 	"resource\VPbkFieldTypeSelectors.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3641
data=\epoc32\data\Z\resource\VPbkVCardEng.rsc 	"resource\VPbkVCardEng.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3642
data=\epoc32\data\Z\resource\VPbkSimStoreRes.rsc 	"resource\VPbkSimStoreRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3643
file=\epoc32\release\ARMV5\urel\Vm.exe 	"sys\bin\Vm.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3644
data=\epoc32\data\Z\resource\apps\Vm_AIF.MIF 	"resource\apps\Vm_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3645
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Vm_reg.rsc 	"Private\10003a3f\apps\Vm_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3646
auto-bitmap=\epoc32\data\Z\resource\apps\Vm.mbm 	resource\apps\Vm.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3647
data=\epoc32\data\Z\resource\apps\Vm.mif 	"resource\apps\Vm.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3648
data=\epoc32\data\Z\System\install\vm_stub.sis 	"System\Install\vm_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3649
data=\epoc32\data\Z\Private\10003a3f\apps\vm_reg.rsc 	"private\10003a3f\import\apps\vm_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3650
file=\epoc32\release\ARMV5\urel\Voicerecorder.exe 	"sys\bin\Voicerecorder.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3651
data=\epoc32\data\Z\resource\apps\Voicerecorder_AIF.MIF 	"resource\apps\Voicerecorder_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3652
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Voicerecorder_reg.rsc 	"Private\10003a3f\import\apps\Voicerecorder_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3653
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, GSVoiceRecorderPlugin.dll , GSVoiceRecorderPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3654
data=\epoc32\data\Z\Resource\apps\Voicerecorder.mif 	"resource\apps\Voicerecorder.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3655
file=\epoc32\release\ARMV5\urel\VoicerecorderUtils.DLL 	"sys\bin\VoicerecorderUtils.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3656
file=\epoc32\release\ARMV5\urel\VoicerecorderRecview.DLL 	"sys\bin\VoicerecorderRecview.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3657
file=\epoc32\release\ARMV5\urel\NewService.DLL 	"sys\bin\NewService.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3658
data=\epoc32\data\Z\resource\apps\GSVoiceRecorderPlugin.mif 	"resource\apps\GSVoiceRecorderPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3659
data=\epoc32\data\Z\Private\100058CA\backup_registration.xml 	"private\100058CA\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3660
data=\epoc32\data\Z\System\Install\VoiceRecorder_stub.SIS 	"System\install\VoiceRecorder_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3661
data=\epoc32\data\Z\resource\apps\voiceui.mif 	"resource\apps\voiceui.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3662
file=\epoc32\release\ARMV5\urel\voiceUiRecognition.dll 	"sys\bin\voiceUiRecognition.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3663
file=\epoc32\release\ARMV5\urel\vuivoicerecognition.exe 	"sys\bin\vuivoicerecognition.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3664
data=\epoc32\data\Z\resource\apps\vuivoicerecognition_AIF.MIF 	"resource\apps\vuivoicerecognition_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3665
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\vuivoicerecognition_reg.rsc 	"Private\10003a3f\apps\vuivoicerecognition_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3666
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\NameDiallerStartTone.wav 	"System\sounds\digital\NameDiallerStartTone.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3667
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\namediallerconfirmtone.wav 	"System\sounds\digital\namediallerconfirmtone.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3668
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\btnamediallerstarttone.wav 	"System\sounds\digital\btnamediallerstarttone.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3669
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aiwpbkinfoviewprovider.dll , aiwpbkinfoviewprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3670
file=\epoc32\release\ARMV5\urel\pbkinfoview.dll 	"sys\bin\pbkinfoview.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3671
file=\epoc32\release\ARMV5\urel\voipeventlog.dll 	"sys\bin\voipeventlog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3672
file=\epoc32\release\ARMV5\urel\voipxmlprocessor.dll 	"sys\bin\voipxmlprocessor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3673
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  voipprovrec.dll ,  voipprovrec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3674
file=\epoc32\release\ARMV5\urel\voipprovisioningapp.exe 	"sys\bin\voipprovisioningapp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3675
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\voipprovisioningapp_reg.rsc 	"Private\10003a3f\import\apps\voipprovisioningapp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3676
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vrec.dll , vrec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3677
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  vtmediatorplugin.dll ,  vtmediatorplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3678
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WallpaperAdapter.dll , WallpaperAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3679
REM This iby file puts Symbian components to ROM. 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3680
REM It replaces Symbian wappush.iby.
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3681
file=\epoc32\release\ARMV5\urel\Wutil.dll 	"sys\bin\Wutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3682
file=\epoc32\release\ARMV5\urel\wnode.dll 	"sys\bin\Wnode.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3683
file=\epoc32\release\ARMV5\urel\dtdmdl.dll 	"sys\bin\Dtdmdl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3684
file=\epoc32\release\ARMV5\urel\bnf.dll 	"sys\bin\Bnf.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3685
data=\epoc32\data\Z\Resource\Errors\WapBaseErr.R01 	"Resource\Errors\WapBaseErr.R01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3686
alias Resource\Errors\WapBaseErr.R01 Resource\Errors\WapBaseErr.RSC 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3687
file=\epoc32\release\ARMV5\urel\XmlElemt.dll 	"sys\bin\Xmlelemt.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3688
file=\epoc32\release\ARMV5\urel\WbxmlLib.dll 	"sys\bin\Wbxmllib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3689
file=\epoc32\release\ARMV5\urel\HTTPResponse.dll 	"sys\bin\HTTPResponse.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3690
file=\epoc32\release\ARMV5\urel\Xmllib.dll 	"sys\bin\Xmllib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3691
file=\epoc32\release\ARMV5\urel\wappushutils.dll 	"sys\bin\wappushutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3692
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pushapphandler.dll , pushapphandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3693
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pushsecurity.dll , pushsecurity.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3694
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pushwatcher.dll , pushwatcher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3695
file=\epoc32\release\ARMV5\urel\pushmsgentry.dll 	"sys\bin\pushmsgentry.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3696
data=\epoc32\data\Z\Private\200159c0\install\wideimage_2001f489\hsps\00\manifest.dat 	"private\200159c0\install\wideimage_2001f489\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3697
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  widgetmanager.dll ,  widgetmanager.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3698
data=\epoc32\data\Z\resource\apps\widgetmanager.mif 	"resource\apps\widgetmanager.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3699
data=\epoc32\data\Z\System\install\widgetmanager_stub.sis 	"system\install\widgetmanager_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3700
data=\epoc32\data\Z\private\10202be9\20026F53.txt 	"private\10202be9\20026F53.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3701
file=\epoc32\release\ARMV5\urel\WMLBC.dll 	"sys\bin\WMLBC.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3702
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpgeneralvoipsettingsadapter.dll , wpgeneralvoipsettingsadapter.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3703
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpvoipadapter.dll , wpvoipadapter.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3704
file=\epoc32\release\ARMV5\urel\WVSAPSettingsStore.dll 	"sys\bin\WVSAPSettingsStore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3705
REM xhtmlparser component dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3706
file=\epoc32\release\ARMV5\urel\xhtmlparser.dll 	"sys\bin\xhtmlparser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3707
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, accfwuinotifier.dll , accfwuinotifier.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3708
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, actionhandlerplugins.dll , actionhandlerplugins.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3709
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, actionhandlerservice.dll , actionhandlerservice.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3710
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  AdvancedTspController.dll ,  AdvancedTspController.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3711
data=\epoc32\data\Z\private\10282BC4\rules\keyevent.rul 	"private\10282BC4\rules\keyevent.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3712
data=\epoc32\data\Z\private\10282BC4\rules\keyincall.rul 	"private\10282BC4\rules\keyincall.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3713
data=\epoc32\data\Z\private\10282BC4\rules\keyinfmtx.rul 	"private\10282BC4\rules\keyinfmtx.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3714
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  aidevstaplg.dll ,  aidevstaplg.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3715
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aiprofileplugin.dll , aiprofileplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3716
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aisatplugin.dll , aisatplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3717
data=\epoc32\data\Z\System\install\SatPlugin_stub.sis 	"System\Install\SatPlugin_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3718
file=\epoc32\release\ARMV5\urel\aiwdialdata.dll 	"sys\bin\aiwdialdata.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3719
data=\epoc32\data\Z\System\install\aiwdialdata_stub.SIS 	"System\Install\aiwdialdata_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3720
file=\epoc32\release\ARMV5\urel\aiwsplugin.dll 	"sys\bin\aiwsplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3721
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, akncompamode.dll , akncompamode.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3722
data=\epoc32\data\Z\resource\akncompamode.rsc 	"resource\akncompamode.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3723
data=\epoc32\data\Z\resource\akncomparesources.rsc 	"resource\akncomparesources.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3724
file=\epoc32\release\ARMV5\urel\akncompasrv.exe 	"sys\bin\akncompasrv.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3725
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, akncompags.dll , akncompags.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3726
data=\epoc32\data\Z\resource\akncompagsrsc.rsc 	"resource\akncompagsrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3727
file=\epoc32\release\ARMV5\UDEB\akncustcmds.dll 	"sys\bin\akncustcmds.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3728
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AknExtendedFader_arm11.dll , AknExtendedFader_arm11.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3729
file=\epoc32\release\ARMV5\urel\aknfepuiinterface.dll 	"sys\bin\aknfepuiinterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3730
file=\epoc32\release\ARMV5\urel\aknoldstylenotif.dll 	"sys\bin\aknoldstylenotif.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3731
file=\epoc32\release\ARMV5\urel\AKNNOTIFIERWRAPPER.DLL 	"sys\bin\aknNotifierWrapper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3732
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aknnotifyplugin2.dll , aknnotifyplugin2.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3733
file=\epoc32\release\ARMV5\urel\akncapserver.exe 	"sys\bin\akncapserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3734
data=\epoc32\data\Z\System\..\PRIVATE\10003A3F\APPS\Akncapserver_REG.RSC 	"Private\10003a3f\apps\akncapserver_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3735
file=\epoc32\release\ARMV5\urel\aknnfysrv.exe 	"sys\bin\aknnfysrv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3736
data=\epoc32\data\Z\System\..\PRIVATE\10003A3F\APPS\aknnfysrv_REG.RSC 	"Private\10003a3f\apps\aknnfysrv_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3737
file=\epoc32\release\ARMV5\urel\akncapserverclient.dll 	"sys\bin\akncapserverclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3738
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  avkonstartupextensionplugin.dll ,  avkonstartupextensionplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3739
data=\epoc32\data\Z\Private\10207218\backup_registration.xml 	"private\10207218\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3740
file=\epoc32\release\ARMV5\urel\akndynamicsoftnote.dll 	"sys\bin\akndynamicsoftnote.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3741
file=\epoc32\release\ARMV5\urel\akndynamicsoftnoteeventmanager.dll 	"sys\bin\akndynamicsoftnoteeventmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3742
file=\epoc32\release\ARMV5\urel\ecompluginnotifier.dll 	"sys\bin\ecompluginnotifier.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3743
file=\epoc32\release\ARMV5\urel\AknIcon.dll 	"sys\bin\AknIcon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3744
file=\epoc32\release\ARMV5\urel\AknIconSrv.exe 	"sys\bin\AknIconSrv.exe" fixed
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3745
data=\epoc32\data\Z\resource\AknIconSrv.rsc 	"resource\AknIconSrv.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3746
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AknIconOomPlugin.dll , AknIconOomPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3747
REM AKNINPUTLANGUAGE
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3748
file=\epoc32\release\ARMV5\urel\akninputlanguage.dll 	"sys\bin\akninputlanguage.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3749
file=\epoc32\release\ARMV5\urel\aknjapanesereading.dll 	"sys\bin\aknjapanesereading.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3750
REM AKNLAYOUT2
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3751
REM AKNLAYOUT2_QHD_TOUCH
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3752
REM AKNLAYOUT2_COMMON
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3753
file=\epoc32\release\ARMV5\urel\AknLayout2.dll 	"sys\bin\AknLayout2.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3754
file=\epoc32\release\ARMV5\urel\AknLayout2scalable.dll 	"sys\bin\AknLayout2scalable.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3755
file=\epoc32\release\ARMV5\urel\AknLayout2adaptation.dll 	"sys\bin\AknLayout2adaptation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3756
file=\epoc32\release\ARMV5\urel\aknlayout2hierarchy.dll 	"sys\bin\aknlayout2hierarchy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3757
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 101fe2aa.dll , 101fe2aa.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3758
data=\epoc32\data\Z\resource\cdl\101fe2aa_cdl_detail.rsc 	"Resource\Cdl\101fe2aa_cdl_detail.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3759
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 10283389.dll , 10283389.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3760
data=\epoc32\data\Z\resource\cdl\10283389_cdl_detail.rsc 	"Resource\Cdl\10283389_cdl_detail.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3761
REM AKNLAYOUT2_NHD
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3762
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 10281f13.dll , 10281f13.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3763
REM MISSING data=\epoc32\data\Z\resource\cdl\10281f13_cdl_detail.rsc		Resource\Cdl\10281f13_cdl_detail.rsc
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3764
REM AKNLAYOUT2_NHD4_TOUCH
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3765
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 2001cb93.dll , 2001cb93.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3766
data=\epoc32\data\Z\resource\cdl\2001cb93_cdl_detail.rsc 	"Resource\Cdl\2001cb93_cdl_detail.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3767
REM AKNLAYOUT2_DOUBLE
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3768
REM AKNLAYOUT2_HVGA
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3769
REM AKNLAYOUT2_HVGA_TOUCH
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3770
REM AKNLAYOUT2_LOW
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3771
REM AKNLAYOUT2_QVGA1
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3772
REM AKNLAYOUT2_QVGA2
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3773
REM AKNLAYOUT2_QVGA_TOUCH
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3774
REM AKNLAYOUT2_UIACCEL
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3775
REM AKNLAYOUT2_UIACCEL_QHD_TOUCH
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3776
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 10285D7B.dll , 10285D7B.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3777
data=\epoc32\data\Z\resource\cdl\10285D7B_cdl_detail.rsc 	"Resource\Cdl\10285D7B_cdl_detail.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3778
REM AKNLAYOUT2_UIACCEL_NHD
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3779
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 2001CB5B.dll , 2001CB5B.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3780
REM MISSING data=\epoc32\data\Z\resource\cdl\2001CB5B_cdl_detail.rsc		Resource\Cdl\2001CB5B_cdl_detail.rsc
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3781
REM AKNLAYOUT2_UIACCEL_NHD4_TOUCH
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3782
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 2001E2B1.dll , 2001E2B1.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3783
data=\epoc32\data\Z\resource\cdl\2001E2B1_cdl_detail.rsc 	"Resource\Cdl\2001E2B1_cdl_detail.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3784
REM AKNLAYOUT2_UIACCEL_DOUBLE
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3785
REM AKNLAYOUT2_UIACCEL_HVGA
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3786
REM AKNLAYOUT2_UIACCEL_HVGA_TOUCH
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3787
REM AKNLAYOUT2_UIACCEL_LOW
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3788
REM AKNLAYOUT2_UIACCEL_QVGA1
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3789
REM AKNLAYOUT2_UIACCEL_QVGA2
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3790
REM AKNLAYOUT2_UIACCEL_QVGA_TOUCH
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3791
REM AKNLAYOUT2_UIACCEL_VGA
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3792
REM AKNLAYOUT2_UIACCEL_VGA3
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3793
REM AKNLAYOUT2_UIACCEL_VGA4_TOUCH
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3794
REM AKNLAYOUT2_VGA
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3795
REM AKNLAYOUT2_VGA3
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3796
REM AKNLAYOUT2_VGA4_TOUCH
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3797
REM AKNLAYOUT2_VGA_TOUCH
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3798
file=\epoc32\release\ARMV5\urel\aknlistloadertfx.dll 	"sys\bin\aknlistloadertfx.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3799
file=\epoc32\release\ARMV5\urel\AknMemoryCardUi.DLL 	"sys\bin\AknMemoryCardUi.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3800
auto-bitmap=\epoc32\data\Z\resource\apps\AknMemoryCardUi.mbm 	resource\apps\AknMemoryCardUi.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3801
data=\epoc32\data\Z\resource\apps\AknMemoryCardUi.mif 	"resource\apps\AknMemoryCardUi.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3802
file=\epoc32\release\ARMV5\urel\aknphysics.dll 	"sys\bin\aknphysics.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3803
data=\epoc32\data\Z\private\10202be9\20021192.txt 	"private\10202be9\20021192.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3804
file=\epoc32\release\ARMV5\urel\AknPictograph.dll 	"sys\bin\AknPictograph.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3805
file=\epoc32\release\ARMV5\urel\aknskins.dll 	"sys\bin\aknskins.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3806
file=\epoc32\release\ARMV5\urel\aknskinsrv.dll 	"sys\bin\aknskinsrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3807
file=\epoc32\release\ARMV5\urel\aknskinsrv.exe 	"sys\bin\aknskinsrv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3808
file=\epoc32\release\ARMV5\urel\aknskinrenderlib.dll 	"sys\bin\aknskinrenderlib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3809
file=\epoc32\release\ARMV5\urel\aknswallpaperutils.dll 	"sys\bin\aknswallpaperutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3810
file=\epoc32\release\ARMV5\urel\aknlocalskinlib.dll 	"sys\bin\aknlocalskinlib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3811
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aknswallpaperplugin.dll , aknswallpaperplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3812
auto-bitmap=\epoc32\data\Z\resource\skins\101f84b9\series60skin.mbm 	resource\skins\101f84b9\series60skin.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3813
data=\epoc32\data\Z\private\10207114\import\101f84b9\series60skin.skn 	"private\10207114\import\101f84b9\series60skin.skn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3814
data=\epoc32\data\Z\resource\skins\101f84b9\series60skin.mif 	"resource\skins\101f84b9\series60skin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3815
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 101f84b9.dll , 101f84b9.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3816
data=\epoc32\data\Z\resource\cdl\101f84b9_cdl_detail.rsc 	"Resource\Cdl\101f84b9_cdl_detail.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3817
auto-bitmap=\epoc32\data\Z\resource\skins\2000B12D\haze.mbm 	resource\skins\2000B12D\haze.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3818
data=\epoc32\data\Z\private\10207114\import\2000B12D\haze.skn 	"private\10207114\import\2000B12D\haze.skn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3819
data=\epoc32\data\Z\resource\skins\2000B12D\haze.mif 	"resource\skins\2000B12D\haze.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3820
data=\epoc32\data\Z\private\10207114\import\2000B12E\jing.skn 	"private\10207114\import\2000B12E\jing.skn"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3821
data=\epoc32\data\Z\resource\skins\2000B12E\jing.mif 	"resource\skins\2000B12E\jing.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3822
data=\epoc32\data\Z\System\install\Series60SkinsSupport.SIS 	"system\install\Series60SkinsSupport.SIS" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3823
data=\epoc32\data\Z\System\install\Series60ScalableSkinsSupport.SIS 	"system\install\Series60ScalableSkinsSupport.SIS" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3824
data=\epoc32\data\Z\private\10207114\backup_registration.xml 	"private\10207114\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3825
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AknSkinsOOMPlugin.dll , AknSkinsOOMPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3826
REM MISSING DATA=\epoc32\data\Z\resource\skins\101f84b9\101f84b9.sel        resource\skins\101f84b9\101f84b9.sel
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3827
file=\epoc32\release\ARMV5\urel\akntouchgesturefw.dll 	"sys\bin\akntouchgesturefw.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3828
file=\epoc32\release\ARMV5\urel\akntransitionutils.dll 	"sys\bin\akntransitionutils.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3829
file=\epoc32\release\ARMV5\urel\alfresourcepool.dll 	"sys\bin\alfresourcepool.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3830
file=\epoc32\release\ARMV5\urel\osncore.dll 	"sys\bin\osncore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3831
file=\epoc32\release\ARMV5\urel\alfwidgetmodel.dll 	"sys\bin\alfwidgetmodel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3832
file=\epoc32\release\ARMV5\urel\alfwidgetutils.dll 	"sys\bin\alfwidgetutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3833
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  alfwidgetfactory.dll  ,  alfwidgetfactory.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3834
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfopenwfrs.dll , alfopenwfrs.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3835
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AlfTransEffectPlugin.dll , AlfTransEffectPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3836
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, TfxSrvPlugin.dll , TfxSrvPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3837
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  alfcontainerwidget.dll  ,  alfcontainerwidget.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3838
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  alfscrollbarwidget.dll  ,  alfscrollbarwidget.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3839
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  alfviewwidget.dll  ,  alfviewwidget.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3840
file=\epoc32\release\ARMV5\urel\ALWAYSONLINEMANAGERSERVER.dll 	"sys\bin\ALWAYSONLINEMANAGERSERVER.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3841
file=\epoc32\release\ARMV5\urel\ALWAYSONLINEMANAGERCLIENT.dll 	"sys\bin\ALWAYSONLINEMANAGERCLIENT.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3842
file=\epoc32\release\ARMV5\urel\ALWAYSONLINESTARTER.exe 	"sys\bin\ALWAYSONLINESTARTER.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3843
data=\epoc32\data\Z\system\install\aomanager_stub.sis 	"system\install\aomanager_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3844
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ALWAYSONLINEEMAILPLUGIN.DLL , ALWAYSONLINEEMAILPLUGIN.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3845
data=\epoc32\data\Z\system\install\aoemailplugin_stub.sis 	"system\install\aoemailplugin_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3846
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, APControlListPlugin.DLL , APControlListPlugin.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3847
data=\epoc32\data\Z\resource\apps\APControlListplugin.mif 	"resource\apps\APControlListplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3848
file=\epoc32\release\ARMV5\urel\ApEngine.dll 	"sys\bin\ApEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3849
file=\epoc32\release\ARMV5\urel\SWInstCli.dll 	"sys\bin\SWInstCli.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3850
file=\epoc32\release\ARMV5\urel\SWInstSvrUI.exe 	"sys\bin\SWInstSvrUI.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3851
data=\epoc32\data\Z\resource\apps\SWInstSvrUI_AIF.MIF 	"resource\apps\SWInstSvrUI_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3852
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\SWInstSvrUI_reg.rsc 	"Private\10003a3f\apps\SWInstSvrUI_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3853
file=\epoc32\release\ARMV5\urel\SWInstCommonUI.dll 	"sys\bin\SWInstCommonUI.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3854
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SisxUI.dll , SisxUI.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3855
file=\epoc32\release\ARMV5\urel\SWInstTaskManager.dll 	"sys\bin\SWInstTaskManager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3856
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SWInstLogTask.dll , SWInstLogTask.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3857
data=\epoc32\data\Z\Private\100012a5\policy\10207216.spd 	"PRIVATE\100012a5\policy\10207216.spd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3858
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SWInstFileTask.dll , SWInstFileTask.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3859
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SWInstStartupTask.dll , SWInstStartupTask.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3860
data=\epoc32\data\Z\Private\101F875A\backup_registration.xml 	"PRIVATE\101F875A\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3861
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ApplicationStateSourcePlugIn.dll ,  ApplicationStateSourcePlugIn.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3862
data=\epoc32\data\Z\private\10282BC4\rules\autorotateui_activate.rul 	"private\10282BC4\rules\autorotateui_activate.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3863
data=\epoc32\data\Z\private\10282BC4\rules\autorotateui_alwaysinportrait.rul 	"private\10282BC4\rules\autorotateui_alwaysinportrait.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3864
data=\epoc32\data\Z\private\10282BC4\rules\autorotateui_init.rul 	"private\10282BC4\rules\autorotateui_init.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3865
data=\epoc32\data\Z\private\10282BC4\rules\autorotateui_rotate.rul 	"private\10282BC4\rules\autorotateui_rotate.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3866
file=\epoc32\release\ARMV5\urel\appmngr2.exe 	"sys\bin\appmngr2.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3867
data=\epoc32\data\Z\resource\apps\appmngr2_AIF.MIF 	"resource\apps\appmngr2_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3868
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\appmngr2_reg.rsc 	"Private\10003a3f\apps\appmngr2_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3869
data=\epoc32\data\Z\resource\apps\appmngr2.mif 	"resource\apps\appmngr2.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3870
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2gsinstalledplugin.dll ,  appmngr2gsinstalledplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3871
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2gsinstfilesplugin.dll ,  appmngr2gsinstfilesplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3872
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2gssettingsplugin.dll ,  appmngr2gssettingsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3873
file=\epoc32\release\ARMV5\urel\appmngr2pluginapi.dll 	"sys\bin\appmngr2pluginapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3874
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2sisxplugin.dll ,  appmngr2sisxplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3875
data=\epoc32\data\Z\resource\apps\appmngr2sisx.mif 	"resource\apps\appmngr2sisx.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3876
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2widgetplugin.dll ,  appmngr2widgetplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3877
data=\epoc32\data\Z\resource\apps\appmngr2widget.mif 	"resource\apps\appmngr2widget.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3878
FILE=\epoc32\release\ARMV5\urel\ApSettingsHandlerUi.dll 	"sys\bin\ApSettingsHandlerUi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3879
data=\epoc32\data\Z\resource\apps\ApSettings.mif 	"resource\apps\ApSettings.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3880
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ApSettingsPlugin.DLL , ApSettingsPlugin.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3881
data=\epoc32\data\Z\resource\apps\apsettingsplugin.mif 	"resource\apps\apsettingsplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3882
REM AsxParser 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3883
data=\epoc32\data\Z\System\install\AsxParser_stub.SIS 	"system\install\AsxParser_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3884
file=\epoc32\release\ARMV5\urel\AsxParser.dll 	"sys\bin\AsxParser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3885
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  audiofetcher.dll ,  audiofetcher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3886
data=\epoc32\data\Z\resource\apps\audiofetcher.mif 	"resource\apps\audiofetcher.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3887
file=\epoc32\release\ARMV5\urel\Autolock.exe 	"sys\bin\Autolock.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3888
data=\epoc32\data\Z\resource\apps\Autolock.mif 	"resource\apps\Autolock.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3889
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Autolock_reg.rsc 	"Private\10003a3f\apps\Autolock_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3890
REM AVKON
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3891
file=\epoc32\release\ARMV5\urel\avkon.dll 	"sys\bin\avkon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3892
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, akninit.dll , akninit.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3893
file=\epoc32\release\ARMV5\urel\aknnotify.dll 	"sys\bin\aknnotify.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3894
file=\epoc32\release\ARMV5\urel\aknnotifyplugin.dll 	"sys\bin\aknnotifyplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3895
file=\epoc32\release\ARMV5\urel\aknanimdll.dll 	"sys\bin\aknanimdll.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3896
file=\epoc32\release\ARMV5\urel\AknKeyRotator.dll 	"sys\bin\AknKeyRotator.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3897
file=\epoc32\release\ARMV5\urel\aknhlist.dll 	"sys\bin\aknhlist.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3898
auto-bitmap=\epoc32\data\Z\resource\apps\avkon2.mbm 	resource\apps\avkon2.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3899
data=\epoc32\data\Z\resource\apps\avkon2.mif 	"resource\apps\avkon2.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3900
auto-bitmap=\epoc32\data\Z\resource\apps\callstatus.mbm 	resource\apps\callstatus.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3901
data=\epoc32\data\Z\resource\apps\callstatus.mif 	"resource\apps\callstatus.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3902
data=\epoc32\data\Z\resource\apps\smiley.mif 	"resource\apps\smiley.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3903
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 102827CF.dll , 102827CF.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3904
data=\epoc32\data\Z\resource\cdl\102827CF_cdl_detail.rsc 	"Resource\Cdl\102827CF_cdl_detail.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3905
data=\epoc32\data\Z\Resource\aknpriv.rsc 	"resource\aknpriv.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3906
data=\epoc32\data\Z\Resource\smiley.rsc 	"resource\smiley.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3907
data=\epoc32\data\Z\Resource\avkonsystemsounds\volume_min.wav 	"resource\avkonsystemsounds\volume_min.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3908
data=\epoc32\data\Z\Resource\avkonsystemsounds\volume_max.wav 	"resource\avkonsystemsounds\volume_max.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3909
data=\epoc32\data\Z\Resource\avkonsystemsounds\default_beep.wav 	"resource\avkonsystemsounds\default_beep.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3910
data=\epoc32\data\Z\Resource\avkonsystemsounds\battery_dead.wav 	"resource\avkonsystemsounds\battery_dead.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3911
data=\epoc32\data\Z\Resource\avkonsystemsounds\battery_low.wav 	"resource\avkonsystemsounds\battery_low.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3912
data=\epoc32\data\Z\Resource\avkonsystemsounds\confirmation.wav 	"resource\avkonsystemsounds\confirmation.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3913
data=\epoc32\data\Z\Resource\avkonsystemsounds\warning.wav 	"resource\avkonsystemsounds\warning.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3914
file=\epoc32\release\ARMV5\urel\bsengine.exe 	"sys\bin\bsengine.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3915
data=\epoc32\data\Z\private\2000F83E\bs_config.xml 	"private\2000F83E\bs_config.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3916
file=\epoc32\release\ARMV5\urel\bsclient.dll 	"sys\bin\bsclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3917
file=\epoc32\release\ARMV5\urel\bsserver.exe 	"sys\bin\bsserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3918
file=\epoc32\release\ARMV5\urel\bsinstall.exe 	"sys\bin\bsinstall.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3919
data=\epoc32\data\Z\Private\102828dd\backup_registration.xml 	"private\102828dd\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3920
data=\epoc32\data\Z\system\install\bsstub.sis 	"system\install\bsstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3921
file=\epoc32\release\ARMV5\urel\BrowserDialogsProvider.dll 	"sys\bin\BrowserDialogsProvider.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3922
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, BrowserRec.dll , BrowserRec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3923
file=\epoc32\release\ARMV5\urel\BrowserTelService.dll 	"sys\bin\BrowserTelService.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3924
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btaudiomanclient.dll , btaudiomanclient.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3925
file=\epoc32\release\ARMV5\urel\btaudioman.exe 	"sys\bin\btaudioman.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3926
file=\epoc32\release\ARMV5\urel\btaudiostreamer.dll 	"sys\bin\btaudiostreamer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3927
file=\epoc32\release\ARMV5\urel\btengsrv.exe 	"sys\bin\btengsrv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3928
file=\epoc32\release\ARMV5\urel\bttoggle.exe 	"sys\bin\bttoggle.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3929
file=\epoc32\release\ARMV5\urel\btengconnman.dll 	"sys\bin\btengconnman.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3930
file=\epoc32\release\ARMV5\urel\btengdevman.dll 	"sys\bin\btengdevman.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3931
file=\epoc32\release\ARMV5\urel\btengdiscovery.dll 	"sys\bin\btengdiscovery.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3932
file=\epoc32\release\ARMV5\urel\btfeatures.dll 	"sys\bin\btfeatures.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3933
file=\epoc32\release\ARMV5\urel\btengsettings.dll 	"sys\bin\btengsettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3934
data=\epoc32\data\Z\Private\10003A3F\APPS\bttoggle_reg.rsc 	"Private\10003a3f\apps\bttoggle_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3935
data=\epoc32\data\Z\resource\btengsdp.rsc 	"resource\btengsdp.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3936
data=\epoc32\data\Z\resource\btrfs.txt 	"resource\btrfs.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3937
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  btbearer.dll ,  btbearer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3938
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  btrfsplugin.dll ,  btrfsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3939
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  btpsmplugin.dll ,  btpsmplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3940
file=\epoc32\release\ARMV5\urel\paintcursor.exe 	"sys\bin\paintcursor.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3941
data=\epoc32\data\Z\resource\apps\paintcursor.mif 	"resource\apps\paintcursor.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3942
data=\epoc32\data\Z\resource\apps\paintcursor_AIF.MIF 	"resource\apps\paintcursor_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3943
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\paintcursor_reg.rsc 	"Private\10003a3f\apps\paintcursor_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3944
file=\epoc32\release\ARMV5\urel\bthidsettings.dll 	"sys\bin\bthidsettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3945
file=\epoc32\release\ARMV5\urel\layoutmgr.exe 	"sys\bin\layoutmgr.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3946
file=\epoc32\release\ARMV5\urel\kbdclient.dll 	"sys\bin\kbdclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3947
file=\epoc32\release\ARMV5\urel\bthidserver.exe 	"sys\bin\bthidserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3948
file=\epoc32\release\ARMV5\urel\bthidclient.dll 	"sys\bin\bthidclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3949
file=\epoc32\release\ARMV5\urel\BTMouse_Animation_client.dll 	"sys\bin\BTMouse_Animation_client.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3950
file=\epoc32\release\ARMV5\urel\BTcursor_server.dll 	"sys\bin\BTcursor_server.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3951
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hidkeyboard.dll , hidkeyboard.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3952
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hidmouse.dll , hidmouse.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3953
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, kbdlayout.dll , kbdlayout.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3954
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, bthidkbdsettings.dll , bthidkbdsettings.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3955
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, bthidengplugin.dll , bthidengplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3956
data=\epoc32\data\Z\resource\apps\BTMouseBitMaps.mbm 	"resource\apps\BTMouseBitMaps.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3957
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btmac.dll , btmac.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3958
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btmonobearer.dll , btmonobearer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3959
file=\epoc32\release\ARMV5\urel\atcodec.dll 	"sys\bin\atcodec.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3960
file=\epoc32\release\ARMV5\urel\BTMonoCmdHandler.dll 	"sys\bin\BTMonoCmdHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3961
REM Bluetooth notifiers library
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3962
file=\epoc32\release\ARMV5\urel\btnotif.dll 	"sys\bin\btnotif.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3963
data=\epoc32\data\Z\resource\apps\btnotif.mif 	"resource\apps\btnotif.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3964
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btnotifwrapper.dll , btnotifwrapper.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3965
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btpbap.dll , btpbap.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3966
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btsac.dll , btsac.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3967
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btrcc.dll , btrcc.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3968
REM Bluetooth SAP ECom Plugin
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3969
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, BTSap.dll , BTSap.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3970
file=\epoc32\release\ARMV5\urel\BtUi.exe 	"sys\bin\BtUi.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3971
data=\epoc32\data\Z\resource\apps\BtUi.mif 	"resource\apps\BtUi.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3972
data=\epoc32\data\Z\resource\apps\BtUi_AIF.MIF 	"resource\apps\BtUi_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3973
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\BtUi_reg.rsc 	"Private\10003a3f\apps\BtUi_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3974
file=\epoc32\release\ARMV5\urel\btdevmodel.dll 	"sys\bin\btdevmodel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3975
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  BtuiPlugin.dll ,  BtuiPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3976
file=\epoc32\release\ARMV5\urel\CallAudioControl.dll 	"sys\bin\CallAudioControl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3977
data=\epoc32\data\Z\System\install\CallAudioControl_Stub.sis 	"System\Install\CallAudioControl_Stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3978
data=\epoc32\data\Z\private\10207BD2\backup_registration.xml 	"private\10207BD2\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3979
file=\epoc32\release\ARMV5\urel\callprovider.dll 	"sys\bin\callprovider.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3980
data=\epoc32\data\Z\System\install\callprovider_stub.SIS 	"System\Install\callprovider_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3981
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CallStateSourcePlugIn.dll , CallStateSourcePlugIn.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3982
REM CallUI Plugin
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3983
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CaUiPlugin.dll , CaUiPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3984
REM CallUI Engine
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3985
file=\epoc32\release\ARMV5\urel\CaUiEngine.dll 	"sys\bin\CaUiEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3986
REM Enabler for exlipsing ROM binaries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3987
data=\epoc32\data\Z\System\install\callui_stub.sis 	"system\install\callui_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3988
file=\epoc32\release\ARMV5\urel\CAEENGINE.DLL 	"sys\bin\CAEENGINE.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3989
file=\epoc32\release\ARMV5\urel\ASYNCHFSQ.DLL 	"sys\bin\ASYNCHFSQ.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3990
file=\epoc32\release\ARMV5\urel\CAESTILLCONVERTER.DLL 	"sys\bin\CAESTILLCONVERTER.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3991
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CAMCCONTROLLER.DLL , CAMCCONTROLLER.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3992
file=\epoc32\release\ARMV5\urel\CAMC3GPSINK.DLL 	"sys\bin\CAMC3GPSINK.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3993
file=\epoc32\release\ARMV5\urel\CAMCMEDIARECORDER.DLL 	"sys\bin\CAMCMEDIARECORDER.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3994
file=\epoc32\release\ARMV5\urel\CBSSERVER.EXE 	"sys\bin\CBSSERVER.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3995
file=\epoc32\release\ARMV5\urel\CBSCLIENT.DLL 	"sys\bin\CBSCLIENT.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3996
file=\epoc32\release\ARMV5\urel\CBSMCNCLIENT.DLL 	"sys\bin\CBSMCNCLIENT.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3997
data=\epoc32\data\Z\private\1000A859\backup_registration.xml 	"private\1000A859\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3998
data=\epoc32\data\Z\System\install\cbsserver_stub.sis 	"System\Install\cbsserver_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  3999
data=\epoc32\data\Z\System\install\cbsclient_stub.sis 	"System\Install\cbsclient_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4000
data=\epoc32\data\Z\System\install\cbsmcnclient_stub.sis 	"System\Install\cbsmcnclient_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4001
file=\epoc32\release\ARMV5\urel\CbsUiApp.exe 	"sys\bin\CbsUiApp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4002
data=\epoc32\data\Z\resource\apps\CbsUiApp.mif 	"resource\apps\CbsUiApp.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4003
data=\epoc32\data\Z\resource\apps\CbsUiApp_AIF.MIF 	"resource\apps\CbsUiApp_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4004
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\CbsUiApp_reg.rsc 	"Private\10003a3f\apps\CbsUiApp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4005
data=\epoc32\data\Z\System\install\cbsuiapp_stub.sis 	"system\install\cbsuiapp_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4006
data=\epoc32\data\Z\Private\10003a3f\apps\cbsuiapp_reg.rsc 	"private\10003a3f\import\apps\cbsuiapp_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4007
file=\epoc32\release\ARMV5\urel\cce.dll 	"sys\bin\cce.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4008
REM Generic connection dialogs
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4009
file=\epoc32\release\ARMV5\urel\CCONNDLGPLUGIN.DLL 	"sys\bin\CCONNDLGPLUGIN.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4010
file=\epoc32\release\ARMV5\urel\ccclientsession.dll 	"sys\bin\ccclientsession.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4011
file=\epoc32\release\ARMV5\urel\ccsrvapi.dll 	"sys\bin\ccsrvapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4012
file=\epoc32\release\ARMV5\urel\hsccapiclient.dll 	"sys\bin\hsccapiclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4013
file=\epoc32\release\ARMV5\urel\hsccproviderclient.dll 	"sys\bin\hsccproviderclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4014
file=\epoc32\release\ARMV5\urel\hscontentinfo.dll 	"sys\bin\hscontentinfo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4015
file=\epoc32\release\ARMV5\urel\ccserver.exe 	"sys\bin\ccserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4016
REM CDL
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4017
file=\epoc32\release\ARMV5\urel\cdlengine.dll 	"sys\bin\cdlengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4018
file=\epoc32\release\ARMV5\urel\cdlserver.exe 	"sys\bin\cdlserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4019
file=\epoc32\release\ARMV5\urel\cenrepdatabase.dll 	"sys\bin\cenrepdatabase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4020
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  cenrepsourceplugin.dll ,  cenrepsourceplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4021
data=\epoc32\data\z\private\10282BC4\settings\10282f41\10282f41.xml 	"private\10282bc4\settings\10282f41\10282f41.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4022
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  CertManUi.dll ,  CertManUi.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4023
file=\epoc32\release\ARMV5\urel\CERTSAVER.exe 	"sys\bin\CERTSAVER.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4024
data=\epoc32\data\Z\System\..\PRIVATE\10003A3F\APPS\CERTSAVER_reg.rsc 	"Private\10003a3f\apps\CERTSAVER_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4025
file=\epoc32\release\ARMV5\urel\cmmanager.dll 	"sys\bin\cmmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4026
data=\epoc32\data\Z\resource\apps\cmmanager.mif 	"resource\apps\cmmanager.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4027
file=\epoc32\release\ARMV5\urel\cmmanagerdatabase.dll 	"sys\bin\cmmanagerdatabase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4028
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cmpluginembdestination.dll , cmpluginembdestination.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4029
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cmpluginpacketdata.dll , cmpluginpacketdata.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4030
data=\epoc32\data\Z\resource\apps\cmpluginpacketdata.mif 	"resource\apps\cmpluginpacketdata.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4031
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cmpluginvpn.dll , cmpluginvpn.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4032
data=\epoc32\data\Z\resource\apps\cmpluginvpn.mif 	"resource\apps\cmpluginvpn.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4033
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cmpluginwlan.dll , cmpluginwlan.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4034
data=\epoc32\data\Z\resource\apps\cmpluginwlan.mif 	"resource\apps\cmpluginwlan.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4035
file=\epoc32\release\ARMV5\urel\CMS.dll 	"sys\bin\CMS.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4036
file=\epoc32\release\ARMV5\urel\cntparserserverexe.exe 	"sys\bin\cntparserserverexe.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4037
file=\epoc32\release\ARMV5\urel\cntparserserver.dll 	"sys\bin\cntparserserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4038
file=\epoc32\release\ARMV5\urel\CodEng.dll 	"sys\bin\CodEng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4039
file=\epoc32\release\ARMV5\urel\CodUi.dll 	"sys\bin\CodUi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4040
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CodRecog.dll , CodRecog.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4041
file=\epoc32\release\ARMV5\urel\CodViewer.exe 	"sys\bin\CodViewer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4042
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\CodViewer_reg.rsc 	"Private\10003a3f\import\apps\CodViewer_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4043
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DdRecog.dll , DdRecog.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4044
file=\epoc32\release\ARMV5\urel\DdViewer.exe 	"sys\bin\DdViewer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4045
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\DdViewer_reg.rsc 	"Private\10003a3f\import\apps\DdViewer_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4046
file=\epoc32\release\ARMV5\urel\CodDownload.dll 	"sys\bin\CodDownload.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4047
file=\epoc32\release\ARMV5\urel\RoapApp.exe 	"sys\bin\RoapApp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4048
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\RoapApp_reg.rsc 	"Private\10003a3f\import\apps\RoapApp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4049
file=\epoc32\release\ARMV5\urel\commonadapter.dll 	"sys\bin\commonadapter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4050
file=\epoc32\release\ARMV5\urel\commondialogs.dll 	"sys\bin\commondialogs.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4051
data=\epoc32\data\Z\resource\apps\commondialogs.mif 	"resource\apps\commondialogs.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4052
file=\epoc32\release\ARMV5\urel\commonui.dll 	"sys\bin\commonui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4053
file=\epoc32\release\ARMV5\urel\commonuinpdapiloader.dll 	"sys\bin\commonuinpdapiloader.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4054
file=\epoc32\release\ARMV5\urel\commonuimpengineapiloader.dll 	"sys\bin\commonuimpengineapiloader.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4055
REM binaries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4056
file=\epoc32\release\ARMV5\urel\commsdatstartup.exe 	"Sys\Bin\commsdatstartup.exe"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4057
file=\epoc32\release\ARMV5\urel\commsdatcreator.dll 	"sys\bin\commsdatcreator.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4058
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  commsdatcreatorrfsplugin.dll ,  commsdatcreatorrfsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4059
REM Varintadata for commsdat creation
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4060
REM data=\epoc32\data\Z\private\10281BC3\VariantData.xml     private\10281BC3\VariantData.xml
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4061
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, connectiondialogswrapper.DLL , connectiondialogswrapper.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4062
file=\epoc32\release\ARMV5\urel\ConnectionManager.dll 	"sys\bin\ConnectionManager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4063
auto-bitmap=\epoc32\data\Z\resource\apps\ConnMan.mbm 	resource\apps\ConnMan.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4064
data=\epoc32\data\Z\resource\apps\ConnMan.mif 	"resource\apps\ConnMan.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4065
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  connectionmonitorplugin.dll ,  connectionmonitorplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4066
data=\epoc32\data\Z\resource\apps\connectionmonitorplugin.mif 	"resource\apps\connectionmonitorplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4067
file=\epoc32\release\ARMV5\urel\ConnectionMonitorUi.exe 	"sys\bin\ConnectionMonitorUi.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4068
data=\epoc32\data\Z\resource\apps\ConnectionMonitorUi.mif 	"resource\apps\ConnectionMonitorUi.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4069
data=\epoc32\data\Z\resource\apps\ConnectionMonitorUi_AIF.MIF 	"resource\apps\ConnectionMonitorUi_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4070
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\ConnectionMonitorUi_reg.rsc 	"Private\10003a3f\apps\ConnectionMonitorUi_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4071
file=\epoc32\release\ARMV5\urel\ConnectionUiUtilities.dll 	"sys\bin\ConnectionUiUtilities.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4072
file=\epoc32\release\ARMV5\urel\ConnUiUtilsNotif.DLL 	"sys\bin\ConnUiUtilsNotif.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4073
data=\epoc32\data\Z\resource\apps\ConnectionUiUtilities.mif 	"resource\apps\ConnectionUiUtilities.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4074
file=\epoc32\release\ARMV5\urel\CONNMON.DLL 	"sys\bin\CONNMON.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4075
file=\epoc32\release\ARMV5\urel\CONNMONEXE.EXE 	"sys\bin\CONNMONEXE.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4076
file=\epoc32\release\ARMV5\urel\CONNMONEXT.DLL 	"sys\bin\CONNMONEXT.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4077
file=\epoc32\release\ARMV5\urel\ContentListingFramework.dll 	"sys\bin\ContentListingFramework.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4078
file=\epoc32\release\ARMV5\urel\MediaCollectionManager.dll 	"sys\bin\MediaCollectionManager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4079
file=\epoc32\release\ARMV5\urel\cpserver.exe 	"sys\bin\cpserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4080
file=\epoc32\release\ARMV5\urel\cpstorage.dll 	"sys\bin\cpstorage.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4081
file=\epoc32\release\ARMV5\urel\cputils.dll 	"sys\bin\cputils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4082
file=\epoc32\release\ARMV5\urel\contentharvesterclient.dll 	"sys\bin\contentharvesterclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4083
file=\epoc32\release\ARMV5\urel\contentharvester.exe 	"sys\bin\contentharvester.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4084
file=\epoc32\release\ARMV5\urel\pluginvalidator.dll 	"sys\bin\pluginvalidator.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4085
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, chswiplugin.dll , chswiplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4086
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, chfactorysettingsplugin.dll , chfactorysettingsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4087
data=\epoc32\data\z\private\20016b7b\backup_registration.xml 	"private\20016b7b\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4088
data=\epoc32\data\z\private\10202be9\20016b7b.txt 	"private\10202be9\20016b7b.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4089
file=\epoc32\release\ARMV5\urel\CFActivatorEngine.dll 	"sys\bin\CFActivatorEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4090
file=\epoc32\release\ARMV5\urel\CFClient.dll 	"sys\bin\CFClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4091
file=\epoc32\release\ARMV5\urel\CFContextSourceManager.dll 	"sys\bin\CFContextSourceManager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4092
file=\epoc32\release\ARMV5\urel\CFContextSourceSettingsManager.dll 	"sys\bin\CFContextSourceSettingsManager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4093
file=\epoc32\release\ARMV5\urel\cfoperationpluginservices.dll 	"sys\bin\cfoperationpluginservices.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4094
file=\epoc32\release\ARMV5\urel\CFScriptEngine.dll 	"sys\bin\CFScriptEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4095
file=\epoc32\release\ARMV5\urel\CFServices.dll 	"sys\bin\CFServices.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4096
file=\epoc32\release\ARMV5\urel\CFServer.exe 	"sys\bin\CFServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4097
data=\epoc32\data\Z\private\10282BC4\backup_registration.xml 	"private\10282BC4\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4098
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  basicoperationsplugin.dll ,  basicoperationsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4099
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CookieFilter.dll , CookieFilter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4100
file=\epoc32\release\ARMV5\urel\CookieManager.dll 	"sys\bin\CookieManager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4101
file=\epoc32\release\ARMV5\urel\CookieServer.exe 	"sys\bin\CookieServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4102
data=\epoc32\data\z\private\101F8530\CookieGroup.xml 	"private\101F8530\CookieGroup.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4103
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  csplugin.dll ,  csplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4104
data=\epoc32\data\Z\System\install\csplugin_stub.sis 	"System\Install\csplugin_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4105
file=\epoc32\release\ARMV5\urel\CTSecDlgs.dll 	"sys\bin\CTSecDlgs.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4106
file=\epoc32\release\ARMV5\urel\CTSecDialogImpl.dll 	"sys\bin\CTSecDialogImpl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4107
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CTSECDLGNOTIFIER.dll , CTSECDLGNOTIFIER.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4108
file=\epoc32\release\ARMV5\urel\cXmlParser.dll 	"sys\bin\cXmlParser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4109
file=\epoc32\release\ARMV5\urel\Dataconnectionlogger.exe 	"sys\bin\Dataconnectionlogger.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4110
data=\epoc32\data\Z\private\101F6CFE\backup_registration.xml 	"private\101F6CFE\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4111
file=\epoc32\release\ARMV5\urel\DBRECOVERY.EXE 	"sys\bin\DBRECOVERY.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4112
file=\epoc32\release\ARMV5\urel\dcmoclient.dll 	"sys\bin\dcmoclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4113
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DeflateFilter.dll , DeflateFilter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4114
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagaudioplugin.dll ,  devdiagaudioplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4115
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagbatterychargercabletestplugin.dll ,  devdiagbatterychargercabletestplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4116
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagbrowserplugin.dll ,  devdiagbrowserplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4117
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagconnectivitysuiteplugin.dll ,  devdiagconnectivitysuiteplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4118
data=\epoc32\data\Z\resource\devdiagconnectivitysuitepluginrsc.rsc 	"resource\devdiagconnectivitysuitepluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4119
data=\epoc32\data\Z\resource\apps\devdiagconnectivitysuiteplugin.mif 	"resource\apps\devdiagconnectivitysuiteplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4120
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagcoveragesuiteplugin.dll ,  devdiagcoveragesuiteplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4121
data=\epoc32\data\Z\resource\devdiagcoveragesuitepluginrsc.rsc 	"resource\devdiagcoveragesuitepluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4122
data=\epoc32\data\Z\resource\apps\devdiagcoveragesuiteplugin.mif 	"resource\apps\devdiagcoveragesuiteplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4123
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagdatanetworktestplugin.dll ,  devdiagdatanetworktestplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4124
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagexternalmediacardplugin.dll ,  devdiagexternalmediacardplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4125
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiaghardwaresuiteplugin.dll ,  devdiaghardwaresuiteplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4126
data=\epoc32\data\Z\resource\devdiaghardwaresuitepluginrsc.rsc 	"resource\devdiaghardwaresuitepluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4127
data=\epoc32\data\Z\resource\apps\devdiaghardwaresuiteplugin.mif 	"resource\apps\devdiaghardwaresuiteplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4128
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagheadsetcabletestplugin.dll ,  devdiagheadsetcabletestplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4129
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagnetcoverageplugin.dll ,  devdiagnetcoverageplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4130
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagservicessuiteplugin.dll ,  devdiagservicessuiteplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4131
data=\epoc32\data\Z\resource\devdiagservicessuitepluginrsc.rsc 	"resource\devdiagservicessuitepluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4132
data=\epoc32\data\Z\resource\apps\devdiagservicessuiteplugin.mif 	"resource\apps\devdiagservicessuiteplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4133
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagspeakerplugin.dll ,  devdiagspeakerplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4134
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagtoplevelsuiteplugin.dll ,  devdiagtoplevelsuiteplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4135
data=\epoc32\data\Z\resource\devdiagtoplevelsuitepluginrsc.rsc 	"resource\devdiagtoplevelsuitepluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4136
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  DevDiagUSBCableTestPlugin.dll ,  DevDiagUSBCableTestPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4137
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagvibrateplugin.dll ,  devdiagvibrateplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4138
file=\epoc32\release\ARMV5\urel\devenccommonutils.dll 	"sys\bin\devenccommonutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4139
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DevEncRfsPlugin.dll , DevEncRfsPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4140
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pk5Recognizer.dll , Pk5Recognizer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4141
data=\epoc32\data\z\Resource\Plugins\Pk5Recognizer.RSC 	"Resource\Plugins\Pk5Recognizer.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4142
file=\epoc32\release\ARMV5\urel\DevEncStarter.exe 	"sys\bin\DevEncStarter.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4143
data=\epoc32\data\Z\resource\apps\DevEncStarter.rsc 	"resource\apps\DevEncStarter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4144
file=\epoc32\release\ARMV5\urel\jsdevice.dll 	"sys\bin\jsdevice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4145
FILE=\epoc32\release\ARMV5\urel\DevTokenClient.DLL 	"sys\bin\DevTokenclient.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4146
FILE=\epoc32\release\ARMV5\urel\DevTokenServer.exe 	"sys\bin\DevTokenServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4147
FILE=\epoc32\release\ARMV5\urel\DevTokenShared.DLL 	"sys\bin\DevTokenShared.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4148
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  DevCertStore.DLL ,  DevCertStore.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4149
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  DevKeyStore.DLL ,  DevKeyStore.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4150
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  DevSrvCertStore.DLL ,  DevSrvCertStore.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4151
file=\epoc32\release\ARMV5\urel\diagframework.dll 	"sys\bin\diagframework.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4152
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiaginternalmemoryplugin.dll ,  devdiaginternalmemoryplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4153
file=\epoc32\release\ARMV5\urel\diagpluginbase.dll 	"sys\bin\diagpluginbase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4154
file=\epoc32\release\ARMV5\urel\diagresultsdatabase.dll 	"sys\bin\diagresultsdatabase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4155
file=\epoc32\release\ARMV5\urel\diagresultsdatabaseserver.exe 	"sys\bin\diagresultsdatabaseserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4156
file=\epoc32\release\ARMV5\urel\directorylocalizer.dll 	"sys\bin\directorylocalizer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4157
file=\epoc32\release\ARMV5\urel\DisconnectDlgClient.DLL 	"sys\bin\DisconnectDlgClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4158
file=\epoc32\release\ARMV5\urel\DisconnectDlg.dll 	"sys\bin\DisconnectDlg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4159
auto-bitmap=\epoc32\data\Z\resource\apps\DisconnectDlgUi.mbm 	resource\apps\DisconnectDlgUi.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4160
data=\epoc32\data\Z\resource\apps\DisconnectDlgUi.mif 	"resource\apps\DisconnectDlgUi.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4161
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, displaysourceplugin.dll , displaysourceplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4162
file=\epoc32\release\ARMV5\urel\dmeventnotifier.exe 	"sys\bin\dmeventnotifier.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4163
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmnatfwtraversaladapter.dll , nsmldmnatfwtraversaladapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4164
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmsipadapter.dll , nsmldmsipadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4165
file=\epoc32\release\ARMV5\urel\DMUtilServer.exe 	"sys\bin\DMUtilServer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4166
file=\epoc32\release\ARMV5\urel\DMUtil.dll 	"sys\bin\DMUtil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4167
file=\epoc32\release\ARMV5\urel\HttpDMServEng.dll 	"sys\bin\HttpDMServEng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4168
file=\epoc32\release\ARMV5\urel\DownloadMgr.dll 	"sys\bin\DownloadMgr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4169
file=\epoc32\release\ARMV5\urel\DownloadMgrServer.exe 	"sys\bin\DownloadMgrServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4170
file=\epoc32\release\ARMV5\urel\DownloadMgrUiLib.dll 	"sys\bin\DownloadMgrUiLib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4171
auto-bitmap=\epoc32\data\Z\resource\apps\DownloadMgrUiLib.mbm 	resource\apps\DownloadMgrUiLib.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4172
data=\epoc32\data\Z\resource\apps\DownloadMgrUiLib.mif 	"resource\apps\DownloadMgrUiLib.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4173
file=\epoc32\release\ARMV5\urel\DRMCOMMON.DLL 	"sys\bin\DRMCOMMON.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4174
data=\epoc32\data\Z\resource\DRMCOMMON.RSC 	"resource\DRMCOMMON.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4175
file=\epoc32\release\ARMV5\urel\DcfRep.dll 	"sys\bin\DcfRep.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4176
file=\epoc32\release\ARMV5\urel\DcfRepSrv.EXE 	"sys\bin\DcfRepSrv.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4177
file=\epoc32\release\ARMV5\urel\DRMHELPERSERVER.EXE 	"sys\bin\DRMHELPERSERVER.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4178
file=\epoc32\release\ARMV5\urel\DrmKeyStorage.dll 	"sys\bin\DrmKeyStorage.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4179
file=\epoc32\release\ARMV5\urel\DrmStdKeyStorage.dll 	"sys\bin\DrmStdKeyStorage.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4180
file=\epoc32\release\ARMV5\urel\DrmCrypto.DLL 	"sys\bin\DrmCrypto.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4181
file=\epoc32\release\ARMV5\urel\DrmDcf.DLL 	"sys\bin\DrmDcf.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4182
file=\epoc32\release\ARMV5\urel\DrmRights.DLL 	"sys\bin\DrmRights.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4183
file=\epoc32\release\ARMV5\urel\DrmServerInterfaces.DLL 	"sys\bin\DrmServerInterfaces.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4184
file=\epoc32\release\ARMV5\urel\DrmParsers.DLL 	"sys\bin\DrmParsers.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4185
file=\epoc32\release\ARMV5\urel\RightsServer.EXE 	"sys\bin\RightsServer.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4186
file=\epoc32\release\ARMV5\urel\DrmServiceAPI.dll 	"sys\bin\DrmServiceAPI.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4187
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RECDRM.DLL , RECDRM.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4188
data=\epoc32\data\Z\private\102073ea\excludes\101F51F2.exc 	"private\102073ea\excludes\101F51F2.exc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4189
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, OmaDrmAgent.dll , OmaDrmAgent.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4190
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DrmRel1_0StringDict00.dll , DrmRel1_0StringDict00.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4191
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DrmRel2_1StringDict00.dll , DrmRel2_1StringDict00.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4192
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ROHANDLER.DLL , ROHANDLER.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4193
file=\epoc32\release\ARMV5\urel\RoapHandler.DLL 	"sys\bin\RoapHandler.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4194
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HTTPFilterDRM.dll , HTTPFilterDRM.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4195
data=\epoc32\data\Z\Private\101F51F2\backup_registration.xml 	"PRIVATE\101F51F2\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4196
data=\epoc32\data\Z\System\Install\OmaDrm_Stub.SIS 	"system\install\OmaDrm_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4197
file=\epoc32\release\ARMV5\urel\DRMENCRYPTOR.exe 	"sys\bin\DRMENCRYPTOR.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4198
auto-bitmap=\epoc32\data\Z\resource\apps\DRMEncryptor.mbm 	resource\apps\DRMEncryptor.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4199
data=\epoc32\data\Z\resource\apps\DRMEncryptor.mif 	"resource\apps\DRMEncryptor.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4200
data=\epoc32\data\Z\resource\apps\DRMENCRYPTOR_AIF.MIF 	"resource\apps\DRMENCRYPTOR_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4201
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\DRMENCRYPTOR_reg.rsc 	"Private\10003a3f\apps\DRMENCRYPTOR_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4202
data=\epoc32\data\Z\resource\apps\drmencryptor.rsc 	"resource\apps\drmencryptor.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4203
file=\epoc32\release\ARMV5\urel\DRMHelper.dll 	"sys\bin\DRMHelper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4204
file=\epoc32\release\ARMV5\urel\DRMLicenseManager.DLL 	"sys\bin\DRMLicenseManager.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4205
file=\epoc32\release\ARMV5\urel\DRMLicenseChecker.DLL 	"sys\bin\DRMLicenseChecker.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4206
file=\epoc32\release\ARMV5\urel\DRMRightsManager.exe 	"sys\bin\DRMRightsManager.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4207
data=\epoc32\data\Z\resource\apps\DRMRightsManager.mif 	"resource\apps\DRMRightsManager.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4208
data=\epoc32\data\Z\resource\apps\DRMRightsManager_AIF.MIF 	"resource\apps\DRMRightsManager_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4209
data=\epoc32\data\z\private\10003a3f\apps\DRMRightsManager_reg.rsc 	"private\10003a3f\import\apps\DRMRightsManager_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4210
data=\epoc32\data\Z\System\install\DRMRightsManager_stub.SIS 	"system\install\DRMRightsManager_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4211
file=\epoc32\release\ARMV5\urel\drmrightsstoringlocation.dll 	"sys\bin\drmrightsstoringlocation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4212
file=\epoc32\release\ARMV5\urel\drmroapwbxmlparser.dll 	"sys\bin\drmroapwbxmlparser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4213
file=\epoc32\release\ARMV5\urel\drmserviceapiwrapper.dll 	"sys\bin\drmserviceapiwrapper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4214
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  drmsettingsplugin.dll ,  drmsettingsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4215
data=\epoc32\data\Z\System\install\commondrm_stub.SIS 	"system\install\commondrm_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4216
file=\epoc32\release\ARMV5\urel\DRMUtility.dll 	"sys\bin\DRMUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4217
file=\epoc32\release\ARMV5\urel\drmutilitycommon.dll 	"sys\bin\drmutilitycommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4218
file=\epoc32\release\ARMV5\urel\drmutilitywmdrmwrapper.dll 	"sys\bin\drmutilitywmdrmwrapper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4219
file=\epoc32\release\ARMV5\urel\DrmUtilityDmgrWrapper.dll 	"sys\bin\DrmUtilityDmgrWrapper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4220
file=\epoc32\release\ARMV5\urel\DrmRightsInfo.dll 	"sys\bin\DrmRightsInfo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4221
file=\epoc32\release\ARMV5\urel\DrmRightsInfoImpl.dll 	"sys\bin\DrmRightsInfoImpl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4222
file=\epoc32\release\ARMV5\urel\DRMUiHandling.dll 	"sys\bin\DRMUiHandling.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4223
file=\epoc32\release\ARMV5\urel\DRMUiHandlingImpl.dll 	"sys\bin\DRMUiHandlingImpl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4224
file=\epoc32\release\ARMV5\urel\DRMAutomatedUsage.dll 	"sys\bin\DRMAutomatedUsage.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4225
file=\epoc32\release\ARMV5\urel\DRMAutomatedUsageImpl.dll 	"sys\bin\DRMAutomatedUsageImpl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4226
file=\epoc32\release\ARMV5\urel\dunatext.dll 	"sys\bin\dunatext.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4227
file=\epoc32\release\ARMV5\urel\dunbt.dll 	"sys\bin\dunbt.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4228
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, dunclient.dll , dunclient.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4229
file=\epoc32\release\ARMV5\urel\dunir.dll 	"sys\bin\dunir.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4230
file=\epoc32\release\ARMV5\urel\dunserver.exe 	"sys\bin\dunserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4231
file=\epoc32\release\ARMV5\urel\dunusb.dll 	"sys\bin\dunusb.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4232
file=\epoc32\release\ARMV5\urel\dunutils.dll 	"sys\bin\dunutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4233
file=\epoc32\release\ARMV5\urel\eapol.dll 	"sys\bin\Eapol.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4234
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapsim.dll ,  eapsim.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4235
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapaka.dll ,  eapaka.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4236
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapmschapv2.dll ,  eapmschapv2.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4237
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eaptlspeap.dll ,  eaptlspeap.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4238
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapsecurid.dll ,  eapsecurid.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4239
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eapvpnif.dll , eapvpnif.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4240
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wlaneapolif.dll , wlaneapolif.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4241
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapprotectedsetup.dll ,  eapprotectedsetup.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4242
data=\epoc32\data\Z\Private\100012A5\policy\102072e9.spd 	"private\100012A5\policy\102072e9.spd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4243
data=\epoc32\data\Z\Private\101F8EC5\backup_registration_eapol.xml 	"private\101F8EC5\backup_registration_eapol.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4244
data=\epoc32\data\Z\Private\101F8EC5\eap.conf 	"private\101F8EC5\eap.conf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4245
file=\epoc32\release\ARMV5\urel\eikctl.dll 	"sys\bin\eikctl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4246
REM RefUI implementation of UIKON components
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4247
file=\epoc32\release\ARMV5\urel\eikcoctl.dll 	"sys\bin\eikcoctl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4248
file=\epoc32\release\ARMV5\urel\eikdlg.dll 	"sys\bin\eikdlg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4249
file=\epoc32\release\ARMV5\urel\eikcdlg.dll 	"sys\bin\eikcdlg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4250
data=\epoc32\data\Z\Resource\eikcdlg.rsc 	"resource\eikcdlg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4251
file=\epoc32\release\ARMV5\urel\eiksrvui.dll 	"sys\bin\eiksrvui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4252
file=\epoc32\release\ARMV5\urel\eikalert.dll 	"sys\bin\eikalert.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4253
file=\epoc32\release\ARMV5\urel\econseik.dll 	"sys\bin\econs.dll" uid3=0x100039e7
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4254
file=\epoc32\release\ARMV5\urel\MMDataSourceFactory.dll 	"sys\bin\MMDataSourceFactory.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4255
file=\epoc32\release\ARMV5\urel\StreamControlCustomCommands.dll 	"sys\bin\StreamControlCustomCommands.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4256
file=\epoc32\release\ARMV5\urel\CacheSource.dll 	"sys\bin\CacheSource.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4257
file=\epoc32\release\ARMV5\urel\DataSourceConfigIntfc.dll 	"sys\bin\DataSourceConfigIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4258
file=\epoc32\release\ARMV5\urel\EnhancedMediaClient.dll 	"sys\bin\EnhancedMediaClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4259
file=\epoc32\release\ARMV5\urel\TransferRateMonitor.dll 	"sys\bin\TransferRateMonitor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4260
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ProgDLSource.dll , ProgDLSource.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4261
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DataBufferSource.DLL , DataBufferSource.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4262
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, FileSource.DLL , FileSource.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4263
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DescriptorDataSource.DLL , DescriptorDataSource.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4264
data=\epoc32\data\Z\System\install\WMA_AudCon_stub.sis 	"System\Install\WMA_AudCon_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4265
data=\epoc32\data\Z\System\install\EnhancedMediaClient_Stub.SIS 	"System\Install\EnhancedMediaClient_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4266
file=\epoc32\release\ARMV5\urel\DOSENPOLICY.DLL 	"sys\bin\DOSENPOLICY.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4267
data=\epoc32\data\Z\System\install\DosEnPolicy_stub.sis 	"system\install\DosEnPolicy_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4268
data=\epoc32\data\Z\resource\apps\Equalizer.mif 	"resource\apps\Equalizer.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4269
file=\epoc32\release\ARMV5\urel\Equalizer.dll 	"sys\bin\Equalizer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4270
file=\epoc32\release\ARMV5\urel\extendedconnpref.dll 	"sys\bin\extendedconnpref.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4271
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, extendedconnprefecom.dll , extendedconnprefecom.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4272
REM Favourites Engine
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4273
file=\epoc32\release\ARMV5\urel\FavouritesEngine.dll 	"sys\bin\FavouritesEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4274
file=\epoc32\release\ARMV5\urel\FavouritesSrv.exe 	"sys\bin\FavouritesSrv.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4275
data=\epoc32\data\Z\private\100012a5\policy\101FD685.SPD 	"private\100012a5\policy\101FD685.SPD"	
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4276
data=\epoc32\data\Z\private\10008d38\backup_registration.xml 	"private\10008d38\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4277
data=\epoc32\data\Z\private\10008d38\BookmarkImportSample.txt 	"data\BookmarkImportSample.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4278
file=\epoc32\release\ARMV5\urel\FeedsServer.exe 	"sys\bin\FeedsServer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4279
file=\epoc32\release\ARMV5\urel\FeedsServerApi.dll 	"sys\bin\FeedsServerApi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4280
file=\epoc32\release\ARMV5\urel\FeedsServerClient.dll 	"sys\bin\FeedsServerClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4281
data=\epoc32\data\z\private\1020728E\default_feeds.xml 	"private\1020728E\default_feeds.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4282
data=\epoc32\data\Z\private\100012a5\policy\10281F95.SPD 	"private\100012a5\policy\10281F95.SPD"	
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4283
data=\epoc32\data\Z\private\1020728E\backup_registration.xml 	"private\1020728E\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4284
file=\epoc32\release\ARMV5\urel\FindUtil.dll 	"sys\bin\FindUtil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4285
file=\epoc32\release\ARMV5\urel\inlinetext.dll 	"sys\bin\inlinetext.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4286
file=\epoc32\release\ARMV5\urel\fmPresetUtility.dll 	"sys\bin\fmPresetUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4287
data=\epoc32\data\Z\Private\10207B87\backup_registration.xml 	"PRIVATE\10207B87\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4288
REM FONTPROVIDER
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4289
file=\epoc32\release\ARMV5\urel\FontProvider.dll 	"sys\bin\FontProvider.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4290
data=\epoc32\data\z\private\1020509C\link.ini 	"private\1020509C\link.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4291
file=\epoc32\release\ARMV5\urel\fotaengine.dll 	"sys\bin\fotaengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4292
file=\epoc32\release\ARMV5\urel\FMSClient.dll 	"sys\bin\FMSClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4293
file=\epoc32\release\ARMV5\urel\fotaserver.exe 	"sys\bin\fotaserver.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4294
auto-bitmap=\epoc32\data\Z\resource\apps\fotaserver.mbm 	resource\apps\fotaserver.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4295
data=\epoc32\data\Z\resource\apps\fotaserver.mif 	"resource\apps\fotaserver.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4296
data=\epoc32\data\Z\resource\apps\fotaserver_AIF.MIF 	"resource\apps\fotaserver_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4297
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\fotaserver_reg.rsc 	"Private\10003a3f\apps\fotaserver_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4298
file=\epoc32\release\ARMV5\urel\fotaschedulehandler.exe 	"sys\bin\fotaschedulehandler.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4299
file=\epoc32\release\ARMV5\urel\FMSServer.exe 	"sys\bin\FMSServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4300
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fotadiskstorage.dll , fotadiskstorage.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4301
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RfsFotaPlugin.dll , RfsFotaPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4302
file=\epoc32\release\ARMV5\urel\fotacustcmds.dll 	"sys\bin\fotacustcmds.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4303
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gamedatarec.dll , gamedatarec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4304
file=\epoc32\release\ARMV5\urel\ganes.dll 	"sys\bin\ganes.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4305
data=\epoc32\data\Z\resource\apps\ganes.mif 	"resource\apps\ganes.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4306
data=\epoc32\data\Z\System\install\ganesstub.sis 	"System\Install\ganesstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4307
FILE=\epoc32\release\ARMV5\urel\gba2.dll 	"sys\bin\gba2.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4308
FILE=\epoc32\release\ARMV5\urel\gbaserver2.exe 	"sys\bin\gbaserver2.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4309
data=\epoc32\data\Z\System\install\gba_stub.sis 	"System\Install\gba_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4310
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gbauicc2.dll ,  gbauicc2.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4311
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  httpfiltergba2.dll ,  httpfiltergba2.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4312
file=\epoc32\release\ARMV5\urel\generichid.dll 	"sys\bin\generichid.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4313
file=\epoc32\release\ARMV5\urel\gesturehelper.dll 	"sys\bin\gesturehelper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4314
file=\epoc32\release\ARMV5\urel\goommonitor.dll 	"sys\bin\goommonitor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4315
data=\epoc32\data\Z\System\..\private\10207218\goomconfig.xml 	"private\10207218\goomconfig.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4316
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gsaccessoryplugin.dll ,  gsaccessoryplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4317
data=\epoc32\data\Z\resource\apps\gsaccplugin.mif 	"resource\apps\gsaccplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4318
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSAdminPlugin.dll ,  GSAdminPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4319
data=\epoc32\data\Z\resource\apps\GSAdminPlugin.mif 	"resource\apps\GSAdminPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4320
file=\epoc32\release\ARMV5\urel\GSApp.exe 	"sys\bin\GSApp.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4321
data=\epoc32\data\Z\resource\apps\GSApp_aif.MIF 	"resource\apps\GSApp_aif.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4322
data=\epoc32\data\Z\System\..\PRIVATE\10003A3F\APPS\GSApp_reg.RSC 	"Private\10003a3f\apps\GSApp_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4323
file=\epoc32\release\ARMV5\urel\GSFramework.dll 	"sys\bin\GSFramework.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4324
file=\epoc32\release\ARMV5\urel\GSEcomPlugin.dll 	"sys\bin\GSEcomPlugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4325
data=\epoc32\data\Z\resource\apps\Gsfwicon.mif 	"resource\apps\Gsfwicon.mif"        
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4326
data=\epoc32\data\Z\private\100058EC\backup_registration.xml 	"private\100058EC\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4327
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSAppsPlugin.dll ,  GSAppsPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4328
data=\epoc32\data\Z\resource\apps\GSAppsPlugin.mif 	"resource\apps\GSAppsPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4329
file=\epoc32\release\ARMV5\urel\BackgroundImage.dll 	"sys\bin\BackgroundImage.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4330
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSCallBarringPlugin.dll ,  GSCallBarringPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4331
data=\epoc32\data\Z\resource\apps\GSCallBarringplugin.mif 	"resource\apps\GSCallBarringplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4332
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSCallDivertPlugin.dll ,  GSCallDivertPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4333
data=\epoc32\data\Z\resource\apps\GSCallDivertplugin.mif 	"resource\apps\GSCallDivertplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4334
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSCallPlugin.dll ,  GSCallPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4335
data=\epoc32\data\Z\resource\apps\GSCallplugin.mif 	"resource\apps\GSCallplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4336
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gsconnsettingsplugin.dll ,  gsconnsettingsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4337
data=\epoc32\data\Z\resource\apps\gsconnsettingsplugin.mif 	"resource\apps\gsconnsettingsplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4338
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSConPlugin.dll ,  GSConPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4339
data=\epoc32\data\Z\resource\apps\GSConPlugin.mif 	"resource\apps\GSConPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4340
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSDataCallPlugin.dll ,  GSDataCallPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4341
data=\epoc32\data\Z\resource\apps\GSDataCallPlugin.mif 	"resource\apps\GSDataCallPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4342
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSDeviceManagementPlugin.dll ,  GSDeviceManagementPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4343
data=\epoc32\data\Z\resource\apps\GSDeviceManagementPlugin.mif 	"resource\apps\GSDeviceManagementPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4344
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSDisplayPlugin.dll ,  GSDisplayPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4345
data=\epoc32\data\Z\resource\apps\GSDisplayplugin.mif 	"resource\apps\GSDisplayplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4346
data=\epoc32\data\Z\Private\2000B187\2000B591.xml 	"private\2000B187\2000B591.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4347
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSGenPlugin.dll ,  GSGenPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4348
data=\epoc32\data\Z\resource\apps\GSGenPlugin.mif 	"resource\apps\GSGenPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4349
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSIndicatorPlugin.dll ,  GSIndicatorPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4350
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSInstallationsPlugin.dll ,  GSInstallationsPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4351
data=\epoc32\data\Z\resource\apps\GSInstallationsPlugin.mif 	"resource\apps\GSInstallationsPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4352
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSLangPlugin.dll ,  GSLangPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4353
data=\epoc32\data\Z\resource\apps\GSLangPlugin.mif 	"resource\apps\GSLangPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4354
file=\epoc32\release\ARMV5\urel\gslauncher.dll 	"sys\bin\gslauncher.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4355
file=\epoc32\release\ARMV5\urel\GSListBox.dll 	"sys\bin\GSListBox.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4356
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSNetworkPlugin.dll ,  GSNetworkPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4357
data=\epoc32\data\Z\resource\apps\GSNetworkplugin.mif 	"resource\apps\GSNetworkplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4358
data=\epoc32\data\Z\Private\2000B187\2000B593.xml 	"private\2000B187\2000B593.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4359
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSOpticalJoystickPlugin.dll ,  GSOpticalJoystickPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4360
data=\epoc32\data\Z\resource\apps\GSOpticalJoystickPlugin.mif 	"resource\apps\GSOpticalJoystickPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4361
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSPDataAccessPointPlugin.dll ,  GSPDataAccessPointPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4362
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSPDataConnectionPlugin.dll ,  GSPDataConnectionPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4363
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSPDataHSDPAPlugin.dll ,  GSPDataHSDPAPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4364
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSPDataPlugin.dll ,  GSPDataPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4365
data=\epoc32\data\Z\resource\apps\GSPDataPlugin.mif 	"resource\apps\GSPDataPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4366
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSPowerSavingQueryPlugin.dll ,  GSPowerSavingQueryPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4367
data=\epoc32\data\Z\resource\apps\GSPowerSavingQueryPlugin.mif 	"resource\apps\GSPowerSavingQueryPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4368
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSSecurityPlugin.dll ,  GSSecurityPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4369
data=\epoc32\data\Z\resource\apps\GSSecPlugin.mif 	"resource\apps\GSSecPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4370
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gssensorplugin.dll , gssensorplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4371
data=\epoc32\data\Z\resource\apps\gssenplugin.mif 	"resource\apps\gssenplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4372
file=\epoc32\release\ARMV5\urel\GSServerEngine.dll 	"sys\bin\GSServerEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4373
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSSimSecPlugin.dll ,  GSSimSecPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4374
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSSIPSettingsPlugin.dll ,  GSSIPSettingsPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4375
data=\epoc32\data\Z\resource\apps\GSSIPSettingsPlugin.mif 	"resource\apps\GSSIPSettingsPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4376
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSSynchronisationPlugin.dll ,  GSSynchronisationPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4377
data=\epoc32\data\Z\resource\apps\GSSynchronisationPlugin.mif 	"resource\apps\GSSynchronisationPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4378
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSTelPlugin.dll ,  GSTelPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4379
data=\epoc32\data\Z\resource\apps\GSTelplugin.mif 	"resource\apps\GSTelplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4380
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, GSXDMPlugin.dll , GSXDMPlugin.dll )   
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4381
data=\epoc32\data\Z\resource\apps\GSXDMplugin.mif 	"resource\apps\GSXDMplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4382
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hapticsconnplugin.dll , hapticsconnplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4383
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hidheadset.dll , hidheadset.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4384
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hidremconbearer.dll , hidremconbearer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4385
file=\epoc32\release\ARMV5\urel\hotspotclient.dll 	"sys\bin\hotspotclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4386
file=\epoc32\release\ARMV5\urel\ictsclientinterface.dll 	"sys\bin\ictsclientinterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4387
file=\epoc32\release\ARMV5\urel\HotSpotServer.exe 	"sys\bin\HotSpotServer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4388
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  NetCfgExtnHotSpot.dll ,  NetCfgExtnHotSpot.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4389
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  HssMgmtImpl.dll ,  HssMgmtImpl.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4390
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wlanagthotspotimpl.dll ,  wlanagthotspotimpl.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4391
file=\epoc32\release\ARMV5\urel\HsBrowser.exe 	"sys\bin\HsBrowser.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4392
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\HsBrowser_reg.rsc 	"Private\10003a3f\apps\HsBrowser_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4393
data=\epoc32\data\Z\resource\apps\hsbrowsericon_AIF.MIF 	"resource\apps\hsbrowsericon_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4394
data=\epoc32\data\Z\Private\10282EC5\backup_registration.xml 	"private\10282EC5\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4395
data=\epoc32\data\Z\system\install\hotspotfwstub.sis 	"system\install\hotspotfwstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4396
data=\epoc32\data\Z\system\install\ictsstub.sis 	"system\install\ictsstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4397
file=\epoc32\release\ARMV5\urel\hspluginsettings.dll 	"sys\bin\hspluginsettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4398
file=\epoc32\release\ARMV5\urel\hspsdomdocument.dll 	"sys\bin\hspsdomdocument.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4399
file=\epoc32\release\ARMV5\urel\hspsresource.dll 	"sys\bin\hspsresource.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4400
file=\epoc32\release\ARMV5\urel\hspsresult.dll 	"sys\bin\hspsresult.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4401
file=\epoc32\release\ARMV5\urel\hspsodt.dll 	"sys\bin\hspsodt.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4402
file=\epoc32\release\ARMV5\urel\hspsdefrep.dll 	"sys\bin\hspsdefrep.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4403
file=\epoc32\release\ARMV5\urel\hspsdefinitionengineinterface.dll 	"sys\bin\hspsdefinitionengineinterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4404
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  hspsdefinitionengine.dll  ,  hspsdefinitionengine.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4405
file=\epoc32\release\ARMV5\urel\hspsclient.dll 	"sys\bin\hspsclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4406
file=\epoc32\release\ARMV5\urel\hspsclientsession.dll 	"sys\bin\hspsclientsession.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4407
file=\epoc32\release\ARMV5\urel\hspsrequestclient.dll 	"sys\bin\hspsrequestclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4408
file=\epoc32\release\ARMV5\urel\hspsthemeserver.exe 	"sys\bin\hspsthemeserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4409
data=\epoc32\data\Z\private\200159c0\backup_registration.xml 	"private\200159c0\backup_registration.xml"     
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4410
file=\epoc32\release\ARMV5\urel\hspsservice.dll 	"sys\bin\hspsservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4411
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  hspsprovider.dll ,  hspsprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4412
file=\epoc32\release\ARMV5\urel\hswidgetpublisher.dll 	"sys\bin\hswidgetpublisher.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4413
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HttpFilterAcceptHeader.dll , HttpFilterAcceptHeader.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4414
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpfilterauthentication.dll , httpfilterauthentication.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4415
file=\epoc32\release\ARMV5\urel\httpfiltercommon.dll 	"sys\bin\httpfiltercommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4416
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpfilterconnhandler.dll , httpfilterconnhandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4417
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpfilterIop.dll , httpfilterIop.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4418
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpfilterproxy.dll , httpfilterproxy.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4419
file=\epoc32\release\ARMV5\urel\iaupdate.exe 	"sys\bin\iaupdate.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4420
data=\epoc32\data\Z\resource\apps\iaupdate.mif 	"resource\apps\iaupdate.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4421
data=\epoc32\data\Z\resource\apps\iaupdate_AIF.MIF 	"resource\apps\iaupdate_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4422
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\iaupdate_reg.rsc 	"Private\10003a3f\import\apps\iaupdate_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4423
file=\epoc32\release\ARMV5\urel\iaupdater.exe 	"sys\bin\iaupdater.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4424
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\iaupdater_reg.rsc 	"Private\10003a3f\import\apps\iaupdater_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4425
file=\epoc32\release\ARMV5\urel\iaupdatelauncher.exe 	"sys\bin\iaupdatelauncher.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4426
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\iaupdatelauncher_reg.rsc 	"Private\10003a3f\import\apps\iaupdatelauncher_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4427
file=\epoc32\release\ARMV5\urel\iaupdatetools.dll 	"sys\bin\iaupdatetools.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4428
file=\epoc32\release\ARMV5\urel\iaupdateapi.dll 	"sys\bin\iaupdateapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4429
file=\epoc32\release\ARMV5\urel\iaupdateengine.dll 	"sys\bin\iaupdateengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4430
file=\epoc32\release\ARMV5\urel\iaupdaterfiles.dll 	"sys\bin\iaupdaterfiles.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4431
file=\epoc32\release\ARMV5\urel\iaupdatebg.exe 	"sys\bin\iaupdatebg.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4432
file=\epoc32\release\ARMV5\urel\iaupdatefwupdate.dll 	"sys\bin\iaupdatefwupdate.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4433
data=\epoc32\data\Z\Private\2000F85A\iaupdateengineconfig_testing.xml 	"PRIVATE\2000F85A\iaupdateengineconfig.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4434
data=\epoc32\data\Z\Private\2000F85A\backup_registration.xml 	"PRIVATE\2000F85A\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4435
data=\epoc32\data\Z\System\install\iaupdate_stub.sis 	"system\install\iaupdate_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4436
data=\epoc32\data\Z\System\install\iaupdater_stub.sis 	"system\install\iaupdater_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4437
file=\epoc32\release\ARMV5\urel\ailaunch.exe 	"sys\bin\ailaunch.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4438
file=\epoc32\release\ARMV5\urel\homescreen.exe 	"sys\bin\homescreen.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4439
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\homescreen_reg.rsc 	"Private\10003a3f\apps\homescreen_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4440
data=\epoc32\data\Z\resource\apps\homescreen_AIF.MIF 	"resource\apps\homescreen_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4441
file=\epoc32\release\ARMV5\urel\aiutils.dll 	"sys\bin\aiutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4442
file=\epoc32\release\ARMV5\urel\aiidleint.dll 	"sys\bin\aiidleint.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4443
file=\epoc32\release\ARMV5\urel\aifw.dll 	"sys\bin\aifw.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4444
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenIDWSFplugin.dll , SenIDWSFplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4445
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenIdWsfSecMech.dll , SenIdWsfSecMech.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4446
file=\epoc32\release\ARMV5\urel\Ihl.dll 	"sys\bin\Ihl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4447
file=\epoc32\release\ARMV5\urel\EngineWrapper.dll 	"sys\bin\ENgineWrapper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4448
file=\epoc32\release\ARMV5\urel\FilterBrightness.dll 	"sys\bin\FilterBrightness.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4449
file=\epoc32\release\ARMV5\urel\FilterBubble.dll 	"sys\bin\FilterBubble.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4450
file=\epoc32\release\ARMV5\urel\FilterBuffer.dll 	"sys\bin\FilterBuffer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4451
file=\epoc32\release\ARMV5\urel\FilterCartoon.dll 	"sys\bin\FilterCartoon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4452
file=\epoc32\release\ARMV5\urel\FilterClipart.dll 	"sys\bin\FilterClipart.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4453
file=\epoc32\release\ARMV5\urel\FilterContrast.dll 	"sys\bin\FilterContrast.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4454
file=\epoc32\release\ARMV5\urel\FilterCrop.dll 	"sys\bin\FilterCrop.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4455
file=\epoc32\release\ARMV5\urel\FilterFrame.dll 	"sys\bin\FilterFrame.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4456
file=\epoc32\release\ARMV5\urel\FilterGrayScale.dll 	"sys\bin\FilterGrayScale.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4457
file=\epoc32\release\ARMV5\urel\FilterIclSource.dll 	"sys\bin\FilterIclSource.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4458
file=\epoc32\release\ARMV5\urel\FilterJpegSource.dll 	"sys\bin\FilterJpegSource.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4459
file=\epoc32\release\ARMV5\urel\FilterJpegTarget.dll 	"sys\bin\FilterJpegTarget.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4460
file=\epoc32\release\ARMV5\urel\FilterNegate.dll 	"sys\bin\FilterNegate.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4461
file=\epoc32\release\ARMV5\urel\FilterRedEye.dll 	"sys\bin\FilterRedEye.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4462
file=\epoc32\release\ARMV5\urel\FilterRotate.dll 	"sys\bin\FilterRotate.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4463
file=\epoc32\release\ARMV5\urel\FilterScale.dll 	"sys\bin\FilterScale.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4464
file=\epoc32\release\ARMV5\urel\FilterSepia.dll 	"sys\bin\FilterSepia.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4465
file=\epoc32\release\ARMV5\urel\FilterSharpness.dll 	"sys\bin\FilterSharpness.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4466
file=\epoc32\release\ARMV5\urel\FilterText.dll 	"sys\bin\FilterText.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4467
file=\epoc32\release\ARMV5\urel\SystemParameters.dll 	"sys\bin\SystemParameters.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4468
file=\epoc32\release\ARMV5\urel\ImageEditorUtils.dll 	"sys\bin\ImageEditorUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4469
file=\epoc32\release\ARMV5\urel\IMAGINGCONFIGMANAGER.DLL 	"sys\bin\IMAGINGCONFIGMANAGER.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4470
file=\epoc32\release\ARMV5\urel\immanager.dll 	"sys\bin\immanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4471
file=\epoc32\release\ARMV5\urel\imdatamodel.dll 	"sys\bin\imdatamodel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4472
file=\epoc32\release\ARMV5\urel\imoperation.dll 	"sys\bin\imoperation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4473
file=\epoc32\release\ARMV5\urel\improcessor.dll 	"sys\bin\improcessor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4474
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  imecomhook.dll ,  imecomhook.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4475
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  imdatamodelhook.dll ,  imdatamodelhook.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4476
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  imoperationshook.dll ,  imoperationshook.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4477
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  improcessorhook.dll ,  improcessorhook.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4478
data=\epoc32\data\Z\system\install\imfeaturepluginstub.sis 	"system\install\imfeaturepluginstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4479
file=\epoc32\release\ARMV5\urel\imcacheserver.exe 	"sys\bin\imcacheserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4480
file=\epoc32\release\ARMV5\urel\imcacheclient.dll 	"sys\bin\imcacheclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4481
data=\epoc32\data\Z\system\install\imcachestub.sis 	"system\install\imcachestub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4482
file=\epoc32\release\ARMV5\urel\jplangutil.dll 	"sys\bin\jplangutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4483
file=\epoc32\release\ARMV5\urel\KeyEventFw.DLL 	"sys\bin\KeyEventFw.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4484
data=\epoc32\data\Z\resource\AknKeyEventMap.rsc 	"resource\AknKeyEventMap.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4485
file=\epoc32\release\ARMV5\urel\keylockpolicyapi.dll 	"sys\bin\keylockpolicyapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4486
file=\epoc32\release\ARMV5\urel\KeyPublisherPlugin.dll 	"sys\bin\KeyPublisherPlugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4487
REM LBS Query And Notification Api
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4488
file=\epoc32\release\ARMV5\urel\eposprvqnif.dll 	"sys\bin\eposprvqnif.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4489
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LBTContextSourcePlugIn.dll , LBTContextSourcePlugIn.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4490
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, lbtmgmtplugin.dll , lbtmgmtplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4491
data=\epoc32\data\Z\System\install\lbtmgmtuistub.sis 	"system\install\lbtmgmtuistub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4492
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  lccustomplugin.dll ,  lccustomplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4493
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, lcstylustap.dll , lcstylustap.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4494
file=\epoc32\release\ARMV5\urel\eposlandmarks.dll 	"sys\bin\eposlandmarks.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4495
data=\epoc32\data\Z\private\100012a5\policy\101fe978.spd 	"private\100012a5\policy\101fe978.spd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4496
file=\epoc32\release\ARMV5\urel\eposlmsearchlib.dll 	"sys\bin\eposlmsearchlib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4497
file=\epoc32\release\ARMV5\urel\eposlmmultidbsearch.dll 	"sys\bin\eposlmmultidbsearch.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4498
file=\epoc32\release\ARMV5\urel\eposlmdbmanlib.dll 	"sys\bin\eposlmdbmanlib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4499
file=\epoc32\release\ARMV5\urel\eposlmlocalaccess.dll 	"sys\bin\eposlmlocalaccess.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4500
data=\epoc32\data\Z\resource\eposlmasyncops.rsc 	"resource\eposlmasyncops.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4501
file=\epoc32\release\ARMV5\urel\eposlmserver.exe 	"sys\bin\eposlmserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4502
data=\epoc32\data\Z\private\101fdf81\eposlmserver.rsc 	"private\101fdf81\eposlmserver.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4503
data=\epoc32\data\Z\private\101fdf81\backup_registration.xml 	"private\101fdf81\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4504
file=\epoc32\release\ARMV5\urel\eposlmintservices.dll 	"sys\bin\eposlmintservices.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4505
data=\epoc32\data\Z\resource\eposlmcompactdblevel.rsc 	"resource\eposlmcompactdblevel.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4506
data=\epoc32\data\Z\resource\apps\eposlmglcategories.mif 	"resource\apps\eposlmglcategories.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4507
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmlocalaccessprovider.dll , eposlmlocalaccessprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4508
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmlocalsearchprovider.dll , eposlmlocalsearchprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4509
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmlocaldbmanprovider.dll , eposlmlocaldbmanprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4510
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmdbmanprov.dll , eposlmdbmanprov.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4511
file=\epoc32\release\ARMV5\urel\eposlmdbreg.dll 	"sys\bin\eposlmdbreg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4512
file=\epoc32\release\ARMV5\urel\eposlmservlib.dll 	"sys\bin\eposlmservlib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4513
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmrecognizer.dll , eposlmrecognizer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4514
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmconverter.dll , eposlmconverter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4515
data=\epoc32\data\Z\System\install\locationlandmarksstub.sis 	"system\install\locationlandmarksstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4516
file=\epoc32\release\ARMV5\urel\mnclientlib.dll 	"sys\bin\mnclientlib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4517
file=\epoc32\release\ARMV5\urel\mnservicelib.dll 	"sys\bin\mnservicelib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4518
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mnaiwprovider.dll , mnaiwprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4519
data=\epoc32\data\Z\System\install\locationmnfwstub.sis 	"system\install\locationmnfwstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4520
file=\epoc32\release\ARMV5\urel\epos_suplterminitiation.dll 	"sys\bin\epos_suplterminitiation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4521
file=\epoc32\release\ARMV5\urel\epos_suplnetinitiation.dll 	"sys\bin\epos_suplnetinitiation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4522
file=\epoc32\release\ARMV5\urel\epossuplgateway.exe 	"sys\bin\epossuplgateway.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4523
data=\epoc32\data\Z\private\102073CA\backup_registration.xml 	"private\102073CA\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4524
file=\epoc32\release\ARMV5\urel\epossuplprotocolhandlerplugin.dll 	"sys\bin\epossuplprotocolhandlerplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4525
file=\epoc32\release\ARMV5\urel\epos_suplsettings.dll 	"sys\bin\epos_suplsettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4526
file=\epoc32\release\ARMV5\urel\epos_csuplutils.dll 	"sys\bin\epos_csuplutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4527
data=\epoc32\data\Z\System\install\locationsuplfwstub.sis 	"system\install\locationsuplfwstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4528
data=\epoc32\data\Z\System\install\locationsysuistub.sis 	"system\install\locationsysuistub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4529
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locsysuiview.dll , locsysuiview.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4530
data=\epoc32\data\Z\resource\apps\locsysuiview.mif 	"resource\apps\locsysuiview.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4531
file=\epoc32\release\ARMV5\urel\locsysuiengine.dll 	"sys\bin\locsysuiengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4532
file=\epoc32\release\ARMV5\urel\lbt.dll 	"sys\bin\lbt.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4533
file=\epoc32\release\ARMV5\urel\lbtlogger.dll 	"sys\bin\lbtlogger.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4534
file=\epoc32\release\ARMV5\urel\lbtserverlogicbase.dll 	"sys\bin\lbtserverlogicbase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4535
file=\epoc32\release\ARMV5\urel\lbtserver.exe 	"sys\bin\lbtserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4536
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  lbtserverlogic.dll ,  lbtserverlogic.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4537
file=\epoc32\release\ARMV5\urel\lbtstrategypluginapi.dll 	"sys\bin\lbtstrategypluginapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4538
file=\epoc32\release\ARMV5\urel\lbtcontainer.dll 	"sys\bin\lbtcontainer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4539
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  lbtstrategy.dll ,  lbtstrategy.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4540
file=\epoc32\release\ARMV5\urel\ltmvmtdetapi.dll 	"sys\bin\ltmvmtdetapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4541
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ltcellidmovdet.dll ,  ltcellidmovdet.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4542
data=\epoc32\data\Z\private\1028312B\backup_registration.xml 	"private\1028312B\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4543
file=\epoc32\release\ARMV5\urel\lbtmanager.dll 	"sys\bin\lbtmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4544
data=\epoc32\data\Z\System\install\lbtstub.sis 	"system\install\lbtstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4545
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  locbtnotifier.dll ,  locbtnotifier.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4546
data=\epoc32\data\Z\private\10282BC4\Rules\locbtgpspsypscontextstate.rul 	"private\10282BC4\Rules\locbtgpspsypscontextstate.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4547
data=\epoc32\data\Z\private\10282BC4\Settings\10282C74\locbtgpspsypscontextstate.xml 	"private\10282BC4\Settings\10282C74\locbtgpspsypscontextstate.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4548
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locgpsindicatorplugin.dll , locgpsindicatorplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4549
file=\epoc32\release\ARMV5\urel\lockapp.exe 	"sys\bin\lockapp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4550
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\lockapp_reg.rsc 	"Private\10003a3f\apps\lockapp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4551
data=\epoc32\data\Z\System\install\lockapp_stub.sis 	"system\install\lockapp_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4552
file=\epoc32\release\ARMV5\UDEB\lockclient.dll 	"sys\bin\lockclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4553
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locnotprefplugin.dll , locnotprefplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4554
file=\epoc32\release\ARMV5\urel\locod.exe 	"sys\bin\locod.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4555
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locpsysettingsui.dll , locpsysettingsui.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4556
data=\epoc32\data\Z\resource\apps\locpsysettings.mif 	"resource\apps\locpsysettings.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4557
file=\epoc32\release\ARMV5\urel\locpsysettingseng.dll 	"sys\bin\locpsysettingseng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4558
file=\epoc32\release\ARMV5\urel\locsettingsuiclient.dll 	"sys\bin\locsettingsuiclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4559
file=\epoc32\release\ARMV5\urel\locsettingsuiserver.exe 	"sys\bin\locsettingsuiserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4560
data=\epoc32\data\Z\resource\apps\locsettingsuiserver_AIF.MIF 	"resource\apps\locsettingsuiserver_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4561
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\locsettingsuiserver_reg.rsc 	"Private\10003a3f\import\apps\locsettingsuiserver_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4562
data=\epoc32\data\Z\private\10281861\backup_registration.xml 	"private\10281861\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4563
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locsuplsettings.dll , locsuplsettings.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4564
data=\epoc32\data\Z\resource\apps\locsuplsettings.mif 	"resource\apps\locsuplsettings.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4565
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locnotifierwrapper.dll , locnotifierwrapper.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4566
file=\epoc32\release\ARMV5\urel\locverifierdlg.dll 	"sys\bin\locverifierdlg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4567
file=\epoc32\release\ARMV5\urel\locutils.dll 	"sys\bin\locutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4568
data=\epoc32\data\Z\RESOURCE\locutils.rsc 	"resource\locutils.rsc"       
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4569
file=\epoc32\release\ARMV5\urel\mcsmenuutils.dll 	"sys\bin\mcsmenuutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4570
file=\epoc32\release\ARMV5\urel\mcsmenueng.dll 	"sys\bin\mcsmenueng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4571
file=\epoc32\release\ARMV5\urel\mcsmenu.dll 	"sys\bin\mcsmenu.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4572
file=\epoc32\release\ARMV5\urel\mcsmenuserver.exe 	"sys\bin\mcsmenuserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4573
file=\epoc32\release\ARMV5\urel\mcsextendedmenu.dll 	"sys\bin\mcsextendedmenu.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4574
file=\epoc32\release\ARMV5\urel\mcssathandler.dll 	"sys\bin\mcssathandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4575
file=\epoc32\release\ARMV5\urel\menuinterface.dll 	"sys\bin\menuinterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4576
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mcsmenuhandler.dll ,  mcsmenuhandler.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4577
data=\epoc32\data\Z\Private\200113dd\backup_registration.xml 	"PRIVATE\200113dd\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4578
data=\epoc32\data\Z\resource\apps\aimcsplugin.mif 	"resource\apps\aimcsplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4579
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mcsplugin.dll , mcsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4580
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mcspluginhandler.dll , mcspluginhandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4581
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mcspluginsettings.dll , mcspluginsettings.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4582
file=\epoc32\release\ARMV5\urel\mcsservice.dll 	"sys\bin\mcsservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4583
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mcsprovider.dll ,  mcsprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4584
rem - MdE binaries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4585
file=\epoc32\release\ARMV5\urel\mdeclient.dll 	"sys\bin\mdeclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4586
file=\epoc32\release\ARMV5\urel\mdccommon.dll 	"sys\bin\mdccommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4587
file=\epoc32\release\ARMV5\urel\!mdsserver.exe 	"sys\bin\!mdsserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4588
rem - MdE data files
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4589
data=\epoc32\data\z\Private\200009F3\schema.mde 	"PRIVATE\200009F3\schema.mde"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4590
data=\epoc32\data\z\Private\200009F3\defaultimportfile.mde 	"PRIVATE\200009F3\defaultimportfile.mde"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4591
data=\epoc32\data\z\Private\200009F3\backup_registration.xml 	"PRIVATE\200009F3\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4592
data=\epoc32\data\z\Private\200009F5\backup_registration.xml 	"PRIVATE\200009F5\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4593
data=\epoc32\data\z\Private\200009F5\mappings.db 	"PRIVATE\200009F5\mappings.db"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4594
rem - Harvester and Context Engine binaries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4595
file=\epoc32\release\ARMV5\urel\HarvesterPluginInterface.dll 	"sys\bin\HarvesterPluginInterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4596
file=\epoc32\release\ARMV5\urel\HarvesterClient.dll 	"sys\bin\HarvesterClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4597
file=\epoc32\release\ARMV5\urel\HarvesterServer.exe 	"sys\bin\HarvesterServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4598
file=\epoc32\release\ARMV5\urel\harvestercommon.dll 	"sys\bin\harvestercommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4599
file=\epoc32\release\ARMV5\urel\harvesterdata.dll 	"sys\bin\harvesterdata.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4600
file=\epoc32\release\ARMV5\urel\mdsfileserverplugin.pxt 	"sys\bin\mdsfileserverplugin.pxt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4601
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HarvesterImagePlugin.dll , HarvesterImagePlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4602
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HarvesterVideoPlugin.dll , HarvesterVideoPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4603
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HarvesterMessagePlugin.dll , HarvesterMessagePlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4604
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, harvesteromadrmplugin.dll , harvesteromadrmplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4605
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, harvesterwmvplugin.dll , harvesterwmvplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4606
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, harvesterrtpplugin.dll , harvesterrtpplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4607
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, harvesteraudioplugin.dll , harvesteraudioplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4608
rem - Blacklist server binaries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4609
file=\epoc32\release\ARMV5\urel\!blacklistserver.exe 	"sys\bin\!blacklistserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4610
file=\epoc32\release\ARMV5\urel\blacklistclient.dll 	"sys\bin\blacklistclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4611
file=\epoc32\release\ARMV5\urel\MonitorPluginInterface.dll 	"sys\bin\MonitorPluginInterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4612
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MMCMonitorPlugin.dll , MMCMonitorPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4613
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, FileMonitorPlugin.dll , FileMonitorPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4614
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MessageMonitorPlugin.dll , MessageMonitorPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4615
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mdsoomplugin.dll , mdsoomplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4616
file=\epoc32\release\ARMV5\urel\ContextPluginInterface.dll 	"sys\bin\ContextPluginInterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4617
file=\epoc32\release\ARMV5\urel\ContextEngine.dll 	"sys\bin\ContextEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4618
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locationcontextplugin.dll , locationcontextplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4619
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, calendarcontextplugin.dll , calendarcontextplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4620
file=\epoc32\release\ARMV5\urel\ComposerPluginInterface.dll 	"sys\bin\ComposerPluginInterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4621
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ComposerImagePlugin.dll , ComposerImagePlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4622
REM locationmanager
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4623
file=\epoc32\release\ARMV5\urel\locationmanager.dll 	"sys\bin\locationmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4624
REM locationmanagerserver
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4625
file=\epoc32\release\ARMV5\urel\locationmanagerserver.exe 	"sys\bin\locationmanagerserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4626
REM watchdog
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4627
file=\epoc32\release\ARMV5\urel\mdswatchdog.exe 	"sys\bin\mdswatchdog.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4628
REM locationtrail
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4629
file=\epoc32\release\ARMV5\urel\locationtrail.dll 	"sys\bin\locationtrail.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4630
REM ReverseGeocode
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4631
file=\epoc32\release\ARMV5\urel\ReverseGeocode.dll 	"sys\bin\ReverseGeocode.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4632
REM Reverse geocoder plugin
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4633
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ReverseGeoCoderPlugin.dll , ReverseGeoCoderPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4634
REM tagcreator
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4635
file=\epoc32\release\ARMV5\urel\tagcreator.dll 	"sys\bin\tagcreator.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4636
REM geotagger
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4637
file=\epoc32\release\ARMV5\urel\geotagger.dll 	"sys\bin\geotagger.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4638
REM geoconverter
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4639
file=\epoc32\release\ARMV5\urel\geoconverter.dll 	"sys\bin\geoconverter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4640
REM Location Manager data files
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4641
data=\epoc32\data\Z\Private\10202BE9\200071BE.txt 	"PRIVATE\10202BE9\200071BE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4642
REM Harvester Cen Repo file
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4643
data=\epoc32\data\Z\Private\10202BE9\200009FE.txt 	"PRIVATE\10202BE9\200009FE.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4644
REM MdS version CenRep file
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4645
data=\epoc32\data\Z\Private\10202BE9\200009F3.txt 	"PRIVATE\10202BE9\200009F3.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4646
REM Harvester MMC plugin CenRep file
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4647
data=\epoc32\data\Z\Private\10202BE9\20007183.txt 	"PRIVATE\10202BE9\20007183.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4648
data=\epoc32\data\Z\System\install\contentlistingframework_stub.sis 	"system\install\contentlistingframework_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4649
data=\epoc32\data\Z\System\install\contextengine_stub.sis 	"system\install\contextengine_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4650
data=\epoc32\data\Z\System\install\blacklistserver_stub.sis 	"system\install\blacklistserver_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4651
data=\epoc32\data\Z\System\install\composerplugins_stub.sis 	"system\install\composerplugins_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4652
data=\epoc32\data\Z\System\install\harvester_stub.sis 	"system\install\harvester_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4653
data=\epoc32\data\Z\System\install\harvesterplugins_stub.sis 	"system\install\harvesterplugins_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4654
data=\epoc32\data\Z\System\install\monitorplugins_stub.sis 	"system\install\monitorplugins_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4655
data=\epoc32\data\Z\System\install\locationmanager_stub.sis 	"system\install\locationmanager_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4656
data=\epoc32\data\Z\System\install\metadataengine_stub.sis 	"system\install\metadataengine_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4657
data=\epoc32\data\Z\System\install\mds_stub.sis 	"system\install\mds_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4658
data=\epoc32\data\Z\System\install\mdswatchdog_stub.sis 	"system\install\mdswatchdog_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4659
REM MISSING data=\epoc32\data\Z\System\install\locationmanagerclient_stub.sis       system\install\locationmanagerclient_stub.sis
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4660
REM MISSING data=\epoc32\data\Z\System\install\locationtrail_stub.sis       system\install\locationtrail_stub.sis
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4661
REM MISSING data=\epoc32\data\Z\System\install\locationmanagerserver_stub.sis       system\install\locationmanagerserver_stub.sis
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4662
REM MISSING data=\epoc32\data\Z\System\install\ReverseGeocode_stub.sis       system\install\ReverseGeocode_stub.sis
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4663
REM MISSING data=\epoc32\data\Z\System\install\ReverseGeoCoderPlugin_stub.sis       system\install\ReverseGeoCoderPlugin_stub.sis
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4664
REM MISSING data=\epoc32\data\Z\System\install\tagcreator_stub.sis       system\install\tagcreator_stub.sis
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4665
REM MISSING data=\epoc32\data\Z\System\install\geotagger_stub.sis       system\install\geotagger_stub.sis
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4666
REM MISSING data=\epoc32\data\Z\System\install\geoconverter_stub.sis       system\install\geoconverter_stub.sis
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4667
file=\epoc32\release\ARMV5\urel\MGFetch.dll 	"sys\bin\MGFetch.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4668
file=\epoc32\release\ARMV5\urel\MediaFileList.dll 	"sys\bin\MediaFileList.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4669
data=\epoc32\data\Z\resource\apps\mediafilelist.mif 	"resource\apps\mediafilelist.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4670
file=\epoc32\release\ARMV5\urel\MetaDataUtility.dll 	"sys\bin\MetaDataUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4671
file=\epoc32\release\ARMV5\urel\3GPExtParser.dll 	"sys\bin\3GPExtParser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4672
data=\epoc32\data\Z\Resource\TopCharacterSet.rsc 	"resource\TopCharacterSet.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4673
data=\epoc32\data\Z\System\install\metadata_stub.sis 	"System\Install\metadata_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4674
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfaudiotonecontroller.dll , mmfaudiotonecontroller.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4675
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recrt.dll , recrt.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4676
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MMKeyBearer.dll , MMKeyBearer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4677
data=\epoc32\data\Z\System\install\mmmtpdpstub.sis 	"System\install\mmmtpdpstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4678
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mediamtpdataprovider.dll , mediamtpdataprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4679
data=\epoc32\data\Z\resource\mtp\10207C4B.rsc 	"resource\mtp\10207C4B.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4680
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, abstractmediamtpdataprovider.dll , abstractmediamtpdataprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4681
data=\epoc32\data\Z\resource\mtp\10207C53.rsc 	"resource\mtp\10207C53.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4682
file=\epoc32\release\ARMV5\urel\mmmtpdprequestprocessor.dll 	"sys\bin\mmmtpdprequestprocessor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4683
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  modematplugin.dll ,  modematplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4684
file=\epoc32\release\ARMV5\urel\mpm.dll 	"sys\bin\mpm.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4685
file=\epoc32\release\ARMV5\urel\mpmdefaultconnection.dll 	"sys\bin\mpmdefaultconnection.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4686
file=\epoc32\release\ARMV5\urel\mpmserver.exe 	"sys\bin\mpmserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4687
REM Media Player Settings Engine
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4688
data=\epoc32\data\Z\System\install\mpsetteng_stub.sis 	"system\install\mpsetteng_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4689
file=\epoc32\release\ARMV5\urel\MPSettEngine.dll 	"sys\bin\MPSettEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4690
data=\epoc32\data\z\system\install\mpxstub.sis 	"system\install\mpxstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4691
file=\epoc32\release\ARMV5\urel\mpxalbumartutility.dll 	"sys\bin\mpxalbumartutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4692
file=\epoc32\release\ARMV5\urel\mpxcollectionutility.dll 	"sys\bin\mpxcollectionutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4693
file=\epoc32\release\ARMV5\urel\mpxcollectionserver.exe 	"sys\bin\mpxcollectionserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4694
file=\epoc32\release\ARMV5\urel\mpxcollectionengine.dll 	"sys\bin\mpxcollectionengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4695
file=\epoc32\release\ARMV5\urel\mpxcollectionhelper.dll 	"sys\bin\mpxcollectionhelper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4696
file=\epoc32\release\ARMV5\urel\mpxcommon.dll 	"sys\bin\mpxcommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4697
data=\epoc32\data\Z\Private\101ffc02\backup_registration.xml 	"private\101ffc02\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4698
file=\epoc32\release\ARMV5\urel\mpxharvesterserver.exe 	"sys\bin\mpxharvesterserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4699
file=\epoc32\release\ARMV5\urel\mpxfilehandler.dll 	"sys\bin\mpxfilehandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4700
file=\epoc32\release\ARMV5\urel\mpxharvesterutility.dll 	"sys\bin\mpxharvesterutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4701
file=\epoc32\release\ARMV5\urel\mpxcollectionmediator.dll 	"sys\bin\mpxcollectionmediator.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4702
file=\epoc32\release\ARMV5\urel\mpxmetadataextractor.dll 	"sys\bin\mpxmetadataextractor.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4703
file=\epoc32\release\ARMV5\urel\mpxplaybackengine.dll 	"sys\bin\mpxplaybackengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4704
file=\epoc32\release\ARMV5\urel\mpxplaybackserver.exe 	"sys\bin\mpxplaybackserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4705
file=\epoc32\release\ARMV5\urel\mpxplaybackutility.dll 	"sys\bin\mpxplaybackutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4706
file=\epoc32\release\ARMV5\urel\mpxplaylistengine.dll 	"sys\bin\mpxplaylistengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4707
data=\epoc32\data\Z\resource\mpxplaylisttopcharacterset.rsc 	"resource\mpxplaylisttopcharacterset.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4708
file=\epoc32\release\ARMV5\urel\mpxviewutility.dll 	"sys\bin\mpxviewutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4709
file=\epoc32\release\ARMV5\urel\mpxviewplugin.dll 	"sys\bin\mpxviewplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4710
file=\epoc32\release\ARMV5\urel\msgcommonutils.dll 	"sys\bin\msgcommonutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4711
data=\epoc32\data\Z\resource\msgcommonutils.rsc 	"resource\msgcommonutils.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4712
file=\epoc32\release\ARMV5\urel\msgconnmanager.dll 	"sys\bin\msgconnmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4713
file=\epoc32\release\ARMV5\urel\btmtmui.dll 	"sys\bin\btmtmui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4714
file=\epoc32\release\ARMV5\urel\irmtmui.dll 	"sys\bin\irmtmui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4715
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtppictbridgedp.dll , mtppictbridgedp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4716
data=\epoc32\data\Z\resource\mtp\2001FE3C.rsc 	"resource\mtp\2001FE3C.rsc"   
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4717
file=\epoc32\release\ARMV5\urel\rptp.dll 	"sys\bin\rptp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4718
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpimagedp.dll , mtpimagedp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4719
data=\epoc32\data\Z\resource\mtp\2001FCAE.rsc 	"resource\mtp\2001FCAE.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4720
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpstatusservice.dll , mtpstatusservice.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4721
REM MISSING data=\epoc32\data\Z\resource\mtp\2001a97f.rsc  resource\mtp\2001a97f.rsc 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4722
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpmetadataservice.dll , mtpmetadataservice.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4723
REM MISSING data=\epoc32\data\Z\resource\mtp\2001A9A3.rsc  resource\mtp\2001A9A3.rsc
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4724
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpwmpextndp.dll , mtpwmpextndp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4725
REM MISSING data=\epoc32\data\Z\resource\mtp\1028716c.rsc  resource\mtp\1028716c.rsc 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4726
REM MISSING file=\epoc32\release\ARMV5\urel\mtppimproxy.dll    system\libs\mtppimproxy.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4727
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpcalendardp.dll , mtpcalendardp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4728
REM MISSING data=\epoc32\data\Z\resource\mtp\102871B8.rsc  resource\mtp\102871B8.rsc 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4729
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtptaskdp.dll , mtptaskdp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4730
REM MISSING data=\epoc32\data\Z\resource\mtp\10287013.rsc  resource\mtp\10287013.rsc 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4731
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpcontactdp.dll , mtpcontactdp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4732
REM MISSING data=\epoc32\data\Z\resource\mtp\102872bd.rsc  resource\mtp\102872bd.rsc 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4733
REM MISSING data=\epoc32\data\Z\resource\apps\mtpcontactviewdefinition.rsc  resource\apps\mtpcontactviewdefinition.rsc 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4734
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpcontroller.dll , mtpcontroller.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4735
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mulcoverflowwidget.dll ,  mulcoverflowwidget.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4736
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, muldatamodelplugin.dll , muldatamodelplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4737
file=\epoc32\release\armv5\urel\mulmodelutility.dll 	"sys\bin\mulmodelutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4738
file=\epoc32\release\armv5\urel\muldatamodel.dll 	"sys\bin\muldatamodel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4739
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mulsliderwidget.dll ,  mulsliderwidget.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4740
data=\epoc32\data\Z\resource\apps\mulsliderwidget.mif 	"resource\apps\mulsliderwidget.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4741
file=\epoc32\release\ARMV5\urel\mmccinterface.dll 	"sys\bin\mmccinterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4742
file=\epoc32\release\ARMV5\urel\mmccjitterbuffer.dll 	"sys\bin\mmccjitterbuffer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4743
file=\epoc32\release\ARMV5\urel\mmccqoscontroller.dll 	"sys\bin\mmccqoscontroller.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4744
file=\epoc32\release\ARMV5\urel\mmccmultiplexer.dll 	"sys\bin\mmccmultiplexer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4745
file=\epoc32\release\ARMV5\urel\mmccsubcontroller.dll 	"sys\bin\mmccsubcontroller.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4746
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmcccontroller.dll , mmcccontroller.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4747
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccrtpsourcesink.dll , mmccrtpsourcesink.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4748
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccamrplformat.dll , mmccamrplformat.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4749
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccg711plformat.dll , mmccg711plformat.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4750
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccredplformat.dll , mmccredplformat.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4751
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccg729plformat.dll , mmccg729plformat.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4752
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccilbcplformat.dll , mmccilbcplformat.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4753
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccdtmfplformat.dll , mmccdtmfplformat.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4754
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccanyplformat.dll , mmccanyplformat.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4755
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmcch263plformat.dll , mmcch263plformat.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4756
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccavcplformat.dll , mmccavcplformat.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4757
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccfilesourcesink.dll , mmccfilesourcesink.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4758
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccvideosourcesink.dll , mmccvideosourcesink.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4759
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccanysourcesink.dll , mmccanysourcesink.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4760
data=\epoc32\data\Z\System\install\multimediacommscontroller_stub.sis 	"System\Install\multimediacommscontroller_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4761
file=\epoc32\release\ARMV5\urel\mceserver.exe 	"sys\bin\mceserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4762
file=\epoc32\release\ARMV5\urel\mceclient.dll 	"sys\bin\mceclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4763
file=\epoc32\release\ARMV5\urel\fcpluginengine.dll 	"sys\bin\fcpluginengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4764
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fctbcp.dll , fctbcp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4765
data=\epoc32\data\Z\System\install\multimediacommsengine_stub.sis 	"system\install\multimediacommsengine_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4766
file=\epoc32\release\armv5\urel\mulutility.dll 	"sys\bin\mulutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4767
data=\epoc32\data\Z\private\10202be9\102747d2.txt 	"private\10202be9\102747d2.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4768
data=\epoc32\data\Z\private\10282F04\backup_registration.xml 	"PRIVATE\10282F04\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4769
file=\epoc32\release\ARMV5\urel\connectionmux.dll 	"sys\bin\connectionmux.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4770
file=\epoc32\release\ARMV5\urel\natconfw.dll 	"sys\bin\natconfw.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4771
file=\epoc32\release\ARMV5\urel\natfwnatsettings.dll 	"sys\bin\natfwnatsettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4772
file=\epoc32\release\ARMV5\urel\natfwstunclient.dll 	"sys\bin\natfwstunclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4773
file=\epoc32\release\ARMV5\urel\natfwunsafprotocols.dll 	"sys\bin\natfwunsafprotocols.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4774
file=\epoc32\release\ARMV5\urel\socketmediaconnwrapper.dll 	"sys\bin\socketmediaconnwrapper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4775
file=\epoc32\release\ARMV5\urel\stunserver.dll 	"sys\bin\stunserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4776
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, icecandidatehandler.dll , icecandidatehandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4777
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, stunplugin.dll , stunplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4778
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, turnplugin.dll , turnplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4779
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  natfwsdpprovider.dll ,  natfwsdpprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4780
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NATTraversalController.dll , NATTraversalController.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4781
data=\epoc32\data\Z\System\Install\altair-engine-stub.sis 	"System\Install\altair-engine-stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4782
file=\epoc32\release\ARMV5\urel\ncdengine_20019119.dll 	"sys\bin\ncdengine_20019119.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4783
file=\epoc32\release\ARMV5\urel\ncdserver_20019119.exe 	"sys\bin\ncdserver_20019119.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4784
file=\epoc32\release\ARMV5\urel\ncdutils_20019119.dll 	"sys\bin\ncdutils_20019119.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4785
file=\epoc32\release\ARMV5\urel\ncddevicemgmt_20019119.dll 	"sys\bin\ncddevicemgmt_20019119.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4786
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ncdproxy_20019119.dll , ncdproxy_20019119.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4787
data=\epoc32\data\Z\Private\20019119\backup_registration.xml 	"PRIVATE\20019119\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4788
file=\epoc32\release\ARMV5\urel\NETWORKHANDLING.DLL 	"sys\bin\NETWORKHANDLING.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4789
REM Enabler for exlipsing ROM binaries
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4790
data=\epoc32\data\Z\System\install\networkhandling_stub.sis 	"system\install\networkhandling_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4791
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nlanpppsy.dll , nlanpppsy.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4792
data=\epoc32\data\Z\System\install\npppsystub.sis 	"system\install\npppsystub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4793
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nlasuplpsy.dll , nlasuplpsy.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4794
data=\epoc32\data\Z\System\install\suplpsystub.sis 	"system\install\suplpsystub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4795
REM SyncML Common modules
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4796
REM \common\inc\policy
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4797
data=\epoc32\release\ARMV5\urel\z\private\100012a5\policy\101F99FB.SPD 	"private\100012a5\policy\101F99FB.SPD"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4798
REM \common\wbxml
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4799
file=\epoc32\release\ARMV5\urel\nsmlwbxml.dll 	"sys\bin\nsmlwbxml.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4800
REM \common\transport
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4801
file=\epoc32\release\ARMV5\urel\nsmltransport.dll 	"sys\bin\nsmltransport.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4802
REM \common\http
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4803
file=\epoc32\release\ARMV5\urel\nsmlhttp.dll 	"sys\bin\nsmlhttp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4804
REM  \dm\settings		
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4805
file=\epoc32\release\ARMV5\urel\NSmlDMSettings.dll 	"sys\bin\NSmlDMSettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4806
REM \ds\settings
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4807
file=\epoc32\release\ARMV5\urel\NSmlDSSettings.dll 	"sys\bin\NSmlDSSettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4808
REM \common\obexclient
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4809
file=\epoc32\release\ARMV5\urel\nsmlobexclient.dll 	"sys\bin\nsmlobexclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4810
REM \common\obexcommserver
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4811
file=\epoc32\release\ARMV5\urel\nsmlobexcommserver.dll 	"sys\bin\nsmlobexcommserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4812
REM \common\obexserverbinding
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4813
file=\epoc32\release\ARMV5\urel\nsmlobexserverbinding.dll 	"sys\bin\nsmlobexserverbinding.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4814
REM \common\obexdsplugin
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4815
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlobexdsplugin.dll , nsmlobexdsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4816
data=\epoc32\data\Z\private\101F99F6\capability\101F6DE4.xml 	"private\101F99F6\capability\101F6DE4.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4817
REM \common\obexdmplugin
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4818
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlobexdmplugin.dll , nsmlobexdmplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4819
data=\epoc32\data\Z\private\101F99F6\capability\101F6DE5.xml 	"private\101F99F6\capability\101F6DE5.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4820
REM \common\syncagent
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4821
file=\epoc32\release\ARMV5\urel\nsmlagentcommon.dll 	"sys\bin\nsmlagentcommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4822
REM \common\historylog
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4823
file=\epoc32\release\ARMV5\urel\nsmlhistorylog.dll 	"sys\bin\nsmlhistorylog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4824
REM \common\sosserver
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4825
file=\epoc32\release\ARMV5\urel\nsmlsosserver.exe 	"sys\bin\nsmlsosserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4826
data=\epoc32\data\Z\private\101F99FB\backup_registration.xml 	"private\101F99FB\backup_registration.xml"	
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4827
REM \common\sosserver_clientapi
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4828
file=\epoc32\release\ARMV5\urel\SyncMLClientAPI.dll 	"sys\bin\SyncMLClientAPI.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4829
REM common\sosserver_privateapi
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4830
file=\epoc32\release\ARMV5\urel\NSmlPrivateAPI.dll 	"sys\bin\NSmlPrivateAPI.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4831
REM \common\sosserver_TransportHandler
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4832
file=\epoc32\release\ARMV5\urel\nsmltransporthandler.dll 	"sys\bin\nsmltransporthandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4833
REM common\Alert Queue
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4834
file=\epoc32\release\ARMV5\urel\NSmlAlertQueue.dll 	"sys\bin\NSmlAlertQueue.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4835
data=\epoc32\data\Z\resource\NSmlDSTypesRes.rsc 	"resource\NSmlDSTypesRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4836
REM stub sis file
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4837
data=\epoc32\data\Z\System\install\syncmlfw_stub.sis 	"System\Install\syncmlfw_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4838
REM Debug modules for debugging purposes
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4839
REM \common\xml
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4840
file=\epoc32\release\ARMV5\urel\nsmlxml.dll 	"sys\bin\nsmlxml.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4841
REM \common\debug
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4842
REM file=\epoc32\release\ARMV5\urel\nsmldebug.dll		sys\bin\nsmldebug.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4843
REM SyncML Device Management
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4844
REM  SyncML Device Management plug-in adapters
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4845
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmdevdetailadapter.dll , nsmldmdevdetailadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4846
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmdevinfoadapter.dll , nsmldmdevinfoadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4847
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmsettingsadapter12.dll , nsmldmsettingsadapter12.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4848
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmstreamingadapter.dll , nsmldmstreamingadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4849
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmbrowseradapter.dll , nsmldmbrowseradapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4850
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldssettingsadapter.dll , nsmldssettingsadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4851
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmemailadapter.dll , nsmldmemailadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4852
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmmmsadapter.dll , nsmldmmmsadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4853
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmfotaadapter.dll , nsmldmfotaadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4854
data=\epoc32\release\ARMV5\urel\z\private\100012a5\policy\101F9A02.SPD 	"private\100012a5\policy\101F9A02.SPD"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4855
REM DM utils
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4856
REM file=\epoc32\release\ARMV5\urel\nsmldmaputils.dll		sys\bin\nsmldmaputils.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4857
file=\epoc32\release\ARMV5\urel\nsmldmclientserverutils.dll 	"sys\bin\nsmldmclientserverutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4858
file=\epoc32\release\ARMV5\urel\nsmldmiapmatcher.dll 	"sys\bin\nsmldmiapmatcher.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4859
REM Tree db handler
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4860
file=\epoc32\release\ARMV5\urel\nsmldmtreedbhandler.dll 	"sys\bin\nsmldmtreedbhandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4861
REM Tree db client
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4862
file=\epoc32\release\ARMV5\urel\nsmldmtreedbclient.dll 	"sys\bin\nsmldmtreedbclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4863
REM callback server
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4864
file=\epoc32\release\ARMV5\urel\nsmldmcallbackserver.exe 	"sys\bin\nsmldmcallbackserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4865
data=\epoc32\data\Z\private\101F9A06\backup_registration.xml 	"private\101F9A06\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4866
REM Host server base
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4867
file=\epoc32\release\ARMV5\urel\nsmldmhostserver.dll 	"sys\bin\nsmldmhostserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4868
REM Host servers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4869
file=\epoc32\release\ARMV5\urel\nsmldmhostserver1.exe 	"sys\bin\nsmldmhostserver1.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4870
file=\epoc32\release\ARMV5\urel\nsmldmhostserver2.exe 	"sys\bin\nsmldmhostserver2.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4871
file=\epoc32\release\ARMV5\urel\nsmldmhostserver3.exe 	"sys\bin\nsmldmhostserver3.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4872
file=\epoc32\release\ARMV5\urel\nsmldmhostserver4.exe 	"sys\bin\nsmldmhostserver4.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4873
file=\epoc32\release\ARMV5\urel\dmnetworkmon.exe 	"sys\bin\dmnetworkmon.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4874
REM Tree module
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4875
file=\epoc32\release\ARMV5\urel\nsmldmmodule.dll 	"sys\bin\nsmldmmodule.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4876
REM Sync Agent
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4877
file=\epoc32\release\ARMV5\urel\nsmldmagent.dll 	"sys\bin\nsmldmagent.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4878
REM wappushalert
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4879
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmwappushalert.dll , nsmldmwappushalert.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4880
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlinternetadapter.dll , nsmlinternetadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4881
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, globalwlanadapter.dll , globalwlanadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4882
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  nsmldmbmadapter.dll ,  nsmldmbmadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4883
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wlanctrldcmoadapter.dll , wlanctrldcmoadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4884
REM DM OMA provisioning 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4885
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpdm.dll , wpdm.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4886
REM SyncML Data Synchronisation
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4887
REM Sync settings OTA configuration disabled
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4888
REM data=\epoc32\data\Z\resource\messaging\bif\nsmlsp_sms_no.rsc				resource\messaging\bif\nsmlsp_sms_no.rsc
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4889
REM Policy files
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4890
data=\epoc32\release\ARMV5\urel\z\private\100012a5\policy\101F99FD.SPD 	"private\100012a5\policy\101F99FD.SPD"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4891
data=\epoc32\release\ARMV5\urel\z\private\100012a5\policy\101F99FE.SPD 	"private\100012a5\policy\101F99FE.SPD"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4892
REM SyncML  Data Synchronisation plug-in adapters
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4893
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlagendadataprovider.dll , nsmlagendadataprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4894
data=\epoc32\data\Z\resource\NSmlAgendaDataStore_1_1_2.rsc 	"resource\NSmlAgendaDataStore_1_1_2.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4895
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlcontactsdataprovider.dll , nsmlcontactsdataprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4896
data=\epoc32\data\Z\resource\NSmlContactsDataStoreFormat_1_1_2.rsc 	"resource\NSmlContactsDataStoreFormat_1_1_2.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4897
data=\epoc32\data\Z\resource\NSmlContactsDataStoreFormat_1_2.rsc 	"resource\NSmlContactsDataStoreFormat_1_2.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4898
data=\epoc32\data\Z\resource\NSmlDSProfileRes.rsc 	"resource\NSmlDSProfileRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4899
REM \ds\adapters\dataproviderbase
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4900
file=\epoc32\release\ARMV5\urel\smldataprovider.dll 	"sys\bin\smldataprovider.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4901
REM \ds\Adapter Log
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4902
file=\epoc32\release\ARMV5\urel\NSmlAdapterLog.dll 	"sys\bin\NSmlAdapterLog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4903
REM \ds\datamod
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4904
file=\epoc32\release\ARMV5\urel\nsmldatamod.dll 	"sys\bin\nsmldatamod.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4905
REM \ds\dshostclient
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4906
file=\epoc32\release\ARMV5\urel\NSmldshostclient.dll 	"sys\bin\NSmldshostclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4907
REM \ds\dshostserverbase
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4908
file=\epoc32\release\ARMV5\urel\nsmldshostserver.dll 	"sys\bin\nsmldshostserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4909
REM \ds\dshostservers
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4910
file=\epoc32\release\ARMV5\urel\nsmldshostserver2.exe 	"sys\bin\nsmldshostserver2.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4911
file=\epoc32\release\ARMV5\urel\nsmldshostserver1.exe 	"sys\bin\nsmldshostserver1.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4912
file=\epoc32\release\ARMV5\urel\netmon.exe 	"sys\bin\netmon.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4913
data=\epoc32\data\Z\private\101F99FD\backup_registration.xml 	"private\101F99FD\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4914
data=\epoc32\data\Z\private\101F99FE\backup_registration.xml 	"private\101F99FE\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4915
REM \ds\setting
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4916
REM data=\epoc32\data\Z\private\101F99FB\VariantData.xml	\private\101F99FB\VariantData.xml
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4917
REM \ds\agentlog
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4918
file=\epoc32\release\ARMV5\urel\nsmlagentlog.dll 	"sys\bin\nsmlagentlog.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4919
REM ds\wappushalert
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4920
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldswappushalert.dll , nsmldswappushalert.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4921
REM \ds\alerthandler
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4922
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldsalert.dll , nsmldsalert.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4923
REM \ds\provisioningadapter
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4924
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpds.dll , wpds.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4925
REM \ds\dsutils
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4926
file=\epoc32\release\ARMV5\urel\nsmlchangefinder.dll 	"sys\bin\nsmlchangefinder.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4927
file=\epoc32\release\ARMV5\urel\nsmldbcaps.dll 	"sys\bin\nsmldbcaps.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4928
file=\epoc32\release\ARMV5\urel\nsmlCGIScriptParser.dll 	"sys\bin\nsmlCGIScriptParser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4929
file=\epoc32\release\ARMV5\urel\nsmlfilter.dll 	"sys\bin\nsmlfilter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4930
file=\epoc32\release\ARMV5\urel\syncmldatafilter.dll 	"sys\bin\syncmldatafilter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4931
file=\epoc32\release\ARMV5\urel\smlstoreformat.dll 	"sys\bin\smlstoreformat.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4932
file=\epoc32\release\ARMV5\urel\NsmlProfileUtil.dll 	"sys\bin\NsmlProfileUtil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4933
file=\epoc32\release\ARMV5\urel\nsmlfolderparser.dll 	"sys\bin\nsmlfolderparser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4934
REM defaultagendahandler plugin
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4935
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldefaultagendahandler.dll , nsmldefaultagendahandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4936
data=\epoc32\data\Z\resource\nsmldefaultagendahandler_1_2.RSC 	"resource\nsmldefaultagendahandler_1_2.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4937
REM \ds\syncagent
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4938
file=\epoc32\release\ARMV5\urel\nsmldsagent.dll 	"sys\bin\nsmldsagent.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4939
REM NUMBERGROUPING
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4940
file=\epoc32\release\ARMV5\urel\numbergrouping.dll 	"sys\bin\numbergrouping.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4941
data=\epoc32\data\Z\Resource\numbergrouping.rsc 	"resource\numbergrouping.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4942
file=\epoc32\release\ARMV5\urel\nvgdecoder.dll 	"sys\bin\nvgdecoder.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4943
file=\epoc32\release\ARMV5\urel\NVGDecoder_SW.dll 	"sys\bin\NVGDecoder_SW.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4944
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexservicebip.dll , obexservicebip.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4945
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexservicebtsend.dll , obexservicebtsend.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4946
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexserviceirsend.dll , obexserviceirsend.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4947
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexserviceman.dll , obexserviceman.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4948
file=\epoc32\release\ARMV5\urel\obexserviceman.exe 	"sys\bin\obexserviceman.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4949
file=\epoc32\release\ARMV5\urel\obexusbapi.dll 	"sys\bin\obexusbapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4950
data=\epoc32\data\Z\Private\101F7C87\backup_registration.xml 	"private\101F7C87\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4951
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexservicemanbt.dll , obexservicemanbt.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4952
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexservicemanir.dll , obexservicemanir.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4953
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexservicemanusb.dll , obexservicemanusb.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4954
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexserviceopp.dll , obexserviceopp.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4955
file=\epoc32\release\ARMV5\urel\obexservicesendutils.dll 	"sys\bin\obexservicesendutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4956
file=\epoc32\release\ARMV5\urel\obexutils.dll 	"sys\bin\obexutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4957
file=\epoc32\release\ARMV5\urel\ode.dll 	"sys\bin\ode.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4958
file=\epoc32\release\ARMV5\urel\epos_comasuplasnplugin.dll 	"sys\bin\epos_comasuplasnplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4959
file=\epoc32\release\ARMV5\urel\epos_omasupllistener.exe 	"sys\bin\epos_omasupllistener.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4960
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposomasuplprotocolhandler.dll , eposomasuplprotocolhandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4961
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposomasuplprotocolhandler1.dll , eposomasuplprotocolhandler1.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4962
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposomasuplprotocolhandler2.dll , eposomasuplprotocolhandler2.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4963
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, epos_omasuplprovhandler.dll , epos_omasuplprovhandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4964
data=\epoc32\data\Z\resource\epos_omasuplprovhandlerres.rsc 	"resource\epos_omasuplprovhandlerres.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4965
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, epos_omasuplwaplistener.dll , epos_omasuplwaplistener.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4966
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, epos_omasuplsyncmldm.dll , epos_omasuplsyncmldm.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4967
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, epos_omasuplnotifierplugin.dll , epos_omasuplnotifierplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4968
file=\epoc32\release\ARMV5\urel\epos_omasuplnotifier.dll 	"sys\bin\epos_omasuplnotifier.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4969
data=\epoc32\data\Z\private\1027509E\backup_registration.xml 	"private\1027509E\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4970
data=\epoc32\data\Z\System\install\omasuplprotocolhandlerstub.sis 	"system\install\omasuplprotocolhandlerstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4971
file=\epoc32\release\ARMV5\urel\oodmonitor.dll 	"sys\bin\oodmonitor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4972
file=\epoc32\release\ARMV5\urel\oommonitor.dll 	"sys\bin\oommonitor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4973
data=\epoc32\data\Z\System\..\private\10207218\oomconfig.xml 	"private\10207218\oomconfig.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4974
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  OrientationActionPlugIn.dll ,  OrientationActionPlugIn.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4975
REM PENINPUTARC
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4976
file=\epoc32\release\ARMV5\urel\peninputclient.dll 	"sys\bin\peninputclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4977
file=\epoc32\release\ARMV5\urel\peninputlayoutinterface.dll 	"sys\bin\peninputlayoutinterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4978
file=\epoc32\release\ARMV5\urel\peninputlayouteng.dll 	"sys\bin\peninputlayouteng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4979
file=\epoc32\release\ARMV5\urel\peninputlayoutcontrol.dll 	"sys\bin\peninputlayoutcontrol.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4980
file=\epoc32\release\ARMV5\urel\peninputanim.dll 	"sys\bin\peninputanim.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4981
file=\epoc32\release\ARMV5\urel\peninputserver.exe 	"sys\bin\peninputserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4982
file=\epoc32\release\ARMV5\urel\peninputpluginutils.dll 	"sys\bin\peninputpluginutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4983
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\peninputserver_reg.rsc 	"Private\10003a3f\apps\peninputserver_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4984
data=\EPOC32\DATA\Z\resource\apps\peninputserver.RSC 	"resource\apps\peninputserver.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4985
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gspeninputplugin.dll , gspeninputplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4986
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 2000B5E7.dll , 2000B5E7.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4987
data=\epoc32\data\Z\resource\apps\gspeninputplugin_AIF.MIF 	"resource\apps\gspeninputplugin_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4988
file=\epoc32\release\ARMV5\urel\peninputsetting.exe 	"sys\bin\peninputsetting.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4989
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\peninputsetting_reg.rsc 	"Private\10003a3f\apps\peninputsetting_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4990
file=\epoc32\release\ARMV5\urel\peninputcommonctrls.dll 	"sys\bin\peninputcommonctrls.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4991
data=\epoc32\data\Z\resource\apps\peninputmodeswitcher.mif 	"resource\apps\peninputmodeswitcher.mif"   
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4992
file=\epoc32\release\ARMV5\urel\peninputcommonlayout.dll 	"sys\bin\peninputcommonlayout.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4993
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, peninputimeplugingeneric.dll , peninputimeplugingeneric.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4994
file=\epoc32\release\ARMV5\urel\phoneclient.DLL 	"sys\bin\phoneclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4995
data=\epoc32\data\Z\System\install\PhoneClient_stub.sis 	"system\install\PhoneClient_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4996
file=\epoc32\release\ARMV5\urel\phonecmdhandler.dll 	"sys\bin\phonecmdhandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4997
file=\epoc32\release\ARMV5\urel\PhoneParser.dll 	"sys\bin\PhoneParser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4998
data=\epoc32\data\Z\System\install\phoneparser_stub.SIS 	"System\Install\phoneparser_stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  4999
file=\epoc32\release\ARMV5\urel\PhoneServer.exe 	"sys\bin\PhoneServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5000
data=\epoc32\data\Z\System\install\PhoneServer_stub.sis 	"system\install\PhoneServer_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5001
REM redefined DATAZ_ as \epoc32\data\Z
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5002
data=\epoc32\data\Z\Private\10000850\backup_registration.xml 	"PRIVATE\10000850\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5003
file=\epoc32\release\ARMV5\urel\pictbridge.dll 	"sys\bin\pictbridge.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5004
data=\epoc32\data\Z\resource\dps.RSC 	"resource\dps.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5005
data=\epoc32\data\Z\System\install\playbackhelper_stub.sis 	"system\install\playbackhelper_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5006
file=\epoc32\release\ARMV5\urel\playbackhelper.dll 	"sys\bin\playbackhelper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5007
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  playlistrecognizer.dll  ,  playlistrecognizer.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5008
data=\epoc32\data\Z\System\install\playlistrecognizer_stub.sis 	"system\install\playlistrecognizer_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5009
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pmadapter.dll , pmadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5010
file=\epoc32\release\ARMV5\urel\PolicyEngine.dll 	"sys\bin\PolicyEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5011
file=\epoc32\release\ARMV5\urel\PolicyEngineServer.exe 	"sys\bin\PolicyEngineServer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5012
file=\epoc32\release\ARMV5\urel\CentRepToolServer.exe 	"sys\bin\CentRepToolServer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5013
file=\epoc32\release\ARMV5\urel\CentRepTool.dll 	"sys\bin\CentRepTool.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5014
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PolicyEngineUI.dll , PolicyEngineUI.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5015
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PMRFsPlugin.dll , PMRFsPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5016
file=\epoc32\release\ARMV5\urel\BSUtil.dll 	"sys\bin\BSUtil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5017
file=\epoc32\release\ARMV5\urel\batterypopupcontrol.dll 	"sys\bin\batterypopupcontrol.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5018
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  batindicatorpaneplugin.dll ,  batindicatorpaneplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5019
data=\epoc32\data\Z\resource\plugins\batindicatorpaneplugin.rsc 	"resource\plugins\batindicatorpaneplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5020
data=\epoc32\data\Z\resource\apps\batterypopupcontrol.mif 	"resource\apps\batterypopupcontrol.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5021
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  simpleplugin.dll ,  simpleplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5022
data=\epoc32\data\Z\system\install\presencefwsimpleadptstub.sis 	"system\install\presencefwsimpleadptstub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5023
data=\epoc32\data\z\private\10202BE9\1028224B_s60.cre 	"private\10202BE9\1028224B.cre"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5024
data=\epoc32\data\z\private\10202BE9\10282266_s60.cre 	"private\10202BE9\10282266.cre"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5025
file=\epoc32\release\ARMV5\urel\profileengine.dll 	"sys\bin\profileengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5026
file=\epoc32\release\ARMV5\urel\profileeng.dll 	"sys\bin\profileeng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5027
file=\epoc32\release\ARMV5\urel\profilescheduleevent.exe 	"sys\bin\profilescheduleevent.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5028
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\No_Sound.wav 	"resource\No_Sound.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5029
data=\epoc32\data\Z\Private\100058F8\backup_registration.xml 	"private\100058F8\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5030
file=\epoc32\release\ARMV5\urel\ProfileSettingsMonitor.exe 	"sys\bin\ProfileSettingsMonitor.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5031
data=\epoc32\data\Z\System\install\ProfileSettingsMonitor_Stub.SIS 	"System\Install\ProfileSettingsMonitor_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5032
file=\epoc32\release\ARMV5\urel\ProgressiveDownloadUtility.dll 	"sys\bin\ProgressiveDownloadUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5033
file=\epoc32\release\ARMV5\urel\PDProperties.dll 	"sys\bin\PDProperties.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5034
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ProgressiveDownloadSource.dll , ProgressiveDownloadSource.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5035
data=\epoc32\data\Z\System\install\ProgressiveDownload_Stub.SIS 	"System\Install\ProgressiveDownload_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5036
file=\epoc32\release\ARMV5\urel\ProvisioningEngine.dll 	"sys\bin\ProvisioningEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5037
file=\epoc32\release\ARMV5\urel\ProvisioningParser.dll 	"sys\bin\ProvisioningParser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5038
file=\epoc32\release\ARMV5\urel\ProvisioningBC.dll 	"sys\bin\ProvisioningBC.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5039
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ProvisioningHandler.dll , ProvisioningHandler.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5040
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WPWAPAdapter.dll , WPWAPAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5041
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WPStreamingAdapter.dll , WPStreamingAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5042
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WPAPAdapter.dll , WPAPAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5043
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wpdestinationnwadapter.dll ,  wpdestinationnwadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5044
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WPMbxNbrAdapter.dll , WPMbxNbrAdapter.dll ) 	 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5045
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WPWVAdapter.dll , WPWVAdapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5046
file=\epoc32\release\ARMV5\urel\ProvisioningSC.exe 	"sys\bin\ProvisioningSC.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5047
data=\epoc32\data\Z\Private\100012a5\policy\101F84D6.spd 	"PRIVATE\100012a5\policy\101F84D6.spd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5048
data=\epoc32\data\Z\Private\\101F8597\backup_registration.xml 	"PRIVATE\101F8597\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5049
file=\epoc32\release\ARMV5\urel\PnP.dll 	"sys\bin\PnP.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5050
file=\epoc32\release\ARMV5\urel\psln.exe 	"sys\bin\psln.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5051
data=\epoc32\data\Z\resource\apps\pslnicon.mif 	"resource\apps\pslnicon.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5052
data=\epoc32\data\Z\resource\apps\psln_AIF.MIF 	"resource\apps\psln_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5053
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\psln_reg.rsc 	"Private\10003a3f\apps\psln_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5054
file=\epoc32\release\ARMV5\urel\pslnengine.dll 	"sys\bin\pslnengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5055
file=\epoc32\release\ARMV5\urel\pslnframework.dll 	"sys\bin\pslnframework.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5056
file=\epoc32\release\ARMV5\urel\pslnprofilesettingsloader.dll 	"sys\bin\pslnprofilesettingsloader.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5057
file=\epoc32\release\ARMV5\urel\pslnwallpaperutilsloader.dll 	"sys\bin\pslnwallpaperutilsloader.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5058
file=\epoc32\release\ARMV5\urel\pslnbrowserlaunchloader.dll 	"sys\bin\pslnbrowserlaunchloader.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5059
data=\epoc32\data\Z\resource\apps\pslngsplugin.mif 	"resource\apps\pslngsplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5060
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  pslngsplugin.dll ,  pslngsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5061
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  pslnslidesetdialog.dll ,  pslnslidesetdialog.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5062
data=\epoc32\data\Z\private\10005A32\backup_registration.xml 	"private\10005A32\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5063
data=\epoc32\data\Z\private\2000B187\cenrep\101F8770.xml 	"private\2000B187\cenrep\101F8770.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5064
data=\epoc32\data\Z\private\2000B187\cenrep\102818E8.xml 	"private\2000B187\cenrep\102818E8.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5065
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PSStateSourcePlugIn.dll , PSStateSourcePlugIn.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5066
data=\epoc32\data\Z\private\10282BC4\Settings\10282C74\10282C74.xml 	"private\10282BC4\Settings\10282C74\10282C74.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5067
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, psuigsplugin.dll , psuigsplugin.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5068
data=\epoc32\data\Z\resource\apps\psuigsplugin.mif 	"resource\apps\psuigsplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5069
file=\epoc32\release\ARMV5\urel\ptiengine.dll 	"sys\bin\ptiengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5070
data=\epoc32\data\Z\resource\ptiengine.rsc 	"resource\ptiengine.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5071
file=\epoc32\release\ARMV5\urel\QtCore.dll 	"sys\bin\QtCore.dll" UNPAGED
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5072
file=\epoc32\release\ARMV5\urel\QtGui.dll 	"sys\bin\QtGui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5073
file=\epoc32\release\ARMV5\urel\QtOpenVG.dll 	"sys\bin\QtOpenVG.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5074
file=\epoc32\release\ARMV5\urel\QtSvg.dll 	"sys\bin\QtSvg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5075
file=\epoc32\release\ARMV5\urel\QtSql.dll 	"sys\bin\QtSql.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5076
file=\epoc32\release\ARMV5\urel\QtXml.dll 	"sys\bin\QtXml.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5077
file=\epoc32\release\ARMV5\urel\QtNetwork.dll 	"sys\bin\QtNetwork.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5078
file=\epoc32\release\ARMV5\urel\QtScript.dll 	"sys\bin\QtScript.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5079
file=\epoc32\release\ARMV5\urel\QtTest.dll 	"sys\bin\QtTest.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5080
file=\epoc32\release\ARMV5\urel\QtWebKit.dll 	"sys\bin\QtWebKit.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5081
file=\epoc32\release\ARMV5\urel\phonon.dll 	"sys\bin\phonon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5082
file=\epoc32\release\ARMV5\urel\QtMultimedia.dll 	"sys\bin\QtMultimedia.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5083
file=\epoc32\release\ARMV5\urel\QtXmlPatterns.dll 	"sys\bin\QtXmlPatterns.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5084
file=\epoc32\release\ARMV5\urel\qgif.dll 	"sys\bin\qgif.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5085
file=\epoc32\release\ARMV5\urel\qico.dll 	"sys\bin\qico.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5086
file=\epoc32\release\ARMV5\urel\qjpeg.dll 	"sys\bin\qjpeg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5087
file=\epoc32\release\ARMV5\urel\qmng.dll 	"sys\bin\qmng.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5088
file=\epoc32\release\ARMV5\urel\qsvg.dll 	"sys\bin\qsvg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5089
file=\epoc32\release\ARMV5\urel\qtiff.dll 	"sys\bin\qtiff.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5090
file=\epoc32\release\ARMV5\urel\qcncodecs.dll 	"sys\bin\qcncodecs.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5091
file=\epoc32\release\ARMV5\urel\qjpcodecs.dll 	"sys\bin\qjpcodecs.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5092
file=\epoc32\release\ARMV5\urel\qkrcodecs.dll 	"sys\bin\qkrcodecs.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5093
file=\epoc32\release\ARMV5\urel\qtwcodecs.dll 	"sys\bin\qtwcodecs.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5094
file=\epoc32\release\ARMV5\urel\qsvgicon.dll 	"sys\bin\qsvgicon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5095
REM MISSING file=\epoc32\release\ARMV5\urel\qaudio.dll            sys\bin\qaudio.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5096
REM MISSING file=\epoc32\release\ARMV5\urel\qvggraphicssystem.dll sys\bin\qvggraphicssystem.dll
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5097
file=\epoc32\release\ARMV5\urel\qts60plugin_5_0.dll 	"sys\bin\qts60plugin_5_0.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5098
data=\epoc32\data\Z\resource\apps\s60main.RSC 	"resource\apps\s60main.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5099
data=\epoc32\data\z\resource\qt\plugins\imageformats\qgif.qtplugin 	"resource\qt\plugins\imageformats\qgif.qtplugin"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5100
data=\epoc32\data\z\resource\qt\plugins\imageformats\qico.qtplugin 	"resource\qt\plugins\imageformats\qico.qtplugin"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5101
data=\epoc32\data\z\resource\qt\plugins\imageformats\qjpeg.qtplugin 	"resource\qt\plugins\imageformats\qjpeg.qtplugin"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5102
data=\epoc32\data\z\resource\qt\plugins\imageformats\qmng.qtplugin 	"resource\qt\plugins\imageformats\qmng.qtplugin"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5103
data=\epoc32\data\z\resource\qt\plugins\imageformats\qsvg.qtplugin 	"resource\qt\plugins\imageformats\qsvg.qtplugin"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5104
data=\epoc32\data\z\resource\qt\plugins\imageformats\qtiff.qtplugin 	"resource\qt\plugins\imageformats\qtiff.qtplugin"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5105
data=\epoc32\data\z\resource\qt\plugins\codecs\qcncodecs.qtplugin 	"resource\qt\plugins\codecs\qcncodecs.qtplugin"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5106
data=\epoc32\data\z\resource\qt\plugins\codecs\qjpcodecs.qtplugin 	"resource\qt\plugins\codecs\qjpcodecs.qtplugin"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5107
data=\epoc32\data\z\resource\qt\plugins\codecs\qkrcodecs.qtplugin 	"resource\qt\plugins\codecs\qkrcodecs.qtplugin"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5108
data=\epoc32\data\z\resource\qt\plugins\codecs\qtwcodecs.qtplugin 	"resource\qt\plugins\codecs\qtwcodecs.qtplugin"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5109
data=\epoc32\data\z\resource\qt\plugins\iconengines\qsvgicon.qtplugin 	"resource\qt\plugins\iconengines\qsvgicon.qtplugin"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5110
REM MISSING data=\epoc32\data\qt\qtlibspluginstubs\qaudio.qtplugin resource\qt\plugins\audio\qaudio.qtplugin
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5111
data=\epoc32\data\z\resource\qt\plugins\graphicssystems\qvggraphicssystem.qtplugin 	"resource\qt\plugins\graphicssystems\qvggraphicssystem.qtplugin"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5112
data=\epoc32\data\Z\System\install\qt_stub.sis 	"System\Install\qt_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5113
data=\epoc32\data\Z\System\install\qtwebkit_stub.sis 	"System\Install\qtwebkit_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5114
file=\epoc32\release\ARMV5\urel\Radio_Utility.dll 	"sys\bin\Radio_Utility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5115
data=\epoc32\data\Z\System\install\radioutility_stub.sis 	"system\install\radioutility_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5116
file=\epoc32\release\ARMV5\urel\RadioSession.dll 	"sys\bin\RadioSession.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5117
file=\epoc32\release\ARMV5\urel\RadioServer.exe 	"sys\bin\RadioServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5118
file=\epoc32\release\ARMV5\urel\RECENTURLSTORE.DLL 	"sys\bin\RECENTURLSTORE.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5119
file=\epoc32\release\ARMV5\urel\RLockSettings.dll 	"sys\bin\RLockSettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5120
file=\epoc32\release\ARMV5\urel\RLock.exe 	"sys\bin\RLock.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5121
file=\epoc32\release\ARMV5\urel\RFS.DLL 	"sys\bin\RFS.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5122
file=\epoc32\release\ARMV5\urel\RfsServer.exe 	"sys\bin\RfsServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5123
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, GSRFSPlugin.dll , GSRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5124
data=\epoc32\data\Z\resource\apps\GSRFSPlugin.mif 	"resource\apps\GSRFSPlugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5125
file=\epoc32\release\ARMV5\urel\rfscustcmd.dll 	"sys\bin\rfscustcmd.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5126
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AIRFSPlugin.dll , AIRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5127
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CertRFSPlugin.dll , CertRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5128
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ClockRFSPlugin.dll , ClockRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5129
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DatastoreRFSPlugin.dll , DatastoreRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5130
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DefaultFolderRFSPlugin.dll , DefaultFolderRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5131
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RfsDisplayContrastPlugin.dll , RfsDisplayContrastPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5132
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, FavouritesRFSPlugin.dll , FavouritesRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5133
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NitzRFSPlugin.dll , NitzRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5134
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, StarterRFSPlugin.dll , StarterRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5135
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SyncMLRFSPlugin.dll , SyncMLRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5136
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, TelephonyRFSPlugin.dll , TelephonyRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5137
file=\epoc32\release\ARMV5\urel\SecureFormatter.exe 	"sys\bin\SecureFormatter.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5138
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, FormatterRFSPlugin.dll , FormatterRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5139
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, UnitconverterRFSPlugin.dll , UnitconverterRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5140
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SIPRFSPlugin.dll , SIPRFSPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5141
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, msgcentrerfsplugin.dll , msgcentrerfsplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5142
file=\epoc32\release\ARMV5\urel\ROMTMCLI.DLL 	"sys\bin\ROMTMCLI.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5143
file=\epoc32\release\ARMV5\urel\ROMTMDAT.DLL 	"sys\bin\ROMTMDAT.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5144
file=\epoc32\release\ARMV5\urel\ROMTMSER.DLL 	"sys\bin\ROMTMSER.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5145
file=\epoc32\release\ARMV5\urel\ROMTMUI.DLL 	"sys\bin\ROMTMUI.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5146
data=\epoc32\data\Z\resource\messaging\mtm\ROMTMREG.rsc 	"resource\messaging\mtm\ROMTMREG.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5147
file=\epoc32\release\ARMV5\urel\rsfwcontrol.dll 	"sys\bin\rsfwcontrol.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5148
file=\epoc32\release\ARMV5\urel\rsfwmountman.dll 	"sys\bin\rsfwmountman.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5149
file=\epoc32\release\ARMV5\urel\rsfwmountstore.dll 	"sys\bin\rsfwmountstore.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5150
file=\epoc32\release\ARMV5\urel\rsfwmountutils.dll 	"sys\bin\rsfwmountutils.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5151
file=\epoc32\release\ARMV5\urel\rsfwcommon.dll 	"sys\bin\rsfwcommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5152
file=\epoc32\release\ARMV5\urel\eremotefs.fsy 	"sys\bin\eremotefs.fsy"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5153
file=\epoc32\release\ARMV5\urel\remotefe.exe 	"sys\bin\remotefe.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5154
file=\epoc32\release\ARMV5\urel\rsfwbootmounter.exe 	"sys\bin\rsfwbootmounter.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5155
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rsfwdavaccess.dll , rsfwdavaccess.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5156
file=\epoc32\release\ARMV5\urel\rsfwsession.dll 	"sys\bin\rsfwsession.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5157
file=\epoc32\release\ARMV5\urel\rsfwconfig.dll 	"sys\bin\rsfwconfig.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5158
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rsfwgsplugin.dll , rsfwgsplugin.dll )   
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5159
data=\epoc32\data\Z\resource\apps\rsfwgsplugin.mif 	"resource\apps\rsfwgsplugin.mif"       
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5160
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rsfwnotplugin.dll , rsfwnotplugin.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5161
file=\epoc32\release\ARMV5\urel\rsfwmountconfbc.dll 	"sys\bin\rsfwmountconfbc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5162
file=\epoc32\release\ARMV5\urel\rtpservice.dll 	"sys\bin\rtpservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5163
file=\epoc32\release\ARMV5\urel\rtpstppacket.dll 	"sys\bin\rtpstppacket.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5164
data=\epoc32\data\Z\System\install\rtpstack_stub.sis 	"system\install\rtpstack_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5165
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, S60StreamingSource.dll , S60StreamingSource.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5166
__ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, s60mcpr.dll , s60mcpr.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5167
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, bsservice.dll , bsservice.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5168
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cpclient.dll , cpclient.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5169
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sapidataplugin.dll , sapidataplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5170
file=\epoc32\release\ARMV5\urel\SatSystemState.dll 	"sys\bin\SatSystemState.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5171
file=\epoc32\release\ARMV5\urel\SatEventMonitors.dll 	"sys\bin\SatEventMonitors.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5172
file=\epoc32\release\ARMV5\urel\SATENGINE.DLL 	"sys\bin\SATENGINE.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5173
file=\epoc32\release\ARMV5\urel\SATSERVER.EXE 	"sys\bin\SATSERVER.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5174
file=\epoc32\release\ARMV5\urel\SATCLIENT.DLL 	"sys\bin\SATCLIENT.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5175
file=\epoc32\release\ARMV5\urel\SATINTERNALCLIENT.DLL 	"sys\bin\SATINTERNALCLIENT.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5176
data=\epoc32\data\Z\System\install\SatServer_stub.sis 	"System\Install\SatServer_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5177
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  DisplayTextCmd.dll ,  DisplayTextCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5178
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  CallControlCmd.dll ,  CallControlCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5179
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GetInkeyCmd.dll ,  GetInkeyCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5180
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GetInputCmd.dll ,  GetInputCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5181
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  LanguageNotificationCmd.dll ,  LanguageNotificationCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5182
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  LaunchBrowserCmd.dll ,  LaunchBrowserCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5183
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  MoSmControlCmd.dll ,  MoSmControlCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5184
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  PlayToneCmd.dll ,  PlayToneCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5185
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ProvideLocalInfoCmd.dll ,  ProvideLocalInfoCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5186
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  RefreshCmd.dll ,  RefreshCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5187
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  RefreshRequiredCmd.dll ,  RefreshRequiredCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5188
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SelectItemCmd.dll ,  SelectItemCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5189
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SendDtmfCmd.dll ,  SendDtmfCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5190
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SendSsCmd.dll ,  SendSsCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5191
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SendSmCmd.dll ,  SendSmCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5192
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SendUssdCmd.dll ,  SendUssdCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5193
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SetUpCallCmd.dll ,  SetUpCallCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5194
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SetUpEventListCmd.dll ,  SetUpEventListCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5195
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SetUpIdleModeTextCmd.dll ,  SetUpIdleModeTextCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5196
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SetUpMenuCmd.dll ,  SetUpMenuCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5197
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SimSessionEndCmd.dll ,  SimSessionEndCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5198
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  CloseChannelCmd.dll ,  CloseChannelCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5199
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  OpenChannelCmd.dll ,  OpenChannelCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5200
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SendDataCmd.dll ,  SendDataCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5201
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ReceiveDataCmd.dll ,  ReceiveDataCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5202
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GetChannelStatusCmd.dll ,  GetChannelStatusCmd.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5203
file=\epoc32\release\ARMV5\urel\SATUI.exe 	"sys\bin\SATUI.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5204
data=\epoc32\data\Z\resource\apps\Satui_AIF.MIF 	"resource\apps\Satui_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5205
auto-bitmap=\epoc32\data\Z\resource\apps\Satui.mbm 	resource\apps\Satui.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5206
data=\epoc32\data\Z\resource\apps\Satui.mif 	"resource\apps\Satui.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5207
file=\epoc32\release\ARMV5\urel\SATSHELLCNTRL.DLL 	"sys\bin\SATSHELLCNTRL.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5208
data=\epoc32\data\Z\Private\10003a3f\apps\Satui_reg.rsc 	"private\10003a3f\import\apps\Satui_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5209
data=\epoc32\data\Z\System\install\SatApp_stub.sis 	"System\Install\SatApp_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5210
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SchemeDispatcher.dll , SchemeDispatcher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5211
file=\epoc32\release\ARMV5\urel\SchemeApp.exe 	"sys\bin\SchemeApp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5212
data=\epoc32\data\Z\resource\apps\SchemeApp_AIF.MIF 	"resource\apps\SchemeApp_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5213
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\SchemeApp_reg.rsc 	"Private\10003a3f\import\apps\SchemeApp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5214
file=\epoc32\release\ARMV5\urel\sconcsc.dll 	"sys\bin\sconcsc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5215
data=\epoc32\data\Z\Private\101F99F6\capability\101F9698.xml 	"PRIVATE\101F99F6\capability\101F9698.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5216
data=\epoc32\data\Z\Private\101F99F6\capability\fwdcomp.xml 	"PRIVATE\101F99F6\capability\fwdcomp.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5217
data=\epoc32\data\Z\Private\101F99F6\capability\101F99F6.xml 	"PRIVATE\101F99F6\capability\101F99F6.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5218
file=\epoc32\release\ARMV5\urel\sconftp.dll 	"sys\bin\sconftp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5219
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sconftpplugin.dll , sconftpplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5220
file=\epoc32\release\ARMV5\urel\sconconmlhandler.dll 	"sys\bin\sconconmlhandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5221
file=\epoc32\release\ARMV5\urel\sconpcconnserver.exe 	"sys\bin\sconpcconnserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5222
file=\epoc32\release\ARMV5\urel\sconpcconnclient.dll 	"sys\bin\sconpcconnclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5223
data=\epoc32\data\Z\System\install\secon_stub.sis 	"system\install\secon_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5224
data=\epoc32\data\Z\System\install\sconpcconnplugin_stub.sis 	"system\install\sconpcconnplugin_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5225
data=\epoc32\data\Z\System\install\sconftpplugin_stub.sis 	"system\install\sconftpplugin_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5226
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sconpcconnplugin.dll , sconpcconnplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5227
file=\epoc32\release\ARMV5\urel\catalogspcconnectivityplugin.dll 	"sys\bin\catalogspcconnectivityplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5228
file=\epoc32\release\ARMV5\urel\sconpcd.dll 	"sys\bin\sconpcd.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5229
data=\epoc32\data\Z\Private\10202D56\sbeconfig.xml 	"PRIVATE\10202D56\sbeconfig.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5230
file=\epoc32\release\ARMV5\urel\SCPClient.dll 	"sys\bin\SCPClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5231
file=\epoc32\release\ARMV5\urel\SCPDatabase.dll 	"sys\bin\SCPDatabase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5232
data=\epoc32\data\Z\Private\100012a5\policy\2002677A.SPD 	"PRIVATE\100012a5\policy\2002677A.SPD"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5233
file=\epoc32\release\ARMV5\urel\SCPEventHandler.dll 	"sys\bin\SCPEventHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5234
file=\epoc32\release\ARMV5\urel\SCPServer.exe 	"sys\bin\SCPServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5235
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SCPPatternPlugin.dll ,  SCPPatternPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5236
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SCPHistoryPlugin.dll ,  SCPHistoryPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5237
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SCPTimestampPlugin.dll ,  SCPTimestampPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5238
file=\epoc32\release\ARMV5\urel\screensaver.exe 	"sys\bin\screensaver.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5239
data=\epoc32\data\Z\resource\apps\screensaver.RSC 	"resource\apps\screensaver.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5240
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\screensaver_reg.rsc 	"Private\10003a3f\apps\screensaver_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5241
data=\epoc32\data\Z\Private\100056CF\backup_registration.xml 	"private\100056CF\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5242
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, screensaveraiwplugin.dll , screensaveraiwplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5243
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ScreenSaverAnimPlugin.dll , ScreenSaverAnimPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5244
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ScreenSaverGifAnimPlugin.dll , ScreenSaverGifAnimPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5245
file=\epoc32\release\ARMV5\urel\searchmanager.dll 	"sys\bin\searchmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5246
file=\epoc32\release\ARMV5\urel\searchdatamodel.dll 	"sys\bin\searchdatamodel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5247
file=\epoc32\release\ARMV5\urel\searchoperation.dll 	"sys\bin\searchoperation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5248
file=\epoc32\release\ARMV5\urel\searchprocessor.dll 	"sys\bin\searchprocessor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5249
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  searchecomhook.dll ,  searchecomhook.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5250
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  searchdatamodelhook.dll ,  searchdatamodelhook.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5251
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  searchoperationshook.dll ,  searchoperationshook.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5252
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  searchprocessorhook.dll ,  searchprocessorhook.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5253
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SecModUI.dll ,  SecModUI.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5254
file=\epoc32\release\ARMV5\urel\SecUi.dll 	"sys\bin\SecUi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5255
file=\epoc32\release\ARMV5\urel\SecurityNotifier.dll 	"sys\bin\SecurityNotifier.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5256
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Securitynotifierwrapper.dll , Securitynotifierwrapper.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5257
file=\epoc32\release\ARMV5\urel\SENDUI.DLL 	"sys\bin\Sendui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5258
file=\epoc32\release\ARMV5\urel\SenduiDataUtils.dll 	"sys\bin\SenduiDataUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5259
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SendUiWatcher.dll , SendUiWatcher.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5260
file=\epoc32\release\ARMV5\urel\SendUiServiceResolver.exe 	"sys\bin\SendUiServiceResolver.exe"            
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5261
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\SendUiServiceResolver_reg.rsc 	"Private\10003a3f\import\apps\SendUiServiceResolver_reg.rsc"        
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5262
file=\epoc32\release\ARMV5\urel\senduilauncher.exe 	"sys\bin\senduilauncher.exe"            
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5263
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\senduilauncher_reg.rsc 	"Private\10003a3f\import\apps\senduilauncher_reg.rsc"        
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5264
data=\epoc32\data\z\system\install\stub_senduiserviceresolver.sis 	"system\install\stub_senduiserviceresolver.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5265
data=\epoc32\data\z\system\install\stub_senduilauncher.sis 	"system\install\stub_senduilauncher.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5266
file=\epoc32\release\ARMV5\urel\sensordatacompensatorplugin.dll 	"sys\bin\sensordatacompensatorplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5267
data=\epoc32\data\Z\private\10282bc4\rules\sensordatacompensationui.rul 	"private\10282BC4\rules\sensordatacompensationui.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5268
data=\epoc32\data\Z\private\10282bc4\rules\sensordatacompensationdevice.rul 	"private\10282BC4\rules\sensordatacompensationdevice.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5269
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SensorSourcePlugIn.dll ,  SensorSourcePlugIn.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5270
data=\epoc32\data\Z\private\10282BC4\Settings\10282DF0\10282DF0.xml 	"private\10282BC4\Settings\10282DF0\10282DF0.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5271
file=\epoc32\release\ARMV5\urel\Liwservicehandler.dll 	"sys\bin\Liwservicehandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5272
data=\epoc32\data\Z\resource\liwServiceHandler.rsc 	"resource\liwServiceHandler.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5273
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, liwResolver.dll , liwResolver.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5274
file=\epoc32\release\ARMV5\urel\RTSecMgrServer.exe 	"sys\bin\RTSecMgrServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5275
file=\epoc32\release\ARMV5\urel\RTSecMgrClient.dll 	"sys\bin\RTSecMgrClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5276
file=\epoc32\release\ARMV5\urel\RTSecMgrUtil.dll 	"sys\bin\RTSecMgrUtil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5277
data=\epoc32\data\Z\Private\2000f847\backup_registration.xml 	"private\2000f847\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5278
file=\epoc32\release\ARMV5\urel\locationservice.dll 	"sys\bin\locationservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5279
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locationprovider.dll , locationprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5280
file=\epoc32\release\ARMV5\urel\landmarkservice.dll 	"sys\bin\landmarkservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5281
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, landmarkprovider.dll , landmarkprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5282
file=\epoc32\release\ARMV5\urel\messagingservice.dll 	"sys\bin\messagingservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5283
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, messagingprovider.dll , messagingprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5284
file=\epoc32\release\ARMV5\urel\mediamanagementservice.dll 	"sys\bin\mediamanagementservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5285
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mediamanagementprovider.dll , mediamanagementprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5286
file=\epoc32\release\ARMV5\urel\contactservice.dll 	"sys\bin\contactservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5287
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, contactprovider.dll , contactprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5288
file=\epoc32\release\ARMV5\urel\appmanagerservice.dll 	"sys\bin\appmanagerservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5289
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, appmanagerprovider.dll , appmanagerprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5290
file=\epoc32\release\ARMV5\urel\calendarservice.dll 	"sys\bin\calendarservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5291
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, calendarprovider.dll , calendarprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5292
file=\epoc32\release\ARMV5\urel\loggingservice.dll 	"sys\bin\loggingservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5293
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, loggingprovider.dll , loggingprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5294
file=\epoc32\release\ARMV5\urel\sensorservice.dll 	"sys\bin\sensorservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5295
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sensorprovider.dll , sensorprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5296
file=\epoc32\release\ARMV5\urel\sysinfoservice.dll 	"sys\bin\sysinfoservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5297
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sysinfoprovider.dll , sysinfoprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5298
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, serviceregistryprovider.dll , serviceregistryprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5299
data=\epoc32\data\Z\System\INSTALL\serviceapi_stub.sis 	"System\Install\serviceapi_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5300
data=\epoc32\data\Z\System\INSTALL\platformservices_stub.sis 	"System\Install\platformservices_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5301
data=\epoc32\data\Z\System\WidgetLibs\platformservices.js 	"System\WidgetLibs\platformservices.js"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5302
file=\epoc32\release\ARMV5\urel\servicehandler.dll 	"sys\bin\servicehandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5303
data=\epoc32\data\Z\resource\AiwServiceHandler.rsc 	"resource\AiwServiceHandler.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5304
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aiwresolver.dll , aiwresolver.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5305
file=\epoc32\release\ARMV5\urel\serviceselector.dll 	"sys\bin\serviceselector.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5306
data=\epoc32\data\Z\System\install\serviceselector_stub.sis 	"System\Install\serviceselector_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5307
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, presenceplugin.dll , presenceplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5308
file=\epoc32\release\ARMV5\urel\simpleengine.dll 	"sys\bin\simpleengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5309
file=\epoc32\release\ARMV5\urel\simplesiputils.dll 	"sys\bin\simplesiputils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5310
file=\epoc32\release\ARMV5\urel\simplexmlutils.dll 	"sys\bin\simplexmlutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5311
file=\epoc32\release\ARMV5\urel\rlspresxdm.dll 	"sys\bin\rlspresxdm.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5312
file=\epoc32\release\ARMV5\urel\presencesettingsapi.dll 	"sys\bin\presencesettingsapi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5313
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PresenceDM.dll , PresenceDM.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5314
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PresenceProvisioning.dll , PresenceProvisioning.dll )   
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5315
data=\epoc32\data\Z\private\10281EEB\backup_registration.xml 	"private\10281EEB\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5316
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, simpleimplugin.dll , simpleimplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5317
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpsipadapter.dll , wpsipadapter.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5318
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipsystemstatemonitor.dll , sipsystemstatemonitor.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5319
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipwlanmon.dll , sipwlanmon.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5320
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SlideshowPlugin.dll , SlideshowPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5321
file=\epoc32\release\ARMV5\urel\sortutil.dll 	"sys\bin\sortutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5322
file=\epoc32\release\ARMV5\urel\SplashScreen.exe 	"sys\bin\SplashScreen.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5323
file=\epoc32\release\ARMV5\urel\spsbackuphelper.exe 	"sys\bin\spsbackuphelper.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5324
file=\epoc32\release\ARMV5\urel\serviceprovidersettings.dll 	"sys\bin\serviceprovidersettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5325
data=\epoc32\data\Z\Private\10282E7E\backup_registration.xml 	"private\10282E7E\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5326
data=\epoc32\data\Z\Private\200286D2\backup_registration.xml 	"private\200286D2\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5327
data=\epoc32\data\Z\System\install\spsbackuphelper_stub.sis 	"System\Install\spsbackuphelper_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5328
file=\epoc32\release\ARMV5\urel\Srtp.dll 	"sys\bin\Srtp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5329
data=\epoc32\data\Z\System\install\srtpstack_stub.sis 	"system\install\srtpstack_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5330
file=\epoc32\release\ARMV5\urel\startup.exe 	"sys\bin\startup.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5331
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\StartUp_reg.rsc 	"Private\10003a3f\apps\StartUp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5332
file=\epoc32\release\ARMV5\urel\syserrcmd.dll 	"sys\bin\syserrcmd.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5333
data=\epoc32\data\Z\private\100058F4\backup_registration.xml 	"private\100058F4\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5334
file=\epoc32\release\ARMV5\urel\sanimengine.dll 	"sys\bin\sanimengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5335
file=\epoc32\release\ARMV5\urel\sanimctrl.dll 	"sys\bin\sanimctrl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5336
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sanimihlplugin.dll ,  sanimihlplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5337
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sanimmmfplugin.dll ,  sanimmmfplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5338
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sanimsvgplugin.dll ,  sanimsvgplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5339
file=\epoc32\release\ARMV5\urel\stmgesturefw.dll 	"sys\bin\stmgesturefw.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5340
data=\epoc32\data\Z\System\install\CenRepStub.sis 	"System\Install\CenRepStub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5341
file=\epoc32\release\ARMV5\urel\SVGEngine.dll 	"sys\bin\SVGEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5342
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Svgrecog.dll , Svgrecog.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5343
file=\epoc32\release\ARMV5\urel\SVGEngineJI.dll 	"sys\bin\SVGEngineJI.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5344
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, npsvgtplugin.dll , npsvgtplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5345
file=\epoc32\release\ARMV5\urel\SyncMLNotifier.dll 	"sys\bin\SyncMLNotifier.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5346
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SyncMLNotifierWrapper.dll ,  SyncMLNotifierWrapper.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5347
file=\epoc32\release\ARMV5\urel\SyncService.dll 	"sys\bin\SyncService.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5348
file=\epoc32\release\ARMV5\urel\NspsWsPlugin.dll 	"sys\bin\NspsWsPlugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5349
file=\epoc32\release\ARMV5\urel\SysAp.exe 	"sys\bin\SysAp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5350
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\SysAp_reg.rsc 	"Private\10003a3f\apps\SysAp_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5351
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  tacticonactionplugin.dll ,  tacticonactionplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5352
data=\epoc32\data\Z\private\10282BC4\Rules\tacticon.rul 	"private\10282BC4\Rules\tacticon.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5353
file=\epoc32\release\ARMV5\urel\tacticon.dll 	"sys\bin\tacticon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5354
file=\epoc32\release\ARMV5\urel\tacticonserver.exe 	"sys\bin\tacticonserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5355
file=\epoc32\release\ARMV5\urel\tacticonpluginfw.dll 	"sys\bin\tacticonpluginfw.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5356
data=\epoc32\data\Z\System\Sounds\Digital\tacticons.ivt 	"System\Sounds\Digital\tacticons.ivt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5357
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  tactileactionplugin.dll ,  tactileactionplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5358
data=\epoc32\data\Z\private\10282BC4\Rules\tactile.rul 	"private\10282BC4\Rules\tactile.rul"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5359
file=\epoc32\release\ARMV5\urel\tactileclickplugin.dll 	"sys\bin\tactileclickplugin.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5360
file=\epoc32\release\ARMV5\urel\tactilearearegistry.dll 	"sys\bin\tactilearearegistry.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5361
file=\epoc32\release\ARMV5\urel\touchfeedback.dll 	"sys\bin\touchfeedback.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5362
file=\epoc32\release\ARMV5\urel\tactilefeedbackresolver.dll 	"sys\bin\tactilefeedbackresolver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5363
data=\epoc32\data\Z\Private\10003B20\9.2_TactileFeedbackLevel1_A.ivt 	"private\10003B20\9.2_TactileFeedbackLevel1_A.ivt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5364
data=\epoc32\data\Z\Private\10003B20\9.2_TactileFeedbackLevel2_A.ivt 	"private\10003B20\9.2_TactileFeedbackLevel2_A.ivt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5365
data=\epoc32\data\Z\Private\10003B20\9.2_TactileFeedbackLevel3_A.ivt 	"private\10003B20\9.2_TactileFeedbackLevel3_A.ivt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5366
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  tsappecom.dll ,  tsappecom.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5367
data=\epoc32\data\Z\private\10003a3f\apps\taskswitcher_reg.rsc 	"private\10003a3f\import\apps\taskswitcher_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5368
file=\epoc32\release\ARMV5\urel\taskswitcher.exe 	"sys\bin\taskswitcher.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5369
data=\epoc32\data\Z\private\20016BF0\backup_registration.xml 	"private\20016BF0\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5370
data=\epoc32\data\Z\System\install\taskswitcher_stub.sis 	"system\install\taskswitcher_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5371
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, tcadapter.dll , tcadapter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5372
file=\epoc32\release\ARMV5\urel\telephonyservice.dll 	"sys\bin\telephonyservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5373
file=\epoc32\release\ARMV5\urel\terminalcontrol.dll 	"sys\bin\terminalcontrol.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5374
file=\epoc32\release\ARMV5\urel\TerminalControl.exe 	"sys\bin\TerminalControl.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5375
data=\epoc32\release\armv5\urel\Z\private\1020783F\format_e_.txt 	"private\1020783F\format_e_.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5376
file=\epoc32\release\ARMV5\urel\thumbagdaemon.exe 	"sys\bin\thumbagdaemon.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5377
file=\epoc32\release\ARMV5\urel\thumbnailmanager.dll 	"sys\bin\thumbnailmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5378
file=\epoc32\release\ARMV5\urel\thumbnailserver.exe 	"sys\bin\thumbnailserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5379
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, thumbnailvideoprovider.dll , thumbnailvideoprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5380
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, thumbnailimageprovider.dll , thumbnailimageprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5381
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, thumbnailaudioprovider.dll , thumbnailaudioprovider.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5382
data=\epoc32\data\Z\System\install\thumbnailmanager_stub.sis 	"system\install\thumbnailmanager_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5383
data=\epoc32\data\Z\System\install\vtne_stub.sis 	"system\install\vtne_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5384
file=\epoc32\release\ARMV5\urel\TNEENGINE.DLL 	"sys\bin\TNEENGINE.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5385
file=\epoc32\release\ARMV5\urel\tscontextservicesutils.dll 	"sys\bin\tscontextservicesutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5386
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  20016BEC.DLL ,  20016BEC.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5387
file=\epoc32\release\ARMV5\urel\tspreviewprovider.dll 	"sys\bin\tspreviewprovider.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5388
file=\epoc32\release\ARMV5\urel\tsfswclient.dll 	"sys\bin\tsfswclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5389
file=\epoc32\release\ARMV5\urel\tsfswutils.dll 	"sys\bin\tsfswutils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5390
file=\epoc32\release\ARMV5\urel\tsfswengine.dll 	"sys\bin\tsfswengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5391
file=\epoc32\release\ARMV5\urel\tsfswserver.exe 	"sys\bin\tsfswserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5392
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, uaproffilter.dll , uaproffilter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5393
file=\epoc32\release\ARMV5\urel\avcontrolframework.dll 	"sys\bin\avcontrolframework.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5394
file=\epoc32\release\ARMV5\urel\upnpcommand.dll 	"sys\bin\upnpcommand.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5395
file=\epoc32\release\ARMV5\urel\avconnectionmanager.dll 	"sys\bin\avconnectionmanager.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5396
file=\epoc32\release\ARMV5\urel\avcontentdirectory.dll 	"sys\bin\avcontentdirectory.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5397
file=\epoc32\release\ARMV5\urel\avmediaserverclient.dll 	"sys\bin\avmediaserverclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5398
file=\epoc32\release\ARMV5\urel\upnpavobjects.dll 	"sys\bin\upnpavobjects.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5399
file=\epoc32\release\ARMV5\urel\avmediaserver.exe 	"sys\bin\avmediaserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5400
data=\epoc32\data\Z\private\101f977c\objects.xml 	"private\101f977c\objects.xml" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5401
data=\epoc32\data\Z\private\101f977c\public\MediaServer1\ConnectionManager1.xml 	"private\101f977c\public\MediaServer1\ConnectionManager1.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5402
data=\epoc32\data\Z\private\101f977c\public\MediaServer1\ContentDirectory1.xml 	"private\101f977c\public\MediaServer1\ContentDirectory1.xml" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5403
data=\epoc32\data\Z\private\101f977c\public\MediaServer1\MediaServer1.xml 	"private\101f977c\public\MediaServer1\MediaServer1.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5404
data=\epoc32\data\Z\private\101f977c\backup_registration.xml 	"private\101f977c\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5405
data=\epoc32\data\Z\private\101f977d\backup_registration.xml 	"private\101f977d\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5406
file=\epoc32\release\ARMV5\urel\upnpipserversutils.dll 	"sys\bin\upnpipserversutils.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5407
file=\epoc32\release\ARMV5\urel\dlnawebserver.dll 	"sys\bin\dlnawebserver.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5408
file=\epoc32\release\ARMV5\urel\upnpserviceframework.dll 	"sys\bin\upnpserviceframework.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5409
file=\epoc32\release\ARMV5\urel\ssdpserver.dll 	"sys\bin\ssdpserver.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5410
file=\epoc32\release\ARMV5\urel\messagehandler.exe 	"sys\bin\messagehandler.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5411
file=\epoc32\release\ARMV5\urel\upnpcontrolpointbase.dll 	"sys\bin\upnpcontrolpointbase.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5412
file=\epoc32\release\ARMV5\urel\httptransfer.dll 	"sys\bin\httptransfer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5413
file=\epoc32\release\ARMV5\urel\upnpconnectionmanagersession.dll 	"sys\bin\upnpconnectionmanagersession.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5414
file=\epoc32\release\ARMV5\urel\upnpconnmanager.exe 	"sys\bin\upnpconnmanager.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5415
data=\epoc32\data\Z\private\10204162\backup_registration.xml 	"private\10204162\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5416
data=\epoc32\data\Z\system\install\upnpstack.SIS 	"system\install\upnpstack.SIS" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5417
data=\epoc32\data\Z\system\install\homemedia.SIS 	"system\install\homemedia.SIS" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5418
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usbbasicpersonality.dll , usbbasicpersonality.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5419
file=\epoc32\release\ARMV5\urel\usbclasschangeui.exe 	"sys\bin\usbclasschangeui.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5420
data=\epoc32\data\Z\resource\apps\usbui.mif 	"resource\apps\usbui.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5421
data=\epoc32\data\Z\resource\apps\usbclasschangeui_AIF.MIF 	"resource\apps\usbclasschangeui_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5422
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\usbclasschangeui_reg.rsc 	"Private\10003a3f\apps\usbclasschangeui_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5423
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, USBClassChangeUIPlugin.dll , USBClassChangeUIPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5424
file=\epoc32\release\ARMV5\urel\usbdevcon.exe 	"sys\bin\usbdevcon.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5425
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usblocodplugin.dll , usblocodplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5426
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usbmscpersonality.dll , usbmscpersonality.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5427
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usbobexclasscontroller.dll , usbobexclasscontroller.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5428
file=\epoc32\release\ARMV5\urel\usbotgwatcher.dll 	"sys\bin\usbotgwatcher.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5429
REM MISSING 	file=\epoc32\release\ARMV5\urel\errrd    						c:\resource\errrd
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5430
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usbremotepersonality.dll , usbremotepersonality.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5431
REM USB UI notifiers ecom plug-in
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5432
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usbuinotif.dll , usbuinotif.dll )   
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5433
file=\epoc32\release\ARMV5\urel\usbavkonnotif.dll 	"sys\bin\usbavkonnotif.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5434
file=\epoc32\release\ARMV5\urel\usbwatcher.exe 	"sys\bin\usbwatcher.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5435
file=\epoc32\release\ARMV5\urel\usbwatcher.dll 	"sys\bin\usbwatcher.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5436
file=\epoc32\release\ARMV5\urel\usbpersonality.dll 	"sys\bin\usbpersonality.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5437
data=\epoc32\data\Z\private\101F9696\backup_registration.xml 	"private\101F9696\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5438
data=\epoc32\data\Z\Private\101fe1db\numberofacmfunctions.ini 	"private\101fe1db\numberofacmfunctions.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5439
file=\epoc32\release\ARMV5\urel\VGRenderer.dll 	"sys\bin\VGRenderer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5440
file=\epoc32\release\ARMV5\urel\PseudoVG.dll 	"sys\bin\PseudoVG.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5441
file=\epoc32\release\ARMV5\urel\SWVG.dll 	"sys\bin\SWVG.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5442
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  VibraActionPlugIn.dll ,  VibraActionPlugIn.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5443
file=\epoc32\release\ARMV5\urel\vcxconnectionutility.dll 	"sys\bin\vcxconnectionutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5444
file=\epoc32\release\ARMV5\urel\vcxconnutilpsworker.exe 	"sys\bin\vcxconnutilpsworker.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5445
file=\epoc32\release\ARMV5\urel\videoplaylistutility.dll 	"sys\bin\videoplaylistutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5446
file=\epoc32\release\ARMV5\urel\CseSchedulerClient.dll 	"sys\bin\CseSchedulerClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5447
file=\epoc32\release\ARMV5\urel\CseSchedulerServer.exe 	"sys\bin\CseSchedulerServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5448
file=\epoc32\release\ARMV5\urel\vmbx.dll 	"sys\bin\vmbx.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5449
data=\epoc32\data\Z\System\install\vmbx_stub.sis 	"System\Install\vmbx_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5450
file=\epoc32\release\ARMV5\urel\VoIPJitterBuffer.dll 	"sys\bin\VoIPJitterBuffer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5451
file=\epoc32\release\ARMV5\urel\VoIPAudioServer.exe 	"sys\bin\VoIPAudioServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5452
file=\epoc32\release\ARMV5\urel\VoIPAudioSession.dll 	"sys\bin\VoIPAudioSession.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5453
file=\epoc32\release\ARMV5\urel\VoIPAudioIntfc.dll 	"sys\bin\VoIPAudioIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5454
data=\epoc32\data\Z\System\install\VoIPAudioSrvc_Stub.sis 	"System\Install\VoIPAudioSrvc_Stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5455
data=\epoc32\data\Z\Resource\Errors\vpnerr.R01 	"resource\errors\vpnerr.R01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5456
alias resource\errors\vpnerr.R01 resource\errors\vpnerr.RSC 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5457
file=\epoc32\release\ARMV5\urel\vpnapi.dll 	"sys\bin\vpnapi.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5458
FILE=\epoc32\release\ARMV5\urel\wapisecuritysettingsui.dll 	"sys\bin\wapisecuritysettingsui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5459
auto-bitmap=\epoc32\data\Z\resource\apps\webkit.mbm 	resource\apps\webkit.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5460
file=\epoc32\release\ARMV5\urel\BrowserEngine.dll 	"sys\bin\BrowserEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5461
file=\epoc32\release\ARMV5\urel\JavascriptCore.dll 	"sys\bin\JavascriptCore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5462
file=\epoc32\release\ARMV5\urel\WebKitUtils.dll 	"sys\bin\WebKitUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5463
file=\epoc32\release\ARMV5\urel\PageScaler.dll 	"sys\bin\PageScaler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5464
file=\epoc32\release\ARMV5\urel\MemMan.dll 	"sys\bin\MemMan.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5465
file=\epoc32\release\ARMV5\urel\WmlEngine.dll 	"sys\bin\WmlEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5466
file=\epoc32\release\ARMV5\urel\BrowserCache.dll 	"sys\bin\BrowserCache.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5467
file=\epoc32\release\ARMV5\urel\npscript.dll 	"sys\bin\npscript.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5468
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MemoryPlugin.dll , MemoryPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5469
data=\epoc32\data\Z\resource\apps\WebKitIcons.mif 	"resource\apps\webkiticons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5470
data=\epoc32\data\Z\resource\apps\webkitutilsicons.mif 	"resource\apps\webkitutilsicons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5471
file=\epoc32\release\ARMV5\urel\WEBUTILS.dll 	"sys\bin\WEBUTILS.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5472
FILE=\epoc32\release\ARMV5\urel\WEPSecuritySettingsUI.dll 	"sys\bin\WEPSecuritySettingsUI.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5473
file=\epoc32\release\ARMV5\urel\WidgetBackupRestore.exe 	"sys\bin\WidgetBackupRestore.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5474
data=\epoc32\data\Z\Private\2000B4D8\backup_registration.xml 	"private\2000B4D8\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5475
file=\epoc32\release\ARMV5\urel\WidgetEngine.dll 	"sys\bin\WidgetEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5476
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WidgetMemoryPlugin.dll , WidgetMemoryPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5477
file=\epoc32\release\ARMV5\urel\WidgetInstaller.dll 	"sys\bin\WidgetInstaller.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5478
file=\epoc32\release\ARMV5\urel\WidgetRegistry.exe 	"sys\bin\WidgetRegistry.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5479
file=\epoc32\release\ARMV5\urel\WidgetRegistryClient.dll 	"sys\bin\WidgetRegistryClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5480
data=\epoc32\data\Z\Private\10282f06\Widget_lproj.xml 	"private\10282f06\Widget_lproj.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5481
data=\epoc32\data\Z\Private\10282f06\WidgetAccessPolicy.xml 	"private\10282f06\WidgetAccessPolicy.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5482
file=\epoc32\release\ARMV5\urel\WidgetUi.exe 	"sys\bin\WidgetUi.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5483
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\WidgetUi_reg.rsc 	"Private\10003a3f\import\apps\WidgetUi_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5484
file=\epoc32\release\ARMV5\urel\WidgetLauncher.exe 	"sys\bin\WidgetLauncher.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5485
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WidgetInstallerUI.dll , WidgetInstallerUI.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5486
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WidgetRecognizer.dll , WidgetRecognizer.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5487
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, widgetsidchecker.dll , widgetsidchecker.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5488
REM Wi-Fi Protected Setup
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5489
file=\epoc32\release\ARMV5\urel\WIFIPROTCLIENT.DLL 	"sys\bin\WIFIPROTCLIENT.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5490
file=\epoc32\release\ARMV5\urel\WIFIPROTPLUGIN.DLL 	"sys\bin\WIFIPROTPLUGIN.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5491
FILE=\epoc32\release\ARMV5\urel\WIMCLIENT.DLL 	"sys\bin\WIMCLIENT.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5492
FILE=\epoc32\release\ARMV5\urel\SWIMREADER.DLL 	"sys\bin\SWIMREADER.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5493
FILE=\epoc32\release\ARMV5\urel\SCARD.DLL 	"sys\bin\SCARD.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5494
FILE=\epoc32\release\ARMV5\urel\WIMSERVER.EXE 	"sys\bin\WIMSERVER.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5495
FILE=\epoc32\release\ARMV5\urel\WIMUTIL.DLL 	"sys\bin\WIMUTIL.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5496
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  WIMPLUGIN.DLL ,  WIMPLUGIN.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5497
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapnotifwrapper.dll ,  eapnotifwrapper.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5498
file=\epoc32\release\ARMV5\urel\mschapv2notifdlg.dll 	"sys\bin\mschapv2notifdlg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5499
file=\epoc32\release\ARMV5\urel\gtcnotifdlg.dll 	"sys\bin\gtcnotifdlg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5500
file=\epoc32\release\ARMV5\urel\papnotifdlg.dll 	"sys\bin\papnotifdlg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5501
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  EapPluginConfig.dll ,  EapPluginConfig.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5502
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wlanindicatorplugin.dll ,  wlanindicatorplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5503
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wlanplugin.DLL , wlanplugin.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5504
data=\epoc32\data\Z\resource\apps\wlanplugin.mif 	"resource\apps\wlanplugin.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5505
data=\epoc32\data\Z\Private\2000b187\200100c0.xml 	"private\2000b187\200100c0.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5506
data=\epoc32\data\Z\Private\2000b187\cenrep\101f8e44.xml 	"private\2000b187\cenrep\101f8e44.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5507
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wlanpsmplugin.dll , wlanpsmplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5508
FILE=\epoc32\release\ARMV5\urel\wlansettingsui.dll 	"sys\bin\wlansettingsui.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5509
REM WlanSniffer
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5510
data=\epoc32\data\Z\resource\apps\wsficons_AIF.MIF 	"resource\apps\wsficons_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5511
data=\epoc32\data\Z\resource\apps\wsficons.mif 	"resource\apps\wsficons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5512
file=\epoc32\release\ARMV5\urel\wmdrmfileserverclient.dll 	"sys\bin\wmdrmfileserverclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5513
file=\epoc32\release\ARMV5\urel\wmdrmfileserver.exe 	"sys\bin\wmdrmfileserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5514
file=\epoc32\release\ARMV5\urel\drmasf.dll 	"sys\bin\drmasf.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5515
file=\epoc32\release\ARMV5\urel\wmdrmclient.dll 	"sys\bin\wmdrmclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5516
file=\epoc32\release\ARMV5\urel\wmdrmserver.exe 	"sys\bin\wmdrmserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5517
file=\epoc32\release\ARMV5\urel\wmdrmclientwrapper.dll 	"sys\bin\wmdrmclientwrapper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5518
data=\epoc32\data\Z\System\install\wmdrm_stub.sis 	"system\install\wmdrm_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5519
data=\epoc32\data\Z\private\102073ea\excludes\10282F1B.exc 	"private\102073ea\excludes\10282F1B.exc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5520
file=\epoc32\release\ARMV5\urel\wmdrmdlaapp.exe 	"sys\bin\wmdrmdlaapp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5521
data=\epoc32\data\Z\private\10003a3f\apps\wmdrmdlaapp_reg.rsc 	"private\10003a3f\import\apps\wmdrmdlaapp_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5522
file=\epoc32\release\ARMV5\urel\wmdrmdlautils.dll 	"sys\bin\wmdrmdlautils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5523
data=\epoc32\data\Z\resource\apps\wmdrmdla.mif 	"resource\apps\wmdrmdla.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5524
file=\epoc32\release\ARMV5\urel\wmdrmdlawrapper.dll 	"sys\bin\wmdrmdlawrapper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5525
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wmdrmdladefaulthttpplugin.dll ,  wmdrmdladefaulthttpplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5526
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wmdrmdladefaultuiplugin.dll ,  wmdrmdladefaultuiplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5527
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  httpfiltercamese.dll ,  httpfiltercamese.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5528
file=\epoc32\release\ARMV5\urel\wmdrmaccess.dll 	"sys\bin\wmdrmaccess.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5529
file=\epoc32\release\ARMV5\urel\wmdrmkeystorage.dll 	"sys\bin\wmdrmkeystorage.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5530
file=\epoc32\release\ARMV5\urel\wmdrmotaaccess.dll 	"sys\bin\wmdrmotaaccess.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5531
file=\epoc32\release\ARMV5\urel\cameseutility.dll 	"sys\bin\cameseutility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5532
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wmdrmagent.dll , wmdrmagent.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5533
file=\epoc32\release\ARMV5\urel\wmdrmdla.dll 	"sys\bin\wmdrmdla.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5534
file=\epoc32\release\ARMV5\urel\wmdrmpd.dll 	"sys\bin\wmdrmpd.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5535
FILE=\epoc32\release\ARMV5\urel\WPASecuritySettingsUI.dll 	"sys\bin\WPASecuritySettingsUI.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5536
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpnatfwtraversaladapter.dll , wpnatfwtraversaladapter.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5537
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wrtdataplugin.dll , wrtdataplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5538
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wrtharvester.dll , wrtharvester.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5539
file=\epoc32\release\ARMV5\urel\SenServConn.dll 	"sys\bin\SenServConn.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5540
file=\epoc32\release\ARMV5\urel\wsconnagent.dll 	"sys\bin\wsconnagent.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5541
file=\epoc32\release\ARMV5\urel\Sen.EXE 	"sys\bin\Sen.EXE"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5542
data=\epoc32\data\Z\System\install\S60SOA.SIS 	"System\Install\S60SOA.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5543
data=\epoc32\data\Z\private\101F96F4\backup_registration.xml 	"private\101F96F4\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5544
file=\epoc32\release\ARMV5\urel\SenCredentialManager.dll 	"sys\bin\SenCredentialManager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5545
file=\epoc32\release\ARMV5\urel\SenServDesc.dll 	"sys\bin\SenServDesc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5546
REM WlanSnifferAiHelperApplication
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5547
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\wsfaihelper_reg.rsc 	"Private\10003a3f\apps\wsfaihelper_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5548
file=\epoc32\release\ARMV5\urel\wsfaihelper.exe 	"sys\bin\wsfaihelper.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5549
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wsfaiplugin.dll , wsfaiplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5550
REM WlanSnifferApWizard
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5551
file=\epoc32\release\ARMV5\urel\wsfapwizard.dll 	"sys\bin\wsfapwizard.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5552
REM WlanSnifferClient
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5553
file=\epoc32\release\ARMV5\urel\wsfclient.dll 	"sys\bin\wsfclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5554
REM WlanSnifferApplication
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5555
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\wlansniffer_reg.rsc 	"Private\10003a3f\apps\wlansniffer_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5556
file=\epoc32\release\ARMV5\urel\wlansniffer.exe 	"sys\bin\wlansniffer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5557
REM WlanSnifferModel
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5558
file=\epoc32\release\ARMV5\urel\wsfmodel.dll 	"sys\bin\wsfmodel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5559
file=\epoc32\release\ARMV5\urel\SenFragment.dll 	"sys\bin\SenFragment.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5560
file=\epoc32\release\ARMV5\urel\SenFramework.dll 	"sys\bin\SenFramework.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5561
REM WlanSnifferServer
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5562
file=\epoc32\release\ARMV5\urel\wsfserver.exe 	"sys\bin\wsfserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5563
data=\epoc32\data\Z\Private\200159c0\install\wsfwidget_20026F45\hsps\00\manifest.dat 	"private\200159c0\install\wsfwidget_20026F45\hsps\00\manifest.dat"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5564
data=\epoc32\data\Z\Private\200159c0\install\wsfwidget_20026F45\xuikon\00\wsfwidget.o0000 	"private\200159c0\install\wsfwidget_20026F45\xuikon\00\wsfwidget.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5565
REM WlanInfo
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5566
file=\epoc32\release\ARMV5\urel\wsfwlaninfo.dll 	"sys\bin\wsfwlaninfo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5567
REM WsfWlanInfoSorting
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5568
file=\epoc32\release\ARMV5\urel\wsfwlaninfosorting.dll 	"sys\bin\wsfwlaninfosorting.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5569
data=\epoc32\data\Z\resource\apps\wsfwlaninfosorting.mif 	"resource\apps\wsfwlaninfosorting.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5570
data=\epoc32\data\Z\private\10281caa\backup_registration.xml 	"private\10281caa\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5571
data=\epoc32\data\Z\private\100012a5\policy\2000cf30.spd 	"private\100012a5\policy\2000cf30.spd"	
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5572
file=\epoc32\release\ARMV5\urel\SenHostConn.dll 	"sys\bin\SenHostConn.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5573
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenHostletTransportPlugin.DLL , SenHostletTransportPlugin.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5574
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenHttpChannelTransport.DLL , SenHttpChannelTransport.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5575
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenWsiBasicPlugin.dll , SenWsiBasicPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5576
file=\epoc32\release\ARMV5\urel\SenIdentityManager.dll 	"sys\bin\SenIdentityManager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5577
data=\Epoc32\Data\WSINI.ini 	"System\Data\Wsini.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5578
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenLocalTransportPlugin.DLL , SenLocalTransportPlugin.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5579
file=\epoc32\release\ARMV5\urel\SenLogger.dll 	"sys\bin\SenLogger.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5580
file=\epoc32\release\ARMV5\urel\SenServMgr.dll 	"sys\bin\SenServMgr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5581
file=\epoc32\release\ARMV5\urel\SenMessages.dll 	"sys\bin\SenMessages.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5582
file=\epoc32\release\ARMV5\urel\sennotdlg.dll 	"sys\bin\sennotdlg.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5583
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sennotifierplugin.dll , sennotifierplugin.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5584
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wsovi.dll , wsovi.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5585
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenPasswordTransforms.dll , SenPasswordTransforms.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5586
file=\epoc32\release\ARMV5\urel\SenProvider.dll 	"sys\bin\SenProvider.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5587
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenRestPlugin.dll , SenRestPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5588
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WSStarMessageHandlers.dll , WSStarMessageHandlers.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5589
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WSStarPlugin.dll , WSStarPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5590
file=\epoc32\release\ARMV5\urel\WSPolicy.dll 	"sys\bin\WSPolicy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5591
file=\epoc32\release\ARMV5\urel\SenUtils.dll 	"sys\bin\SenUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5592
file=\epoc32\release\ARMV5\urel\SenXml.dll 	"sys\bin\SenXml.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5593
file=\epoc32\release\ARMV5\urel\X509CertNameParser.dll 	"sys\bin\X509CertNameParser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5594
file=\epoc32\release\ARMV5\urel\XCFW.dll 	"sys\bin\XCFW.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5595
file=\epoc32\release\ARMV5\urel\XdmEngine.dll 	"sys\bin\XdmEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5596
file=\epoc32\release\ARMV5\urel\XdmXmlParser.dll 	"sys\bin\XdmXmlParser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5597
file=\epoc32\release\ARMV5\urel\XdmSettingsApi.dll 	"sys\bin\XdmSettingsApi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5598
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                                 XdmDeviceManagementAdapter.dll ,                                                 XdmDeviceManagementAdapter.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5599
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                                 XdmProvisioning.dll ,                                                 XdmProvisioning.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5600
file=\epoc32\release\ARMV5\urel\XcapUtils.dll 	"sys\bin\XcapUtils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5601
file=\epoc32\release\ARMV5\urel\XcapCacheClient.dll 	"sys\bin\XcapCacheClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5602
file=\epoc32\release\ARMV5\urel\XcapCache.exe 	"sys\bin\XcapCache.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5603
file=\epoc32\release\ARMV5\urel\XcapHttpTransport.dll 	"sys\bin\XcapHttpTransport.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5604
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                             XcapAppUsage.dll ,                                             XcapAppUsage.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5605
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                             XcapOperations.dll ,                                             XcapOperations.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5606
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                             XcapProtocol.dll ,                                             XcapProtocol.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5607
data=\epoc32\data\Z\private\10207421\backup_registration.xml 	"private\10207421\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5608
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                             LocalProtocol.dll ,                                             LocalProtocol.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5609
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                             LocalOperations.dll ,                                             LocalOperations.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5610
file=\epoc32\release\ARMV5\urel\ximputils.dll 	"sys\bin\ximputils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5611
file=\epoc32\release\ARMV5\urel\ximpoperations.dll 	"sys\bin\ximpoperations.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5612
file=\epoc32\release\ARMV5\urel\ximpprocessor.dll 	"sys\bin\ximpprocessor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5613
file=\epoc32\release\ARMV5\urel\ximpsrvclient.dll 	"sys\bin\ximpsrvclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5614
file=\epoc32\release\ARMV5\urel\ximpdatamodel.dll 	"sys\bin\ximpdatamodel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5615
file=\epoc32\release\ARMV5\urel\ximpmanager.dll 	"sys\bin\ximpmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5616
file=\epoc32\release\ARMV5\urel\ximpserver.exe 	"sys\bin\ximpserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5617
file=\epoc32\release\ARMV5\urel\ximprootserver.exe 	"sys\bin\ximprootserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5618
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ximpecomhook.dll ,  ximpecomhook.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5619
file=\epoc32\release\ARMV5\urel\presencemanager.dll 	"sys\bin\presencemanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5620
file=\epoc32\release\ARMV5\urel\presencedatamodel.dll 	"sys\bin\presencedatamodel.dll"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5621
file=\epoc32\release\ARMV5\urel\presenceoperation.dll 	"sys\bin\presenceoperation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5622
file=\epoc32\release\ARMV5\urel\presencecacheclient.dll 	"sys\bin\presencecacheclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5623
file=\epoc32\release\ARMV5\urel\presencecacheserver.exe 	"sys\bin\presencecacheserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5624
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  presenceecomhook.dll ,  presenceecomhook.dll )  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5625
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  presencedatamodelhook.dll ,  presencedatamodelhook.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5626
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  presencecacheecomhook.dll ,  presencecacheecomhook.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5627
file=\epoc32\release\ARMV5\urel\XMLInterface.dll 	"sys\bin\XMLInterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5628
file=\epoc32\release\ARMV5\urel\accmonitor.dll 	"sys\bin\accmonitor.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5629
data=\epoc32\data\Z\Private\100012a5\DBS_10205030_accpolicydb.db 	"Private\100012a5\DBS_10205030_accpolicydb.db"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5630
file=\epoc32\release\ARMV5\urel\RemConExtensionApi.dll 	"sys\bin\RemConExtensionApi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5631
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  RemConKeyEventConverter.dll ,  RemConKeyEventConverter.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5632
file=\epoc32\release\ARMV5\urel\AccAudioControl.dll 	"sys\bin\AccAudioControl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5633
file=\epoc32\release\ARMV5\urel\AccBTControl.dll 	"sys\bin\AccBTControl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5634
file=\epoc32\release\ARMV5\urel\AccClient.dll 	"sys\bin\AccClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5635
file=\epoc32\release\ARMV5\urel\AccControl.dll 	"sys\bin\AccControl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5636
file=\epoc32\release\ARMV5\urel\AccPolicy.dll 	"sys\bin\AccPolicy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5637
file=\epoc32\release\ARMV5\urel\AccPolCom.dll 	"sys\bin\AccPolCom.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5638
file=\epoc32\release\ARMV5\urel\AccPolicyDB.dll 	"sys\bin\AccPolicyDB.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5639
file=\epoc32\release\ARMV5\urel\AccServer.exe 	"sys\bin\AccServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5640
file=\epoc32\release\ARMV5\urel\AsyComms.dll 	"sys\bin\AsyComms.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5641
file=\epoc32\release\ARMV5\urel\AsyProxy.dll 	"sys\bin\AsyProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5642
file=\epoc32\release\ARMV5\urel\accsrvutil.dll 	"sys\bin\accsrvutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5643
file=\epoc32\release\ARMV5\urel\accpolaudiodevicetopology.dll 	"sys\bin\accpolaudiodevicetopology.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5644
data=\epoc32\data\Z\Private\100012A5\policy\10205030.spd 	"private\100012A5\policy\10205030.spd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5645
file=\epoc32\release\ARMV5\urel\AddedDevSoundControlMsgHdlr.dll 	"sys\bin\AddedDevSoundControlMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5646
file=\epoc32\release\ARMV5\urel\AddedDevSoundControlProxy.dll 	"sys\bin\AddedDevSoundControlProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5647
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ASYReferencePlugin.dll , ASYReferencePlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5648
file=\epoc32\release\ARMV5\urel\atextclient.dll 	"sys\bin\atextclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5649
file=\epoc32\release\ARMV5\urel\atextcommon.dll 	"sys\bin\atextcommon.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5650
file=\epoc32\release\ARMV5\urel\atextcommonbase.dll 	"sys\bin\atextcommonbase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5651
file=\epoc32\release\ARMV5\urel\atextpluginbase.dll 	"sys\bin\atextpluginbase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5652
file=\epoc32\release\ARMV5\urel\atext.exe 	"sys\bin\atext.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5653
file=\epoc32\release\ARMV5\urel\atextcommon.exe 	"sys\bin\atextcommon.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5654
file=\epoc32\release\ARMV5\urel\AudioOutputControlUtility.dll 	"sys\bin\AudioOutputControlUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5655
file=\epoc32\release\ARMV5\urel\AudioOutputControlUtilityProxy.dll 	"sys\bin\AudioOutputControlUtilityProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5656
data=\epoc32\data\Z\System\install\AudioOutputControlUtility_Stub.SIS 	"System\Install\AudioOutputControlUtility_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5657
file=\epoc32\release\ARMV5\urel\AudioInputRouting.dll 	"sys\bin\AudioInputRouting.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5658
file=\epoc32\release\ARMV5\urel\AudioInputMessageHandler.dll 	"sys\bin\AudioInputMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5659
file=\epoc32\release\ARMV5\urel\AudioInputProxy.dll 	"sys\bin\AudioInputProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5660
file=\epoc32\release\ARMV5\urel\AudioOutputRouting.dll 	"sys\bin\AudioOutputRouting.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5661
file=\epoc32\release\ARMV5\urel\AudioOutputMessageHandler.dll 	"sys\bin\AudioOutputMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5662
file=\epoc32\release\ARMV5\urel\AudioOutputProxy.dll 	"sys\bin\AudioOutputProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5663
data=\epoc32\data\Z\System\install\AudioRouting_Stub.SIS 	"System\Install\AudioRouting_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5664
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ciextnclientplugin.DLL , ciextnclientplugin.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5665
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ciextnserverplugin.DLL , ciextnserverplugin.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5666
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ciplatformfactoryplugin.DLL , ciplatformfactoryplugin.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5667
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ciplatformmsghndlrplugin.DLL , ciplatformmsghndlrplugin.DLL ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5668
file=\epoc32\release\ARMV5\urel\CommonDSY.DLL 	"sys\bin\CommonDSY.DLL"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5669
data=\epoc32\release\ARMV5\urel\Z\private\101f6efa\dosserver.ini 	"private\101f6efa\dosserver.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5670
file=\epoc32\release\ARMV5\urel\ConfigurationComponentsFactory.dll 	"sys\bin\ConfigurationComponentsFactory.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5671
data=\epoc32\data\Z\System\install\ConfigurationComponentsFactory_Stub.SIS 	"System\Install\ConfigurationComponentsFactory_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5672
file=\epoc32\release\ARMV5\UREL\libdbus.dll 	"sys\bin\libdbus.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5673
file=\epoc32\release\ARMV5\UREL\libdbus-utils.dll 	"sys\bin\libdbus-utils.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5674
file=\epoc32\release\ARMV5\UREL\libdbus-glib.dll 	"sys\bin\libdbus-glib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5675
file=\epoc32\release\ARMV5\UREL\dbusdaemon.exe 	"sys\bin\dbusdaemon.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5676
data=\EPOC32\WINSCW\C\data\dbus\system.conf 	"data\dbus\system.conf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5677
file=\epoc32\release\ARMV5\urel\diskspacereserver.dll 	"sys\bin\diskspacereserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5678
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  diskspacereservationplugin.dll ,  diskspacereservationplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5679
file=\epoc32\release\ARMV5\urel\DosSrv.dll 	"sys\bin\DosSrv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5680
file=\epoc32\release\ARMV5\urel\DosServer.exe 	"sys\bin\DosServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5681
file=\epoc32\release\ARMV5\urel\DSClient.dll 	"sys\bin\DSClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5682
file=\epoc32\release\ARMV5\urel\DRMAudioPlayUtility.dll 	"sys\bin\DRMAudioPlayUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5683
file=\epoc32\release\ARMV5\urel\DRMPlayServer.exe 	"sys\bin\DRMPlayServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5684
data=\epoc32\data\Z\System\install\DRMAudioPlayer_Stub.SIS 	"System\Install\DRMAudioPlayer_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5685
file=\epoc32\release\ARMV5\urel\edidparser.dll 	"sys\bin\edidparser.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5686
file=\epoc32\release\ARMV5\urel\AudioEqualizerEffect.dll 	"sys\bin\AudioEqualizerEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5687
file=\epoc32\release\ARMV5\urel\AudioEqualizerMessageHandler.dll 	"sys\bin\AudioEqualizerMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5688
file=\epoc32\release\ARMV5\urel\AudioEqualizerProxy.dll 	"sys\bin\AudioEqualizerProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5689
file=\epoc32\release\ARMV5\urel\BassBoostEffect.dll 	"sys\bin\BassBoostEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5690
file=\epoc32\release\ARMV5\urel\BassBoostMessageHandler.dll 	"sys\bin\BassBoostMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5691
file=\epoc32\release\ARMV5\urel\BassBoostProxy.dll 	"sys\bin\BassBoostProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5692
file=\epoc32\release\ARMV5\urel\DistanceAttenuationEffect.dll 	"sys\bin\DistanceAttenuationEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5693
file=\epoc32\release\ARMV5\urel\DistanceAttenuationMessageHandler.dll 	"sys\bin\DistanceAttenuationMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5694
file=\epoc32\release\ARMV5\urel\DistanceAttenuationProxy.dll 	"sys\bin\DistanceAttenuationProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5695
file=\epoc32\release\ARMV5\urel\DopplerBase.dll 	"sys\bin\DopplerBase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5696
file=\epoc32\release\ARMV5\urel\EffectBase.dll 	"sys\bin\EffectBase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5697
file=\epoc32\release\ARMV5\urel\EnvironmentalReverbEffect.dll 	"sys\bin\EnvironmentalReverbEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5698
file=\epoc32\release\ARMV5\urel\EnvironmentalReverbMessageHandler.dll 	"sys\bin\EnvironmentalReverbMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5699
file=\epoc32\release\ARMV5\urel\EnvironmentalReverbProxy.dll 	"sys\bin\EnvironmentalReverbProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5700
file=\epoc32\release\ARMV5\urel\ListenerDopplerEffect.dll 	"sys\bin\ListenerDopplerEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5701
file=\epoc32\release\ARMV5\urel\ListenerDopplerMessageHandler.dll 	"sys\bin\ListenerDopplerMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5702
file=\epoc32\release\ARMV5\urel\ListenerDopplerProxy.dll 	"sys\bin\ListenerDopplerProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5703
file=\epoc32\release\ARMV5\urel\ListenerLocationEffect.dll 	"sys\bin\ListenerLocationEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5704
file=\epoc32\release\ARMV5\urel\ListenerLocationMessageHandler.dll 	"sys\bin\ListenerLocationMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5705
file=\epoc32\release\ARMV5\urel\ListenerLocationProxy.dll 	"sys\bin\ListenerLocationProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5706
file=\epoc32\release\ARMV5\urel\ListenerOrientationEffect.dll 	"sys\bin\ListenerOrientationEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5707
file=\epoc32\release\ARMV5\urel\ListenerOrientationMessageHandler.dll 	"sys\bin\ListenerOrientationMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5708
file=\epoc32\release\ARMV5\urel\ListenerOrientationProxy.dll 	"sys\bin\ListenerOrientationProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5709
file=\epoc32\release\ARMV5\urel\LocationBase.dll 	"sys\bin\LocationBase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5710
file=\epoc32\release\ARMV5\urel\LoudnessEffect.dll 	"sys\bin\LoudnessEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5711
file=\epoc32\release\ARMV5\urel\LoudnessMessageHandler.dll 	"sys\bin\LoudnessMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5712
file=\epoc32\release\ARMV5\urel\LoudnessProxy.dll 	"sys\bin\LoudnessProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5713
file=\epoc32\release\ARMV5\urel\OrientationBase.dll 	"sys\bin\OrientationBase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5714
file=\epoc32\release\ARMV5\urel\RoomLevelEffect.dll 	"sys\bin\RoomLevelEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5715
file=\epoc32\release\ARMV5\urel\RoomLevelMessageHandler.dll 	"sys\bin\RoomLevelMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5716
file=\epoc32\release\ARMV5\urel\RoomLevelProxy.dll 	"sys\bin\RoomLevelProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5717
file=\epoc32\release\ARMV5\urel\SourceDopplerEffect.dll 	"sys\bin\SourceDopplerEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5718
file=\epoc32\release\ARMV5\urel\SourceDopplerMessageHandler.dll 	"sys\bin\SourceDopplerMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5719
file=\epoc32\release\ARMV5\urel\SourceDopplerProxy.dll 	"sys\bin\SourceDopplerProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5720
file=\epoc32\release\ARMV5\urel\SourceLocationEffect.dll 	"sys\bin\SourceLocationEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5721
file=\epoc32\release\ARMV5\urel\SourceLocationMessageHandler.dll 	"sys\bin\SourceLocationMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5722
file=\epoc32\release\ARMV5\urel\SourceLocationProxy.dll 	"sys\bin\SourceLocationProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5723
file=\epoc32\release\ARMV5\urel\SourceOrientationEffect.dll 	"sys\bin\SourceOrientationEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5724
file=\epoc32\release\ARMV5\urel\SourceOrientationMessageHandler.dll 	"sys\bin\SourceOrientationMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5725
file=\epoc32\release\ARMV5\urel\SourceOrientationProxy.dll 	"sys\bin\SourceOrientationProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5726
file=\epoc32\release\ARMV5\urel\StereoWideningEffect.dll 	"sys\bin\StereoWideningEffect.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5727
file=\epoc32\release\ARMV5\urel\StereoWideningMessageHandler.dll 	"sys\bin\StereoWideningMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5728
file=\epoc32\release\ARMV5\urel\StereoWideningProxy.dll 	"sys\bin\StereoWideningProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5729
data=\epoc32\data\Z\System\install\Effect_Stub.SIS 	"System\Install\Effect_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5730
file=\epoc32\release\ARMV5\urel\AudioEqualizerUtility.dll 	"sys\bin\AudioEqualizerUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5731
file=\epoc32\release\ARMV5\urel\EnvironmentalReverbUtility.dll 	"sys\bin\EnvironmentalReverbUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5732
file=\epoc32\release\ARMV5\urel\StereoWideningUtility.dll 	"sys\bin\StereoWideningUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5733
data=\epoc32\data\Z\System\install\EffectsPresets_Stub.SIS 	"System\Install\EffectsPresets_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5734
file=\epoc32\release\ARMV5\urel\ExifLib.dll 	"sys\bin\ExifLib.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5735
file=\epoc32\release\ARMV5\urel\FrameTable.dll 	"sys\bin\FrameTable.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5736
data=\epoc32\data\Z\System\install\FrameTable_Stub.SIS 	"System\Install\FrameTable_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5737
file=\epoc32\release\ARMV5\urel\glibbackend.dll 	"sys\bin\glibbackend.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5738
file=\epoc32\release\ARMV5\urel\libglib.dll 	"sys\bin\libglib.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5739
file=\epoc32\release\ARMV5\urel\libgthread.dll 	"sys\bin\libgthread.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5740
file=\epoc32\release\ARMV5\urel\libgmodule.dll 	"sys\bin\libgmodule.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5741
file=\epoc32\release\ARMV5\urel\Libgobject.dll 	"sys\bin\Libgobject.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5742
data=\epoc32\data\Z\System\INSTALL\openc_glib_stub.sis 	"System\Install\openc_glib_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5743
file=\epoc32\release\ARMV5\urel\GlobalAudioSettings.dll 	"sys\bin\GlobalAudioSettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5744
data=\epoc32\data\Z\System\install\GlobalAudioSettings_Stub.SIS 	"System\Install\GlobalAudioSettings_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5745
REM HeadsetStatus
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5746
file=\epoc32\release\ARMV5\urel\HeadsetStatus.dll 	"sys\bin\HeadsetStatus.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5747
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  hwrmdefaultlighttargetmodifierplugin.dll  ,  hwrmdefaultlighttargetmodifierplugin.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5748
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  hwrmfmtxwatcherplugin.dll ,  hwrmfmtxwatcherplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5749
file=\epoc32\release\ARMV5\urel\hwrmhapticspluginservice.dll 	"sys\bin\hwrmhapticspluginservice.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5750
file=\epoc32\release\ARMV5\urel\hwrmhapticsserver.exe 	"sys\bin\hwrmhapticsserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5751
file=\epoc32\release\ARMV5\urel\hwrmhapticspluginmanager.dll 	"sys\bin\hwrmhapticspluginmanager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5752
file=\epoc32\release\ARMV5\urel\hwrmhapticsclient.dll 	"sys\bin\hwrmhapticsclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5753
file=\epoc32\release\ARMV5\urel\hwrmhapticspacketizer.dll 	"sys\bin\hwrmhapticspacketizer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5754
file=\epoc32\release\ARMV5\urel\hwrmhapticseffectdatagetterfw.dll 	"sys\bin\hwrmhapticseffectdatagetterfw.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5755
data=\epoc32\data\Z\Private\200184b9\hwrmhapticspolicy.ini 	"private\200184b9\hwrmhapticspolicy.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5756
data=\epoc32\data\Z\Private\200184b9\internalhwrmhapticspolicy.ini 	"private\200184b9\internalhwrmhapticspolicy.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5757
data=\epoc32\data\Z\Private\200184b9\hwrmhapticsuid.ini 	"private\200184b9\hwrmhapticsuid.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5758
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hwrmhapticsivtgetterplugin.dll , hwrmhapticsivtgetterplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5759
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hwrmhapticsvibepacketizerplugin.dll , hwrmhapticsvibepacketizerplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5760
file=\epoc32\release\ARMV5\urel\IclExtJpegApi.dll 	"sys\bin\IclExtJpegApi.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5761
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, JP2KCodec.dll , JP2KCodec.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5762
data=\epoc32\data\Z\resource\ICL\101F862D_extra.rsc 	"resource\ICL\101F862D_extra.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5763
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  legacymodemplugin.dll ,  legacymodemplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5764
file=\epoc32\release\ARMV5\urel\libvgi.dll 	"sys\bin\libvgi.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5765
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  limitedpdpplugin.dll ,  limitedpdpplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5766
file=\epoc32\release\ARMV5\urel\m3gcore.dll 	"sys\bin\m3gcore.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5767
file=\epoc32\release\ARMV5\urel\MediatorServer.exe 	"sys\bin\MediatorServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5768
file=\epoc32\release\ARMV5\urel\MediatorClient.dll 	"sys\bin\MediatorClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5769
file=\epoc32\release\ARMV5\urel\MediatorPluginBase.dll 	"sys\bin\MediatorPluginBase.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5770
data=\epoc32\data\Z\private\10207449\allowedsids.rsc 	"private\10207449\allowedsids.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5771
data=\epoc32\data\Z\resource\MediatorDebug.rsc 	"resource\MediatorDebug.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5772
file=\epoc32\release\ARMV5\urel\CustomCommandUtility.dll 	"sys\bin\CustomCommandUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5773
file=\epoc32\release\ARMV5\urel\CustomInterfaceBuilder.dll 	"sys\bin\CustomInterfaceBuilder.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5774
file=\epoc32\release\ARMV5\urel\CustomInterfaceUtility.dll 	"sys\bin\CustomInterfaceUtility.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5775
file=\epoc32\release\ARMV5\urel\MessageHandlerFactory.dll 	"sys\bin\MessageHandlerFactory.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5776
file=\epoc32\release\ARMV5\urel\CustomInterfaceProxyFactory.dll 	"sys\bin\CustomInterfaceProxyFactory.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5777
data=\epoc32\data\Z\System\install\MMExtFw_Stub.SIS 	"System\Install\MMExtFw_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5778
file=\epoc32\release\ARMV5\urel\AacDecoderConfig.dll 	"sys\bin\AacDecoderConfig.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5779
file=\epoc32\release\ARMV5\urel\AacDecoderConfigMsgHdlr.dll 	"sys\bin\AacDecoderConfigMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5780
file=\epoc32\release\ARMV5\urel\AacDecoderConfigProxy.dll 	"sys\bin\AacDecoderConfigProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5781
file=\epoc32\release\ARMV5\urel\ErrorConcealmentIntfc.dll 	"sys\bin\ErrorConcealmentIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5782
file=\epoc32\release\ARMV5\urel\ErrorConcealmentIntfcMsgHdlr.dll 	"sys\bin\ErrorConcealmentIntfcMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5783
file=\epoc32\release\ARMV5\urel\ErrorConcealmentIntfcProxy.dll 	"sys\bin\ErrorConcealmentIntfcProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5784
file=\epoc32\release\ARMV5\urel\G711DecoderIntfc.dll 	"sys\bin\G711DecoderIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5785
file=\epoc32\release\ARMV5\urel\G711DecoderIntfcMsgHdlr.dll 	"sys\bin\G711DecoderIntfcMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5786
file=\epoc32\release\ARMV5\urel\G711DecoderIntfcProxy.dll 	"sys\bin\G711DecoderIntfcProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5787
file=\epoc32\release\ARMV5\urel\G711EncoderIntfc.dll 	"sys\bin\G711EncoderIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5788
file=\epoc32\release\ARMV5\urel\G711EncoderIntfcMsgHdlr.dll 	"sys\bin\G711EncoderIntfcMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5789
file=\epoc32\release\ARMV5\urel\G711EncoderIntfcProxy.dll 	"sys\bin\G711EncoderIntfcProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5790
file=\epoc32\release\ARMV5\urel\G729DecoderIntfc.dll 	"sys\bin\G729DecoderIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5791
file=\epoc32\release\ARMV5\urel\G729DecoderIntfcMsgHdlr.dll 	"sys\bin\G729DecoderIntfcMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5792
file=\epoc32\release\ARMV5\urel\G729DecoderIntfcProxy.dll 	"sys\bin\G729DecoderIntfcProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5793
file=\epoc32\release\ARMV5\urel\G729EncoderIntfc.dll 	"sys\bin\G729EncoderIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5794
file=\epoc32\release\ARMV5\urel\G729EncoderIntfcMsgHdlr.dll 	"sys\bin\G729EncoderIntfcMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5795
file=\epoc32\release\ARMV5\urel\G729EncoderIntfcProxy.dll 	"sys\bin\G729EncoderIntfcProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5796
file=\epoc32\release\ARMV5\urel\IlbcDecoderIntfc.dll 	"sys\bin\IlbcDecoderIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5797
file=\epoc32\release\ARMV5\urel\IlbcDecoderIntfcMsgHdlr.dll 	"sys\bin\IlbcDecoderIntfcMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5798
file=\epoc32\release\ARMV5\urel\IlbcDecoderIntfcProxy.dll 	"sys\bin\IlbcDecoderIntfcProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5799
file=\epoc32\release\ARMV5\urel\IlbcEncoderIntfc.dll 	"sys\bin\IlbcEncoderIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5800
file=\epoc32\release\ARMV5\urel\IlbcEncoderIntfcMsgHdlr.dll 	"sys\bin\IlbcEncoderIntfcMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5801
file=\epoc32\release\ARMV5\urel\IlbcEncoderIntfcProxy.dll 	"sys\bin\IlbcEncoderIntfcProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5802
file=\epoc32\release\ARMV5\urel\SpeechEncoderConfig.dll 	"sys\bin\SpeechEncoderConfig.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5803
file=\epoc32\release\ARMV5\urel\SpeechEncoderConfigMsgHdlr.dll 	"sys\bin\SpeechEncoderConfigMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5804
file=\epoc32\release\ARMV5\urel\SpeechEncoderConfigProxy.dll 	"sys\bin\SpeechEncoderConfigProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5805
file=\epoc32\release\ARMV5\urel\EAacPlusDecoderIntfc.dll 	"sys\bin\EAacPlusDecoderIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5806
file=\epoc32\release\ARMV5\urel\EAacPlusDecoderIntfcMsgHdlr.dll 	"sys\bin\EAacPlusDecoderIntfcMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5807
file=\epoc32\release\ARMV5\urel\EAacPlusDecoderIntfcProxy.dll 	"sys\bin\EAacPlusDecoderIntfcProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5808
file=\epoc32\release\ARMV5\urel\SbcEncoderIntfc.dll 	"sys\bin\SbcEncoderIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5809
file=\epoc32\release\ARMV5\urel\SbcEncoderIntfcMsgHdlr.dll 	"sys\bin\SbcEncoderIntfcMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5810
file=\epoc32\release\ARMV5\urel\SbcEncoderIntfcProxy.dll 	"sys\bin\SbcEncoderIntfcProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5811
file=\epoc32\release\ARMV5\urel\Ra8DecoderIntfc.dll 	"sys\bin\Ra8DecoderIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5812
file=\epoc32\release\ARMV5\urel\Ra8CustomInterfaceMsgHdlr.dll 	"sys\bin\Ra8CustomInterfaceMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5813
file=\epoc32\release\ARMV5\urel\Ra8CustomInterfaceProxy.dll 	"sys\bin\Ra8CustomInterfaceProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5814
file=\epoc32\release\ARMV5\urel\WmaDecoderIntfc.dll 	"sys\bin\WmaDecoderIntfc.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5815
file=\epoc32\release\ARMV5\urel\WmaDecoderIntfcMsgHdlr.dll 	"sys\bin\WmaDecoderIntfcMsgHdlr.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5816
file=\epoc32\release\ARMV5\urel\WmaDecoderIntfcProxy.dll 	"sys\bin\WmaDecoderIntfcProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5817
data=\epoc32\data\Z\System\install\WmaDecoderIntfc_Stub.sis 	"System\Install\WmaDecoderIntfc_Stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5818
data=\epoc32\data\Z\System\install\nga_mdf_postprocessor_stub.sis 	"System\install\nga_mdf_postprocessor_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5819
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NGAPostProcHwDevice.dll , NGAPostProcHwDevice.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5820
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  orientationssy.dll ,  orientationssy.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5821
file=\epoc32\release\ARMV5\urel\PlatformEnv.dll 	"sys\bin\PlatformEnv.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5822
REM patchdata PlatformEnv.dll@KDriveInfoDefaultRemovableMassStorage FF_DEFAULT_REMOVABLE_MASS_STORAGE
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5823
REM patchdata PlatformEnv.dll@KDriveInfoLogicallyRemovableDrive1 FF_LOGICALLY_REMOVABLE_DRIVE1
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5824
REM patchdata PlatformEnv.dll@KDriveInfoUsbDrivesStart FF_USB_DRIVE_START
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5825
file=\epoc32\release\ARMV5\urel\disknotifyhandler.dll 	"sys\bin\disknotifyhandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5826
file=\epoc32\release\ARMV5\urel\sysversioninfo.dll 	"sys\bin\sysversioninfo.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5827
file=\epoc32\release\ARMV5\urel\platformver.dll 	"sys\bin\platformver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5828
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  pluggeddisplayasy.dll ,  pluggeddisplayasy.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5829
file=\epoc32\release\ARMV5\urel\pluggeddisplayengine.dll 	"sys\bin\pluggeddisplayengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5830
data=\epoc32\data\Z\Resource\apps\TvoutStandbyFigure.mbm 	"resource\apps\tvoutstandbyfigure.mbm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5831
file=\epoc32\release\ARMV5\urel\psmserver.exe 	"sys\bin\psmserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5832
file=\epoc32\release\ARMV5\urel\psmclient.dll 	"sys\bin\psmclient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5833
file=\epoc32\release\ARMV5\urel\RestrictedAudioOutput.dll 	"sys\bin\RestrictedAudioOutput.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5834
file=\epoc32\release\ARMV5\urel\RestrictedAudioOutputMessageHandler.dll 	"sys\bin\RestrictedAudioOutputMessageHandler.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5835
file=\epoc32\release\ARMV5\urel\RestrictedAudioOutputProxy.dll 	"sys\bin\RestrictedAudioOutputProxy.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5836
data=\epoc32\data\Z\System\install\RestrictedAudioOutput_Stub.SIS 	"System\Install\RestrictedAudioOutput_Stub.SIS"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5837
file=\epoc32\release\ARMV5\urel\sensordatacompensator.dll 	"sys\bin\sensordatacompensator.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5838
file=\epoc32\release\ARMV5\urel\sensorserver.exe 	"sys\bin\sensorserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5839
file=\epoc32\release\ARMV5\urel\SensrvClient.dll 	"sys\bin\SensrvClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5840
file=\epoc32\release\ARMV5\urel\sensrvutil.dll 	"sys\bin\sensrvutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5841
file=\epoc32\release\ARMV5\urel\libcrypto.dll 	"sys\bin\libcrypto.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5842
file=\epoc32\release\ARMV5\urel\libssl.dll 	"sys\bin\libssl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5843
data=\epoc32\data\Z\System\INSTALL\openc_ssl_stub.sis 	"System\Install\openc_ssl_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5844
data=\epoc32\data\Z\System\INSTALL\openc_libzcore_stub.sis 	"System\Install\openc_libzcore_stub.sis"
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5845
data=\epoc32\data\Z\private\2000D75B\startup\0\preuiservicescmdlist.rsc 	"private\2000D75B\startup\0\preuiservicescmdlist.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5846
data=\epoc32\data\Z\private\2000D75B\startup\0\uiservicescmdlist.rsc 	"private\2000D75B\startup\0\uiservicescmdlist.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5847
data=\epoc32\data\Z\private\2000D75B\startup\0\criticalappscmdlist.rsc 	"private\2000D75B\startup\0\criticalappscmdlist.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5848
data=\epoc32\data\Z\private\2000D75B\startup\0\selftestokcmdlist.rsc 	"private\2000D75B\startup\0\selftestokcmdlist.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5849
data=\epoc32\data\Z\private\2000D75B\startup\0\alarm_charging.rsc 	"private\2000D75B\startup\0\alarm_charging.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5850
data=\epoc32\data\Z\private\2000D75B\startup\0\securitycheckcmdlist.rsc 	"private\2000D75B\startup\0\securitycheckcmdlist.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5851
data=\epoc32\data\Z\private\2000D75B\startup\0\noncriticalcmdlist.rsc 	"private\2000D75B\startup\0\noncriticalcmdlist.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5852
data=\epoc32\data\Z\private\2000D75B\startup\0\emergencycallsonlycmdlist.rsc 	"private\2000D75B\startup\0\emergencycallsonlycmdlist.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5853
data=\epoc32\data\Z\private\2000D75B\startup\0_ext\uiservicescmdlist_ext.rsc 	"private\2000D75B\startup\0\uiservicescmdlist_ext.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5854
data=\epoc32\data\Z\private\2000D75B\startup\0_ext\noncriticalcmdlist_ext.rsc 	"private\2000D75B\startup\0\noncriticalcmdlist_ext.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5855
data=\epoc32\data\Z\private\2000D75B\hw\wserv_hw.rsc 	"private\2000D75B\startup\0\wserv.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5856
data=\epoc32\data\Z\private\2000D75B\hw\noncriticalcmdlist_hw.rsc 	"private\2000D75B\startup\0\noncriticalcmdlist_hw.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5857
data=\epoc32\data\Z\private\2000D75B\hw\usbwatcher_hw.rsc 	"private\2000D75B\startup\0\usbwatcher.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5858
data=\epoc32\data\Z\private\2000D75B\fail\failcmdlist.rsc 	"private\2000D75B\fail\failcmdlist.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5859
data=\epoc32\data\Z\private\2000D75B\shutdown\shutdowncmdlists.rsc 	"private\2000D75B\shutdown\shutdowncmdlists.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5860
data=\epoc32\data\Z\private\2000D75B\rfstatusswpcmdlist\rfswpcmdlists.rsc 	"private\2000D75B\rfstatusswpcmdlist\rfswpcmdlists.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5861
data=\epoc32\data\Z\private\2000D75B\swpui\uiswpcmdlists.rsc 	"private\2000D75B\swpui\uiswpcmdlists.rsc"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5862
data=\epoc32\data\Z\private\2000D75B\swpnoncritical\noncriticalswpcmdlists.rsc 	"private\2000D75B\swpnoncritical\noncriticalswpcmdlists.rsc"
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5863
file=\epoc32\release\ARMV5\urel\saaemergencycallrfadaptation.dll 	"sys\bin\emergencycallrfadaptation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5864
file=\epoc32\release\ARMV5\urel\saastateadaptation.dll 	"sys\bin\stateadaptation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5865
file=\epoc32\release\ARMV5\urel\saasimadaptation.dll 	"sys\bin\simadaptation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5866
file=\epoc32\release\ARMV5\urel\saamiscadaptation.dll 	"sys\bin\miscadaptation.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5867
file=\epoc32\release\ARMV5\urel\saartcadaptation.dll 	"sys\bin\rtcadaptation.dll"
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5868
file=\epoc32\release\ARMV5\urel\starterclient.dll 	"sys\bin\starterclient.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5869
file=\epoc32\release\ARMV5\urel\startupadaptationadapter.dll 	"sys\bin\startupadaptationadapter.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5870
file=\epoc32\release\ARMV5\urel\ssmclayersup.dll 	"sys\bin\ssmclayersup.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5871
file=\epoc32\release\ARMV5\urel\rfstatusswppolicy.dll 	"sys\bin\rfstatusswppolicy.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5872
file=\epoc32\release\ARMV5\urel\ssm.state.policy.0001.dll 	"sys\bin\ssm.state.policy.0001.dll"
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5873
data=\epoc32\data\Z\private\2000d75b\normal\gsanormalcmdlist.rsc 	"private\2000d75b\normal\gsanormalcmdlist.rsc"
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5874
file=\epoc32\release\ARMV5\urel\customcmds.dll 	"sys\bin\customcmds.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5875
file=\epoc32\release\ARMV5\urel\ssm.swp.policy.simstatus.dll 	"sys\bin\ssm.swp.policy.simstatus.dll"
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5876
data=\epoc32\data\Z\private\10202be9\2001d2aa.txt 	"private\10202be9\2001d2aa.txt"
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5877
file=\epoc32\release\ARMV5\urel\ssmactivitycmd.dll 	"sys\bin\ssmactivitycmd.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5878
file=\epoc32\release\ARMV5\urel\ssmsystemcmds.dll 	"sys\bin\ssmsystemcmds.dll"
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5879
file=\epoc32\release\ARMV5\urel\ssmdiskreserver.exe 	"sys\bin\ssmdiskreserver.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5880
file=\epoc32\release\ARMV5\urel\ssmmapperutility.dll 	"sys\bin\ssmmapperutility.dll"
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5881
file=\epoc32\release\ARMV5\urel\ssmpolicybase.dll 	"sys\bin\ssmpolicybase.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5882
file=\epoc32\release\ARMV5\urel\ssmstatepolicybase.dll 	"sys\bin\ssmstatepolicybase.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5883
file=\epoc32\release\ARMV5\urel\ssmswppolicybase.dll 	"sys\bin\ssmswppolicybase.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5884
file=\epoc32\release\ARMV5\urel\ssm.state.policy.0000.dll 	"sys\bin\ssm.state.policy.0000.dll"
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5885
file=\epoc32\release\ARMV5\urel\ssm.state.policy.0002.dll 	"sys\bin\ssm.state.policy.0002.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5886
file=\epoc32\release\ARMV5\urel\ssm.state.policy.0003.dll 	"sys\bin\ssm.state.policy.0003.dll"
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5887
file=\epoc32\release\ARMV5\urel\ssmuiswppolicy.dll 	"sys\bin\ssmuiswppolicy.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5888
file=\epoc32\release\ARMV5\urel\ssmnoncriticalswppolicy.dll 	"sys\bin\ssmnoncriticalswppolicy.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5889
file=\epoc32\release\ARMV5\urel\ssmpowersup.dll 	"sys\bin\ssmpowersup.dll"
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  5890
file=\epoc32\release\ARMV5\urel\ssmlocaleobserversup.dll 	"sys\bin\ssmlocaleobserversup.dll"
45
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5891
data=\epoc32\data\Z\private\2000d766\backup_registration.xml 	"private\2000d766\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5892
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ssyreferenceplugin.dll , ssyreferenceplugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5893
data=\epoc32\data\Z\Private\1020507E\reference\SsyReferenceConfig.xml 	"private\1020507E\reference\SsyReferenceConfig.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5894
file=\epoc32\release\ARMV5\urel\libstdcpp.dll 	"sys\bin\libstdcpp.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5895
data=\epoc32\data\Z\System\INSTALL\stdcpp_stub.sis 	"System\Install\stdcpp_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5896
file=\epoc32\release\ARMV5\urel\libcrypt.dll 	"sys\bin\libcrypt.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5897
data=\epoc32\release\ARMV5\urel\pipelib.ldd 	"sys\bin\pipelib.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5898
data=\epoc32\data\Z\System\INSTALL\openc_liblogger_stub.sis 	"System\Install\openc_liblogger_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5899
data=\epoc32\data\Z\System\INSTALL\rpipe_stub.sis 	"System\Install\rpipe_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5900
file=\epoc32\release\ARMV5\urel\ssmlangselcmd.dll 	"sys\bin\ssmlangselcmd.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5901
file=\epoc32\release\ARMV5\urel\syslangutil.dll 	"sys\bin\syslangutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5902
file=\epoc32\release\ARMV5\urel\custrestartsys.dll 	"sys\bin\custrestartsys.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5903
file=\epoc32\release\ARMV5\urel\ssmuiproviderdllcustomised.dll 	"sys\bin\ssmuiproviderdll.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5904
file=\epoc32\release\ARMV5\urel\TelephonyAudioRouting.dll 	"sys\bin\TelephonyAudioRouting.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5905
file=\epoc32\release\ARMV5\urel\TelephonyAudioRoutingServer.dll 	"sys\bin\TelephonyAudioRoutingServer.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5906
file=\epoc32\release\ARMV5\urel\TelephonyAudioRoutingSession.dll 	"sys\bin\TelephonyAudioRoutingSession.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5907
file=\epoc32\release\ARMV5\urel\TelephonyAudioRoutingManagerSession.dll 	"sys\bin\TelephonyAudioRoutingManagerSession.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5908
file=\epoc32\release\ARMV5\urel\TelephonyAudioRoutingManager.dll 	"sys\bin\TelephonyAudioRoutingManager.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5909
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  tiltcompensationssy.dll ,  tiltcompensationssy.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5910
file=\epoc32\release\ARMV5\urel\tspclientmapper.dll 	"sys\bin\tspclientmapper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5911
file=\epoc32\release\ARMV5\urel\vibractrl.dll 	"sys\bin\vibractrl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5912
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WiredBearerReference.dll , WiredBearerReference.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5913
file=\epoc32\release\ARMV5\urel\wlanagt.agt 	"sys\bin\wlanagt.agt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5914
file=\epoc32\release\ARMV5\urel\WLANDBIF.dll 	"sys\bin\WLANDBIF.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5915
file=\epoc32\release\ARMV5\urel\wlandevicesettings.dll 	"sys\bin\wlandevicesettings.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5916
file=\epoc32\release\ARMV5\urel\wlmplatform.dll 	"sys\bin\wlmplatform.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5917
file=\epoc32\release\ARMV5\urel\wlmserver.dll 	"sys\bin\wlmserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5918
file=\epoc32\release\ARMV5\urel\wlmserverexe.exe 	"sys\bin\wlmserverexe.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5919
file=\epoc32\release\ARMV5\urel\wlmserversrv.dll 	"sys\bin\wlmserversrv.dll" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5920
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wlanmgmtimpl.dll ,  wlanmgmtimpl.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5921
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wlancontrolimpl.dll ,  wlancontrolimpl.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5922
data=\epoc32\data\Z\Private\101f8ec5\backup_registration.xml 	"private\101f8ec5\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5923
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\wlanldd.ldd 	"sys\bin\wlanldd.ldd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5924
file=\epoc32\release\ARMV5\urel\wlannif.nif 	"sys\bin\wlannif.nif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5925
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wlannwif.dll , wlannwif.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5926
file=\epoc32\release\ARMV5\urel\xmlsec.dll 	"sys\bin\xmlsec.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5927
file=\epoc32\release\ARMV5\urel\xmlseccertman.dll 	"sys\bin\xmlseccertman.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5928
file=\epoc32\release\ARMV5\urel\xmlseccrypto.dll 	"sys\bin\xmlseccrypto.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5929
file=\epoc32\release\ARMV5\urel\xmlsecwrapper.dll 	"sys\bin\xmlsecwrapper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5930
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  HWRMStubPlugins.dll  ,  HWRMStubPlugins.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5931
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  startupadaptationstub.dll ,  startupadaptationstub.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5932
file=\epoc32\release\ARMV5\urel\wlanhwinit.dll 	"sys\bin\wlanhwinit.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5933
file=\epoc32\release\ARMV5\urel\aknconf.exe 	"sys\bin\aknconf.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5934
data=\epoc32\data\Z\resource\apps\aknconf.rsc 	"resource\apps\aknconf.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5935
data=\epoc32\data\Z\resource\apps\aknconfphysics.rsc 	"resource\apps\aknconfphysics.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5936
data=\epoc32\data\Z\resource\apps\aknconfgesture.rsc 	"resource\apps\aknconfgesture.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5937
data=\epoc32\data\Z\resource\apps\aknconf.mif 	"resource\apps\aknconf.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5938
data=\epoc32\data\z\private\10003a3f\apps\aknconf_reg.rsc 	"private\10003a3f\apps\aknconf_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5939
file=\epoc32\release\ARMV5\urel\ConnTest.exe 	"sys\bin\ConnTest.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5940
auto-bitmap=\epoc32\data\Z\resource\apps\ConnTest_AIF.mbm 	resource\apps\ConnTest_AIF.mbm
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5941
data=\epoc32\data\Z\resource\apps\ConnTest_AIF.mif 	"resource\apps\ConnTest_AIF.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5942
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\ConnTest_reg.rsc 	"Private\10003a3f\import\apps\ConnTest_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5943
data=\epoc32\data\Z\resource\apps\ConnTest.RSC 	"resource\apps\ConnTest.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5944
data=\epoc32\data\c\private\101F7989\esock\ip.probe.esk 	"private\101F7989\esock\ip.probe.esk"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5945
file=\epoc32\release\ARMV5\urel\probe.prt 	"sys\bin\probe.prt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5946
data=\epoc32\data\Z\system\install\conntest_stub.sis 	"system\install\conntest_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5947
file=\epoc32\release\ARMV5\urel\Creator.exe 	"sys\bin\Creator.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5948
data=\epoc32\data\Z\resource\apps\Creator_AIF.MIF 	"resource\apps\Creator_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5949
data=\epoc32\data\Z\resource\apps\Creator.RSC 	"resource\apps\Creator.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5950
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Creator_reg.rsc 	"Private\10003a3f\import\apps\Creator_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5951
data=\epoc32\data\Z\Private\20011383\backup_registration.xml 	"private\20011383\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5952
data=\epoc32\data\Z\System\Install\Creator_stub.sis 	"system\install\Creator_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5953
data=\epoc32\data\Z\Private\20011383\3GPP-70kB.3gpp 	"private\20011383\3GPP-70kB.3gpp"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5954
data=\epoc32\data\Z\Private\20011383\AAC-100kB.aac 	"private\20011383\AAC-100kB.aac"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5955
data=\epoc32\data\Z\Private\20011383\AMR-20kB.amr 	"private\20011383\AMR-20kB.amr"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5956
data=\epoc32\data\Z\Private\20011383\Deck-1kB.saveddeck 	"private\20011383\Deck-1kB.saveddeck"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5957
data=\epoc32\data\Z\Private\20011383\DOC-20kB.doc 	"private\20011383\DOC-20kB.doc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5958
data=\epoc32\data\Z\Private\20011383\HTML-20kB.html 	"private\20011383\HTML-20kB.html"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5959
data=\epoc32\data\Z\Private\20011383\JAD-1kB.jad 	"private\20011383\JAD-1kB.jad"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5960
data=\epoc32\data\Z\Private\20011383\JAR-10kB.jar 	"private\20011383\JAR-10kB.jar"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5961
data=\epoc32\data\Z\Private\20011383\JP2-65kB.jp2 	"private\20011383\JP2-65kB.jp2"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5962
data=\epoc32\data\Z\Private\20011383\MIDI-10kB.mid 	"private\20011383\MIDI-10kB.mid"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5963
data=\epoc32\data\Z\Private\20011383\MP3-250kB.mp3 	"private\20011383\MP3-250kB.mp3"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5964
data=\epoc32\data\Z\Private\20011383\MP4-200kB.mp4 	"private\20011383\MP4-200kB.mp4"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5965
data=\epoc32\data\Z\Private\20011383\MXMF-40kB.mxmf 	"private\20011383\MXMF-40kB.mxmf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5966
data=\epoc32\data\Z\Private\20011383\PNG-15kB.png 	"private\20011383\PNG-15kB.png"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5967
data=\epoc32\data\Z\Private\20011383\PPT-40kB.ppt 	"private\20011383\PPT-40kB.ppt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5968
data=\epoc32\data\Z\Private\20011383\RAM-1kB.ram 	"private\20011383\RAM-1kB.ram"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5969
data=\epoc32\data\Z\Private\20011383\RM-95kB.rm 	"private\20011383\RM-95kB.rm"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5970
data=\epoc32\data\Z\Private\20011383\RNG-1kB.rng 	"private\20011383\RNG-1kB.rng"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5971
data=\epoc32\data\Z\Private\20011383\SVG-15kB.svg 	"private\20011383\SVG-15kB.svg"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5972
data=\epoc32\data\Z\Private\20011383\SWF-15kB.swf 	"private\20011383\SWF-15kB.swf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5973
data=\epoc32\data\Z\Private\20011383\TIF-25kB.tif 	"private\20011383\TIF-25kB.tif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5974
data=\epoc32\data\Z\Private\20011383\VCF-1kB.vcf 	"private\20011383\VCF-1kB.vcf"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5975
data=\epoc32\data\Z\Private\20011383\VCS-1kB.vcs 	"private\20011383\VCS-1kB.vcs"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5976
data=\epoc32\data\Z\Private\20011383\WAV-20kB.wav 	"private\20011383\WAV-20kB.wav"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5977
data=\epoc32\data\Z\Private\20011383\XLS-15kB.xls 	"private\20011383\XLS-15kB.xls"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5978
data=\epoc32\data\Z\Private\20011383\SISX-10kB.sisx 	"private\20011383\SISX-10kB.sisx"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5979
data=\epoc32\data\Z\Private\20011383\WMA-50kB.wma 	"private\20011383\WMA-50kB.wma"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5980
data=\epoc32\data\Z\Private\20011383\WMV-200kB.wmv 	"private\20011383\WMV-200kB.wmv"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5981
file=\epoc32\release\ARMV5\urel\FileBrowser.exe 	"sys\bin\FileBrowser.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5982
data=\epoc32\data\Z\resource\apps\FileBrowser_AIF.MIF 	"resource\apps\FileBrowser_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5983
data=\epoc32\data\Z\resource\apps\FileBrowser.RSC 	"resource\apps\FileBrowser.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5984
data=\epoc32\data\Z\resource\apps\FileBrowser_ExtraIcons.mif 	"resource\apps\FileBrowser_ExtraIcons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5985
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\FileBrowser_reg.rsc 	"Private\10003a3f\import\apps\FileBrowser_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5986
file=\epoc32\release\ARMV5\urel\FileBrowserFileOpServer.exe 	"sys\bin\FileBrowserFileOpServer.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5987
file=\epoc32\release\ARMV5\urel\FileBrowserFileOpClient.dll 	"sys\bin\FileBrowserFileOpClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5988
data=\epoc32\data\Z\Private\102828D6\backup_registration.xml 	"private\102828D6\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5989
data=\epoc32\data\Z\System\Install\FileBrowser_stub.sis 	"system\install\FileBrowser_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5990
file=\epoc32\release\ARMV5\urel\javainstaller.exe 	"sys\bin\javainstaller.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5991
file=\epoc32\release\ARMV5\urel\tckrunner.exe 	"sys\bin\tckrunner.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5992
file=\epoc32\release\ARMV5\urel\tckrunner.dll 	"sys\bin\tckrunner.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5993
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\tckrunner.odc 	"resource\java\jvm\lib\jrt\tckrunner.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5994
data=\epoc32\data\Z\Private\10003a3f\apps\tckrunner_reg.rsc 	"private\10003a3f\import\apps\tckrunner_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5995
data=\epoc32\release\ARMV5\urel\z\private\200211dc\security\trustroots\device\certificates\test_manufacturer.der 	"private\200211dc\security\trustroots\device\certificates\test_manufacturer.der"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5996
data=\epoc32\release\ARMV5\urel\z\private\200211dc\security\trustroots\device\certificates\test_manufacturer.metadata 	"private\200211dc\security\trustroots\device\certificates\test_manufacturer.metadata"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5997
data=\epoc32\release\ARMV5\urel\z\private\200211dc\security\trustroots\device\certificates\test_operator.der 	"private\200211dc\security\trustroots\device\certificates\test_operator.der"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5998
data=\epoc32\release\ARMV5\urel\z\private\200211dc\security\trustroots\device\certificates\test_operator.metadata 	"private\200211dc\security\trustroots\device\certificates\test_operator.metadata"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  5999
data=\epoc32\release\ARMV5\urel\z\private\200211dc\security\trustroots\device\certificates\test_trustedthirdparty.der 	"private\200211dc\security\trustroots\device\certificates\test_trustedthirdparty.der"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6000
data=\epoc32\release\ARMV5\urel\z\private\200211dc\security\trustroots\device\certificates\test_trustedthirdparty.metadata 	"private\200211dc\security\trustroots\device\certificates\test_trustedthirdparty.metadata"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6001
file=\epoc32\release\ARMV5\urel\javacontrolpanel.exe 	"sys\bin\javacontrolpanel.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6002
file=\epoc32\release\ARMV5\urel\javacontrolpanel.dll 	"sys\bin\javacontrolpanel.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6003
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javacontrolpanel.odc 	"resource\java\jvm\lib\jrt\javacontrolpanel.odc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6004
data=\epoc32\data\Z\Private\10003a3f\apps\javacontrolpanel_reg.rsc 	"private\10003a3f\import\apps\javacontrolpanel_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6005
file=\epoc32\release\ARMV5\urel\Launcher.exe 	"sys\bin\Launcher.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6006
data=\epoc32\data\Z\resource\apps\Launcher_AIF.MIF 	"resource\apps\Launcher_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6007
data=\epoc32\data\Z\resource\apps\Launcher.RSC 	"resource\apps\Launcher.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6008
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Launcher_reg.rsc 	"Private\10003a3f\import\apps\Launcher_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6009
data=\epoc32\data\Z\Private\101FB74F\backup_registration.xml 	"private\101FB74F\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6010
data=\epoc32\data\Z\System\Install\Launcher_stub.sis 	"system\install\Launcher_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6011
file=\epoc32\release\ARMV5\urel\LoadGen.exe 	"sys\bin\LoadGen.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6012
data=\epoc32\data\Z\resource\apps\LoadGen_AIF.MIF 	"resource\apps\LoadGen_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6013
data=\epoc32\data\Z\resource\apps\LoadGen.RSC 	"resource\apps\LoadGen.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6014
data=\epoc32\data\Z\resource\apps\LoadGen_ExtraIcons.mif 	"resource\apps\LoadGen_ExtraIcons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6015
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\LoadGen_reg.rsc 	"Private\10003a3f\import\apps\LoadGen_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6016
data=\epoc32\data\Z\Private\20011384\backup_registration.xml 	"private\20011384\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6017
data=\epoc32\data\Z\System\Install\LoadGen_stub.sis 	"system\install\LoadGen_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6018
file=\epoc32\release\ARMV5\urel\MemSpyDriverClient.dll 	"sys\bin\MemSpyDriverClient.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6019
file=\epoc32\release\ARMV5\urel\MemSpyEngine.dll 	"sys\bin\MemSpyEngine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6020
file=\epoc32\release\ARMV5\urel\MemSpy.exe 	"sys\bin\MemSpy.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6021
file=\epoc32\release\ARMV5\urel\MemSpyConsole.exe 	"sys\bin\MemSpyConsole.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6022
data=\epoc32\data\Z\Private\\2002129E\MemSpyEComInterfaceIds.xml 	"private\2002129E\MemSpyEComInterfaceIds.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6023
data=\epoc32\data\Z\Private\\2002129E\MemSpyProcessMemoryTrackingAutoStartConfig.xml 	"private\2002129E\MemSpyProcessMemoryTrackingAutoStartConfig.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6024
file=\epoc32\release\ARMV5\urel\MemSpyUI.exe 	"sys\bin\MemSpyUI.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6025
data=\epoc32\data\Z\resource\apps\MemSpyUI_AIF.MIF 	"resource\apps\MemSpyUI_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6026
data=\epoc32\data\Z\resource\apps\MemSpyUI.RSC 	"resource\apps\MemSpyUI.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6027
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\MemSpyUI_reg.rsc 	"Private\10003a3f\import\apps\MemSpyUI_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6028
data=\epoc32\data\Z\Private\2002129F\MemSpyEComInterfaceIds.xml 	"private\2002129F\MemSpyEComInterfaceIds.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6029
data=\epoc32\data\Z\Private\2002129F\MemSpyProcessMemoryTrackingAutoStartConfig.xml 	"private\2002129F\MemSpyProcessMemoryTrackingAutoStartConfig.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6030
data=\epoc32\data\Z\System\Install\MemSpy_stub.sis 	"system\install\MemSpy_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6031
file=\epoc32\release\ARMV5\urel\memspywindowserverhelper.dll 	"sys\bin\memspywindowserverhelper.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6032
file=\epoc32\release\ARMV5\urel\PerfMon.exe 	"sys\bin\PerfMon.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6033
data=\epoc32\data\Z\resource\apps\PerfMon_AIF.MIF 	"resource\apps\PerfMon_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6034
data=\epoc32\data\Z\resource\apps\PerfMon.RSC 	"resource\apps\PerfMon.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6035
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\PerfMon_reg.rsc 	"Private\10003a3f\import\apps\PerfMon_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6036
data=\epoc32\data\Z\Private\20011385\backup_registration.xml 	"private\20011385\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6037
data=\epoc32\data\Z\System\Install\PerfMon_stub.sis 	"system\install\PerfMon_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6038
file=\epoc32\release\ARMV5\urel\ScreenGrabber.exe 	"sys\bin\ScreenGrabber.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6039
data=\epoc32\data\Z\resource\apps\ScreenGrabber_AIF.MIF 	"resource\apps\ScreenGrabber_aif.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6040
data=\epoc32\data\Z\resource\apps\ScreenGrabber.RSC 	"resource\apps\ScreenGrabber.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6041
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\ScreenGrabber_reg.rsc 	"Private\10003a3f\import\apps\ScreenGrabber_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6042
data=\epoc32\data\Z\Private\101FB751\backup_registration.xml 	"private\101FB751\backup_registration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6043
data=\epoc32\data\Z\System\Install\ScreenGrabber_stub.sis 	"system\install\ScreenGrabber_stub.sis"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6044
file=\epoc32\release\ARMV5\urel\stiftestengine.dll 	"sys\bin\stiftestengine.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6045
file=\epoc32\release\ARMV5\urel\stiftestserver.dll 	"sys\bin\stiftestserver.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6046
file=\epoc32\release\ARMV5\urel\stiftestinterface.dll 	"sys\bin\stiftestinterface.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6047
file=\epoc32\release\ARMV5\urel\consoleui.exe 	"sys\bin\consoleui.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6048
file=\epoc32\release\ARMV5\urel\testcombiner.dll 	"sys\bin\testcombiner.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6049
file=\epoc32\release\ARMV5\urel\TestServerStarter.exe 	"sys\bin\TestServerStarter.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6050
file=\epoc32\release\ARMV5\urel\demomodule.dll 	"sys\bin\demomodule.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6051
file=\epoc32\release\ARMV5\urel\atsinterface.exe 	"sys\bin\atsinterface.exe"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6052
file=\epoc32\release\ARMV5\urel\atslogger.dll 	"sys\bin\atslogger.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6053
file=\epoc32\release\ARMV5\urel\testscripter.dll 	"sys\bin\testscripter.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6054
file=\epoc32\release\ARMV5\urel\stiftfwif.dll 	"sys\bin\stiftfwif.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6055
file=\epoc32\release\ARMV5\urel\suevent.dll 	"sys\bin\suevent.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6056
data=\epoc32\data\z\system\data\TestFramework.ini 	"testframework\TestFramework.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6057
file=\epoc32\release\ARMV5\urel\Stifui.exe 	"sys\bin\Stifui.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6058
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Stifui_reg.rsc 	"Private\10003a3f\import\apps\Stifui_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6059
data=\epoc32\data\Z\resource\apps\Stifui.RSC 	"resource\apps\Stifui.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6060
file=\epoc32\release\ARMV5\urel\UITestServerStarter.exe 	"sys\bin\UITestServerStarter.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6061
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\UITestServerStarter_reg.rsc 	"Private\10003a3f\import\apps\UITestServerStarter_reg.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6062
data=\epoc32\data\Z\resource\apps\UITestServerStarter.RSC 	"resource\apps\UITestServerStarter.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6063
data=\epoc32\data\Z\resource\apps\About.RSC 	"resource\apps\About.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6064
data=\epoc32\data\Z\resource\plugins\aboutgspluginrsc.rsc 	"resource\plugins\aboutgspluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6065
data=\epoc32\data\Z\resource\accountcreationplugin.rsc 	"resource\accountcreationplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6066
data=\epoc32\data\Z\resource\apps\adtupdater.RSC 	"resource\apps\adtupdater.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6067
data=\epoc32\data\Z\resource\apps\adtupdater_loc.RSC 	"resource\apps\adtupdater_loc.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6068
data=\epoc32\data\Z\resource\aiCALENDARPLUGIN2res.RSC 	"resource\aiCALENDARPLUGIN2res.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6069
data=\epoc32\data\Z\resource\aiwcallimageplugin.rsc 	"resource\aiwcallimageplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6070
data=\epoc32\data\Z\resource\AlmAlert.rsc 	"resource\AlmAlert.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6071
data=\epoc32\data\Z\resource\AiwSyncProvider.RSC 	"resource\AiwSyncProvider.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6072
data=\epoc32\data\Z\resource\AspSyncUtil.RSC 	"resource\AspSyncUtil.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6073
data=\epoc32\data\Z\resource\messaging\audiomessagemtm.rsc 	"resource\messaging\audiomessagemtm.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6074
data=\epoc32\data\Z\resource\messaging\mtm\audiomessageregistry.rsc 	"resource\messaging\mtm\audiomessagereg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6075
data=\epoc32\data\Z\resource\apps\audiomessage.rsc 	"resource\apps\audiomessage.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6076
data=\epoc32\data\Z\resource\messaging\mtm\BioMtm.rsc 	"resource\messaging\mtm\BioMtm.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6077
data=\epoc32\data\Z\resource\messaging\Bium.rsc 	"resource\messaging\Bium.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6078
data=\epoc32\data\Z\resource\satinfo.rsC 	"resource\satinfo.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6079
data=\epoc32\data\Z\Resource\apps\Blid.rsc 	"resource\apps\Blid.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6080
data=\epoc32\data\Z\Resource\BrowserAudioVideoPlugin.rsc 	"resource\BrowserAudioVideoPlugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6081
data=\epoc32\data\Z\resource\BrowserTelService.rsc 	"resource\BrowserTelService.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6082
data=\epoc32\data\Z\resource\apps\BrowserNG.RSC 	"resource\apps\BrowserNG.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6083
data=\epoc32\data\Z\resource\apps\Bva.RSC 	"resource\apps\Bva.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6084
data=\epoc32\data\Z\resource\apps\Calcsoft.RSC 	"resource\apps\Calcsoft.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6085
data=\epoc32\data\Z\resource\apps\calenaiwprovidermenu.rsc 	"resource\apps\calenaiwprovidermenu.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6086
data=\epoc32\data\Z\resource\CalenCommonUI.rsc 	"resource\CalenCommonUI.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6087
data=\epoc32\data\Z\resource\apps\CALENDAR.RSC 	"resource\apps\Calendar.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6088
data=\epoc32\data\Z\resource\plugins\calendarpluginresource.Rsc 	"resource\plugins\calendarpluginresource.Rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6089
data=\epoc32\data\Z\resource\CalenDefaultEditorsData.rsc 	"resource\CalenDefaultEditorsData.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6090
file=\epoc32\release\ARMV5\urel\calenregionalutil.dll 	"sys\bin\calenregionalutil.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6091
data=\epoc32\data\Z\resource\calenregionalutil.rsc 	"resource\calenregionalutil.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6092
data=\epoc32\data\Z\private\10005901\SolarItems 	"private\10005901\SolarItems"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6093
data=\epoc32\data\Z\resource\CalenSvrMissedAlarmManagerResource.rsc 	"resource\CalenSvrMissedAlarmManagerResource.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6094
data=\epoc32\data\Z\resource\apps\cameraapp.RSC 	"resource\apps\cameraapp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6095
data=\epoc32\data\Z\resource\apps\nhdcamsettings.RSC 	"resource\apps\nhdcamsettings.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6096
data=\epoc32\data\Z\resource\apps\vgacamsettings.RSC 	"resource\apps\vgacamsettings.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6097
data=\epoc32\data\Z\resource\gscamerapluginrsc.rsc 	"resource\gscamerapluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6098
data=\epoc32\data\Z\resource\gscamerapluginrscv2.rsc 	"resource\gscamerapluginrscv2.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6099
data=\epoc32\data\Z\resource\apps\ccaapp.RSC 	"resource\apps\ccaapp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6100
data=\epoc32\data\Z\resource\ccappcommlauncherpluginrsc.rsc 	"resource\ccappcommlauncherpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6101
data=\epoc32\data\Z\resource\ccacontactorservicersc.rsc 	"resource\ccacontactorservicersc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6102
data=\epoc32\data\Z\resource\ccappmycardpluginrsc.rsc 	"resource\ccappmycardpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6103
data=\epoc32\data\Z\resource\ccappdetailsviewpluginrsc.rsc 	"resource\ccappdetailsviewpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6104
data=\epoc32\data\Z\Resource\apps\cch.RSC 	"resource\apps\cch.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6105
data=\epoc32\data\Z\Resource\apps\cchuinotif.rsc 	"resource\apps\cchuinotif.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6106
data=\epoc32\data\Z\resource\apps\clock.RSC 	"resource\apps\clock.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6107
data=\epoc32\data\Z\resource\apps\clock_loc.RSC 	"resource\apps\clock_loc.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6108
data=\epoc32\data\Z\resource\timezonelocalization\timezones.rsc 	"resource\timezonelocalization\timezones.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6109
data=\epoc32\data\Z\resource\timezonelocalization\timezonegroups.rsc 	"resource\timezonelocalization\timezonegroups.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6110
data=\epoc32\data\Z\resource\apps\clockindicatorpaneplugin.rsc 	"resource\apps\clockindicatorpaneplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6111
data=\epoc32\data\Z\resource\apps\emailwidget.rsc 	"resource\apps\emailwidget.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6112
data=\epoc32\data\Z\Resource\ConnectUtilrsc.rsc 	"resource\ConnectUtilrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6113
data=\epoc32\data\Z\resource\plugins\contactssearchresource.rsc 	"resource\plugins\contactssearchresource.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6114
DATA=\epoc32\data\Z\resource\cscsettingsui.rsc 	"resource\cscsettingsui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6115
DATA=\epoc32\data\Z\resource\cscgspluginrsc.rsc 	"resource\cscgspluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6116
data=\epoc32\data\Z\resource\apps\CSC.RSC 	"resource\apps\CSC.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6117
data=\epoc32\data\Z\resource\apps\cshelp.rsc 	"resource\apps\cshelp.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6118
data=\epoc32\data\Z\resource\apps\defaultappserver.rsc 	"resource\apps\defaultappserver.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6119
data=\epoc32\data\Z\resource\gsdasplugin_rsc.rsc 	"resource\gsdasplugin_rsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6120
data=\epoc32\data\Z\Private\200159c0\install\desktop_20026f4f\hsps\00\icon.mif 	"private\200159c0\install\desktop_20026f4f\hsps\00\icon.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6121
data=\epoc32\data\Z\Private\200159c0\install\desktop_20026f4f\hsps\00\desktopconfiguration.dtd 	"private\200159c0\install\desktop_20026f4f\hsps\00\desktopconfiguration.dtd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6122
data=\epoc32\data\Z\resource\apps\devdiagapp.RSC 	"resource\apps\devdiagapp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6123
data=\epoc32\data\Z\resource\apps\DevEncUi.RSC 	"resource\apps\DevEncUi.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6124
data=\epoc32\data\Z\resource\devencnotifplugin.rsc 	"resource\devencnotifplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6125
data=\epoc32\data\Z\resource\devencGsPluginRsc.rsc 	"resource\devencGsPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6126
data=\epoc32\data\Z\resource\easydialingpluginresources.rsc 	"resource\easydialingpluginresources.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6127
data=\epoc32\data\Z\resource\apps\easydialing.mif 	"resource\apps\easydialing.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6128
data=\epoc32\data\Z\Private\200159c0\install\emailwidget\hsps\00\emailwidgetconfiguration.dtd 	"private\200159c0\install\emailwidget\hsps\00\emailwidgetconfiguration.dtd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6129
data=\epoc32\data\Z\Private\200159c0\install\emailwidget\hsps\00\emailwidgeticon.mif 	"private\200159c0\install\emailwidget\hsps\00\emailwidgeticon.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6130
data=\epoc32\data\Z\resource\apps\emailwidgetsettings.rsc 	"resource\apps\emailwidgetsettings.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6131
data=\epoc32\data\Z\Resource\apps\evtmgmtui.rsc 	"resource\apps\evtmgmtui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6132
data=\epoc32\data\Z\Resource\apps\evthandlerapp.rsc 	"resource\apps\evthandlerapp.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6133
data=\epoc32\data\Z\Resource\evtmgmteditorui.rsc 	"resource\evtmgmteditorui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6134
data=\epoc32\data\Z\resource\evtinfonote.rsc 	"resource\evtinfonote.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6135
data=\epoc32\data\Z\resource\apps\MPFileDetails.RSC 	"resource\apps\MPFileDetails.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6136
data=\epoc32\data\Z\Resource\FILELIST.RSC 	"resource\FILELIST.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6137
REM Filemanager Localized Data
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6138
data=\epoc32\data\Z\resource\FILEMANAGERENGINE.rsc 	"resource\FILEMANAGERENGINE.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6139
data=\epoc32\data\Z\resource\FILEMANAGERVIEW.rsc 	"resource\FILEMANAGERVIEW.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6140
data=\epoc32\data\Z\resource\apps\FILEMANAGER.rsc 	"resource\apps\FileManager.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6141
data=\epoc32\data\Z\resource\filemanagerbkupchecker.rsc 	"resource\filemanagerbkupchecker.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6142
data=\epoc32\data\Z\resource\plugins\filessearchresource.rsc 	"resource\plugins\filessearchresource.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6143
data=\epoc32\data\Z\resource\apps\fmradio.rsc 	"resource\apps\fmradio.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6144
data=\epoc32\data\Z\resource\fmradioengine.rsc 	"resource\fmradioengine.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6145
data=\epoc32\data\Z\resource\fmradiomcpplugin.rsc 	"resource\fmradiomcpplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6146
data=\epoc32\data\Z\resource\apps\FreestyleEmailUi.RSC 	"resource\apps\FreestyleEmailUi.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6147
data=\epoc32\data\Z\resource\ipssossettings.rsc 	"resource\ipssossettings.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6148
data=\epoc32\data\Z\resource\apps\fsccallplugin.RSC 	"resource\apps\fsccallplugin.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6149
data=\epoc32\data\Z\resource\apps\fscsaveascontactplugin.RSC 	"resource\apps\fscsaveascontactplugin.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6150
data=\epoc32\data\Z\resource\apps\fscpocplugin.RSC 	"resource\apps\fscpocplugin.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6151
data=\epoc32\data\Z\resource\apps\fscsendplugin.RSC 	"resource\apps\fscsendplugin.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6152
data=\epoc32\data\Z\resource\apps\fsmailserver.rsc 	"resource\apps\fsmailserver.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6153
data=\epoc32\data\Z\resource\apps\glxcommoncommandhandlers.rsc 	"resource\apps\glxcommoncommandhandlers.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6154
data=\epoc32\data\Z\resource\apps\glxfetcherdialog.rsc 	"resource\apps\glxfetcherdialog.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6155
data=\epoc32\data\Z\resource\apps\glx_loc.Rsc 	"resource\apps\glx_loc.Rsc"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6156
data=\epoc32\data\Z\resource\apps\glx.Rsc 	"resource\apps\glx.Rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6157
data=\epoc32\data\Z\resource\apps\glxivwr_loc.Rsc 	"resource\apps\glxivwr_loc.Rsc"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6158
data=\epoc32\data\Z\resource\apps\glxivwr.Rsc 	"resource\apps\glxivwr.Rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6159
data=\epoc32\data\Z\resource\apps\glxtagsbrowserview.rsc 	"resource\apps\glxtagsbrowserview.rsc"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6160
data=\epoc32\data\Z\resource\plugins\glxplugintags.rsc 	"resource\plugins\glxplugintags.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6161
data=\epoc32\data\Z\resource\apps\glxviewbase.rsc 	"resource\apps\glxviewbase.rsc"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6162
data=\epoc32\data\Z\resource\apps\glxcommandhandlermarking.rsc 	"resource\apps\glxcommandhandlermarking.rsc"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6163
data=\epoc32\data\Z\resource\plugins\glxpluginalbums.rsc 	"resource\plugins\glxpluginalbums.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6164
data=\epoc32\data\Z\resource\plugins\glxpluginall.rsc 	"resource\plugins\glxpluginall.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6165
data=\epoc32\data\Z\resource\apps\glxuiutilities.rsc 	"resource\apps\glxuiutilities.rsc"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6166
data=\epoc32\data\Z\resource\apps\glxgridviewdata.rsc 	"resource\apps\glxgridviewdata.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6167
data=\epoc32\data\Z\resource\apps\glxfullscreenviewdata.rsc 	"resource\apps\glxfullscreenviewdata.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6168
data=\epoc32\data\Z\resource\apps\glxlistviewplugin.rsc 	"resource\apps\glxlistviewplugin.rsc"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6169
data=\epoc32\data\Z\resource\apps\glxdownloadtext.rsc 	"resource\apps\glxdownloadtext.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6170
data=\epoc32\data\Z\resource\apps\glxmetadatadialog.rsc 	"resource\apps\glxmetadatadialog.rsc"   
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6171
data=\epoc32\data\Z\resource\gsdevdiagpluginrsc.rsc 	"resource\gsdevdiagpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6172
data=\epoc32\data\Z\resource\apps\GSEmailSettingsPlugin.rsc 	"resource\apps\GSEmailSettingsPlugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6173
data=\epoc32\data\Z\resource\mediasettings.rsc 	"resource\mediasettings.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6174
data=\epoc32\data\Z\resource\gsvmbxpluginrsc.rsc 	"resource\gsvmbxpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6175
data=\epoc32\data\Z\resource\apps\vcxhgmyvideos.rsc 	"resource\apps\vcxhgmyvideos.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6176
data=\epoc32\data\Z\resource\apps\vcxhgmyvideos.mif 	"resource\apps\vcxhgmyvideos.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6177
data=\epoc32\data\Z\resource\apps\vcxhgmyvideosicons.mif 	"resource\apps\vcxhgmyvideosicons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6178
data=\epoc32\data\Z\resource\apps\vcxhgvodui.rsc 	"resource\apps\vcxhgvodui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6179
data=\epoc32\data\Z\resource\apps\vcxhgvoddefaulticons.mif 	"resource\apps\vcxhgvoddefaulticons.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6180
data=\epoc32\data\Z\private\101ffa91\plugins\BlackWhite.rsc 	"private\101ffa91\plugins\BlackWhite.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6181
data=\epoc32\data\Z\private\101ffa91\plugins\Brightness.rsc 	"private\101ffa91\plugins\Brightness.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6182
data=\epoc32\data\Z\private\101ffa91\plugins\Cartoonize.rsc 	"private\101ffa91\plugins\Cartoonize.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6183
data=\epoc32\data\Z\private\101ffa91\plugins\Clipart.rsc 	"private\101ffa91\plugins\Clipart.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6184
data=\epoc32\data\Z\private\101ffa91\plugins\Bubble.rsc 	"private\101ffa91\plugins\Bubble.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6185
data=\epoc32\data\Z\private\101ffa91\plugins\Contrast.rsc 	"private\101ffa91\plugins\Contrast.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6186
data=\epoc32\data\Z\private\101ffa91\plugins\Crop.rsc 	"private\101ffa91\plugins\Crop.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6187
data=\epoc32\data\Z\private\101ffa91\plugins\Frame.rsc 	"private\101ffa91\plugins\Frame.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6188
data=\epoc32\data\Z\private\101ffa91\plugins\Negative.rsc 	"private\101ffa91\plugins\Negative.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6189
data=\epoc32\data\Z\private\101ffa91\plugins\RedEyeReduction.rsc 	"private\101ffa91\plugins\RedEyeReduction.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6190
data=\epoc32\data\Z\private\101ffa91\plugins\Resize.rsc 	"private\101ffa91\plugins\Resize.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6191
data=\epoc32\data\Z\private\101ffa91\plugins\Rotateleft.rsc 	"private\101ffa91\plugins\Rotateleft.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6192
data=\epoc32\data\Z\private\101ffa91\plugins\Rotateright.rsc 	"private\101ffa91\plugins\Rotateright.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6193
data=\epoc32\data\Z\private\101ffa91\plugins\Sepia.rsc 	"private\101ffa91\plugins\Sepia.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6194
data=\epoc32\data\Z\private\101ffa91\plugins\Sharpness.rsc 	"private\101ffa91\plugins\Sharpness.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6195
data=\epoc32\data\Z\private\101ffa91\plugins\Text.rsc 	"private\101ffa91\plugins\Text.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6196
data=\epoc32\data\Z\resource\ImageEditorProviderInternal.rsc 	"resource\ImageEditorProviderInternal.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6197
data=\epoc32\data\Z\resource\apps\ImageEditorPluginBase.rsc 	"resource\apps\ImageEditorPluginBase.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6198
data=\epoc32\data\Z\resource\apps\ImageEditor.rsc 	"resource\apps\ImageEditor.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6199
data=\epoc32\data\Z\resource\apps\ImageEditorUi.rsc 	"resource\apps\ImageEditorUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6200
data=\epoc32\data\Z\resource\apps\imageprintapp.RSC 	"resource\apps\imageprintapp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6201
DATA=\epoc32\data\Z\resource\imageprintengine.rsc 	"resource\imageprintengine.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6202
DATA=\epoc32\data\Z\resource\aiwprintingprovider.rsc 	"resource\aiwprintingprovider.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6203
data=\epoc32\data\Z\resource\imageprintdata\protocols\dpof.rsc 	"resource\imageprintdata\protocols\dpof.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6204
data=\epoc32\data\Z\resource\apps\imcvuiapp.RSC 	"resource\apps\imcvuiapp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6205
data=\epoc32\data\Z\resource\apps\imcvuiapp.mif 	"resource\apps\imcvuiapp.mif" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6206
data=\epoc32\data\Z\resource\imstatuspaneindicatorpluginrss.rsc 	"resource\imstatuspaneindicatorpluginrss.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6207
data=\epoc32\data\Z\resource\vimpstuires.rsc 	"resource\vimpstuires.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6208
data=\epoc32\data\Z\resource\vimpstdetailsviewpluginrsc.rsc 	"resource\vimpstdetailsviewpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6209
data=\epoc32\data\Z\resource\apps\vimpstui.mif 	"resource\apps\vimpstui.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6210
data=\epoc32\data\Z\resource\apps\vimpst_servicetab_default.mif 	"resource\apps\vimpst_servicetab_default.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6211
data=\epoc32\winscw\c\private\102828DD\data\xsp\xsp\files\r47.conversations.mif 	"private\102828DD\data\xsp\xsp\files\r47.conversations.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6212
data=\epoc32\winscw\c\private\102828DD\data\xsp\xsp\brandfile.bin.r47 	"private\102828DD\data\xsp\xsp\brandfile.bin.r47"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6213
data=\epoc32\data\Z\resource\IMUMUTILS.rsc 	"resource\ImumUtils.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6214
data=\epoc32\data\Z\resource\messaging\IMUM.rsc 	"resource\messaging\Imum.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6215
data=\epoc32\data\Z\resource\messaging\mtm\smtp.rsc 	"resource\messaging\mtm\smtp.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6216
data=\epoc32\data\Z\resource\messaging\mtm\pop3.rsc 	"resource\messaging\mtm\pop3.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6217
data=\epoc32\data\Z\resource\messaging\mtm\imap4.rsc 	"resource\messaging\mtm\imap4.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6218
data=\epoc32\data\Z\resource\ipvoicemailengine.rsc 	"resource\ipvoicemailengine.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6219
data=\epoc32\data\Z\resource\java\javaapplicationsettings.rsc 	"resource\java\javaapplicationsettings.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6220
data=\epoc32\data\Z\resource\java\javausermessages.rsc 	"resource\java\javausermessages.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6221
data=\epoc32\data\Z\resource\java\pimcm.rsc 	"resource\java\pimcm.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6222
data=\epoc32\data\Z\resource\java\pimevent.rsc 	"resource\java\pimevent.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6223
data=\epoc32\data\Z\resource\java\pimtodo.rsc 	"resource\java\pimtodo.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6224
data=\epoc32\data\Z\resource\java\lcdui.rsc 	"resource\java\lcdui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6225
data=\epoc32\data\Z\resource\java\eswtcore.rsc 	"resource\java\eswtcore.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6226
data=\epoc32\data\Z\resource\lmkui.rsC 	"resource\lmkui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6227
data=\epoc32\data\Z\Resource\apps\Landmarks.rsc 	"resource\apps\Landmarks.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6228
data=\epoc32\data\Z\Resource\apps\LmkMsgViewer.rsc 	"resource\apps\LmkMsgViewer.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6229
data=\epoc32\data\Z\resource\apps\Logs.rsc 	"resource\apps\Logs.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6230
REM Light Weight Player
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6231
data=\epoc32\data\Z\resource\apps\lwplayer.rsc 	"resource\apps\lwplayer.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6232
data=\epoc32\data\Z\resource\apps\MsgMailEditor.RSC 	"resource\apps\MsgMailEditor.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6233
data=\epoc32\data\Z\resource\apps\MsgMailViewer.RSC 	"resource\apps\MsgMailViewer.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6234
data=\epoc32\data\Z\resource\MailPlainView.rsc 	"resource\MailPlainView.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6235
data=\epoc32\data\Z\resource\MsgMailUtils.rsc 	"resource\MsgMailUtils.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6236
data=\epoc32\data\Z\resource\apps\matrixmenu.RSC 	"resource\apps\matrixmenu.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6237
data=\epoc32\data\Z\resource\apps\MCEEXTRAITEMS.RSC 	"resource\apps\mceextraitems.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6238
data=\epoc32\data\Z\resource\apps\MCE.RSC 	"resource\apps\Mce.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6239
data=\epoc32\data\Z\resource\apps\MceLogEng.rsc 	"resource\apps\MceLogEng.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6240
data=\epoc32\data\Z\resource\mcesettings.rsc 	"resource\mcesettings.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6241
data=\epoc32\data\Z\resource\MceSettingsGSPluginRsc.rsc 	"resource\MceSettingsGSPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6242
data=\epoc32\data\Z\resource\apps\mediasettings.RSC 	"resource\apps\mediasettings.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6243
data=\epoc32\data\Z\resource\MemStatePopup.rsc 	"resource\MemStatePopup.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6244
data=\epoc32\data\z\resource\apps\foldersuite.rsc 	"resource\apps\foldersuite.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6245
data=\epoc32\data\Z\private\200113DD\content\01\matrixmenudata.dtd 	"private\200113DD\content\01\matrixmenudata.dtd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6246
data=\epoc32\data\Z\resource\plugins\messagespluginresource.rsc 	"resource\plugins\messagespluginresource.Rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6247
data=\epoc32\data\Z\resource\missedalarmindicatorplugin.rsc 	"resource\missedalarmindicatorplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6248
data=\epoc32\data\z\resource\apps\mmfolderuiextplugin.rsc 	"resource\apps\mmfolderuiextplugin.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6249
data=\epoc32\data\Z\resource\mmssettings.rsc 	"resource\MmsSettings.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6250
data=\epoc32\data\Z\resource\messaging\mmsui.rsc 	"resource\messaging\MmsUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6251
data=\epoc32\data\Z\resource\messaging\mtm\mms.rsc 	"resource\messaging\mtm\Mms.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6252
data=\epoc32\data\Z\resource\messaging\notui.rsc 	"resource\messaging\NotUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6253
data=\epoc32\data\Z\resource\messaging\mtm\not.rsc 	"resource\messaging\mtm\Not.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6254
data=\epoc32\data\Z\resource\apps\mmsviewer.rsc 	"resource\apps\MmsViewer.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6255
data=\epoc32\data\Z\resource\apps\notviewer.rsc 	"resource\apps\NotViewer.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6256
data=\epoc32\data\Z\resource\apps\mpxaddtracksdialog.rsc 	"resource\apps\mpxaddtracksdialog.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6257
data=\epoc32\data\Z\resource\apps\mpxalbumarteditordialog.rsc 	"resource\apps\mpxalbumarteditordialog.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6258
data=\epoc32\data\Z\resource\apps\mpxaudioeffectsview.rsc 	"resource\apps\mpxaudioeffectsview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6259
data=\epoc32\data\Z\resource\apps\mpxcollectionviewhg.rsc 	"resource\apps\mpxcollectionviewhg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6260
data=\epoc32\data\Z\resource\apps\mpxcollectionview.rsc 	"resource\apps\mpxcollectionview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6261
data=\epoc32\data\Z\resource\apps\mpxcommoncontainer.rsc 	"resource\apps\mpxcommoncontainer.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6262
data=\epoc32\data\Z\resource\apps\mpxcommonplaybackview.rsc 	"resource\apps\mpxcommonplaybackview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6263
data=\epoc32\data\Z\resource\apps\mpxfmtx.rsc 	"resource\apps\mpxfmtx.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6264
data=\epoc32\data\Z\resource\apps\mpxcommonui.rsc 	"resource\apps\mpxcommonui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6265
data=\epoc32\data\Z\resource\apps\mpxembeddedplaybackview.rsc 	"resource\apps\mpxembeddedplaybackview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6266
data=\epoc32\data\Z\resource\apps\mpxmainview.rsc 	"resource\apps\mpxmainview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6267
data=\epoc32\data\Z\resource\apps\mpxmediakeyhandler.rsc 	"resource\apps\mpxmediakeyhandler.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6268
data=\epoc32\data\Z\resource\apps\mpxmetadataeditordialog.rsc 	"resource\apps\mpxmetadataeditordialog.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6269
data=\epoc32\data\Z\resource\apps\mpx.rsc 	"resource\apps\mpx.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6270
data=\epoc32\data\Z\resource\apps\mpxpdplaybackview.rsc 	"resource\apps\mpxpdplaybackview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6271
data=\epoc32\data\Z\resource\apps\mpxpdsbplaybackview.rsc 	"resource\apps\mpxpdsbplaybackview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6272
data=\epoc32\data\Z\resource\apps\mpxplaybackview.rsc 	"resource\apps\mpxplaybackview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6273
data=\epoc32\data\Z\resource\apps\mpxpodcastplaybackview.rsc 	"resource\apps\mpxpodcastplaybackview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6274
data=\epoc32\data\Z\resource\apps\mpxpodcastcollectionview.rsc 	"resource\apps\mpxpodcastcollectionview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6275
data=\epoc32\data\Z\resource\apps\mpxscreensaverplugin.rsc 	"resource\apps\mpxscreensaverplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6276
data=\epoc32\data\Z\resource\apps\mpxcollectiondbhgres.rsc 	"resource\apps\mpxcollectiondbhgres.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6277
data=\epoc32\data\Z\resource\apps\mpxcollectiondbres.rsc 	"resource\apps\mpxcollectiondbres.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6278
data=\epoc32\data\Z\resource\apps\pcres.rsc 	"resource\apps\pcres.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6279
data=\epoc32\data\Z\resource\apps\mpxupnpbrowsedialog.rsc 	"resource\apps\mpxupnpbrowsedialog.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6280
data=\epoc32\data\Z\resource\apps\mpxupnpplaybackdialog.rsc 	"resource\apps\mpxupnpplaybackdialog.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6281
data=\epoc32\data\Z\resource\apps\mpxupnpplaybackview.rsc 	"resource\apps\mpxupnpplaybackview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6282
data=\epoc32\data\Z\resource\apps\mpxvideoplaybackcontrols.rsc 	"resource\apps\mpxvideoplaybackcontrols.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6283
data=\epoc32\data\Z\resource\apps\mpxvideoplaybackviews.rsc 	"resource\apps\mpxvideoplaybackviews.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6284
data=\epoc32\data\Z\resource\apps\mpxvideoplayer.RSC 	"resource\apps\mpxvideoplayer.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6285
data=\epoc32\data\Z\resource\apps\mpxvideoplayer_aif.mif 	"resource\apps\mpxvideoplayer_aif.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6286
data=\epoc32\data\Z\resource\apps\mpxwaitnotedialog.rsc 	"resource\apps\mpxwaitnotedialog.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6287
data=\epoc32\data\Z\resource\mseng.rsc 	"resource\mseng.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6288
data=\epoc32\data\Z\resource\MsgEditorAppUi.rsc 	"resource\MsgEditorAppUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6289
data=\epoc32\data\Z\resource\MsgErrorWatcherData.rsc 	"resource\MsgErrorWatcherData.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6290
data=\epoc32\data\Z\resource\msgindicator.rsc 	"resource\msgindicator.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6291
data=\epoc32\data\Z\resource\MsgNotifiers.rsc 	"resource\MsgNotifiers.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6292
data=\epoc32\data\Z\resource\muiu.rsc 	"resource\muiu.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6293
data=\epoc32\data\Z\resource\muiu_internal.Rsc 	"resource\muiu_internal.Rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6294
data=\epoc32\data\Z\resource\multicaluidialog.rsc 	"resource\multicaluidialog.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6295
data=\epoc32\data\Z\resource\plugins\multimediasearchresource.rsc 	"resource\plugins\multimediasearchresource.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6296
data=\epoc32\data\Z\resource\apps\musui.RSC 	"resource\apps\musui.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6297
data=\epoc32\data\Z\resource\mussettingsuirsc.rsc 	"resource\mussettingsuirsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6298
data=\epoc32\data\Z\resource\muswpadapterresource.rsc 	"resource\muswpadapterresource.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6299
data=\epoc32\data\Z\resource\musaiwproviderui.rsc 	"resource\musaiwproviderui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6300
data=\epoc32\data\Z\resource\musindicator.rsc 	"resource\musindicator.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6301
data=\epoc32\data\Z\resource\apps\musichomescreen.rsc 	"resource\apps\musichomescreen.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6302
data=\epoc32\data\Z\Private\200159c0\install\musicwidget_10207c18\hsps\00\musicwidgetconfiguration.dtd 	"private\200159c0\install\musicwidget_10207c18\hsps\00\musicwidgetconfiguration.dtd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6303
data=\epoc32\data\Z\Private\200159c0\install\musicwidget_10207c18\hsps\00\musicwidgeticon.mif 	"private\200159c0\install\musicwidget_10207c18\hsps\00\musicwidgeticon.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6304
data=\epoc32\data\z\resource\apps\ainativeui.rsc 	"resource\apps\ainativeui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6305
data=\epoc32\data\Z\Resource\ncnlist.rsc 	"resource\ncnlist.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6306
data=\epoc32\data\Z\resource\apps\notepad.rsc 	"resource\apps\notepad.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6307
data=\epoc32\data\Z\resource\apps\NpdViewer.rsc 	"resource\apps\NpdViewer.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6308
data=\epoc32\data\Z\resource\NpdLib.rsc 	"resource\NpdLib.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6309
data=\epoc32\data\Z\resource\plugins\notespluginsresource.rsc 	"resource\plugins\notespluginsresource.Rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6310
data=\epoc32\data\Z\resource\WPEMailAdapterResource.rsc 	"resource\WPEMailAdapter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6311
REM OMA Device Management Application UI IBY-file for localizable elements
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6312
data=\epoc32\data\Z\resource\apps\NSmlDMSync.RSC 	"resource\apps\NSmlDMSync.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6313
data=\epoc32\data\Z\resource\OmaDmCPPluginResource.rsc 	"resource\OmaDmCPPluginResource.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6314
REM OMA Data Synchronization Application UI IBY-file for localizable elements
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6315
data=\epoc32\data\Z\resource\apps\NSmlDSSync.RSC 	"resource\apps\NSmlDSSync.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6316
data=\epoc32\data\Z\resource\NsmlDSGSPluginResource.RSC 	"resource\NsmlDSGSPluginResource.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6317
data=\epoc32\data\Z\resource\apps\OnlineSupport.RSC 	"resource\apps\OnlineSupport.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6318
data=\epoc32\data\Z\resource\apps\Operatormenu.RSC 	"resource\apps\Operatormenu.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6319
data=\epoc32\data\Z\Private\200159c0\install\organizer_2001f481\xuikon\00\orga.o0000 	"private\200159c0\install\organizer_2001f481\xuikon\00\orga.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6320
data=\epoc32\data\Z\Private\200159c0\install\organizer_2001f481\hsps\00\organizerconfiguration.dtd 	"private\200159c0\install\organizer_2001f481\hsps\00\organizerconfiguration.dtd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6321
data=\epoc32\data\Z\resource\apps\pbk2rclcallplugin.RSC 	"resource\apps\pbk2rclcallplugin.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6322
data=\epoc32\data\Z\resource\apps\pbk2rclsaveascontactplugin.RSC 	"resource\apps\pbk2rclsaveascontactplugin.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6323
data=\epoc32\data\Z\resource\apps\pbk2rclpocplugin.RSC 	"resource\apps\pbk2rclpocplugin.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6324
data=\epoc32\data\Z\resource\apps\pbk2rclsendplugin.RSC 	"resource\apps\pbk2rclsendplugin.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6325
data=\epoc32\data\Z\resource\apps\pbk2rclsendbusinesscardpluginimpl.RSC 	"resource\apps\pbk2rclsendbusinesscardpluginimpl.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6326
data=\epoc32\data\Z\resource\apps\pbk2rclactionutils.RSC 	"resource\apps\pbk2rclactionutils.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6327
data=\epoc32\data\Z\resource\pbk2rclengine.rsc 	"resource\pbk2rclengine.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6328
data=\epoc32\data\Z\resource\apps\Phonebook2.RSC 	"resource\apps\Phonebook2.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6329
data=\epoc32\data\Z\resource\Pbk2Presentation.rsc 	"resource\Pbk2Presentation.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6330
data=\epoc32\data\Z\resource\Pbk2PresentationChinese.rsc 	"resource\Pbk2PresentationChinese.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6331
data=\epoc32\data\Z\resource\Pbk2PresentationJapanese.rsc 	"resource\Pbk2PresentationJapanese.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6332
data=\epoc32\data\Z\resource\Pbk2UIControls.rsc 	"resource\Pbk2UIControls.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6333
data=\epoc32\data\Z\resource\Pbk2Commands.rsc 	"resource\Pbk2Commands.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6334
data=\epoc32\data\Z\resource\Pbk2UiExtCommon.rsc 	"resource\Pbk2UiExtCommon.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6335
data=\epoc32\data\Z\resource\Pbk2CommonUi.rsc 	"resource\Pbk2CommonUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6336
data=\epoc32\data\Z\resource\apps\Pbk2ServerApp.rsc 	"resource\apps\Pbk2ServerApp.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6337
data=\epoc32\data\Z\resource\Pbk2UIServicesRes.rsc 	"resource\Pbk2UIServicesRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6338
data=\epoc32\data\Z\resource\Pbk2ExNamesListRes.rsc 	"resource\Pbk2ExNamesListRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6339
data=\epoc32\data\Z\resource\Pbk2GroupUIRes.rsc 	"resource\Pbk2GroupUIRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6340
data=\epoc32\data\Z\resource\Pbk2CmdExtRes.rsc 	"resource\Pbk2CmdExtRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6341
data=\epoc32\data\Z\resource\Pbk2USIMUIRes.rsc 	"resource\Pbk2USIMUIRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6342
data=\epoc32\data\Z\resource\Pbk2USimThinUIRes.rsc 	"resource\Pbk2USimThinUIRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6343
data=\epoc32\data\Z\resource\Pbk2MMCUIRes.rsc 	"resource\Pbk2MMCUIRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6344
data=\epoc32\data\Z\resource\Pbk2MapUIRes.rsc 	"resource\Pbk2MapUIRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6345
data=\epoc32\data\Z\Resource\ExtensionManagerRes.rsc 	"resource\ExtensionManagerRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6346
data=\epoc32\data\Z\resource\pbk2rclsettingres.rsc 	"resource\pbk2rclsettingres.rsc"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6347
data=\epoc32\data\Z\resource\PbkEng.rsc 	"resource\PbkEng.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6348
data=\epoc32\data\Z\resource\PbkEngChinese.rsc 	"resource\PbkEngChinese.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6349
data=\epoc32\data\Z\resource\PbkEngJapanese.rsc 	"resource\PbkEngJapanese.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6350
data=\epoc32\data\Z\resource\BCardEng.rsc 	"resource\BCardEng.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6351
data=\epoc32\data\Z\resource\PbkView.rsc 	"resource\PbkView.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6352
data=\epoc32\data\Z\resource\cntmodel\cntmodel.rsc 	"resource\cntmodel\cntmodel.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6353
data=\epoc32\data\Z\resource\PbkEngine_FMRes.RSC 	"resource\PbkEngine_FMRes.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6354
data=\epoc32\data\Z\resource\PbkEngine_FMJapaneseRes.RSC 	"resource\PbkEngine_FMJapaneseRes.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6355
data=\epoc32\data\Z\resource\PbkEngine_FMChineseRes.RSC 	"resource\PbkEngine_FMChineseRes.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6356
data=\epoc32\data\Z\resource\apps\phoneui.rsc 	"resource\apps\phoneui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6357
data=\epoc32\data\Z\resource\PhoneClient.rsc 	"resource\PhoneClient.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6358
data=\epoc32\data\Z\resource\PhoneServer.rsc 	"resource\PhoneServer.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6359
data=\epoc32\data\Z\resource\apps\callhandlingui.rsc 	"resource\apps\callhandlingui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6360
data=\epoc32\data\Z\resource\apps\phoneuitouch.rsc 	"resource\apps\phoneuitouch.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6361
data=\epoc32\data\Z\resource\apps\phoneuivoip.rsc 	"resource\apps\phoneuivoip.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6362
data=\epoc32\data\Z\resource\apps\pnpprovisioning.RSC 	"resource\apps\pnpprovisioning.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6363
data=\epoc32\data\Z\Private\200159c0\install\posterwideimage_2001fdbc\xuikon\00\posterwideimage.o0000 	"private\200159c0\install\posterwideimage_2001fdbc\xuikon\00\posterwideimage.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6364
data=\epoc32\data\Z\Private\200159c0\install\profile_2001cb7c\xuikon\00\profile.o0000 	"private\200159c0\install\profile_2001cb7c\xuikon\00\profile.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6365
data=\epoc32\data\Z\Private\200159c0\install\profile_2001cb7c\hsps\00\icon.mif 	"private\200159c0\install\profile_2001cb7c\hsps\00\icon.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6366
data=\epoc32\data\Z\Private\200159c0\install\profile_2001cb7c\hsps\00\profileconfiguration.dtd 	"private\200159c0\install\profile_2001cb7c\hsps\00\profileconfiguration.dtd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6367
data=\epoc32\data\Z\resource\apps\profileapp.rsc 	"resource\apps\profileapp.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6368
data=\epoc32\data\Z\Resource\profilesettingsview.rsc 	"resource\profilesettingsview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6369
data=\epoc32\data\Z\Resource\GSProfilesPluginRsc.rsc 	"resource\GSProfilesPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6370
data=\epoc32\data\Z\Resource\profileaiwproviderresource.rsc 	"resource\profileaiwproviderresource.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6371
data=\epoc32\data\Z\resource\PslnCallImagePluginRsc.rsc 	"resource\PslnCallImagePluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6372
data=\epoc32\data\Z\resource\messaging\mtm\PushRegistry.rsc 	"resource\messaging\mtm\PushRegistry.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6373
data=\epoc32\data\Z\resource\messaging\PushMtmUi.rsc 	"resource\messaging\PushMtmUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6374
data=\epoc32\data\Z\resource\apps\PushViewer.rsc 	"resource\apps\PushViewer.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6375
data=\epoc32\data\Z\resource\plugins\srchuiindevice.rsc 	"resource\plugins\srchuiindevice.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6376
data=\epoc32\data\Z\resource\plugins\srchaiwprovidermenu.rsc 	"resource\plugins\srchaiwprovidermenu.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6377
data=\epoc32\data\Z\resource\apps\srchuiresultview.rsc 	"resource\apps\srchuiresultview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6378
data=\epoc32\data\Z\resource\apps\srchui.rsc 	"resource\apps\srchui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6379
data=\epoc32\data\Z\resource\apps\srchuiapp.rsc 	"resource\apps\srchuiapp.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6380
data=\epoc32\data\Z\resource\apps\srchuiapp_loc.rsc 	"resource\apps\srchuiapp_loc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6381
data=\epoc32\data\Z\resource\DrmLinkSenderUi.rsc 	"resource\DrmLinkSenderUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6382
data=\epoc32\data\Z\resource\servicewidgetpluginres.rsc 	"resource\servicewidgetpluginres.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6383
data=\epoc32\data\Z\resource\apps\shwslideshowengine.rsc 	"resource\apps\shwslideshowengine.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6384
data=\epoc32\data\Z\resource\apps\shwslideshowview.rsc 	"resource\apps\shwslideshowview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6385
data=\epoc32\data\Z\resource\apps\shwsettingsdialog.rsc 	"resource\apps\shwsettingsdialog.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6386
data=\epoc32\data\Z\resource\messaging\bif\CliLogoBif.rsc 	"resource\messaging\bif\CliLogoBif.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6387
data=\epoc32\data\Z\resource\messaging\bif\DmcpBif.rsc 	"resource\messaging\bif\DmcpBif.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6388
data=\epoc32\data\Z\resource\MsgEditorUtils.rsc 	"resource\MsgEditorUtils.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6389
data=\epoc32\data\Z\resource\messaging\bif\EnotifBif_sms_no.rsc 	"resource\messaging\bif\EnotifBif_sms_no.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6390
data=\epoc32\data\Z\resource\messaging\bif\IacBif_sms_no.rsc 	"resource\messaging\bif\IacBif_sms_no.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6391
data=\epoc32\data\Z\resource\OpLogoBC.rsc 	"resource\OpLogoBC.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6392
data=\epoc32\data\Z\resource\messaging\bif\OpLogoBif.rsc 	"resource\messaging\bif\OpLogoBif.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6393
data=\epoc32\data\Z\resource\RingBC.rsc 	"resource\RingBC.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6394
data=\epoc32\data\Z\resource\messaging\bif\RingBif.rsc 	"resource\messaging\bif\RingBif.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6395
data=\epoc32\data\Z\resource\VCalBc.rsc 	"resource\VCalBc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6396
data=\epoc32\data\Z\resource\messaging\bif\VcalBif_sms.rsc 	"resource\messaging\bif\VcalBif_sms.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6397
data=\epoc32\data\Z\resource\VcardBc.rsc 	"resource\VcardBc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6398
data=\epoc32\data\Z\resource\messaging\bif\VcardBif_sms.rsc 	"resource\messaging\bif\VcardBif_sms.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6399
data=\epoc32\data\Z\resource\messaging\bif\cbcBif_sms.rsc 	"resource\messaging\bif\cbcBif_sms.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6400
data=\epoc32\data\Z\resource\WMLBC.rsc 	"resource\WMLBC.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6401
data=\epoc32\data\Z\resource\messaging\bif\WMLBif.rsc 	"resource\messaging\bif\WapBif.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6402
data=\epoc32\data\Z\resource\messaging\bif\WvBif_sms_no.rsc 	"resource\messaging\bif\WvBif_sms_no.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6403
data=\epoc32\data\Z\resource\messaging\bif\GmsBif.rsc 	"resource\messaging\bif\GmsBif.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6404
data=\epoc32\data\Z\resource\SmilPlayer.rsc 	"resource\SmilPlayer.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6405
data=\epoc32\data\Z\resource\apps\SmsViewer.RSC 	"resource\apps\SmsViewer.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6406
data=\epoc32\data\Z\resource\messaging\smum.rsc 	"resource\messaging\smum.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6407
data=\epoc32\data\Z\resource\messaging\mtm\sms.rsc 	"resource\messaging\mtm\sms.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6408
data=\epoc32\data\Z\resource\smsdetailsplugindata.rsc 	"resource\smsdetailsplugindata.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6409
data=\epoc32\data\Z\resource\defaultsimdialog.rsc 	"resource\defaultsimdialog.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6410
data=\epoc32\data\Z\resource\SpdCtrl.rsc 	"resource\SpdCtrl.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6411
data=\epoc32\data\Z\resource\apps\Speeddial.RSC 	"resource\apps\Speeddial.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6412
data=\epoc32\data\Z\resource\plugins\speeddialgspluginrsc.rsc 	"resource\plugins\speeddialgspluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6413
data=\epoc32\data\Z\resource\apps\vcexecutorapp.RSC 	"resource\apps\vcexecutorapp.rsc"    
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6414
data=\epoc32\data\Z\resource\nssvascontacthandler.rsc 	"resource\nssvascontacthandler.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6415
data=\epoc32\data\Z\resource\defaultvoicecommands.rsc 	"resource\defaultvoicecommands.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6416
data=\epoc32\data\Z\resource\vcommandexecutor.rsc 	"resource\vcommandexecutor.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6417
data=\epoc32\data\Z\resource\vcprofileobserver.rsc 	"resource\vcprofileobserver.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6418
data=\epoc32\data\Z\resource\SVGTAppObserverUtil.rsc 	"resource\SVGTAppObserverUtil.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6419
data=\epoc32\data\Z\resource\SVGTFileViewDetails.rsc 	"resource\SVGTFileViewDetails.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6420
data=\epoc32\data\Z\resource\SVGTUIControl.rsc 	"resource\SVGTUIControl.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6421
data=\epoc32\data\Z\resource\apps\SVGTViewerApp.rsc 	"resource\apps\SVGTViewerApp.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6422
data=\epoc32\data\Z\resource\apps\glxtagsbrowserview.rsc 	"resource\glxtagsbrowserview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6423
data=\epoc32\data\Z\Private\200159c0\install\templateview_20026f50\xuikon\00\templateview.o0000 	"private\200159c0\install\templateview_20026f50\xuikon\00\templateview.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6424
data=\epoc32\data\Z\resource\apps\TouchScreenCalib.RSC 	"resource\apps\TouchScreenCalib.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6425
data=\epoc32\data\Z\resource\apps\UISettingsSrv.RSC 	"resource\apps\UISettingsSrv.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6426
data=\epoc32\data\Z\resource\apps\UniEditor.rsc 	"resource\apps\UniEditor.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6427
data=\epoc32\data\Z\resource\UniMmsPluginD.rsc 	"resource\UniMmsPluginD.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6428
data=\epoc32\data\Z\resource\UniDataModel.rsc 	"resource\UniDataModel.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6429
data=\epoc32\data\Z\resource\messaging\UniMtms.rsc 	"resource\messaging\UniMtms.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6430
data=\epoc32\data\Z\resource\messaging\mtm\Uni.rsc 	"resource\messaging\mtm\Uni.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6431
data=\epoc32\data\Z\resource\UniSmsPluginD.rsc 	"resource\UniSmsPluginD.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6432
data=\epoc32\data\Z\resource\UniUtils.rsc 	"resource\UniUtils.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6433
REM Resource file(s) for Ussd application (ussd.iby)
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6434
data=\epoc32\data\Z\resource\apps\ussd.RSC 	"resource\apps\ussd.rsc"  
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6435
data=\epoc32\data\Z\resource\wpvccadapterrsc.rsc 	"resource\wpvccadapterrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6436
data=\epoc32\data\Z\resource\apps\vcxnsscheduleview.rsc 	"resource\apps\vcxnsscheduleview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6437
data=\epoc32\data\Z\resource\apps\VCommand.RSC 	"resource\apps\VCommand.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6438
data=\epoc32\data\Z\resource\vccontrolpanelpluginrsc.rsc 	"resource\vccontrolpanelpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6439
data=\epoc32\data\Z\resource\Plugins\vcxnotifier.rsc 	"resource\Plugins\vcxnotifier.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6440
data=\epoc32\data\Z\resource\Plugins\IptvOmaProvisioningAdapterRes.rsc 	"resource\Plugins\IptvOmaProvisioningAdapterRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6441
data=\epoc32\data\Z\resource\apps\IptvProvisioningApp.RSC 	"resource\apps\IptvProvisioningApp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6442
data=\epoc32\data\Z\resource\apps\VideoServices.RSC 	"resource\apps\VideoServices.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6443
data=\epoc32\data\Z\resource\apps\videotelui.rsc 	"resource\apps\videotelui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6444
data=\epoc32\data\Z\Private\200159c0\install\view_2001f48b\xuikon\00\view.o0000 	"private\200159c0\install\view_2001f48b\xuikon\00\view.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6445
data=\epoc32\data\Z\Private\200159c0\install\view_20022fe0\xuikon\00\view.o0000 	"private\200159c0\install\view_20022fe0\xuikon\00\view.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6446
data=\epoc32\data\Z\Private\200159c0\install\view_200286e4\xuikon\00\view.o0000 	"private\200159c0\install\view_200286e4\xuikon\00\view.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6447
data=\epoc32\data\Z\Private\200159c0\install\view_200286e5\xuikon\00\view.o0000 	"private\200159c0\install\view_200286e5\xuikon\00\view.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6448
data=\epoc32\data\Z\resource\VPbkCntModelRes.rsc 	"resource\VPbkCntModelRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6449
data=\epoc32\data\Z\resource\apps\Vm.RSC 	"resource\apps\Vm.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6450
data=\epoc32\data\Z\resource\apps\Voicerecorder.rsc 	"resource\apps\Voicerecorder.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6451
data=\epoc32\data\Z\resource\apps\vuivoicerecognition.RSC 	"resource\apps\vuivoicerecognition.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6452
data=\epoc32\data\Z\resource\aiwpbkinfoviewprovider.rsc 	"resource\aiwpbkinfoviewprovider.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6453
data=\epoc32\data\Z\resource\pbkinfoview.rsc 	"resource\pbkinfoview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6454
data=\epoc32\data\Z\resource\apps\VoIPProvisioningApp.RSC 	"resource\apps\VoIPProvisioningApp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6455
data=\epoc32\data\Z\resource\apps\widgetmanagerview.rsc 	"resource\apps\widgetmanagerview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6456
data=\epoc32\data\Z\resource\wpgeneralvoipsettingsadapter.rsc 	"resource\wpgeneralvoipsettingsadapter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6457
data=\epoc32\data\Z\resource\wpvoipadapter.rsc 	"resource\wpvoipadapter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6458
data=\epoc32\data\Z\resource\accfwnoteuinotifier.rsc 	"resource\accfwnoteuinotifier.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6459
data=\epoc32\data\Z\resource\aidevstaplgres.rsc 	"resource\aidevstaplgres.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6460
data=\epoc32\data\Z\resource\aiprofilepluginres.rsc 	"resource\aiprofilepluginres.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6461
data=\epoc32\data\Z\resource\fep\aknfep.rsc 	"resource\fep\aknfep.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6462
data=\epoc32\data\Z\Resource\Aknnotpi.rsc 	"resource\Aknnotpi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6463
data=\epoc32\data\Z\private\10207218\AKNMEMORYCARDUI.rsc 	"Private\10207218\AKNMEMORYCARDUI.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6464
data=\epoc32\data\Z\resource\aknswallpaperplugin.rsc 	"resource\aknswallpaperplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6465
data=\epoc32\data\Z\resource\AlwaysOnlineEmailPluginData.rsc 	"resource\AlwaysOnlineEmailPluginData.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6466
data=\epoc32\data\Z\resource\APControlListPluginRsc.rsc 	"resource\APControlListPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6467
DATA=\epoc32\data\Z\resource\ApEngine.rsc 	"resource\ApEngine.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6468
data=\epoc32\data\Z\resource\apps\SWInstSvrUI.RSC 	"resource\apps\SWInstSvrUI.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6469
data=\epoc32\data\Z\resource\SWInstCommonUI.rsc 	"resource\SWInstCommonUI.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6470
data=\epoc32\data\Z\Resource\SisxUIData.rsc 	"Resource\SisxUIData.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6471
data=\epoc32\data\Z\resource\swidaemon.rsc 	"resource\swidaemon.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6472
data=\epoc32\data\Z\resource\apps\ApplicationManagement.RSC 	"resource\apps\ApplicationManagement.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6473
data=\epoc32\data\Z\resource\appmngr2gsinstalledpluginrsc.rsc 	"resource\appmngr2gsinstalledpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6474
data=\epoc32\data\Z\resource\appmngr2gsinstfilespluginrsc.rsc 	"resource\appmngr2gsinstfilespluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6475
data=\epoc32\data\Z\resource\appmngr2gssettingspluginrsc.rsc 	"resource\appmngr2gssettingspluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6476
data=\epoc32\data\Z\resource\apps\appmngr2.RSC 	"resource\apps\appmngr2.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6477
DATA=\epoc32\data\Z\resource\ApSetUi.rsc 	"resource\ApSetUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6478
data=\epoc32\data\Z\resource\ApSettingsPluginRsc.rsc 	"resource\ApSettingsPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6479
data=\epoc32\data\Z\resource\apps\audiofetcherdialog.rsc 	"resource\apps\audiofetcherdialog.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6480
data=\epoc32\data\Z\resource\apps\Autolock.RSC 	"resource\apps\Autolock.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6481
data=\epoc32\data\Z\Resource\BrowserDialogsProvider.rsc 	"resource\BrowserDialogsProvider.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6482
data=\epoc32\data\Z\resource\BthidResource.rsc 	"resource\BthidResource.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6483
data=\epoc32\data\Z\resource\apps\PaintCursor.rsc 	"resource\apps\PaintCursor.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6484
data=\epoc32\data\Z\resource\btnotif.rsc 	"resource\btnotif.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6485
data=\epoc32\data\Z\resource\apps\BTUI.RSC 	"resource\apps\Btui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6486
data=\epoc32\data\Z\resource\BtuiViewResources.rsc 	"resource\BtuiViewResources.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6487
data=\epoc32\data\Z\resource\CallUI.rsc 	"resource\CallUI.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6488
data=\epoc32\data\Z\Resource\cbsserver.rsc 	"resource\cbsserver.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6489
data=\epoc32\data\Z\resource\apps\CbsUiApp.RSC 	"resource\apps\CbsUiApp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6490
data=\epoc32\data\Z\resource\CConndlgplugin.rsc 	"resource\CConndlgplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6491
data=\epoc32\data\Z\resource\certmanui.rsc 	"resource\certmanui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6492
data=\epoc32\data\Z\resource\apps\CertSaver.RSC 	"resource\apps\CertSaver.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6493
data=\epoc32\data\Z\Resource\cmmanager.rsc 	"resource\cmmanager.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6494
data=\epoc32\data\Z\resource\cmpluginembdestinationui.rsc 	"resource\cmpluginembdestinationui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6495
data=\epoc32\data\Z\resource\cmpacketdataui.RSC 	"resource\cmpacketdataui.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6496
data=\epoc32\data\Z\resource\cmpluginvpnui.rsc 	"resource\cmpluginvpnui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6497
data=\epoc32\data\Z\resource\cmwlanui.rsc 	"resource\cmwlanui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6498
data=\epoc32\data\Z\resource\CodUi.rsc 	"resource\CodUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6499
data=\epoc32\data\Z\resource\apps\CodViewer.RSC 	"resource\apps\CodViewer.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6500
data=\epoc32\data\Z\resource\apps\DdViewer.RSC 	"resource\apps\DdViewer.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6501
data=\epoc32\data\Z\resource\apps\RoapApp.RSC 	"resource\apps\RoapApp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6502
data=\epoc32\data\Z\Resource\CommonDialogs.rsc 	"resource\CommonDialogs.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6503
data=\epoc32\data\Z\Resource\FindItemui.rsc 	"resource\FindItemui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6504
data=\epoc32\data\Z\Resource\FindItemmenu.rsc 	"resource\FindItemmenu.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6505
data=\epoc32\data\Z\Resource\DocumentHandlerUi.rsc 	"resource\DocumentHandlerUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6506
data=\epoc32\data\Z\Resource\ConnectionManager.rsc 	"resource\ConnectionManager.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6507
data=\epoc32\data\Z\resource\connectionmonitorpluginrsc.rsc 	"resource\connectionmonitorpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6508
data=\epoc32\data\Z\resource\apps\ConnectionMonitorUi.RSC 	"resource\apps\ConnectionMonitorUi.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6509
data=\epoc32\data\Z\resource\ConnectionUiUtilities.RSC 	"resource\ConnectionUiUtilities.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6510
data=\epoc32\data\Z\resource\ConnUiUtilsNotif.RSC 	"resource\ConnUiUtilsNotif.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6511
data=\epoc32\data\Z\resource\CTSECDLGS.RSC 	"resource\CTSECDLGS.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6512
data=\epoc32\data\Z\resource\devdiagaudiopluginrsc.rsc 	"resource\devdiagaudiopluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6513
data=\epoc32\data\Z\resource\devdiagbatterychargercabletestpluginrsc.rsc 	"resource\devdiagbatterychargercabletestpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6514
data=\epoc32\data\Z\resource\devdiagbrowserpluginrsc.rsc 	"resource\devdiagbrowserpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6515
data=\epoc32\data\Z\resource\devdiagdatanetworktestpluginrsc.rsc 	"resource\devdiagdatanetworktestpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6516
data=\epoc32\data\Z\resource\devdiagexternalmediacardpluginrsc.rsc 	"resource\devdiagexternalmediacardpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6517
data=\epoc32\data\Z\resource\devdiagheadsetcabletestpluginrsc.rsc 	"resource\devdiagheadsetcabletestpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6518
data=\epoc32\data\Z\resource\devdiagnetcoveragepluginrsc.rsc 	"resource\devdiagnetcoveragepluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6519
data=\epoc32\data\Z\resource\devdiagspeakerpluginrsc.rsc 	"resource\devdiagspeakerpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6520
data=\epoc32\data\Z\resource\DevDiagUSBCableTestPluginRsc.rsc 	"resource\DevDiagUSBCableTestPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6521
data=\epoc32\data\Z\resource\devdiagvibratepluginrsc.rsc 	"resource\devdiagvibratepluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6522
data=\epoc32\data\Z\resource\devdiaginternalmemorypluginrsc.rsc 	"resource\devdiaginternalmemorypluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6523
data=\epoc32\data\Z\resource\DirectoryLocalizer.rsc 	"resource\DirectoryLocalizer.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6524
data=\epoc32\data\Z\resource\DisconnectDlg.RSC 	"resource\DisconnectDlg.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6525
data=\epoc32\data\Z\Resource\DownloadMgrUiLib.rsc 	"resource\DownloadMgrUiLib.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6526
data=\epoc32\data\Z\resource\drmhelper.rsc 	"resource\drmhelper.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6527
data=\epoc32\data\Z\resource\apps\DRMRightsManager.RSC 	"resource\apps\DRMRightsManager.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6528
data=\epoc32\data\Z\resource\RoHandler.RSC 	"resource\RoHandler.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6529
data=\epoc32\data\Z\resource\messaging\ROMTMUI.rsc 	"resource\messaging\ROMTMUI.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6530
data=\epoc32\data\Z\resource\drmsettingspluginrsc.rsc 	"resource\drmsettingspluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6531
data=\epoc32\data\Z\resource\DrmUtility.rsc 	"resource\DrmUtility.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6532
data=\epoc32\data\Z\resource\DrmUtilityDmgrWrapper.rsc 	"resource\DrmUtilityDmgrWrapper.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6533
data=\epoc32\data\Z\resource\dunutils.rsc 	"resource\dunutils.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6534
data=\epoc32\data\Z\Resource\eikctl.rsc 	"resource\eikctl.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6535
data=\epoc32\data\Z\Resource\EIKSRVUI.rsc 	"resource\Eiksrvui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6536
data=\epoc32\data\Z\Resource\EIKCOCTL.rsc 	"resource\EikCoctl.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6537
file=\epoc32\release\ARMV5\urel\Elocl.dll 	"sys\bin\Elocl.loc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6538
REM Equalizer
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6539
data=\epoc32\data\Z\resource\apps\Equalizer.rsc 	"resource\apps\Equalizer.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6540
data=\epoc32\data\Z\resource\apps\fotaserver.RSC 	"resource\apps\fotaserver.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6541
data=\epoc32\data\Z\resource\gsaccessoryplugin.rsc 	"resource\gsaccessoryplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6542
data=\epoc32\data\Z\resource\GSAdminPluginRsc.rsc 	"resource\GSAdminPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6543
data=\epoc32\data\Z\resource\apps\GSApp.RSC 	"resource\apps\GSApp.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6544
data=\epoc32\data\Z\resource\GSParentPluginRsc.rsc 	"resource\GSParentPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6545
data=\epoc32\data\Z\resource\GSFrameworkRsc.rsc 	"resource\GSFrameworkRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6546
data=\epoc32\data\Z\resource\GSAppsPluginRsc.rsc 	"resource\GSAppsPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6547
data=\epoc32\data\Z\resource\GSCallBarringPluginRsc.rsc 	"resource\GSCallBarringPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6548
data=\epoc32\data\Z\resource\GSCallDivertPluginRsc.rsc 	"resource\GSCallDivertPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6549
data=\epoc32\data\Z\resource\GSCallPluginRsc.rsc 	"resource\GSCallPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6550
data=\epoc32\data\Z\resource\gsconnsettingspluginrsc.rsc 	"resource\gsconnsettingspluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6551
data=\epoc32\data\Z\resource\GSConPluginRsc.rsc 	"resource\GSConPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6552
data=\epoc32\data\Z\resource\GSDataCallPluginRsc.rsc 	"resource\GSDataCallPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6553
data=\epoc32\data\Z\resource\GSDeviceManagementPluginRsc.rsc 	"resource\GSDeviceManagementPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6554
data=\epoc32\data\Z\resource\GSDisplayPluginRsc.rsc 	"resource\GSDisplayPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6555
data=\epoc32\data\Z\resource\GSGenPluginRsc.rsc 	"resource\GSGenPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6556
data=\epoc32\data\Z\resource\GSInstallationsPluginRsc.rsc 	"resource\GSInstallationsPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6557
data=\epoc32\data\Z\resource\GSLangPluginRsc.rsc 	"resource\GSLangPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6558
data=\epoc32\data\Z\resource\GSNetworkPluginRsc.rsc 	"resource\GSNetworkPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6559
data=\epoc32\data\Z\resource\GSOpticalJoystickPluginRsc.rsc 	"resource\GSOpticalJoystickPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6560
data=\epoc32\data\Z\resource\GSPDataAccessPointPluginRsc.rsc 	"resource\GSPDataAccessPointPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6561
data=\epoc32\data\Z\resource\GSPDataConnectionPluginRsc.rsc 	"resource\GSPDataConnectionPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6562
data=\epoc32\data\Z\resource\GSPDataHSDPAPluginRsc.rsc 	"resource\GSPDataHSDPAPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6563
data=\epoc32\data\Z\resource\GSPDataPluginRsc.rsc 	"resource\GSPDataPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6564
data=\epoc32\data\Z\resource\GSPowerSavingQueryPluginRsc.rsc 	"resource\GSPowerSavingQueryPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6565
data=\epoc32\data\Z\resource\GSSecurityPluginRsc.rsc 	"resource\GSSecurityPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6566
data=\epoc32\data\Z\resource\gssensorpluginrsc.rsc 	"resource\gssensorpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6567
data=\epoc32\data\Z\resource\GSSimSecPluginRsc.rsc 	"resource\GSSimSecPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6568
data=\epoc32\data\Z\resource\GSSIPSettingsPluginRsc.RSC 	"resource\GSSIPSettingsPluginRsc.RSC"        
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6569
data=\epoc32\data\Z\resource\GSSynchronisationPluginRsc.rsc 	"resource\GSSynchronisationPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6570
data=\epoc32\data\Z\resource\GSTelPluginRsc.rsc 	"resource\GSTelPluginRsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6571
data=\epoc32\data\Z\resource\SoftReject.rsc 	"resource\SoftReject.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6572
data=\epoc32\data\Z\resource\XDMPluginRsc.RSC 	"resource\XDMPluginRsc.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6573
data=\epoc32\data\Z\resource\apps\HsBrowser.RSC 	"resource\apps\HsBrowser.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6574
data=\epoc32\data\Z\resource\apps\iaupdate.RSC 	"resource\apps\iaupdate.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6575
data=\epoc32\data\Z\resource\apps\iaupdater.RSC 	"resource\apps\iaupdater.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6576
data=\epoc32\data\Z\resource\apps\iaupdatelauncher.RSC 	"resource\apps\iaupdatelauncher.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6577
data=\epoc32\data\Z\resource\apps\homescreen.rsc 	"resource\apps\homescreen.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6578
data=\epoc32\data\Z\resource\lbtmgmtpluginview.rsc 	"resource\lbtmgmtpluginview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6579
data=\epoc32\data\Z\resource\lcstylustaprsc.rsc 	"resource\lcstylustaprsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6580
data=\epoc32\data\Z\resource\eposlmglobalcategories.rsc 	"resource\eposlmglobalcategories.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6581
data=\epoc32\data\Z\resource\eposlmdefaultdbname.rsc 	"resource\eposlmdefaultdbname.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6582
data=\epoc32\data\Z\resource\mnclientlib.rsc 	"resource\mnclientlib.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6583
data=\epoc32\data\Z\resource\mnaiwproviderres.rsc 	"resource\mnaiwproviderres.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6584
data=\epoc32\data\Z\resource\locsysuiviewrsc.rsc 	"resource\locsysuiviewrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6585
data=\epoc32\data\Z\resource\apps\locbtnotifierresources.rsc 	"resource\apps\locbtnotifierresources.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6586
data=\epoc32\data\Z\resource\locgpsindicatorplugin.rsc 	"resource\locgpsindicatorplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6587
data=\epoc32\data\Z\resource\apps\lockapp.RSC 	"resource\apps\lockapp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6588
data=\epoc32\data\Z\resource\locnotprefpluginview.rsc 	"resource\locnotprefpluginview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6589
data=\epoc32\data\Z\resource\locpsysettingsuiview.rsc 	"resource\locpsysettingsuiview.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6590
data=\epoc32\data\Z\RESOURCE\APPS\locsettingsuiserver.rsc 	"resource\apps\locsettingsuiserver.rsc"       
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6591
data=\epoc32\data\Z\resource\locsuplsettingsui.rsc 	"resource\locsuplsettingsui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6592
data=\epoc32\data\Z\RESOURCE\locverifierdlg.RSC 	"resource\locverifierdlg.rsc"       
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6593
data=\epoc32\data\Z\resource\mcspluginres.rsc 	"resource\mcspluginres.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6594
data=\epoc32\data\Z\resource\mcspluginsettingsres.rsc 	"resource\mcspluginsettingsres.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6595
data=\epoc32\data\Z\Resource\MEDIAFILELIST.RSC 	"resource\MEDIAFILELIST.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6596
data=\epoc32\data\Z\resource\apps\mpxmediator.rsc 	"resource\apps\mpxmediator.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6597
data=\epoc32\data\Z\resource\messaging\mtm\btmtmui.rsc 	"resource\messaging\mtm\btmtmui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6598
data=\epoc32\data\Z\resource\messaging\mtm\irmtmui.rsc 	"resource\messaging\mtm\irmtmui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6599
data=\epoc32\data\Z\Resource\nlanpppsy_name.rsc 	"resource\nlanpppsy_name.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6600
data=\epoc32\data\Z\Resource\nla_agpspositioner.rsc 	"resource\nla_agpspositioner.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6601
data=\epoc32\data\Z\Resource\nla_gpspositioner.rsc 	"resource\nla_gpspositioner.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6602
data=\epoc32\data\Z\Resource\nla_nbppositioner.rsc 	"resource\nla_nbppositioner.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6603
data=\epoc32\data\Z\resource\NSmlDsProvisioningAdapter.rsc 	"resource\NSmlDsProvisioningAdapter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6604
REM data=\epoc32\data\Z\resource\nsmlemailmtmserver.rsc			resource\nsmlemailmtmserver.rsc
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6605
REM \dm\provisioningadapter
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6606
data=\epoc32\data\Z\resource\NSmlDmProvisioningAdapter.rsc 	"resource\NSmlDmProvisioningAdapter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6607
data=\epoc32\data\Z\resource\NSmlTransport.rsc 	"resource\NSmlTransport.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6608
data=\epoc32\data\Z\resource\obexutils.rsc 	"resource\obexutils.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6609
data=\epoc32\data\Z\resource\epos_omasuplnotifier.rsc 	"resource\epos_omasuplnotifier.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6610
data=\epoc32\data\Z\resource\lafmemorywatcher.rsc 	"resource\lafmemorywatcher.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6611
data=\epoc32\data\Z\resource\outofdiskmonitor.rsc 	"resource\outofdiskmonitor.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6612
REM PENINPUTARC
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6613
data=\EPOC32\DATA\Z\resource\gspeninputpluginrsc.RSC 	"resource\gspeninputpluginrsc.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6614
data=\epoc32\data\Z\resource\apps\peninputsetting.RSC 	"resource\apps\peninputsetting.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6615
data=\epoc32\data\Z\resource\plugins\peninputgeneralitutnew.rsc 	"resource\plugins\peninputgeneralitutnew.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6616
data=\epoc32\data\Z\resource\plugins\peninputvkbwindow.rsc 	"resource\plugins\peninputvkbwindow.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6617
data=\epoc32\data\Z\resource\plugins\peninputsplititutnew.rsc 	"resource\plugins\peninputsplititutnew.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6618
data=\epoc32\data\Z\resource\plugins\peninputssqwin.rsc 	"resource\plugins\peninputssqwin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6619
data=\epoc32\data\Z\resource\peninputvkbcn.rsc 	"resource\peninputvkbcn.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6620
data=\epoc32\data\Z\resource\PolicyEngineUIdlgs.rsc 	"resource\PolicyEngineUIdlgs.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6621
data=\epoc32\data\Z\resource\plugins\batindpaneplugin.rsc 	"resource\plugins\batindpaneplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6622
data=\epoc32\data\Z\Resource\profileeng.rsc 	"resource\profileeng.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6623
data=\epoc32\data\Z\Resource\profilescheduleevent.rsc 	"resource\profilescheduleevent.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6624
data=\epoc32\data\Z\Resource\proengwrapper.rsc 	"resource\proengwrapper.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6625
data=\epoc32\data\Z\resource\ProvisioningHandlerResource.rsc 	"resource\ProvisioningHandler.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6626
data=\epoc32\data\Z\resource\WPWAPAdapterResource.rsc 	"resource\WPWAPAdapter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6627
data=\epoc32\data\Z\resource\WPWVAdapterResource.rsc 	"resource\WPWVAdapter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6628
data=\epoc32\data\Z\resource\WpstreamingadapterResource.rsc 	"resource\Wpstreamingadapter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6629
data=\epoc32\data\Z\resource\WPMbxNbrAdapterResource.rsc 	"resource\WPMbxNbrAdapter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6630
data=\epoc32\data\Z\resource\ProvisioningBC.rsc 	"resource\ProvisioningBC.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6631
data=\epoc32\data\Z\resource\messaging\bif\prov.rsc 	"resource\messaging\bif\prov.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6632
data=\epoc32\data\Z\resource\ProvisioningSC.rsc 	"resource\ProvisioningSC.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6633
data=\epoc32\data\Z\resource\WPAPAdapterResource.rsc 	"resource\WPAPAdapterResource.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6634
data=\epoc32\data\Z\resource\wpdestinationnwadapter.rsc 	"resource\wpdestinationnwadapter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6635
data=\epoc32\data\Z\resource\apps\psln.RSC 	"resource\apps\psln.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6636
data=\epoc32\data\Z\resource\apps\pslnskinnames.RSC 	"resource\apps\pslnskinnames.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6637
data=\epoc32\data\Z\resource\apps\pslncommon.rsc 	"resource\apps\pslncommon.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6638
data=\epoc32\data\Z\resource\pslngspluginrsc.rsc 	"resource\pslngspluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6639
data=\epoc32\data\Z\resource\pslnslidesetdialogrsc.rsc 	"resource\pslnslidesetdialogrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6640
data=\epoc32\data\Z\resource\psuigspluginrsc.rsc 	"resource\psuigspluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6641
data=\epoc32\data\Z\resource\psui.rsc 	"resource\psui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6642
data=\epoc32\data\Z\resource\apps\Remotelock.rsc 	"resource\apps\Remotelock.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6643
data=\epoc32\data\Z\resource\Rfs.rsc 	"resource\Rfs.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6644
data=\epoc32\data\Z\resource\GSRFSPluginRsc.RSC 	"resource\GSRFSPluginRsc.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6645
data=\epoc32\data\Z\resource\rsfwgspluginrsc.RSC 	"resource\rsfwgspluginrsc.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6646
data=\epoc32\data\Z\resource\RemoteFileEngine.RSC 	"resource\RemoteFileEngine.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6647
data=\epoc32\data\Z\resource\rsfwmountconfbc.rsc 	"resource\rsfwmountconfbc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6648
data=\epoc32\data\Z\resource\messaging\bif\rsfwmountconfbcbif.rsc 	"resource\messaging\bif\rsfwmountconfbcbif.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6649
data=\epoc32\data\Z\resource\rsfwnotplugindlg.rsc 	"resource\rsfwnotplugindlg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6650
data=\epoc32\data\Z\resource\satserver.rsc 	"resource\satserver.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6651
data=\epoc32\data\Z\resource\apps\SatUI.RSC 	"resource\apps\SatUI.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6652
data=\epoc32\data\Z\resource\apps\SchemeApp.rsc 	"resource\apps\SchemeApp.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6653
data=\epoc32\data\Z\resource\sconftp.rsc 	"resource\sconftp.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6654
data=\epoc32\data\Z\resource\SCPNotifier.rsc 	"resource\SCPNotifier.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6655
data=\epoc32\data\Z\resource\SCPPatternPluginLang.rsc 	"resource\SCPPatternPluginLang.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6656
data=\epoc32\data\Z\resource\SCPHistoryPluginLang.rsc 	"resource\SCPHistoryPluginLang.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6657
data=\epoc32\data\Z\resource\SCPTimestampPluginLang.rsc 	"resource\SCPTimestampPluginLang.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6658
data=\epoc32\data\Z\resource\screensaveraiwplugin.rsc 	"resource\screensaveraiwplugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6659
data=\epoc32\data\Z\resource\ScreenSaverAnimPlugin.rsc 	"resource\ScreenSaverAnimPlugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6660
data=\epoc32\data\Z\resource\secmodui.rsc 	"resource\secmodui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6661
data=\epoc32\data\Z\resource\SecUi.rsc 	"resource\SecUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6662
data=\epoc32\data\Z\resource\Sendnorm.rsc 	"resource\Sendnorm.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6663
data=\epoc32\data\Z\resource\APPS\rtsecmanager.RSC 	"resource\apps\rtsecmanager.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6664
data=\epoc32\data\Z\resource\APPS\contactprovidername.RSC 	"resource\apps\contactprovidername.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6665
data=\epoc32\data\Z\resource\APPS\calendarprovidername.RSC 	"resource\apps\calendarprovidername.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6666
data=\epoc32\data\Z\resource\APPS\locationprovidername.RSC 	"resource\apps\locationprovidername.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6667
data=\epoc32\data\Z\resource\APPS\loggingprovidername.RSC 	"resource\apps\loggingprovidername.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6668
data=\epoc32\data\Z\resource\APPS\mediamanagementprovidername.RSC 	"resource\apps\mediamanagementprovidername.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6669
data=\epoc32\data\Z\resource\APPS\messagingprovidername.RSC 	"resource\apps\messagingprovidername.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6670
data=\epoc32\data\Z\resource\APPS\sysinfoprovidername.RSC 	"resource\apps\sysinfoprovidername.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6671
data=\epoc32\data\Z\resource\APPS\sensorprovidername.RSC 	"resource\apps\sensorprovidername.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6672
data=\epoc32\data\Z\resource\APPS\landmarkprovidername.RSC 	"resource\apps\landmarkprovidername.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6673
data=\epoc32\data\Z\resource\APPS\appmanagerprovidername.RSC 	"resource\apps\appmanagerprovidername.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6674
data=\epoc32\data\Z\resource\APPS\serviceregistryprovidername.RSC 	"resource\apps\serviceregistryprovidername.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6675
data=\epoc32\data\Z\resource\SERVICEREQUEST.rsc 	"resource\SERVICEREQUEST.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6676
data=\epoc32\data\Z\resource\serviceselector.rsc 	"resource\serviceselector.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6677
data=\epoc32\data\Z\resource\PresenceProvisioningTexts.RSC 	"resource\PresenceProvisioningTexts.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6678
data=\epoc32\data\Z\resource\wpsipadapter.rsc 	"resource\wpsipadapter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6679
data=\epoc32\data\Z\resource\SlideshowPlugin.rsc 	"resource\SlideshowPlugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6680
data=\epoc32\data\Z\resource\apps\Startup.RSC 	"resource\apps\Startup.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6681
data=\epoc32\data\Z\resource\SyncMLNotifier.rsc 	"resource\SyncMLNotifier.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6682
data=\epoc32\data\Z\resource\apps\sysap.RSC 	"resource\apps\SysAp.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6683
data=\epoc32\data\Z\resource\apps\taskswitcher.rsc 	"resource\apps\taskswitcher.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6684
data=\epoc32\data\Z\Resource\uiklaf\Eikcore.rsc 	"resource\uiklaf\Eikcore.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6685
data=\epoc32\data\Z\resource\apps\USBClassChangeUI.RSC 	"resource\apps\USBClassChangeUI.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6686
data=\epoc32\data\Z\resource\USBClassChangeUIPlugin.rsc 	"resource\USBClassChangeUIPlugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6687
REM USB UI notifiers resources
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6688
data=\epoc32\data\Z\resource\usbuinotif.rsc 	"resource\usbuinotif.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6689
data=\epoc32\data\Z\private\101fe1db\usbman_pcsmtp.rsc 	"private\101fe1db\usbman.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6690
data=\epoc32\data\Z\resource\VMBX.RSC 	"resource\VMBX.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6691
data=\epoc32\data\Z\resource\WebKit.rsc 	"resource\WebKit.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6692
data=\epoc32\data\Z\resource\WebKitUtils.rsc 	"resource\WebKitUtils.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6693
DATA=\epoc32\data\Z\resource\WEPSecuritySettingsUI.rsc 	"resource\WEPSecuritySettingsUI.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6694
data=\epoc32\data\Z\resource\WidgetMenu.rsc 	"resource\WidgetMenu.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6695
data=\epoc32\data\Z\Resource\WidgetInstallerUI.rsc 	"Resource\WidgetInstallerUI.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6696
data=\epoc32\data\Z\resource\apps\WidgetUi.RSC 	"resource\apps\WidgetUi.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6697
data=\epoc32\data\Z\resource\WiFiProtPlugin.rsc 	"resource\WiFiProtPlugin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6698
DATA=\epoc32\data\Z\resource\EapSimUi.rsc 	"resource\EapSimUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6699
DATA=\epoc32\data\Z\resource\EapAkaUi.rsc 	"resource\EapAkaUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6700
DATA=\epoc32\data\Z\resource\EapMschapv2Ui.rsc 	"resource\EapMschapv2Ui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6701
DATA=\epoc32\data\Z\resource\EapTlsUi.rsc 	"resource\EapTlsUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6702
DATA=\epoc32\data\Z\resource\EapPeapUi.rsc 	"resource\EapPeapUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6703
DATA=\epoc32\data\Z\resource\EapTtlsUi.rsc 	"resource\EapTtlsUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6704
DATA=\epoc32\data\Z\resource\EapGtcUi.rsc 	"resource\EapGtcUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6705
DATA=\epoc32\data\Z\resource\papui.rsc 	"resource\papui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6706
DATA=\epoc32\data\Z\resource\MsChapv2NotifDlgUi.rsc 	"resource\MsChapv2NotifDlgUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6707
DATA=\epoc32\data\Z\resource\GtcNotifDlgUi.rsc 	"resource\GtcNotifDlgUi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6708
DATA=\epoc32\data\Z\resource\papnotifdlgui.rsc 	"resource\papnotifdlgui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6709
DATA=\epoc32\data\Z\resource\EapPluginConfigRes.rsc 	"resource\EapPluginConfigRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6710
data=\epoc32\data\Z\resource\wlanindicator.rsc 	"resource\wlanindicator.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6711
data=\epoc32\data\Z\resource\wlanpluginrsc.rsc 	"resource\wlanpluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6712
data=\epoc32\data\Z\resource\wlansettingsui.rsc 	"resource\wlansettingsui.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6713
data=\epoc32\data\Z\resource\wmdrmpkserver.rsc 	"resource\wmdrmpkserver.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6714
data=\epoc32\data\Z\resource\apps\wmdrmdlaapp.RSC 	"resource\apps\wmdrmdlaapp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6715
data=\epoc32\data\Z\resource\wmdrmdlautils.rsc 	"resource\wmdrmdlautils.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6716
DATA=\epoc32\data\Z\resource\WPASecuritySettingsUI.rsc 	"resource\WPASecuritySettingsUI.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6717
data=\epoc32\data\Z\resource\wpnatfwtraversaladapter.rsc 	"resource\wpnatfwtraversaladapter.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6718
data=\epoc32\data\Z\Resource\wrtharvester.rsc 	"resource\wrtharvester.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6719
REM WlanSnifferAiHelperApplicationResources
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6720
data=\epoc32\data\Z\resource\apps\wsfaihelper.RSC 	"resource\apps\wsfaihelper.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6721
data=\epoc32\data\Z\resource\wsfaipluginrsc.rsc 	"resource\wsfaipluginrsc.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6722
REM WlanSnifferApWizardResources
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6723
data=\epoc32\data\Z\resource\wsfapwizard.rsc 	"resource\wsfapwizard.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6724
REM WlanSnifferApplicationResources
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6725
data=\epoc32\data\Z\resource\apps\wlansniffer.RSC 	"resource\apps\wlansniffer.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6726
data=\epoc32\data\Z\Private\200159c0\install\wsfwidget_20026F45\hsps\00\wsfwidgetconfiguration.dtd 	"private\200159c0\install\wsfwidget_20026F45\hsps\00\wsfwidgetconfiguration.dtd"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6727
REM WlanInfoSortingResources
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6728
data=\epoc32\data\Z\resource\wsfwlaninfosorting.rsc 	"resource\wsfwlaninfosorting.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6729
data=\epoc32\data\Z\private\10003a4a\SenNotifierPluginDlgImpl.rsc 	"private\10003a4a\SenNotifierPluginDlgImpl.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6730
data=\epoc32\data\Z\resource\XdmProvisioningTexts.RSC 	"resource\XdmProvisioningTexts.RSC"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6731
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calenlunarchineseplugin.dll  ,  calenlunarchineseplugin.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6732
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calenlunarvietnameseplugin.dll  ,  calenlunarvietnameseplugin.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6733
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calenthaiplugin.dll  ,  calenthaiplugin.dll  ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6734
data=\epoc32\data\Z\Private\200159c0\install\desktop_20026f4f\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\desktop_20026f4f\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6735
data=\epoc32\data\Z\resource\dialerkeypad.rsc 	"resource\dialerkeypad.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6736
data=\epoc32\data\Z\resource\dialerkeypad_cyrillic.rsc 	"resource\dialerkeypad_cyrillic.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6737
data=\epoc32\data\Z\resource\dialerkeypad_greek.rsc 	"resource\dialerkeypad_greek.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6738
data=\epoc32\data\Z\resource\dialerkeypad_hebrew.rsc 	"resource\dialerkeypad_hebrew.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6739
data=\epoc32\data\Z\resource\dialerkeypad_arabic.rsc 	"resource\dialerkeypad_arabic.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6740
data=\epoc32\data\Z\resource\dialerkeypad_farsi.rsc 	"resource\dialerkeypad_farsi.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6741
data=\epoc32\data\Z\resource\dialerkeypad_urdu.rsc 	"resource\dialerkeypad_urdu.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6742
data=\epoc32\data\Z\resource\dialerkeypad_thai.rsc 	"resource\dialerkeypad_thai.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6743
data=\epoc32\data\Z\resource\dialerkeypad_devanagari.rsc 	"resource\dialerkeypad_devanagari.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6744
data=\epoc32\data\Z\resource\dialerkeypad_chn_pinyin.rsc 	"resource\dialerkeypad_chn_pinyin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6745
data=\epoc32\data\Z\resource\dialerkeypad_chn_stroke.rsc 	"resource\dialerkeypad_chn_stroke.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6746
data=\epoc32\data\Z\resource\dialerkeypad_chn_zhuyin.rsc 	"resource\dialerkeypad_chn_zhuyin.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6747
data=\epoc32\data\Z\Private\200159c0\install\emailwidget\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\emailwidget\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6748
data=\epoc32\data\Z\Private\200159c0\install\empty_2001f47f\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\empty_2001f47f\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6749
data=\epoc32\data\Z\resource\xhtml\theme\xsl\index2html.xslt 	"resource\xhtml\theme\xsl\index2html.xslt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6750
data=\epoc32\data\Z\resource\xhtml\theme\js\functions.js 	"resource\xhtml\theme\js\functions.js"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6751
data=\epoc32\data\Z\resource\xhtml\theme\icons\qgn_indi_link_apps.gif 	"resource\xhtml\theme\icons\qgn_indi_link_apps.gif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6752
data=\epoc32\data\Z\resource\xhtml\theme\icons\qgn_indi_link_help.gif 	"resource\xhtml\theme\icons\qgn_indi_link_help.gif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6753
data=\epoc32\data\Z\resource\xhtml\theme\icons\qgn_indi_link_help_bidi.gif 	"resource\xhtml\theme\icons\qgn_indi_link_help_bidi.gif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6754
data=\epoc32\data\Z\resource\xhtml\theme\icons\qgn_indi_link_ref_popup.gif 	"resource\xhtml\theme\icons\qgn_indi_link_ref_popup.gif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6755
data=\epoc32\data\Z\resource\xhtml\theme\icons\qgn_indi_link_web.gif 	"resource\xhtml\theme\icons\qgn_indi_link_web.gif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6756
data=\epoc32\data\Z\resource\xhtml\theme\icons\qgn_indi_tip.gif 	"resource\xhtml\theme\icons\qgn_indi_tip.gif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6757
data=\epoc32\data\Z\resource\xhtml\theme\css\help.css 	"resource\xhtml\theme\css\help.css"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6758
data=\epoc32\data\Z\resource\xhtml\theme\css\help_bidi.css 	"resource\xhtml\theme\css\help_bidi.css"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6759
data=\epoc32\data\Z\Private\200159c0\install\musicwidget_10207c18\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\musicwidget_10207c18\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6760
data=\epoc32\data\Z\Private\200159c0\install\onerow_2001f480\xuikon\00\onerow.o0000 	"private\200159c0\install\onerow_2001f480\xuikon\00\onerow.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6761
data=\epoc32\data\Z\Private\200159c0\install\onerow_2001f480\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\onerow_2001f480\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6762
data=\epoc32\data\Z\Private\200159c0\install\organizer_2001f481\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\organizer_2001f481\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6763
data=\epoc32\data\Z\Private\200159c0\install\posterwideimage_2001fdbc\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\posterwideimage_2001fdbc\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6764
data=\epoc32\data\Z\Private\200159c0\install\profile_2001cb7c\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\profile_2001cb7c\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6765
data=\epoc32\data\Z\Private\200159c0\install\servicewidget_20021383\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\servicewidget_20021383\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6766
data=\epoc32\data\Z\Private\200159c0\install\templateview_20026f50\hsps\00\templateviewconfiguration.xml 	"private\200159c0\install\templateview_20026f50\hsps\00\templateviewconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6767
data=\epoc32\data\Z\Private\200159c0\install\threerows_2001f486\xuikon\00\threerows.o0000 	"private\200159c0\install\threerows_2001f486\xuikon\00\threerows.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6768
data=\epoc32\data\Z\Private\200159c0\install\threerows_2001f486\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\threerows_2001f486\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6769
data=\epoc32\data\Z\Private\200159c0\install\threetextrows_2001f487\xuikon\00\threetextrows.o0000 	"private\200159c0\install\threetextrows_2001f487\xuikon\00\threetextrows.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6770
data=\epoc32\data\Z\Private\200159c0\install\threetextrows_2001f487\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\threetextrows_2001f487\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6771
data=\epoc32\data\Z\resource\apps\TouchScreenCalib.mif 	"resource\apps\TouchScreenCalib.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6772
data=\epoc32\data\Z\resource\apps\TouchScreenCalib_anim.RSC 	"resource\apps\TouchScreenCalib_anim.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6773
data=\epoc32\data\Z\Private\200159c0\install\tworows_2001f488\xuikon\00\tworows.o0000 	"private\200159c0\install\tworows_2001f488\xuikon\00\tworows.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6774
data=\epoc32\data\Z\Private\200159c0\install\tworows_2001f488\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\tworows_2001f488\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6775
data=\epoc32\data\Z\Private\200159c0\install\wideimage_2001f489\xuikon\00\wideimage.o0000 	"private\200159c0\install\wideimage_2001f489\xuikon\00\wideimage.o0000"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6776
data=\epoc32\data\Z\Private\200159c0\install\wideimage_2001f489\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\wideimage_2001f489\hsps\00\widgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6777
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, avkonfep.dll , avkonfep.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6778
data=\epoc32\data\Z\resource\apps\aknfepuictrls.mif 	"resource\apps\aknfepuictrls.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6779
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AknFepUiAvkonPlugin.dll , AknFepUiAvkonPlugin.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6780
data=\epoc32\data\Z\System\Data\SkinExclusions.ini 	"System\Data\SkinExclusions.ini"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6781
file=\epoc32\release\ARMV5\urel\FindUtilImpl.dll 	"sys\bin\FindUtilImpl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6782
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ityperast.dll , ityperast.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6783
REM MISSING   data=\epoc32\release\ARMV5\urel\s60snr.ttf           resource\Fonts\s60snr.ttf
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6784
REM MISSING   data=\epoc32\release\ARMV5\urel\s60ssb.ttf           resource\Fonts\s60ssb.ttf
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6785
REM MISSING   data=\epoc32\release\ARMV5\urel\s60tsb.ttf           resource\Fonts\s60tsb.ttf
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6786
REM MISSING data=\epoc32\release\ARMV5\urel\S60ZDIGI.ttf           resource\Fonts\S60ZDIGI.ttf
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6787
data=\epoc32\data\Z\Private\20019119\config.xml 	"PRIVATE\20019119\config.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6788
REM  \dm\settings		
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6789
data=\epoc32\data\Z\resource\NSmlDMProfileRes.rsc 	"resource\NSmlDMProfileRes.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6790
data=\epoc32\data\Z\resource\plugins\peninputgenericitut.rsc 	"resource\plugins\peninputgenericitut.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6791
data=\epoc32\data\Z\resource\apps\peninputgenericitut.mif 	"resource\apps\peninputgenericitut.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6792
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, peninputgenericitut.dll , peninputgenericitut.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6793
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, peninputimepluginitut.dll , peninputimepluginitut.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6794
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PeninputPluginKr.dll , PeninputPluginKr.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6795
data=\epoc32\data\Z\resource\fep\PeninputPluginKrRes.r01 	"resource\fep\PeninputPluginKrRes.r01"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6796
data=\epoc32\data\Z\resource\fep\PeninputPluginKrRes.r65 	"resource\fep\PeninputPluginKrRes.r65"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6797
data=\epoc32\data\Z\resource\plugins\peninputsplititut.rsc 	"resource\plugins\peninputsplititut.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6798
data=\epoc32\data\Z\resource\apps\peninputsplititut.mif 	"resource\apps\peninputsplititut.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6799
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, peninputsplititut.dll , peninputsplititut.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6800
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PeninputVkbKr.dll , PeninputVkbKr.dll ) 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6801
data=\epoc32\data\Z\resource\apps\PeninputVkbKr.mif 	"resource\apps\PeninputVkbKr.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6802
data=\epoc32\data\Z\resource\plugins\PeninputVkbKrWindowKr.rsc 	"resource\plugins\PeninputVkbKrWindowKr.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6803
data=\epoc32\data\Z\resource\plugins\PeninputVkbKrWindowConfigInfo_65.rsc 	"resource\plugins\PeninputVkbKrWindowConfigInfo_65.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6804
REM MISSING data=\epoc32\data\Z\Private\100059C9\cenrep_rfs.txt               private\100059C9\cenrep_rfs.txt
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6805
file=\epoc32\release\ARMV5\urel\SortUtilImpl.dll 	"sys\bin\SortUtilImpl.dll"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6806
data=\epoc32\data\Z\resource\apps\SplashScreen.mif 	"resource\apps\SplashScreen.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6807
data=\epoc32\data\Z\resource\apps\Startup.mif 	"resource\apps\Startup.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6808
data=\epoc32\data\Z\resource\apps\SysAp.mif 	"resource\apps\SysAp.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6809
data=\epoc32\data\Z\Resource\uiklaf\EIKPRIV.rsc 	"resource\uiklaf\EikPriv.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6810
data=\epoc32\data\Z\resource\apps\variatedbitmaps.mif 	"resource\apps\variatedbitmaps.mif"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6811
data=\epoc32\release\ARMV5\urel\z\private\100059C9\ScriptInit.txt 	"private\100059C9\ScriptInit.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6812
data=\epoc32\release\ARMV5\urel\z\private\100059C9\script0.txt 	"private\100059C9\script0.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6813
data=\epoc32\release\ARMV5\urel\z\private\100059C9\script1.txt 	"private\100059C9\script1.txt"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6814
data=\epoc32\data\Z\Private\200159c0\install\wsfwidget_20026F45\hsps\00\wsfwidgetconfiguration.xml 	"private\200159c0\install\wsfwidget_20026F45\hsps\00\wsfwidgetconfiguration.xml"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6815
file=\epoc32\release\ARMV5\urel\star.exe 	"sys\bin\star.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6816
data=\epoc32\data\Z\resource\apps\star.RSC 	"resource\apps\star.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6817
data=\epoc32\data\Z\private\10003a3f\import\Apps\star_reg.rsc 	"private\10003a3f\import\apps\star_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6818
file=\epoc32\release\ARMV5\urel\wiggly.exe 	"sys\bin\wiggly.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6819
data=\epoc32\data\Z\resource\apps\wiggly.RSC 	"resource\apps\wiggly.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6820
data=\epoc32\data\Z\private\10003a3f\import\Apps\wiggly_reg.rsc 	"private\10003a3f\import\apps\wiggly_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6821
file=\epoc32\release\ARMV5\urel\animatedtiles.exe 	"sys\bin\animatedtiles.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6822
data=\epoc32\data\Z\resource\apps\animatedtiles.RSC 	"resource\apps\animatedtiles.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6823
data=\epoc32\data\Z\private\10003a3f\import\Apps\animatedtiles_reg.rsc 	"private\10003a3f\import\apps\animatedtiles_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6824
file=\epoc32\release\ARMV5\urel\collidingmice.exe 	"sys\bin\collidingmice.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6825
data=\epoc32\data\Z\resource\apps\collidingmice.RSC 	"resource\apps\collidingmice.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6826
data=\epoc32\data\Z\private\10003a3f\import\Apps\collidingmice_reg.rsc 	"private\10003a3f\import\apps\collidingmice_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6827
file=\epoc32\release\ARMV5\urel\addressbook.exe 	"sys\bin\addressbook.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6828
data=\epoc32\data\Z\resource\apps\addressbook.RSC 	"resource\apps\addressbook.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6829
data=\epoc32\data\Z\private\10003a3f\import\Apps\addressbook_reg.rsc 	"private\10003a3f\import\apps\addressbook_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6830
file=\epoc32\release\ARMV5\urel\svgviewer.exe 	"sys\bin\svgviewer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6831
data=\epoc32\data\Z\resource\apps\svgviewer.RSC 	"resource\apps\svgviewer.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6832
data=\epoc32\data\Z\private\10003a3f\import\Apps\svgviewer_reg.rsc 	"private\10003a3f\import\apps\svgviewer_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6833
file=\epoc32\release\ARMV5\urel\analogclock.exe 	"sys\bin\analogclock.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6834
data=\epoc32\data\Z\resource\apps\analogclock.RSC 	"resource\apps\analogclock.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6835
data=\epoc32\data\Z\private\10003a3f\import\Apps\analogclock_reg.rsc 	"private\10003a3f\import\apps\analogclock_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6836
file=\epoc32\release\ARMV5\urel\imagegestures.exe 	"sys\bin\imagegestures.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6837
data=\epoc32\data\Z\resource\apps\imagegestures.RSC 	"resource\apps\imagegestures.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6838
data=\epoc32\data\Z\private\10003a3f\import\Apps\imagegestures_reg.rsc 	"private\10003a3f\import\apps\imagegestures_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6839
file=\epoc32\release\ARMV5\urel\qftp.exe 	"sys\bin\qftp.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6840
data=\epoc32\data\Z\resource\apps\qftp.RSC 	"resource\apps\qftp.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6841
data=\epoc32\data\Z\private\10003a3f\import\Apps\qftp_reg.rsc 	"private\10003a3f\import\apps\qftp_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6842
file=\epoc32\release\ARMV5\urel\masterdetail.exe 	"sys\bin\masterdetail.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6843
data=\epoc32\data\Z\resource\apps\masterdetail.RSC 	"resource\apps\masterdetail.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6844
data=\epoc32\data\Z\private\10003a3f\import\Apps\masterdetail_reg.rsc 	"private\10003a3f\import\apps\masterdetail_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6845
file=\epoc32\release\ARMV5\urel\previewer.exe 	"sys\bin\previewer.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6846
data=\epoc32\data\Z\resource\apps\previewer.RSC 	"resource\apps\previewer.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6847
data=\epoc32\data\Z\private\10003a3f\import\Apps\previewer_reg.rsc 	"private\10003a3f\import\apps\previewer_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6848
file=\epoc32\release\ARMV5\urel\fluidlauncher.exe 	"sys\bin\fluidlauncher.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6849
data=\epoc32\data\Z\resource\apps\fluidlauncher.RSC 	"resource\apps\fluidlauncher.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6850
data=\epoc32\data\Z\private\10003a3f\import\Apps\fluidlauncher_reg.rsc 	"private\10003a3f\import\apps\fluidlauncher_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6851
file=\epoc32\release\ARMV5\urel\deform.exe 	"sys\bin\deform.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6852
data=\epoc32\data\Z\resource\apps\deform.RSC 	"resource\apps\deform.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6853
data=\epoc32\data\Z\private\10003a3f\import\Apps\deform_reg.rsc 	"private\10003a3f\import\apps\deform_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6854
REM MISSING file=\epoc32\release\ARMV5\urel\standarddialogs.exe                   sys\bin\standarddialogs.exe 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6855
REM MISSING data=\epoc32\data\Z\resource\apps\standarddialogs.RSC   resource\apps\standarddialogs.rsc 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6856
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\standarddialogs_reg.rsc   \private\10003a3f\import\apps\standarddialogs_reg.rsc
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6857
file=\epoc32\release\ARMV5\urel\pathstroke.exe 	"sys\bin\pathstroke.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6858
data=\epoc32\data\Z\resource\apps\pathstroke.RSC 	"resource\apps\pathstroke.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6859
data=\epoc32\data\Z\private\10003a3f\import\Apps\pathstroke_reg.rsc 	"private\10003a3f\import\apps\pathstroke_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6860
REM MISSING file=\epoc32\release\ARMV5\urel\gradients.exe                   sys\bin\gradients.exe 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6861
REM MISSING data=\epoc32\data\Z\resource\apps\gradients.RSC   resource\apps\gradients.rsc 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6862
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\gradients_reg.rsc   \private\10003a3f\import\apps\gradients_reg.rsc
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6863
file=\epoc32\release\ARMV5\urel\moveblocks.exe 	"sys\bin\moveblocks.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6864
data=\epoc32\data\Z\resource\apps\moveblocks.RSC 	"resource\apps\moveblocks.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6865
data=\epoc32\data\Z\private\10003a3f\import\Apps\moveblocks_reg.rsc 	"private\10003a3f\import\apps\moveblocks_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6866
file=\epoc32\release\ARMV5\urel\stickman.exe 	"sys\bin\stickman.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6867
data=\epoc32\data\Z\resource\apps\stickman.RSC 	"resource\apps\stickman.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6868
data=\epoc32\data\Z\private\10003a3f\import\Apps\stickman_reg.rsc 	"private\10003a3f\import\apps\stickman_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6869
file=\epoc32\release\ARMV5\urel\fridgemagnets.exe 	"sys\bin\fridgemagnets.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6870
data=\epoc32\data\Z\resource\apps\fridgemagnets.RSC 	"resource\apps\fridgemagnets.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6871
data=\epoc32\data\Z\private\10003a3f\import\Apps\fridgemagnets_reg.rsc 	"private\10003a3f\import\apps\fridgemagnets_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6872
REM MISSING file=\epoc32\release\ARMV5\urel\blurpicker.exe                   sys\bin\blurpicker.exe 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6873
REM MISSING data=\epoc32\data\Z\resource\apps\blurpicker.RSC   resource\apps\blurpicker.rsc 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6874
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\blurpicker_reg.rsc   \private\10003a3f\import\apps\blurpicker_reg.rsc
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6875
REM MISSING file=\epoc32\release\ARMV5\urel\knobs.exe                   sys\bin\knobs.exe 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6876
REM MISSING data=\epoc32\data\Z\resource\apps\knobs.RSC   resource\apps\knobs.rsc 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6877
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\knobs_reg.rsc   \private\10003a3f\import\apps\knobs_reg.rsc
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6878
file=\epoc32\release\ARMV5\urel\states.exe 	"sys\bin\states.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6879
data=\epoc32\data\Z\resource\apps\states.RSC 	"resource\apps\states.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6880
data=\epoc32\data\Z\private\10003a3f\import\Apps\states_reg.rsc 	"private\10003a3f\import\apps\states_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6881
file=\epoc32\release\ARMV5\urel\saxbookmarks.exe 	"sys\bin\saxbookmarks.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6882
data=\epoc32\data\Z\resource\apps\saxbookmarks.RSC 	"resource\apps\saxbookmarks.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6883
data=\epoc32\data\Z\private\10003a3f\import\Apps\saxbookmarks_reg.rsc 	"private\10003a3f\import\apps\saxbookmarks_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6884
REM MISSING file=\epoc32\release\ARMV5\urel\defaultprototypes.exe                   sys\bin\defaultprototypes.exe 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6885
REM MISSING data=\epoc32\data\Z\resource\apps\defaultprototypes.RSC   resource\apps\defaultprototypes.rsc 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6886
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\defaultprototypes_reg.rsc   \private\10003a3f\import\apps\defaultprototypes_reg.rsc
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6887
REM MISSING file=\epoc32\release\ARMV5\urel\queuedcustomtype.exe                   sys\bin\queuedcustomtype.exe 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6888
REM MISSING data=\epoc32\data\Z\resource\apps\queuedcustomtype.RSC   resource\apps\queuedcustomtype.rsc 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6889
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\queuedcustomtype_reg.rsc   \private\10003a3f\import\apps\queuedcustomtype_reg.rsc
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6890
file=\epoc32\release\ARMV5\urel\anomaly.exe 	"sys\bin\anomaly.exe" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6891
data=\epoc32\data\Z\resource\apps\anomaly.RSC 	"resource\apps\anomaly.rsc" 
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6892
data=\epoc32\data\Z\private\10003a3f\import\Apps\anomaly_reg.rsc 	"private\10003a3f\import\apps\anomaly_reg.rsc"
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6893
romname syborg.rom.img
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6894
time=##TODAY## 12:00:00
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6895
romchecksum=0x12345678
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6896
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6897
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6898
}
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6899
ROM_IMAGE[1] {
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6900
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6901
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6902
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6903
REM MISSING  data=\epoc32\rom\include\OBEYFILE.oby		System\Samples\DESIRED_ABI_OBEYFILE
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6904
pagingoverride defaultpaged
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6905
pagingoverride defaultpaged
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6906
pagingoverride defaultpaged
7cc18512baf6 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
  6907
}