syborg_stem/syborg_stem_rom.oby
author Tom Pritchard <tomp@symbian.org>
Wed, 27 Oct 2010 15:05:33 +0100
changeset 90 62156f66dbad
parent 87 e9fb2728ea8b
child 96 47764ed08e39
permissions -rw-r--r--
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
     1
#ifdef _DEBUG
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
     2
define DEBUG_DIR udeb
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
     3
romname=syborg_debug.rom.img
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
     4
#else
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
     5
define DEBUG_DIR urel
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
     6
romname=syborg.rom.img
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
     7
#endif
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
     8
10
686ce409da30 Latest generated version of syborg_stem_rom.oby - now includes the new syborg_stem_features.iby file
William Roberts <williamr@symbian.org>
parents: 8
diff changeset
     9
ROM_IMAGE[0] {
686ce409da30 Latest generated version of syborg_stem_rom.oby - now includes the new syborg_stem_features.iby file
William Roberts <williamr@symbian.org>
parents: 8
diff changeset
    10
#include "syborg_stem_features.iby"
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
REM #undef  _ARM4
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
REM #define _ARM4
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
REM redefined ROMMEGS as 50
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
REM defines for IrDA options
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
REM Uncomment the line below to enable IrDA to use a Jeteye ESI09680 pod with serial card adapter
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
REM #define _ENABLE_IRDA_POD_
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
REM define which port IrDA uses
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
REM define which serial port Bluetooth protocol uses
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
REM Define whether or not to include USB client support:
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
ROMBUILD_OPTION -no-header 
59
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
    22
REM redefined ROMDATE as 15\10\2010
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
unicode
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
romsize=0x5000000
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    25
time=##TODAY## 12:00:00
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
REM defaultfeaturedb = epoc32\rom\include\featuredatabase.xml 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    27
REM ROM version number
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
version=0.01(0)
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    29
	enable_spi
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
PlatSecDiagnostics OFF
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    31
PlatSecEnforcement ON
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    32
PlatSecEnforceSysBin ON
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    33
PlatSecProcessIsolation ON 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    34
kerneltrace 0x80000000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    35
memmodel multiple 0x100000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    36
multikernel
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    37
bootbinary=		\epoc32\release\ARMV5\_syborg_bootloader_bootrom.bin
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    38
debugport 0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    39
romsize=0x8000000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    40
romlinearbase=0x80000000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    41
romalign=0x10
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    42
kerneldataaddress=0xC8000000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    43
kernelheapmin=0x08000			 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    44
kernelheapmax=0x00FFC000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    45
dataaddress=0x400000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    46
defaultstackreserve=0x200000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    47
romchecksum=0x12345678
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
    48
primary[0x0b0a0001]=\epoc32\release\ARMV5\DEBUG_DIR\_syborg_ekern.exe 	"sys\bin\ekern.exe"	code-align 0x4000
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    49
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_btracex.ldd 	"sys\bin\btracex.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    50
file=\epoc32\release\ARMV5\urel\btracec.dll 	"sys\bin\btracec.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    51
variant[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_kasyborg.dll 	"sys\bin\kasyborg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    52
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_exmoncommon.dll 	"sys\bin\exmoncommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    53
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_exmondebug.dll 	"sys\bin\exmondebug.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    54
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\kdebug.dll 	"sys\bin\kdebug.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    55
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\evfp.dll 	"sys\bin\evfp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    56
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_svpframebuffer.dll 	"sys\bin\lcd.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    57
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\display.ldd 	"sys\bin\display0.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    58
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_eserial.pdd 	"sys\bin\euart1.pdd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    59
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\ecomm.ldd 	"sys\bin\ecomm.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    60
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\elocd.ldd 	"sys\bin\elocd.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    61
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_epointer_landscape.dll 	"sys\bin\epointer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    62
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_medint.pdd 	"sys\bin\medint.pdd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    63
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\exstart.dll 	"sys\bin\exstart.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    64
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_ekeyb.dll 	"sys\bin\ekeyb.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    65
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_svphostfsdriver.ldd 	"sys\bin\svphostfsdriver.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    66
file=\epoc32\release\ARMV5\urel\svphostfsy.fsy 	"sys\bin\svphostfsy.fsy"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    67
file=\epoc32\release\ARMV5\urel\svphostfs.exe 	"sys\bin\svphostfs.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    68
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_svpsnapdriver.ldd 	"sys\bin\svpsnapdriver.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    69
file=\epoc32\release\ARMV5\urel\snapapp.exe 	"sys\bin\snapapp.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    70
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_webcamera.pdd 	"sys\bin\webcamera.pdd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    71
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_ewebcamera.ldd 	"sys\bin\ewebcamera.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    72
file=\epoc32\release\ARMV5\urel\webcamera_app.exe 	"sys\bin\webcamera_app.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    73
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_MEDNVMEMORY.PDD 	"sys\bin\MEDNVMEMORY.PDD"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    74
data=\epoc32\rom\syborg\estart.txt 	"sys\data\estart.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    75
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_soundsc.pdd 	"sys\bin\soundsc.pdd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    76
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\esoundsc.ldd 	"sys\bin\esoundsc.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    77
file=\epoc32\release\ARMV5\urel\profiler.exe 	"sys\bin\profiler.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    78
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\sampler.ldd 	"sys\bin\sampler.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    79
REM Base operating system, including all assp-specific files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    80
file=\epoc32\release\ARMV5\urel\scppnwdl.dll 	"sys\bin\scppnwdl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    81
file=\epoc32\release\ARMV5\urel\drtaeabi.dll 	"sys\bin\drtaeabi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    82
file=\epoc32\release\ARMV5\urel\dfpaeabi.dll 	"sys\bin\dfpaeabi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    83
file=\epoc32\release\ARMV5\urel\dfprvct-thunk.dll 	"sys\bin\dfprvct-thunk.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    84
alias \sys\bin\dfprvct-thunk.dll					\sys\bin\dfprvct2_2-thunk.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    85
alias \sys\bin\dfprvct-thunk.dll					\sys\bin\dfprvct2_1-thunk.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    86
file=\epoc32\release\ARMV5\urel\drtrvct2_2.dll 	"sys\bin\drtrvct2_2.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    87
file=\epoc32\release\ARMV5\urel\dfprvct2_2.dll 	"sys\bin\dfprvct2_2.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    88
    alias \sys\bin\drtrvct2_2.dll                   \sys\bin\drtrvct2_1.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    89
    alias \sys\bin\dfprvct2_2.dll                   \sys\bin\dfprvct2_1.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    90
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\rm_debug.ldd 	"sys\bin\rm_debug.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    91
file=\epoc32\release\ARMV5\urel\rm_debug_svr.exe 	"sys\bin\rm_debug_svr.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    92
file=\epoc32\release\ARMV5\urel\_syborg_euser.dll 	"sys\bin\EUser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    93
file=\epoc32\release\ARMV5\urel\RPIPE.DLL 	"sys\bin\rpipe.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    94
file=\epoc32\release\ARMV5\urel\trkdummyapp.exe 	"sys\bin\trkdummyapp.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    95
file=\epoc32\release\ARMV5\urel\trkdummyapp2.exe 	"sys\bin\trkdummyapp2.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    96
file=\epoc32\release\ARMV5\urel\trkdummyapp200159D8.exe 	"sys\bin\trkdummyapp200159D8.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    97
file=\epoc32\release\ARMV5\urel\trkdummyapp200170BC.exe 	"sys\bin\trkdummyapp200170BC.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    98
file=\epoc32\release\ARMV5\urel\ektran.dll 	"sys\bin\EKTran.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    99
file=\epoc32\release\ARMV5\urel\_syborg_hal.dll 	"sys\bin\Hal.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   100
file=\epoc32\release\ARMV5\urel\_syborg_ekdata.dll 	"sys\bin\EKData.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   101
secondary=\epoc32\release\ARMV5\urel\efile.exe 	"sys\bin\efile.exe"     
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   102
file=\epoc32\release\ARMV5\urel\efsrv.dll 	"sys\bin\EFSrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   103
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\d_ftrace.ldd 	"sys\bin\d_ftrace.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   104
file=\epoc32\release\ARMV5\urel\efat32.fsy 	"sys\bin\ELocal.fsy"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   105
file=\epoc32\release\ARMV5\urel\USBCSC_bil.dll 	"sys\bin\usbcsc_bil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   106
file=\epoc32\release\ARMV5\urel\msfs_db.fsy 	"sys\bin\msfs.fsy"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   107
file=\epoc32\release\ARMV5\urel\_syborg_e32strt.exe 	"sys\bin\EStart.exe"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   108
file=\epoc32\release\ARMV5\urel\domainSrv.exe 	"sys\bin\domainSrv.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   109
file=\epoc32\release\ARMV5\urel\domainCli.dll 	"sys\bin\domainCli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   110
file=\epoc32\release\ARMV5\urel\domainPolicy.dll 	"sys\bin\domainPolicy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   111
file=\epoc32\release\ARMV5\urel\usbhostms.pxy 	"sys\bin\usbhostms.pxy"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   112
file=\epoc32\release\ARMV5\urel\usbhostmsclient.dll 	"sys\bin\usbhostmsclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   113
file=\epoc32\release\ARMV5\urel\_generic_scdv.dll 	"sys\bin\ScDv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   114
data=\epoc32\data\Z\Resource\avkon.rsc 	"resource\avkon.rsc"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   115
data=\epoc32\data\Z\Private\200159c0\install\desktop_20026f4f\xuikon\00\desktop.o0000 	"private\200159c0\install\desktop_20026f4f\xuikon\00\desktop.o0000"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   116
data=\epoc32\data\Z\Private\200159c0\install\emailwidget\xuikon\00\EW.o0000 	"private\200159c0\install\emailwidget\xuikon\00\EW.o0000"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   117
data=\epoc32\data\Z\Private\200159c0\install\musicwidget_10207c18\xuikon\00\musicwidget.o0000 	"private\200159c0\install\musicwidget_10207c18\xuikon\00\musicwidget.o0000"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   118
data=\epoc32\data\Z\Resource\calencaldavplugindata.rsc 	"resource\calencaldavplugindata.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   119
REM Graphics Adaptation Selection
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   120
REM "OPENGLES DRV"         : <opengles_sw.iby> 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   121
REM "OPENVG DRV"           : <openvg_sw.iby> 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   122
REM "EGL DRV"              : <egl_ref.iby> 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   123
REM "GCE DRV"              : <compositionbackend_arm.iby> 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   124
REM "GRAPHICSRESOURCE DRV" : <graphicsresourceadapter_sw.iby>  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   125
REM "SURFACEMANAGER DRV"   : <surfacemanager_ref.iby> 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   126
REM "SURFACEUPDATE DRV"    : <surfaceupdate_ref.iby> 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   127
REM "DIRECTGDI DRV"        : <directgdiadapter_sw.iby>  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   128
REM "FBSRASTERIZER DRV"    : <fbsrasterizer_stub.iby>  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   129
REM "SRGREOURCE DRV"       : <sgresource_sw.iby>  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   130
REM "OPENWFCLIB_DRV"       : <openwfc_ref.iby> 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   131
file=\epoc32\release\ARMV5\urel\3gplibrary.dll 	"sys\bin\3gplibrary.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   132
file=\epoc32\release\ARMV5\urel\3GPMP4LIB.DLL 	"sys\bin\3GPMP4LIB.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   133
file=\epoc32\release\ARMV5\urel\mmfaudioserverproxy.dll 	"sys\bin\mmfaudioserverproxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   134
file=\epoc32\release\ARMV5\urel\a3ffourcclookup.dll 	"sys\bin\a3ffourcclookup.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   135
file=\epoc32\release\ARMV5\urel\mmfaudioserverfactory.dll 	"sys\bin\mmfaudioserverfactory.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   136
file=\epoc32\release\ARMV5\urel\mmfdevsoundadaptor.dll 	"sys\bin\mmfdevsoundadaptor.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   137
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, a3fFourCCConvertorPlugin.dll , a3fFourCCConvertorPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   138
file=\epoc32\release\ARMV5\urel\abtestclient.EXE 	"sys\bin\abtestclient.EXE"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   139
file=\epoc32\release\ARMV5\urel\abtestclient2.EXE 	"sys\bin\abtestclient2.EXE"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   140
file=\epoc32\release\ARMV5\urel\abtestclient3.EXE 	"sys\bin\abtestclient3.EXE"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   141
file=\epoc32\release\ARMV5\urel\abtestclient4.EXE 	"sys\bin\abtestclient4.EXE"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   142
data=\epoc32\data\Z\private\0AB7E57C\backup_registration.xml 	"private\0AB7E57C\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   143
data=\epoc32\data\Z\private\0AB7E57D\backup_registration.xml 	"private\0AB7E57D\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   144
data=\epoc32\data\Z\private\0AB7E57E\backup_registration.xml 	"private\0AB7E57E\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   145
data=\epoc32\data\Z\private\0AB7E58A\backup_registration.xml 	"private\0AB7E58A\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   146
data=\epoc32\data\Z\private\0AB7E58B\backup_registration.xml 	"private\0AB7E58B\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   147
data=\epoc32\data\Z\private\0AB7E58C\backup_registration.xml 	"private\0AB7E58C\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   148
data=\epoc32\data\Z\private\0FA00001\backup_registration.xml 	"private\0FA00001\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   149
file=\epoc32\release\ARMV5\urel\tonedata.dll 	"sys\bin\tonedata.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   150
file=\epoc32\release\ARMV5\urel\audiocontextfactory.dll 	"sys\bin\audiocontextfactory.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   151
file=\epoc32\release\ARMV5\urel\audiocomponentframework.dll 	"sys\bin\audiocomponentframework.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   152
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiocodec.dll , logicalaudiocodec.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   153
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiostream.dll , logicalaudiostream.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   154
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalbuffersource.dll , logicalbuffersource.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   155
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiodevicesource.dll , logicalaudiodevicesource.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   156
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiogaincontrol.dll , logicalaudiogaincontrol.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   157
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalbuffersink.dll , logicalbuffersink.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   158
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiodevicesink.dll , logicalaudiodevicesink.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   159
file=\epoc32\release\ARMV5\urel\activitymanager.dll 	"sys\bin\activitymanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   160
data=\epoc32\data\z\private\101F7989\esock\ip.addressinfo_tcpip.esk 	"private\101F7989\esock\ip.addressinfo_tcpip.esk"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   161
file=\epoc32\release\ARMV5\urel\addressinfo.prt 	"sys\bin\addressinfo.prt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   162
REM Test agent dialog server
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   163
file=\epoc32\release\ARMV5\urel\agentdialog.dll 	"sys\bin\agentdialog.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   164
REM Agent Providers ECOM plugin
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   165
REM Core Agent Providers Library
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   166
file=\epoc32\release\ARMV5\urel\agentprcore.dll 	"sys\bin\agentprcore.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   167
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, agentpr.dll , agentpr.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   168
file=\epoc32\release\ARMV5\urel\agentshellnotifier.dll 	"sys\bin\tnotifiers\agentshellnotifier.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   169
REM Agenda Model
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   170
REM redefined DATAZ_ as \epoc32\data\Z
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   171
REM Configurable heap size for agenda server.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   172
file=\epoc32\release\ARMV5\urel\agnmodel.dll 	"sys\bin\agnmodel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   173
file=\epoc32\release\ARMV5\urel\agsvexe.exe 	"sys\bin\agsvexe.exe"       heapmax= 0x400000 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   174
data=\epoc32\data\Z\Private\10003A5B\backup_registration.xml 	"PRIVATE\10003A5B\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   175
REM Agenda Versit
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   176
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AgnVersit.dll , AgnVersit.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   177
REM Backup Restore Notification Component
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   178
file=\epoc32\release\ARMV5\urel\BackupRestoreNotification.dll 	"sys\bin\BackupRestoreNotification.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   179
REM Swi observer plug-in
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   180
file=\epoc32\release\ARMV5\urel\swiobservedinfo.dll 	"sys\bin\swiobservedinfo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   181
file=\epoc32\release\ARMV5\urel\swiobserverplugin.dll 	"sys\bin\swiobserverplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   182
REM SQL
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   183
file=\epoc32\release\ARMV5\urel\utraceuser.dll 	"sys\bin\utraceuser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   184
file=\epoc32\release\ARMV5\urel\utraceuserstubbed.dll 	"sys\bin\utraceuserstubbed.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   185
file=\epoc32\release\ARMV5\urel\sqldb.dll 	"sys\bin\sqldb.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   186
file=\epoc32\release\ARMV5\urel\sqlsrv.exe 	"sys\bin\sqlsrv.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   187
data=\epoc32\data\Z\Private\10281e17\backup_registration.xml 	"PRIVATE\10281e17\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   188
REM *** TimeZone Client and Server ***
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   189
file=\epoc32\release\ARMV5\urel\tzserver.exe 	"sys\bin\tzserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   190
file=\epoc32\release\ARMV5\urel\tzclient.dll 	"sys\bin\tzclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   191
REM *** SWI Plugin ***
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   192
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, tzswiobserverplugin.dll , tzswiobserverplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   193
REM *** TZ Database ***
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   194
data=\epoc32\data\z\private\1020383E\tzdb.dbz 	"private\1020383E\tzdb.dbz"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   195
data=\epoc32\data\Z\private\1020383E\backup_registration.xml 	"private\1020383E\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   196
data=\epoc32\data\Z\private\100012a5\policy\10206A8B.SPD 	"private\100012a5\policy\10206A8B.SPD"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   197
data=\epoc32\data\Z\system\install\timezone_stub.sis 	"system\install\timezone_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   198
REM Alarm Server
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   199
file=\epoc32\release\ARMV5\urel\ssmutilsrv.exe 	"sys\bin\ssmutilsrv.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   200
file=\epoc32\release\ARMV5\urel\ssmadaptationcli.dll 	"sys\bin\ssmadaptationcli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   201
file=\epoc32\release\ARMV5\urel\ssmsuscli.dll 	"sys\bin\ssmsuscli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   202
REM redefined DATAZ_ as \epoc32\data\Z
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   203
file=\epoc32\release\ARMV5\urel\alarmshared.dll 	"sys\bin\alarmshared.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   204
file=\epoc32\release\ARMV5\urel\alarmclient.dll 	"sys\bin\alarmclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   205
file=\epoc32\release\ARMV5\urel\alarmserver.exe 	"sys\bin\alarmserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   206
data=\epoc32\data\Z\Private\101F5027\backup_registration.xml 	"PRIVATE\101F5027\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   207
file=\epoc32\release\ARMV5\urel\amastart.dll 	"sys\bin\amastart.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   208
file=\epoc32\release\ARMV5\urel\amastarter.exe 	"Sys\bin\amastarter.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   209
file=\epoc32\release\ARMV5\urel\dscstore.dll 	"sys\bin\dscstore.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   210
file=\epoc32\release\ARMV5\urel\loadamastart.dll 	"sys\bin\loadamastart.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   211
data=\epoc32\data\Z\Private\100012a5\policy\2000836D.spd 	"PRIVATE\100012a5\policy\2000836D.spd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   212
REM Animation
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   213
file=\epoc32\release\ARMV5\urel\animation.dll 	"sys\bin\animation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   214
file=\epoc32\release\ARMV5\urel\animationshared.dll 	"sys\bin\animationshared.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   215
file=\epoc32\release\ARMV5\urel\animationserver.dll 	"sys\bin\animationserver.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   216
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, animators.dll , animators.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   217
file=\epoc32\release\ARMV5\urel\apstart.dll 	"sys\bin\apstart.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   218
REM Application Architecture
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   219
file=\epoc32\release\ARMV5\urel\apparc.dll 	"sys\bin\apparc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   220
file=\epoc32\release\ARMV5\urel\apfile.dll 	"sys\bin\apfile.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   221
file=\epoc32\release\ARMV5\urel\aplist.dll 	"sys\bin\aplist.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   222
file=\epoc32\release\ARMV5\urel\apgrfx.dll 	"sys\bin\apgrfx.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   223
file=\epoc32\release\ARMV5\urel\apserv.dll 	"sys\bin\apserv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   224
file=\epoc32\release\ARMV5\urel\apsexe.exe 	"sys\bin\apsexe.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   225
file=\epoc32\release\ARMV5\urel\ServiceRegistry.dll 	"sys\bin\ServiceRegistry.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   226
data=\epoc32\data\z\private\10003a3f\backup_registration.xml 	"private\10003a3f\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   227
REM ASNPKCS libraries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   228
REM pbe libraries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   229
REM crypto library
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   230
file=\epoc32\release\ARMV5\urel\random.dll 	"sys\bin\random.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   231
REM hash libraries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   232
file=\epoc32\release\ARMV5\urel\hash.dll 	"sys\bin\hash.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   233
REM SoftwareCrypto libraries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   234
file=\epoc32\release\ARMV5\urel\softwarecrypto.dll 	"sys\bin\softwarecrypto.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   235
file=\epoc32\release\ARMV5\urel\weak_cryptography.dll 	"sys\bin\cryptography.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   236
file=\epoc32\release\ARMV5\urel\cryptospi.dll 	"sys\bin\cryptospi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   237
file=\epoc32\release\ARMV5\urel\cryptospisetup.exe 	"sys\bin\cryptospisetup.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   238
data=\epoc32\data\Z\Resource\cryptospi\plug-ins.txt 	"resource\cryptospi\plug-ins.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   239
file=\epoc32\release\ARMV5\urel\pbe.dll 	"sys\bin\pbe.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   240
file=\epoc32\release\ARMV5\urel\asnpkcs.dll 	"sys\bin\asnpkcs.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   241
REM File token libraries configurable files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   242
data=\epoc32\data\Z\Resource\fstokenserver.RSC 	"resource\fstokenserver.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   243
file=\epoc32\release\ARMV5\urel\SpeechRecognitionData.dll 	"sys\bin\SpeechRecognitionData.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   244
REM For components that use the Autotest framework
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   245
file=\epoc32\release\ARMV5\urel\autotest.dll 	"sys\bin\autotest.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   246
file=\epoc32\release\ARMV5\urel\devsubtitle.dll 	"sys\bin\devsubtitle.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   247
file=\epoc32\release\ARMV5\urel\srtdecoder.dll 	"sys\bin\srtdecoder.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   248
REM FLOGGER - logging support
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   249
file=\epoc32\release\ARMV5\urel\flogger.dll 	"sys\bin\FLogger.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   250
file=\epoc32\release\ARMV5\urel\flogsvr.exe 	"sys\bin\FLogSvr.exe"
59
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
   251
patchdata Flogger.dll @ KFloggerSTI 0
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   252
REM The Watcher Framework
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   253
REM 'buildrom lubbock -D__NOWATCHER__' will place watcher.exe in z:REM so that it never runs
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   254
file=\epoc32\release\ARMV5\urel\watcher.exe 	"sys\bin\watcher.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   255
REM Bio Utils 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   256
file=\epoc32\release\ARMV5\urel\bifu.dll 	"sys\bin\bifu.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   257
file=\epoc32\release\ARMV5\urel\biut.dll 	"sys\bin\biut.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   258
file=\epoc32\release\ARMV5\urel\biodb.dll 	"sys\bin\biodb.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   259
REM The Message Server
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   260
file=\epoc32\release\ARMV5\urel\msexe.exe 	"sys\bin\MSexe.exe"	heapmax= 0x400000 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   261
file=\epoc32\release\ARMV5\urel\msgs.dll 	"sys\bin\MSGS.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   262
data=\epoc32\data\z\private\1000484b\backup_registration.xml 	"private\1000484b\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   263
data=\epoc32\data\Z\resource\messaging\MSGS.R01 	"resource\messaging\MSGS.R01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   264
alias resource\messaging\MSGS.R01 resource\messaging\MSGS.RSC 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   265
data=\epoc32\data\z\private\1000484b\msgcache.ini 	"private\1000484b\msgcache.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   266
REM Comms Server
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   267
file=\epoc32\release\ARMV5\urel\c32.dll 	"sys\bin\C32.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   268
data=\epoc32\data\z\private\101F7988\c32.cmi 	"private\101F7988\c32.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   269
data=\epoc32\data\z\private\101F7988\c32_first.cmi 	"private\101F7988\c32_first.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   270
data=\epoc32\data\z\private\101F7988\c32_second.cmi 	"private\101F7988\c32_second.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   271
data=\epoc32\data\z\private\101F7988\c32_third.cmi 	"private\101F7988\c32_third.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   272
data=\epoc32\data\z\private\101F7988\c32_fourth.cmi 	"private\101F7988\c32_fourth.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   273
REM *** usbman.iby is always included whether USB is supported by the
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   274
REM *** device or not.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   275
REM change to usbmanProto.iby for prototype builds
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   276
REM *** The following iby files are always included, whether usb is supported
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   277
REM *** by the device or not.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   278
data=\epoc32\data\Z\Resource\errors\ecomerr.R01 	"Resource\Errors\ecomerr.R01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   279
alias Resource\Errors\ecomerr.R01 Resource\Errors\ecomerr.RSC 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   280
file=\epoc32\release\ARMV5\urel\ecom.dll 	"sys\bin\ECom.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   281
file=\epoc32\release\ARMV5\urel\ecomserver.exe 	"sys\bin\EComServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   282
file=\epoc32\release\ARMV5\urel\ecompatchdata.dll 	"sys\bin\EComPatchData.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   283
data=\epoc32\data\Z\Private\101fe1db\backup_registration.xml 	"private\101fe1db\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   284
file=\epoc32\release\ARMV5\urel\usblogger.dll 	"sys\bin\usblogger.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   285
REM Feature USB is not included in this ROM (usbman.iby)
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   286
REM *** Now for things which should only be included if the device
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   287
REM *** supports USB, to save ROM space...
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   288
REM Feature USB is not included in this ROM (usb.iby)
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   289
REM Epoc Socket Layer
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   290
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SubconParams.dll , SubconParams.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   291
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ConnServParams.dll , ConnServParams.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   292
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ESockMessages.dll , ESockMessages.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   293
file=\epoc32\release\ARMV5\urel\esockmessagesimpl.dll 	"sys\bin\esockmessagesimpl.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   294
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, esock_params.dll , esock_params.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   295
file=\epoc32\release\ARMV5\urel\esock_api_ext.dll 	"sys\bin\esock_api_ext.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   296
file=\epoc32\release\ARMV5\urel\commsdataobjects.dll 	"sys\bin\commsdataobjects.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   297
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, commsdataobjectsecom.dll , commsdataobjectsecom.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   298
file=\epoc32\release\ARMV5\urel\serverden.dll 	"sys\bin\serverden.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   299
file=\epoc32\release\ARMV5\urel\commsfw.dll 	"sys\bin\commsfw.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   300
file=\epoc32\release\ARMV5\urel\factories.dll 	"sys\bin\factories.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   301
file=\epoc32\release\ARMV5\urel\meshmachine.dll 	"sys\bin\meshmachine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   302
file=\epoc32\release\ARMV5\urel\NETMSG.dll 	"sys\bin\NETMSG.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   303
file=\epoc32\release\ARMV5\urel\NetInterfaces.dll 	"sys\bin\NetInterfaces.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   304
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NetMessages.dll , NetMessages.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   305
file=\epoc32\release\ARMV5\urel\NetMeta.dll 	"sys\bin\NetMeta.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   306
REM dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   307
file=\epoc32\release\ARMV5\urel\insock.dll 	"sys\bin\insock.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   308
file=\epoc32\release\ARMV5\urel\NetSubscribe.dll 	"sys\bin\NetSubscribe.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   309
file=\epoc32\release\ARMV5\urel\nodemessages.dll 	"sys\bin\nodemessages.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   310
file=\epoc32\release\ARMV5\urel\ResponseMsg.dll 	"sys\bin\ResponseMsg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   311
file=\epoc32\release\ARMV5\urel\procrootsrv.dll 	"sys\bin\procrootsrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   312
file=\epoc32\release\ARMV5\urel\procroot.dll 	"sys\bin\procroot.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   313
file=\epoc32\release\ARMV5\urel\NETStSrv.dll 	"sys\bin\NETStSrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   314
file=\epoc32\release\ARMV5\urel\NETSM.dll 	"sys\bin\NETSM.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   315
file=\epoc32\release\ARMV5\urel\virtualconstructors.dll 	"sys\bin\virtualconstructors.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   316
file=\epoc32\release\ARMV5\urel\esock.dll 	"sys\bin\esock.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   317
file=\epoc32\release\ARMV5\urel\esocksvr.dll 	"sys\bin\esocksvr.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   318
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eintsock_transport.dll , eintsock_transport.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   319
data=\epoc32\data\z\private\101F7989\backup_registration.xml 	"private\101F7989\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   320
data=\epoc32\data\z\private\101F7988\esock.cmi 	"private\101F7988\esock.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   321
data=\epoc32\data\z\private\101F7988\esock_mip.cmi 	"private\101F7988\esock_mip.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   322
data=\epoc32\data\z\private\101F7988\esock_dip.cmi 	"private\101F7988\esock_dip.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   323
data=\epoc32\data\z\private\101F7988\esock_tr.cmi 	"private\101F7988\esock_tr.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   324
data=\epoc32\data\z\private\101F7988\esock_smswap.cmi 	"private\101F7988\esock_smswap.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   325
REM DBMS
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   326
file=\epoc32\release\ARMV5\urel\edbms.dll 	"sys\bin\EDbms.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   327
file=\epoc32\release\ARMV5\urel\edbsrv.exe 	"sys\bin\EDbsrv.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   328
REM The Log Engine
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   329
file=\epoc32\release\ARMV5\urel\LogWrap.dll 	"sys\bin\LogWrap.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   330
file=\epoc32\release\ARMV5\urel\LogCli.dll 	"sys\bin\LogCli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   331
file=\epoc32\release\ARMV5\urel\LogCntModel.dll 	"sys\bin\LogCntModel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   332
file=\epoc32\release\ARMV5\urel\LogServ.exe 	"sys\bin\LogServ.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   333
data=\epoc32\data\Z\Private\101f401d\backup_registration.xml 	"private\101f401d\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   334
data=\epoc32\data\Z\Resource\logeng\logwrap.RSC 	"Resource\logeng\logwrap.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   335
REM Note: The following should not be translated
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   336
data=\epoc32\data\Z\Private\101f401d\logserv.rsc 	"private\101f401d\logserv.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   337
REM Task scheduler server
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   338
file=\epoc32\release\ARMV5\urel\schsvr.dll 	"sys\bin\Schsvr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   339
file=\epoc32\release\ARMV5\urel\schexe.exe 	"sys\bin\Schexe.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   340
data=\epoc32\data\Z\Private\10005399\backup_registration.xml 	"PRIVATE\10005399\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   341
file=\epoc32\release\ARMV5\urel\sysagt2cli.dll 	"sys\bin\sysagt2cli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   342
file=\epoc32\release\ARMV5\urel\sysagt2svr.exe 	"sys\bin\sysagt2svr.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   343
file=\epoc32\release\ARMV5\urel\halsettings.exe 	"sys\bin\halsettings.exe" 
59
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
   344
patchdata halsettings.exe@KHalPenStatePersistenceDisabled 1 
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
   345
patchdata halsettings.exe@KHalNonSecureOffsetPersistenceDisabled 1 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   346
REM Scheduled Sending for GT Messaging
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   347
REM Note: Following clashes with schsvr
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   348
file=\epoc32\release\ARMV5\urel\schsendexe.exe 	"sys\bin\schsendexe.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   349
file=\epoc32\release\ARMV5\urel\schsend.dll 	"sys\bin\schsend.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   350
REM Contact Model
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   351
REM Versit Parsers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   352
file=\epoc32\release\ARMV5\urel\versit.dll 	"sys\bin\Versit.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   353
file=\epoc32\release\ARMV5\urel\vcal.dll 	"sys\bin\VCal.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   354
file=\epoc32\release\ARMV5\urel\vcard.dll 	"sys\bin\VCard.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   355
REM Architecture for Convert
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   356
file=\epoc32\release\ARMV5\urel\conarc.dll 	"sys\bin\ConArc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   357
file=\epoc32\release\ARMV5\urel\charconv.dll 	"sys\bin\charconv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   358
file=\epoc32\release\ARMV5\urel\convnames.dll 	"sys\bin\convnames.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   359
file=\epoc32\release\ARMV5\urel\convutils.dll 	"sys\bin\convutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   360
data=\epoc32\data\Z\Resource\charconv\basic.snm 	"resource\charconv\basic.snm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   361
data=\epoc32\data\Z\Resource\charconv\builtin.RSC 	"resource\charconv\builtin.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   362
file=\epoc32\release\ARMV5\urel\cntplsql.dll 	"sys\bin\cntplsql.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   363
REM Log Engine contact matching plug-in implementation
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   364
REM Contact matching plugin
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   365
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cntmatchlog.dll , cntmatchlog.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   366
REM Configurable heap size for contact server.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   367
file=\epoc32\release\ARMV5\urel\cntsrv.exe 	"sys\bin\cntsrv.exe"       heapmax= 0x200000 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   368
file=\epoc32\release\ARMV5\urel\cntmodel.dll 	"sys\bin\cntmodel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   369
file=\epoc32\release\ARMV5\urel\cntview.dll 	"sys\bin\cntview.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   370
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cntvcard.dll , cntvcard.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   371
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cntphone.dll , cntphone.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   372
REM Specify whether to use real commsdebugutility, or stub
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   373
REM FLOGGER - logging support
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   374
file=\epoc32\release\ARMV5\urel\ostuser.dll 	"sys\bin\ostuser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   375
file=\epoc32\release\ARMV5\urel\ostuserstubbed.dll 	"sys\bin\ostuserstubbed.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   376
file=\epoc32\release\ARMV5\urel\comsdbgutil.dll 	"sys\bin\comsdbgutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   377
file=\epoc32\release\ARMV5\urel\comsdbgsvr.exe 	"sys\bin\comsdbgsvr.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   378
file=\epoc32\release\ARMV5\urel\comsdbgsvr.dll 	"sys\bin\comsdbgsvr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   379
data=\Epoc32\data\z\resource\commsdbg.ini 	"resource\commsdbg.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   380
REM Epoc Telephony Layer
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   381
REM Commdb
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   382
REM CommsDat
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   383
file=\epoc32\release\ARMV5\urel\commsdat.dll 	"sys\bin\commsdat.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   384
data=\epoc32\data\z\private\10202be9\cccccc00.cre 	"private\10202be9\cccccc00.cre"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   385
REM Shim Notifier     
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   386
file=\epoc32\release\ARMV5\urel\ShimNotifierCli.dll 	"sys\bin\ShimNotifierCli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   387
file=\epoc32\release\ARMV5\urel\ShimNotifierSvr.exe 	"sys\bin\ShimNotifierSvr.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   388
file=\epoc32\release\ARMV5\urel\commdb.dll 	"sys\bin\Commdb.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   389
REM Fax Engine
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   390
REM The Following features are not included in this ROM:
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   391
REM faxio.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   392
REM faxstrm.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   393
REM faxsvr.DLL
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   394
REM faxcli.DLL
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   395
REM Multimode Etel
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   396
data=\epoc32\data\Z\Private\101F7989\sms\smsu.rsc 	"private\101F7989\sms\smsu.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   397
data=\epoc32\data\Z\Private\101F7989\esock\smswap.Sms.esk 	"private\101F7989\esock\smswap.Sms.esk"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   398
data=\epoc32\data\Z\Private\101F7989\esock\smswap.Wap.esk 	"private\101F7989\esock\smswap.Wap.esk"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   399
data=\epoc32\data\Z\resource\messaging\smss.RSC 	"resource\messaging\smss.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   400
REM The NBsWatcher Class0SMS Plugin
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   401
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, class0sms.dll , class0sms.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   402
REM The Bio NBS\SMS Watcher
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   403
REM Bio Parsers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   404
file=\epoc32\release\ARMV5\urel\cbcp.dll 	"sys\bin\cbcp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   405
file=\epoc32\release\ARMV5\urel\enp.dll 	"sys\bin\enp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   406
file=\epoc32\release\ARMV5\urel\gfp.dll 	"sys\bin\gfp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   407
file=\epoc32\release\ARMV5\urel\wapp.dll 	"sys\bin\wapp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   408
data=\epoc32\data\Z\resource\messaging\wappstr.RSC 	"resource\messaging\wappstr.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   409
file=\epoc32\release\ARMV5\urel\wapmsgcli.dll 	"sys\bin\wapmsgcli.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   410
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, swswapmsg.dll , swswapmsg.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   411
REM The Bio WAP\SMS Watcher
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   412
REM Bitmapped graphics
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   413
file=\epoc32\release\ARMV5\urel\bitgdi_gce.dll 	"sys\bin\BitGdi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   414
REM bitmap transforms 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   415
file=\epoc32\release\ARMV5\urel\BitmapTransforms.dll 	"sys\bin\BitmapTransforms.dll" 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   416
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, BitmapTransformsRefPlugin.dll , BitmapTransformsRefPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   417
REM --- Bluetooth ---
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   418
REM redefined BT_DIR as urel
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   419
REM *** The following dlls are client side dlls. They are always included
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   420
REM *** in the ROM, whether bluetooth is supported by the device or not, so
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   421
REM *** that client applications can link against them regardless.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   422
REM Bluetooth user library
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   423
REM BT Manager
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   424
REM BT Manager DBMS Security Policy
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   425
data=\epoc32\data\Z\Private\100012a5\policy\100069cc.spd 	"Private\100012a5\policy\100069cc.spd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   426
REM BT Notifier types
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   427
REM EIR RSSI
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   428
file=\epoc32\release\ARMV5\urel\eirclient.dll 	"sys\bin\eirclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   429
REM SDP
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   430
REM Bluetooth AV user libraries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   431
REM Generic Remote Control Framework
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   432
file=\epoc32\release\ARMV5\urel\remconstatusapi.dll 	"sys\bin\remconstatusapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   433
REM *** The following iby files are always included, whether bluetooth is
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   434
REM *** supported by the device or not.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   435
REM redefined BT_DIR as urel
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   436
REM *** The following dlls are client side dlls. They are always included
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   437
REM *** in the ROM, whether bluetooth is supported by the device or not, so
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   438
REM *** that client applications can link against them regardless.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   439
file=\epoc32\release\ARMV5\urel\remconcoreapi.dll 	"sys\bin\remconcoreapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   440
file=\epoc32\release\ARMV5\urel\remconinterfacebase.dll 	"sys\bin\remconinterfacebase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   441
file=\epoc32\release\ARMV5\urel\remconclient.dll 	"sys\bin\remconclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   442
file=\epoc32\release\ARMV5\urel\remconextapi1.dll 	"sys\bin\remconextapi1.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   443
file=\epoc32\release\ARMV5\urel\remcontypes.dll 	"sys\bin\remcontypes.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   444
REM *** Now for things which should only be included if the device
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   445
REM *** supports bluetooth, to save ROM space...
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   446
file=\epoc32\release\ARMV5\urel\remconserver.exe 	"sys\bin\remconserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   447
file=\epoc32\release\ARMV5\urel\remconbearerplugin.dll 	"sys\bin\remconbearerplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   448
file=\epoc32\release\ARMV5\urel\remcontargetselectorplugin.dll 	"sys\bin\remcontargetselectorplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   449
file=\epoc32\release\ARMV5\urel\remconconverterplugin.dll 	"sys\bin\remconconverterplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   450
REM HCI Server Client
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   451
file=\epoc32\release\ARMV5\urel\hciserverclient.dll 	"sys\bin\hciserverclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   452
REM BT Power Control
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   453
file=\epoc32\release\ARMV5\urel\btpowercontrol.dll 	"sys\bin\btpowercontrol.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   454
REM Device Under Test Mode
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   455
file=\epoc32\release\ARMV5\urel\dutmode.dll 	"sys\bin\dutmode.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   456
REM A2DP Optimisation user library
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   457
REM *** Now for things which should only be included if the device
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   458
REM *** supports bluetooth, to save ROM space...
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   459
REM BT Manager Backup Registration
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   460
data=\epoc32\data\Z\Private\100069cc\backup_registration.xml 	"Private\100069cc\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   461
REM default is to run Esock_BT thread in DealerPlayer role
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   462
data=\epoc32\data\Z\Private\101f7988\esock_bt.cmi 	"private\101F7988\esock_bt.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   463
REM BT Manager
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   464
REM SDP
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   465
REM Bluetooth using HCI API Version 2
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   466
REM Stack configuration files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   467
data=\epoc32\data\Z\Private\101f7989\esock\bt.bt_v2.esk 	"Private\101f7989\ESock\bt.bt_v2.esk"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   468
data=\epoc32\data\Z\Private\101f7989\bluetooth\bluetooth_stack.ini 	"Private\101F7989\Bluetooth\bluetooth_stack.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   469
REM HCI Shared binary
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   470
file=\epoc32\release\ARMV5\urel\hcishared.dll 	"sys\bin\hcishared.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   471
REM HCI variant includes
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   472
REM redefined BT_DIR as urel
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   473
REM Symbian HCIv2 Framework DLLs - must be included
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   474
file=\epoc32\release\ARMV5\urel\hctl_base.dll 	"sys\bin\hctl_base.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   475
file=\epoc32\release\ARMV5\urel\qdp_base.dll 	"sys\bin\qdp_base.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   476
file=\epoc32\release\ARMV5\urel\initialisor_base.dll 	"sys\bin\initialisor_base.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   477
file=\epoc32\release\ARMV5\urel\hciutil.dll 	"sys\bin\hciutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   478
REM Command Queue configuration file
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   479
data=\epoc32\data\Z\Private\101f7989\bluetooth\cmdq.ini 	"Private\101F7989\Bluetooth\cmdq.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   480
REM Reference HCIv2 DLLs - this will be branched\overwritten by the licensee to include the relevant files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   481
REM Symbian CoreHCI reference implementation
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   482
data=\epoc32\data\Z\Private\101F7989\Bluetooth\corehci_symbian.ini 	"Private\101F7989\Bluetooth\corehci_symbian.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   483
REM Symbian CommandsEvents reference implementation
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   484
REM Symbian reference QDP implementation
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   485
REM BCSP HCTL implementation
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   486
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hctl_bcsp.dll , hctl_bcsp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   487
data=\epoc32\data\Z\Private\101F7989\Bluetooth\hctl_bcsp_port3.ini 	"Private\101F7989\Bluetooth\hctl_bcsp.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   488
REM Symbian reference Bluetooth initialisor
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   489
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, initialisor_symbian.dll , initialisor_symbian.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   490
REM Client side RemCon APIs for AVRCP
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   491
file=\epoc32\release\ARMV5\urel\avrcpipc.dll 	"sys\bin\avrcpipc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   492
file=\epoc32\release\ARMV5\urel\remconplayerinformation.dll 	"sys\bin\remconplayerinformation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   493
file=\epoc32\release\ARMV5\urel\remconmediainformationapi.dll 	"sys\bin\remconmediainformationapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   494
file=\epoc32\release\ARMV5\urel\remconbatterystatusapi.dll 	"sys\bin\remconbatterystatusapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   495
file=\epoc32\release\ARMV5\urel\remcongroupnavigationapi.dll 	"sys\bin\remcongroupnavigationapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   496
file=\epoc32\release\ARMV5\urel\remconabsolutevolume.dll 	"sys\bin\remconabsolutevolume.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   497
file=\epoc32\release\ARMV5\urel\remconnowplayingapi.dll 	"sys\bin\remconnowplayingapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   498
file=\epoc32\release\ARMV5\urel\remconmediabrowseapi.dll 	"sys\bin\remconmediabrowseapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   499
REM AVRCP
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   500
file=\epoc32\release\ARMV5\urel\avc.dll 	"sys\bin\avc.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   501
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, remconavrcpstatusconverter.dll , remconavrcpstatusconverter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   502
REM AVCTP Services
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   503
REM BmpAnim component
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   504
file=\epoc32\release\ARMV5\urel\BmpAnim.dll 	"sys\bin\BmpAnim.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   505
file=\epoc32\release\ARMV5\urel\BmpAnSrv.dll 	"sys\bin\BmpAnSrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   506
REM Bookmark Database
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   507
file=\epoc32\release\ARMV5\urel\bookmarkdb.dll 	"sys\bin\bookmarkdb.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   508
REM Empty default repositories
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   509
data=\epoc32\data\Z\Private\102078CB\backup_registration.xml 	"PRIVATE\102078CB\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   510
REM redefined BT_DIR as urel
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   511
REM *** commsdebugutility.iby is always included, whether bluetooth is
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   512
REM *** supported by the device or not.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   513
REM *** Now for things which should only be included if the device
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   514
REM *** supports bluetooth, to save ROM space...
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   515
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, panproviders.dll , panproviders.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   516
file=\epoc32\release\ARMV5\urel\hciframelogger.dll 	"sys\bin\hciframelogger.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   517
file=\epoc32\release\ARMV5\urel\C32BCA.dll 	"sys\bin\C32BCA.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   518
REM Comms Reference Configurator
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   519
file=\epoc32\release\ARMV5\urel\c32start.exe 	"sys\bin\c32start.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   520
data=\epoc32\data\z\private\101F7988\c32start.ini 	"private\101F7988\c32start.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   521
data=\epoc32\data\Z\Private\10003a3f\reccaf\reccafmimetypes.txt 	"private\10003a3f\reccaf\reccafmimetypes.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   522
file=\epoc32\release\ARMV5\urel\caf.dll 	"sys\bin\caf.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   523
file=\epoc32\release\ARMV5\urel\cafutils.dll 	"sys\bin\cafutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   524
file=\epoc32\release\ARMV5\urel\f32agentui.dll 	"sys\bin\f32agentui.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   525
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, f32agent.dll , f32agent.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   526
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, reccaf.dll , reccaf.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   527
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cconplugin.dll , cconplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   528
REM Calendar Conversion Engine
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   529
file=\epoc32\release\ARMV5\urel\ccon.dll 	"sys\bin\ccon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   530
REM Calendar Interim API
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   531
file=\epoc32\release\ARMV5\urel\CalInterimApi.dll 	"sys\bin\CalInterimApi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   532
REM CED
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   533
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, xmlcustomresolver.dll , xmlcustomresolver.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   534
REM XML Framework
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   535
file=\epoc32\release\ARMV5\urel\xmlframework.dll 	"sys\bin\xmlframework.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   536
REM Error strings
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   537
data=\epoc32\data\Z\Resource\errors\xmlframeworkerr.R01 	"resource\errors\xmlframeworkerr.R01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   538
alias resource\errors\xmlframeworkerr.R01 resource\errors\xmlframeworkerr.RSC 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   539
REM XML Parser
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   540
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, xmlparserplugin.dll , xmlparserplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   541
data=\epoc32\data\Z\Resource\xml\expatcopyright.txt 	"Resource\xml\expatcopyright.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   542
REM WBXML Parser
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   543
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wbxmlparser.dll , wbxmlparser.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   544
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_1stringdictionary00.dll , syncml1_1stringdictionary00.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   545
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_1stringdictionary01.dll , syncml1_1stringdictionary01.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   546
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_1opaquestringdictionary00.dll , syncml1_1opaquestringdictionary00.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   547
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_2stringdictionary00.dll , syncml1_2stringdictionary00.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   548
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_2stringdictionary01.dll , syncml1_2stringdictionary01.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   549
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_2opaquestringdictionary00.dll , syncml1_2opaquestringdictionary00.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   550
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wml1_1stringdictionary00.dll , wml1_1stringdictionary00.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   551
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, si1_0stringdict00.dll , si1_0stringdict00.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   552
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, emn1_0stringdict00.dll , emn1_0stringdict00.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   553
file=\epoc32\release\ARMV5\urel\xmlengine.dll 	"sys\bin\xmlengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   554
file=\epoc32\release\ARMV5\urel\xmlengineutils.dll 	"sys\bin\xmlengineutils.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   555
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, xmlenginesaxplugin.dll , xmlenginesaxplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   556
file=\epoc32\release\ARMV5\urel\multipartparser.dll 	"Sys\bin\multipartparser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   557
file=\epoc32\release\ARMV5\urel\xmlenginedom.dll 	"sys\bin\xmlenginedom.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   558
file=\epoc32\release\ARMV5\urel\xmlengineserializer.dll 	"sys\bin\xmlengineserializer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   559
REM Standard C Library
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   560
file=\epoc32\release\ARMV5\urel\estlib.dll 	"sys\bin\Estlib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   561
file=\epoc32\release\ARMV5\urel\redircli.dll 	"sys\bin\RedirCli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   562
file=\epoc32\release\ARMV5\urel\ced.exe 	"sys\bin\ced.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   563
data=\epoc32\data\z\system\data\meshpreface1.cfg 	"system\data\meshpreface1.cfg"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   564
REM CED
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   565
file=\epoc32\release\ARMV5\urel\ceddump.exe 	"sys\bin\ceddump.exe"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   566
file=\epoc32\release\ARMV5\urel\secutil.dll 	"sys\bin\secutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   567
file=\epoc32\release\ARMV5\urel\sectcbutil.dll 	"sys\bin\sectcbutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   568
REM Security Settings Server
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   569
file=\epoc32\release\ARMV5\urel\secsettingsserver.exe 	"sys\bin\secsettingsserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   570
file=\epoc32\release\ARMV5\urel\secsettingsclient.dll 	"sys\bin\secsettingsclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   571
data=\epoc32\data\Z\Private\10202be9\2002b28b.txt 	"private\10202be9\2002b28b.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   572
REM Certificate management libraries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   573
file=\epoc32\release\ARMV5\urel\asn1.dll 	"sys\bin\asn1.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   574
file=\epoc32\release\ARMV5\urel\certstore.dll 	"sys\bin\CertStore.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   575
file=\epoc32\release\ARMV5\urel\crypto.dll 	"sys\bin\crypto.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   576
file=\epoc32\release\ARMV5\urel\pkixcert.dll 	"sys\bin\PKIXCert.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   577
file=\epoc32\release\ARMV5\urel\x500.dll 	"sys\bin\x500.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   578
file=\epoc32\release\ARMV5\urel\x509.dll 	"sys\bin\x509.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   579
file=\epoc32\release\ARMV5\urel\wtlscert.dll 	"sys\bin\wtlscert.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   580
file=\epoc32\release\ARMV5\urel\ctframework.dll 	"sys\bin\ctframework.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   581
file=\epoc32\release\ARMV5\urel\pkixcertbase.dll 	"sys\bin\PKIXCertBase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   582
file=\epoc32\release\ARMV5\urel\ctfinder.dll 	"sys\bin\ctfinder.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   583
file=\epoc32\release\ARMV5\urel\swicertstore.dll 	"sys\bin\swicertstore.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   584
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, swicertstoreplugin.dll , swicertstoreplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   585
REM Add certificate recogniser 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   586
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, reccert.dll , reccert.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   587
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pkcs8recog.dll , pkcs8recog.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   588
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pkcs12recog.dll , pkcs12recog.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   589
REM Certificate management libraries, extra DLL for Cedar builds
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   590
file=\epoc32\release\ARMV5\urel\pkcs10.dll 	"sys\bin\pkcs10.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   591
REM Comms Framework FLogger extension
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   592
rem #if defined(__FLOG_ACTIVE) || defined(_DEBUG)
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   593
file=\epoc32\release\ARMV5\urel\cflog.dll 	"sys\bin\cflog.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   594
rem #endif
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   595
data=\epoc32\data\z\private\101F7989\esock\ip.rtp.esk 	"private\101F7989\esock\ip.rtp.esk"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   596
file=\epoc32\release\ARMV5\urel\gb2312_shared.dll 	"sys\bin\gb2312_shared.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   597
file=\epoc32\release\ARMV5\urel\gbk_shared.dll 	"sys\bin\gbk_shared.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   598
file=\epoc32\release\ARMV5\urel\gb18030_diff_gbk.dll 	"sys\bin\gb18030_diff_gbk.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   599
file=\epoc32\release\ARMV5\urel\gb18030_4byte.dll 	"sys\bin\gb18030_4byte.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   600
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gb2312.dll , gb2312.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   601
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hz.dll , hz.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   602
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gbk.dll , gbk.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   603
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gb18030.dll , gb18030.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   604
data=\epoc32\data\Z\Resource\charconv\gb2312.RSC 	"resource\charconv\gb2312.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   605
data=\epoc32\data\Z\Resource\charconv\hz.RSC 	"resource\charconv\hz.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   606
data=\epoc32\data\Z\Resource\charconv\gbk.RSC 	"resource\charconv\gbk.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   607
data=\epoc32\data\Z\Resource\charconv\gb18030.RSC 	"resource\charconv\gb18030.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   608
file=\epoc32\release\ARMV5\urel\big5_shared.dll 	"sys\bin\big5_shared.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   609
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gb12345.dll , gb12345.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   610
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, big5.dll , big5.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   611
data=\epoc32\data\Z\Resource\charconv\gb12345.RSC 	"resource\charconv\gb12345.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   612
data=\epoc32\data\Z\Resource\charconv\big5.RSC 	"resource\charconv\big5.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   613
file=\epoc32\release\ARMV5\urel\shiftjis_docomo_shared.dll 	"sys\bin\shiftjis_docomo_shared.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   614
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, shiftjis_ntt_docomo.dll , shiftjis_ntt_docomo.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   615
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, j5_docomo.dll , j5_docomo.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   616
file=\epoc32\release\ARMV5\urel\jisbase_shared.dll 	"sys\bin\jisbase_shared.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   617
file=\epoc32\release\ARMV5\urel\jisx0201.dll 	"sys\bin\jisx0201.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   618
file=\epoc32\release\ARMV5\urel\jisx0208.dll 	"sys\bin\jisx0208.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   619
file=\epoc32\release\ARMV5\urel\jisx0212.dll 	"sys\bin\jisx0212.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   620
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso2022jp.dll , iso2022jp.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   621
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso2022jp1.dll , iso2022jp1.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   622
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, jis.dll , jis.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   623
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eucjp_packed.dll , eucjp_packed.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   624
data=\epoc32\data\Z\Resource\charconv\shiftjis.RSC 	"resource\charconv\shiftjis.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   625
data=\epoc32\data\Z\Resource\charconv\iso2022jp.RSC 	"resource\charconv\iso2022jp.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   626
data=\epoc32\data\Z\Resource\charconv\iso2022jp1.RSC 	"resource\charconv\iso2022jp1.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   627
data=\epoc32\data\Z\Resource\charconv\jis.RSC 	"resource\charconv\jis.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   628
data=\epoc32\data\Z\Resource\charconv\eucjp_packed.RSC 	"resource\charconv\eucjp_packed.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   629
data=\epoc32\data\Z\Resource\charconv\j5.RSC 	"resource\charconv\j5.RSC"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   630
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88592.dll , iso88592.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   631
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88593.dll , iso88593.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   632
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88594.dll , iso88594.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   633
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88595.dll , iso88595.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   634
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88596.dll , iso88596.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   635
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88597.dll , iso88597.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   636
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88598.dll , iso88598.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   637
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88599.dll , iso88599.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   638
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso885910.dll , iso885910.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   639
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso885913.dll , iso885913.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   640
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso885914.dll , iso885914.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   641
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso885915.dll , iso885915.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   642
data=\epoc32\data\Z\Resource\charconv\iso88592.RSC 	"resource\charconv\iso88592.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   643
data=\epoc32\data\Z\Resource\charconv\iso88593.RSC 	"resource\charconv\iso88593.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   644
data=\epoc32\data\Z\Resource\charconv\iso88594.RSC 	"resource\charconv\iso88594.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   645
data=\epoc32\data\Z\Resource\charconv\iso88595.RSC 	"resource\charconv\iso88595.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   646
data=\epoc32\data\Z\Resource\charconv\iso88596.RSC 	"resource\charconv\iso88596.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   647
data=\epoc32\data\Z\Resource\charconv\iso88597.RSC 	"resource\charconv\iso88597.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   648
data=\epoc32\data\Z\Resource\charconv\iso88598.RSC 	"resource\charconv\iso88598.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   649
data=\epoc32\data\Z\Resource\charconv\iso88599.RSC 	"resource\charconv\iso88599.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   650
data=\epoc32\data\Z\Resource\charconv\iso885910.RSC 	"resource\charconv\iso885910.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   651
data=\epoc32\data\Z\Resource\charconv\iso885913.RSC 	"resource\charconv\iso885913.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   652
data=\epoc32\data\Z\Resource\charconv\iso885914.RSC 	"resource\charconv\iso885914.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   653
data=\epoc32\data\Z\Resource\charconv\iso885915.RSC 	"resource\charconv\iso885915.RSC"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   654
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cp850.dll , cp850.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   655
data=\epoc32\data\Z\Resource\charconv\cp850.RSC 	"resource\charconv\ISOCP850.RSC"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   656
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, extended_sms_7bit.dll , extended_sms_7bit.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   657
data=\epoc32\data\Z\Resource\charconv\extended_sms_7bit.RSC 	"resource\charconv\extended_sms_7bit.RSC"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   658
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gsm7_turkish_single.dll , gsm7_turkish_single.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   659
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, turkish_locking_gsm7ext.dll , turkish_locking_gsm7ext.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   660
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, turkish_locking_single.dll , turkish_locking_single.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   661
data=\epoc32\data\Z\Resource\charconv\gsm7_turkish_single.RSC 	"resource\charconv\gsm7_turkish_single.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   662
data=\epoc32\data\Z\Resource\charconv\turkish_locking_gsm7ext.RSC 	"resource\charconv\turkish_locking_gsm7ext.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   663
data=\epoc32\data\Z\Resource\charconv\turkish_locking_single.RSC 	"resource\charconv\turkish_locking_single.RSC"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   664
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, spanish_gsm7_single.dll , spanish_gsm7_single.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   665
data=\epoc32\data\Z\Resource\charconv\spanish_gsm7_single.RSC 	"resource\charconv\spanish_gsm7_single.RSC"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   666
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, portuguese_gsm7_single.dll , portuguese_gsm7_single.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   667
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, portuguese_locking_gsm7ext.dll , portuguese_locking_gsm7ext.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   668
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, portuguese_locking_single.dll , portuguese_locking_single.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   669
data=\epoc32\data\Z\Resource\charconv\portuguese_gsm7_single.RSC 	"resource\charconv\portuguese_gsm7_single.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   670
data=\epoc32\data\Z\Resource\charconv\portuguese_locking_gsm7ext.RSC 	"resource\charconv\portuguese_locking_gsm7ext.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   671
data=\epoc32\data\Z\Resource\charconv\portuguese_locking_single.RSC 	"resource\charconv\portuguese_locking_single.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   672
file=\epoc32\release\ARMV5\urel\CP949table.dll 	"sys\bin\CP949table.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   673
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win949.dll , win949.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   674
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, EUCKR.dll , EUCKR.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   675
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iscii.dll , iscii.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   676
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso2022kr.dll , iso2022kr.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   677
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, KOI8R.dll , KOI8R.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   678
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, KOI8U.dll , KOI8U.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   679
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ksc5601.dll , ksc5601.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   680
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, TIS_620.dll , TIS_620.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   681
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1250.dll , win1250.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   682
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1251.dll , win1251.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   683
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1253.dll , win1253.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   684
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1254.dll , win1254.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   685
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1255.dll , win1255.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   686
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1256.dll , win1256.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   687
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1257.dll , win1257.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   688
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1258.dll , win1258.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   689
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win874.dll , win874.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   690
data=\epoc32\data\Z\Resource\charconv\win949.RSC 	"resource\charconv\win949.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   691
data=\epoc32\data\Z\Resource\charconv\EUCKR.RSC 	"resource\charconv\EUCKR.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   692
data=\epoc32\data\Z\Resource\charconv\iscii.RSC 	"resource\charconv\iscii.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   693
data=\epoc32\data\Z\Resource\charconv\iso2022kr.RSC 	"resource\charconv\iso2022kr.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   694
data=\epoc32\data\Z\Resource\charconv\KOI8R.RSC 	"resource\charconv\KOI8R.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   695
data=\epoc32\data\Z\Resource\charconv\KOI8U.RSC 	"resource\charconv\KOI8U.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   696
data=\epoc32\data\Z\Resource\charconv\ksc5601.RSC 	"resource\charconv\ksc5601.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   697
data=\epoc32\data\Z\Resource\charconv\TIS_620.RSC 	"resource\charconv\TIS_620.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   698
data=\epoc32\data\Z\Resource\charconv\win1250.RSC 	"resource\charconv\win1250.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   699
data=\epoc32\data\Z\Resource\charconv\win1251.RSC 	"resource\charconv\win1251.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   700
data=\epoc32\data\Z\Resource\charconv\win1253.RSC 	"resource\charconv\win1253.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   701
data=\epoc32\data\Z\Resource\charconv\win1254.RSC 	"resource\charconv\win1254.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   702
data=\epoc32\data\Z\Resource\charconv\win1255.RSC 	"resource\charconv\win1255.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   703
data=\epoc32\data\Z\Resource\charconv\win1256.RSC 	"resource\charconv\win1256.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   704
data=\epoc32\data\Z\Resource\charconv\win1257.RSC 	"resource\charconv\win1257.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   705
data=\epoc32\data\Z\Resource\charconv\win1258.RSC 	"resource\charconv\win1258.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   706
data=\epoc32\data\Z\Resource\charconv\win874.RSC 	"resource\charconv\win874.RSC"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   707
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, UCS2.DLL , UCS2.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   708
data=\epoc32\data\Z\Resource\charconv\ucs2.RSC 	"resource\charconv\ucs2.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   709
REM HTML to CRichtext converter
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   710
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CHtmlToCrtConverter.DLL , CHtmlToCrtConverter.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   711
data=\epoc32\data\z\resource\convert\1000a90e.RSC 	"Resource\Convert\1000a90e.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   712
data=\epoc32\data\z\resource\convert\CHTMLTOCRTCONVERTER.RSC 	"Resource\Convert\CHTMLTOCRTCONVERTER.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   713
file=\epoc32\release\ARMV5\urel\cmncustomcmds.dll 	"sys\bin\cmncustomcmds.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   714
file=\epoc32\release\ARMV5\urel\COMMONENGINE.DLL 	"sys\bin\COMMONENGINE.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   715
data=\epoc32\data\Z\Resource\ERRORS\ErrorRes.RSC 	"Resource\Errors\ErrorRes.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   716
file=\epoc32\release\ARMV5\urel\commsbufs.dll 	"sys\bin\commsbufs.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   717
file=\epoc32\release\ARMV5\urel\mbufmgr.dll 	"sys\bin\mbufmgr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   718
file=\epoc32\release\ARMV5\urel\mbufmgrimpl.dll 	"sys\bin\mbufmgrimpl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   719
REM Communications Logging Components
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   720
REM A minimum set of binaries compiled with logging enabled is required to produce log output,
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   721
REM including some components which are not part of CommsDebugUtility.  The following components
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   722
REM must be built with logging enabled and included on a target ROM.  To engage logging for
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   723
REM release builds, uncomment  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   724
REM commsdebugutility.mmh.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   725
REM Note: the commsfw and commsrootserver components are not considered part of the logging
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   726
REM system but they must be built with the same defines as CommsDebugUtility or else the logging
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   727
REM environment will not be properly initialized.  If logging\non-logging components are
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   728
REM mismatched, the first component to add a log entry is likely to panic and the target may
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   729
REM reset.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   730
REM Comms Root Server
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   731
file=\epoc32\release\ARMV5\urel\c32exe.exe 	"sys\bin\c32exe.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   732
file=\epoc32\release\ARMV5\urel\c32root.dll 	"sys\bin\c32root.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   733
data=\epoc32\data\z\private\101F7988\backup_registration.xml 	"private\101F7988\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   734
data=\epoc32\data\z\system\install\c32exe.sis 	"system\install\c32exe.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   735
file=\epoc32\release\ARMV5\urel\conditionevaluator.dll 	"sys\bin\conditionevaluator.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   736
REM Cone
85
ee5d5928b136 Cleaning up the tidying up of the startup
Tom Pritchard <tomp@symbian.org>
parents: 66
diff changeset
   737
file=\epoc32\release\ARMV5\urel\stem_cone.dll 	"sys\bin\Cone.dll"
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   738
REM #if !defined( )
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   739
REM Patchable constant for setting parent-pointers automatically or not. 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   740
REM 1 = True, 0 = False. Default is True.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   741
REM Patch for emulator builds by adding "patchdata_cone_dll_KCoeSetControlParentByDefault X"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   742
REM to epoc.ini where X is either 0 (zero) for "off" or 1 (one) for "on". 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   743
REM Only valid in Symbian OS 9.3 and 9.4
59
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
   744
patchdata cone.dll @ KCoeSetControlParentByDefault 1
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   745
REM #endif
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   746
file=\epoc32\release\ARMV5\urel\sbeclient.dll 	"sys\bin\sbeclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   747
file=\epoc32\release\ARMV5\urel\abclient.dll 	"sys\bin\abclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   748
file=\epoc32\release\ARMV5\urel\sbengine.exe 	"sys\bin\sbengine.exe" heapmax= 0x2000000 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   749
file=\epoc32\release\ARMV5\urel\sbencrypt.dll 	"sys\bin\sbencrypt.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   750
REM Core Providers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   751
file=\epoc32\release\ARMV5\urel\coreproviders.dll 	"sys\bin\coreproviders.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   752
REM Core Provider Plugins
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   753
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, coreprovidersecom.dll , coreprovidersecom.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   754
REM Window Server CSC Plugins
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   755
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 10286506.dll , 10286506.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   756
data=\epoc32\data\Z\Private\101f7989\operatorVariants.ini 	"private\101f7989\operatorVariants.ini"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   757
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ctsysystemstateplugin.dll  ,  ctsysystemstateplugin.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   758
REM Additional things in System\Samples
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   759
REM Use "Re-install sample files" in the RefUI shell Tools menu
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   760
file=\epoc32\release\ARMV5\urel\devsoundadaptationinfo.dll 	"sys\bin\devsoundadaptationinfo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   761
file=\epoc32\release\ARMV5\urel\devsoundadaptationinfoconsts.dll 	"sys\bin\devsoundadaptationinfoconsts.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   762
file=\epoc32\release\ARMV5\urel\DevVideo.dll 	"sys\bin\DevVideo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   763
file=\epoc32\release\ARMV5\urel\dial.dll 	"sys\bin\dial.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   764
REM Graphics Resource Adapter
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   765
file=\epoc32\release\ARMV5\urel\graphicsresourceadapter_sw.dll 	"sys\bin\graphicsresourceadapter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   766
file=\epoc32\release\ARMV5\urel\surfacemanager.dll 	"sys\bin\surfacemanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   767
REM Surface Manager
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   768
extension[0x0b0a0001]=\epoc32\release\ARMV5\urel\surfacemanagerdriver.ldd 	"Sys\Bin\surfacemanagerdriver.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   769
REM Graphics Resource
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   770
file=\epoc32\release\ARMV5\urel\graphicsresource.dll 	"sys\bin\graphicsresource.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   771
REM DirectGDI Adapter
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   772
file=\epoc32\release\ARMV5\urel\directgdiadapter_sw.dll 	"sys\bin\directgdiadapter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   773
REM DirectGDI
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   774
file=\epoc32\release\ARMV5\urel\directgdi.dll 	"sys\bin\directgdi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   775
REM dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   776
REM dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   777
REM Network Interface Manager
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   778
file=\epoc32\release\ARMV5\urel\nifman.dll 	"sys\bin\nifman.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   779
file=\epoc32\release\ARMV5\urel\inhook6.dll 	"sys\bin\inhook6.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   780
data=\epoc32\data\z\private\10000882\resolver.ini 	"private\10000882\resolver.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   781
file=\epoc32\release\ARMV5\urel\dnd_def.exe 	"sys\bin\dnd.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   782
REM dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   783
data=\epoc32\data\z\private\200215F1\resolver.ini 	"private\200215F1\resolver.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   784
file=\epoc32\release\ARMV5\urel\DNSProxy.exe 	"sys\bin\DNSProxy.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   785
REM dependencies
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   786
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, dnsproxyupdateif.dll , dnsproxyupdateif.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   787
file=\epoc32\release\ARMV5\urel\dptest.dll 	"sys\bin\dptest.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   788
file=\epoc32\release\ARMV5\urel\dptestcons.exe 	"sys\bin\dptestcons.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   789
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ECamStubPlugin.dll , ECamStubPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   790
file=\epoc32\release\ARMV5\urel\ECam.dll 	"sys\bin\ECam.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   791
file=\epoc32\release\ARMV5\urel\ECamPluginSupport.dll 	"sys\bin\ECamPluginSupport.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   792
file=\epoc32\release\ARMV5\urel\ECamAdvSettings.dll 	"sys\bin\ECamAdvSettings.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   793
file=\epoc32\release\ARMV5\urel\ECamHistogram.dll 	"sys\bin\ECamHistogram.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   794
file=\epoc32\release\ARMV5\urel\ECamOverlay.dll 	"sys\bin\ECamOverlay.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   795
file=\epoc32\release\ARMV5\urel\ECamSnapshot.dll 	"sys\bin\ECamSnapshot.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   796
file=\epoc32\release\ARMV5\urel\ECamDirectViewfinder.dll 	"sys\bin\ECamDirectViewfinder.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   797
file=\epoc32\release\ARMV5\urel\ecuart.csy 	"sys\bin\ecuart.csy"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   798
REM Code for the EGul component
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   799
file=\epoc32\release\ARMV5\urel\Egul.dll 	"sys\bin\Egul.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   800
file=\epoc32\release\ARMV5\urel\etul.dll 	"sys\bin\etul.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   801
REM Mime recognition
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   802
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rectxt.dll , rectxt.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   803
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recapp2.dll , recapp2.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   804
file=\epoc32\release\ARMV5\urel\apmime.dll 	"sys\bin\ApMIME.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   805
REM Symbian bitmapped font - must be in XIP ROM
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   806
data=\epoc32\data\Z\Resource\Fonts\eon14.gdr 	"Resource\Fonts\Eon.gdr"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   807
REM SUPL Pos Msg Plugin Api
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   808
file=\epoc32\release\ARMV5\urel\eposomasuplposmessageplugin.dll 	"sys\bin\eposomasuplposmessageplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   809
REM SUPL POS Message Plugin implementation
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   810
file=\epoc32\release\ARMV5\urel\eshell.exe 	"sys\bin\EShell.exe"		 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   811
REM For the benefit of base\f32\etshell
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   812
data=\epoc32\data\Z\Private\10003a3f\APPS\eshell_reg.rsc 	"Private\10003a3f\Apps\eshell_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   813
file=\epoc32\release\ARMV5\urel\messageintercept.esockdebug.dll 	"sys\bin\messageintercept.esockdebug.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   814
REM Multimode ETel Packet API
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   815
REM LAN CFProtocol and Packet Drivers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   816
file=\epoc32\release\ARMV5\urel\EthInt.nif 	"sys\bin\EthInt.nif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   817
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ether802.dll , ether802.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   818
file=\epoc32\release\ARMV5\urel\etherpkt.drv 	"sys\bin\etherpkt.drv"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   819
file=\epoc32\release\ARMV5\urel\irlan.drv 	"sys\bin\IrLAN.drv"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   820
data=\epoc32\data\z\private\101F7989\ESock\ether802.ini 	"private\101F7989\ESock\ether802.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   821
REM EUserHl Library
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   822
file=\epoc32\release\ARMV5\urel\euserhl.dll 	"sys\bin\euserhl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   823
data=\epoc32\data\Z\System\install\euserhl_stub.sis 	"system\install\euserhl_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   824
REM ExifUtility.dll 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   825
file=\epoc32\release\ARMV5\urel\ExifUtility.dll 	"sys\bin\ExifUtility.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   826
REM *** TimeZoneLocalization***
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   827
file=\epoc32\release\ARMV5\urel\TimeZoneLocalization.dll 	"sys\bin\TimeZoneLocalization.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   828
REM *** TimeZoneLocalization Database Policy file ***
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   829
data=\epoc32\data\Z\Private\10205EA6\backup_registration.xml 	"PRIVATE\10205EA6\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   830
file=\epoc32\release\ARMV5\urel\liblogger.dll 	"sys\bin\LibLogger.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   831
file=\epoc32\release\ARMV5\urel\libcipcserver.exe 	"sys\bin\LibCIpcServer.exe" 
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: 44
diff changeset
   832
file=\epoc32\release\ARMV5\urel\stem_backend.dll 	"sys\bin\backend.dll" 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   833
file=\epoc32\release\ARMV5\urel\libm.dll 	"sys\bin\libm.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   834
file=\epoc32\release\ARMV5\urel\libc.dll 	"sys\bin\libc.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   835
file=\epoc32\release\ARMV5\urel\libpthread.dll 	"sys\bin\libpthread.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   836
file=\epoc32\release\ARMV5\urel\libdl.dll 	"sys\bin\libdl.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   837
data=\epoc32\winscw\c\resource\pips\locales.txt 	"resource\pips\locales.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   838
data=\epoc32\winscw\c\resource\pips\services 	"resource\pips\services"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   839
data=\epoc32\data\z\system\install\openc_stdlibs_stub.sis 	"system\install\openc_stdlibs_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   840
data=\epoc32\data\z\system\install\openc_signalserver_stub.sis 	"system\install\openc_signalserver_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   841
file=\epoc32\release\ARMV5\urel\libstdcppv5.dll 	"sys\bin\libstdcppv5.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   842
file=\epoc32\release\ARMV5\urel\stdnew.dll 	"sys\bin\stdnew.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   843
file=\epoc32\release\ARMV5\urel\signalserver.exe 	"sys\bin\signalserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   844
file=\epoc32\release\ARMV5\urel\librt.dll 	"sys\bin\librt.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   845
REM EZlib compress\uncompress library
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   846
file=\epoc32\release\ARMV5\urel\libz.dll 	"sys\bin\libz.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   847
file=\epoc32\release\ARMV5\urel\libzcore.dll 	"sys\bin\libzcore.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   848
file=\epoc32\release\ARMV5\urel\ezlib.dll 	"sys\bin\ezlib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   849
file=\epoc32\release\ARMV5\urel\ezip.dll 	"sys\bin\ezip.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   850
file=\epoc32\release\ARMV5\urel\CP1250.dll 	"sys\bin\CP1250.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   851
file=\epoc32\release\ARMV5\urel\CP1251.dll 	"sys\bin\CP1251.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   852
file=\epoc32\release\ARMV5\urel\CP1252.dll 	"sys\bin\CP1252.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   853
file=\epoc32\release\ARMV5\urel\CP1253.dll 	"sys\bin\CP1253.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   854
file=\epoc32\release\ARMV5\urel\CP1254.dll 	"sys\bin\CP1254.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   855
file=\epoc32\release\ARMV5\urel\CP1255.dll 	"sys\bin\CP1255.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   856
file=\epoc32\release\ARMV5\urel\CP1256.dll 	"sys\bin\CP1256.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   857
file=\epoc32\release\ARMV5\urel\CP1257.dll 	"sys\bin\CP1257.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   858
file=\epoc32\release\ARMV5\urel\CP1258.dll 	"sys\bin\CP1258.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   859
file=\epoc32\release\ARMV5\urel\CP874.dll 	"sys\bin\CP874.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   860
file=\epoc32\release\ARMV5\urel\CP932.dll 	"sys\bin\CP932.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   861
file=\epoc32\release\ARMV5\urel\CP936.dll 	"sys\bin\CP936.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   862
file=\epoc32\release\ARMV5\urel\CP54936.dll 	"sys\bin\CP54936.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   863
file=\epoc32\release\ARMV5\urel\CP949.dll 	"sys\bin\CP949.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   864
file=\epoc32\release\ARMV5\urel\CP950.dll 	"sys\bin\CP950.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   865
REM FBSERV - Font & Bitmap Server
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   866
file=\epoc32\release\ARMV5\urel\fbserv.exe 	"sys\bin\fbserv.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   867
file=\epoc32\release\ARMV5\urel\fbscli.dll 	"sys\bin\fbscli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   868
file=\epoc32\release\ARMV5\urel\fbsrasterizer_stub.dll 	"sys\bin\fbsrasterizer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   869
file=\epoc32\release\ARMV5\urel\fdcbase.dll 	"sys\bin\fdcbase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   870
file=\epoc32\release\ARMV5\urel\usbhoststack.dll 	"sys\bin\usbhoststack.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   871
file=\epoc32\release\ARMV5\urel\featdiscovery.dll 	"sys\bin\featdiscovery.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   872
file=\epoc32\release\ARMV5\urel\featmgr.dll 	"sys\bin\featmgr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   873
file=\epoc32\release\ARMV5\urel\featmgrserver.exe 	"sys\bin\featmgrserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   874
data=\epoc32\data\Z\Private\10205054\backup_registration.xml 	"PRIVATE\10205054\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   875
file=\epoc32\release\ARMV5\urel\featreg.dll 	"sys\bin\featreg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   876
REM FEP Functionality
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   877
file=\epoc32\release\ARMV5\urel\fepbase.dll 	"sys\bin\FepBase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   878
data=\epoc32\data\Z\Private\10202be9\10009793.txt 	"private\10202be9\10009793.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   879
data=\epoc32\data\Z\Private\10202be9\10272618.txt 	"private\10202be9\10272618.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   880
data=\epoc32\data\Z\Private\10202be9\10272619.txt 	"private\10202be9\10272619.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   881
REM File token libraries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   882
file=\epoc32\release\ARMV5\urel\fstokenshared.dll 	"sys\bin\fstokenshared.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   883
file=\epoc32\release\ARMV5\urel\fstokencli.dll 	"sys\bin\fstokencli.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   884
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, filecertstore.dll , filecertstore.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   885
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, filekeystore.dll , filekeystore.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   886
file=\epoc32\release\ARMV5\urel\fstokenserver.exe 	"sys\bin\fstokenserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   887
file=\epoc32\release\ARMV5\urel\HWRMFmTxClient.dll 	"sys\bin\HWRMFmTxClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   888
REM Font File & Object Manager
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   889
file=\epoc32\release\ARMV5\urel\fntstr.dll 	"sys\bin\FntStr.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   890
REM True Type Fonts
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   891
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, freetype.dll , freetype.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   892
REM TrueType fonts
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   893
data=\epoc32\data\Z\Resource\fonts\DejaVuSansCondensed.ttf 	"Resource\Fonts\DejaVuSansCondensed.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   894
data=\epoc32\data\Z\Resource\fonts\DejaVuSansCondensed-Bold.ttf 	"Resource\Fonts\DejaVuSansCondensed-Bold.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   895
data=\epoc32\data\Z\Resource\fonts\DejaVuSansCondensed-Oblique.ttf 	"Resource\Fonts\DejaVuSansCondensed-Oblique.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   896
data=\epoc32\data\Z\Resource\fonts\DejaVuSansCondensed-BoldOblique.ttf 	"Resource\Fonts\DejaVuSansCondensed-BoldOblique.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   897
data=\epoc32\data\Z\Resource\fonts\DejaVuSansMono.ttf 	"Resource\Fonts\DejaVuSansMono.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   898
data=\epoc32\data\Z\Resource\fonts\DejaVuSansMono-Bold.ttf 	"Resource\Fonts\DejaVuSansMono-Bold.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   899
data=\epoc32\data\Z\Resource\fonts\DejaVuSansMono-Oblique.ttf 	"Resource\Fonts\DejaVuSansMono-Oblique.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   900
data=\epoc32\data\Z\Resource\fonts\DejaVuSansMono-BoldOblique.ttf 	"Resource\Fonts\DejaVuSansMono-BoldOblique.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   901
data=\epoc32\data\Z\Resource\fonts\DejaVuSerifCondensed.ttf 	"Resource\Fonts\DejaVuSerifCondensed.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   902
data=\epoc32\data\Z\Resource\fonts\DejaVuSerifCondensed-Bold.ttf 	"Resource\Fonts\DejaVuSerifCondensed-Bold.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   903
data=\epoc32\data\Z\Resource\fonts\DejaVuSerifCondensed-Italic.ttf 	"Resource\Fonts\DejaVuSerifCondensed-Italic.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   904
data=\epoc32\data\Z\Resource\fonts\DejaVuSerifCondensed-BoldItalic.ttf 	"Resource\Fonts\DejaVuSerifCondensed-BoldItalic.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   905
REM static dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   906
file=\epoc32\release\ARMV5\urel\ftp.exe 	"sys\bin\ftpsess.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   907
file=\epoc32\release\ARMV5\urel\ftpsess.dll 	"sys\bin\ftpsess.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   908
file=\epoc32\release\ARMV5\urel\ftpprot.dll 	"sys\bin\ftpprot.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   909
REM GDI - Abstract Graphics API
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   910
REM PALETTE
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   911
file=\epoc32\release\ARMV5\urel\Palette.dll 	"sys\bin\Palette.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   912
file=\epoc32\release\ARMV5\urel\gdi.dll 	"sys\bin\Gdi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   913
file=\epoc32\release\ARMV5\urel\linebreak.dll 	"sys\bin\linebreak.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   914
file=\epoc32\release\ARMV5\urel\lookuptable.dll 	"sys\bin\lookuptable.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   915
file=\epoc32\release\ARMV5\urel\genericscprparams.dll 	"sys\bin\genericscprparams.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   916
file=\epoc32\release\ARMV5\urel\gfxtrans.dll 	"sys\bin\gfxtrans.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   917
file=\epoc32\release\ARMV5\urel\gfxtransadapter.dll 	"sys\bin\gfxtransadapter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   918
REM GifScaler dll 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   919
file=\epoc32\release\ARMV5\urel\GifScaler.dll 	"sys\bin\GifScaler.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   920
file=\epoc32\release\ARMV5\urel\xmldom.dll 	"sys\bin\xmldom.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   921
file=\epoc32\release\ARMV5\urel\xmlparser.dll 	"sys\bin\xmlparser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   922
file=\epoc32\release\ARMV5\urel\smildtd.dll 	"sys\bin\smildtd.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   923
REM Bio Message Engine MTM
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   924
file=\epoc32\release\ARMV5\urel\bios.dll 	"sys\bin\bios.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   925
file=\epoc32\release\ARMV5\urel\bioc.dll 	"sys\bin\bioc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   926
REM The SendAs2 Client\Server
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   927
file=\epoc32\release\ARMV5\urel\Sendas2.dll 	"sys\bin\Sendas2.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   928
file=\epoc32\release\ARMV5\urel\SendasServer.exe 	"sys\bin\SendasServer.exe"  heapmax= 0x400000 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   929
data=\epoc32\data\Z\resource\messaging\sendasserver.rsc 	"resource\messaging\sendasserver.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   930
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sendaseikeditutils.dll , sendaseikeditutils.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   931
REM static dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   932
data=\epoc32\data\z\private\101F7989\esock\tcpip.ini 	"private\101F7989\esock\tcpip.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   933
data=\epoc32\data\z\private\101F7989\esock\ip.tcpip.esk 	"private\101F7989\esock\ip.tcpip.esk"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   934
file=\epoc32\release\ARMV5\urel\tcpip6.prt 	"sys\bin\tcpip6.prt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   935
REM Email Engine MTMs
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   936
file=\epoc32\release\ARMV5\urel\imcm.dll 	"sys\bin\imcm.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   937
file=\epoc32\release\ARMV5\urel\imut.dll 	"sys\bin\imut.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   938
file=\epoc32\release\ARMV5\urel\mobilitypolicyprovider.dll 	"sys\bin\mobilitypolicyprovider.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   939
file=\epoc32\release\ARMV5\urel\pops.dll 	"sys\bin\pops.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   940
file=\epoc32\release\ARMV5\urel\smts.dll 	"sys\bin\smts.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   941
file=\epoc32\release\ARMV5\urel\autosend.exe 	"sys\bin\autosend.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   942
file=\epoc32\release\ARMV5\urel\imps.dll 	"sys\bin\imps.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   943
file=\epoc32\release\ARMV5\urel\imaputils.dll 	"sys\bin\imaputils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   944
file=\epoc32\release\ARMV5\urel\imapmailstore.dll 	"sys\bin\imapmailstore.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   945
file=\epoc32\release\ARMV5\urel\imapofflinecontrol.dll 	"sys\bin\imapofflinecontrol.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   946
file=\epoc32\release\ARMV5\urel\impapprotocolcontroller.dll 	"sys\bin\impapprotocolcontroller.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   947
file=\epoc32\release\ARMV5\urel\imapsession.dll 	"sys\bin\imapsession.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   948
file=\epoc32\release\ARMV5\urel\imapsettings.dll 	"sys\bin\imapsettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   949
file=\epoc32\release\ARMV5\urel\imapsyncmanager.dll 	"sys\bin\imapsyncmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   950
file=\epoc32\release\ARMV5\urel\transporthandler.dll 	"sys\bin\transporthandler.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   951
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mobilitypolicydefault.dll , mobilitypolicydefault.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   952
data=\epoc32\data\Z\private\10202BE9\10001028.txt 	"private\10202BE9\10001028.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   953
data=\epoc32\data\Z\private\10202BE9\10001029.txt 	"private\10202BE9\10001029.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   954
data=\epoc32\data\Z\private\10202BE9\1000102A.txt 	"private\10202BE9\1000102A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   955
data=\epoc32\data\Z\resource\messaging\imcm.R01 	"resource\messaging\imcm.R01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   956
alias resource\messaging\imcm.R01 resource\messaging\imcm.RSC 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   957
REM MTUR Engine data layers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   958
file=\epoc32\release\ARMV5\urel\mtur.dll 	"sys\bin\mtur.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   959
REM Messaging Url Handler
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   960
file=\epoc32\release\ARMV5\urel\MSGURLHANDLER.EXE 	"sys\bin\MSGURLHANDLER.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   961
data=\epoc32\data\Z\resource\apps\msgurlhandler.rsc 	"resource\apps\msgurlhandler.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   962
data=\epoc32\data\Z\resource\apps\msgurlhandler_loc.rsc 	"resource\apps\msgurlhandler_loc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   963
data=\epoc32\data\Z\resource\apps\msgurlhandler.mbm 	"resource\apps\msgurlhandler.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   964
data=\epoc32\data\Z\private\10003a3f\apps\msgurlhandler_reg.rsc 	"private\10003a3f\apps\msgurlhandler_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   965
REM Feature QoS is not included in this ROM 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   966
file=\epoc32\release\ARMV5\urel\hciproxy.dll 	"sys\bin\hciproxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   967
REM Initialisor for TI Bluetooth hardware
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   968
REM Version 4.1.21 script included
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   969
data=\epoc32\data\Z\Private\101F7989\Bluetooth\tiinit_4.1.21.bts 	"Private\101F7989\Bluetooth\tiinit_4.1.21.bts"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   970
REM Version 4.2.38 script included
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   971
data=\epoc32\data\Z\Private\101F7989\Bluetooth\tiinit_4.2.38.bts 	"Private\101F7989\Bluetooth\tiinit_4.2.38.bts"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   972
REM HCTL for TI hardware
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   973
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hctl_ti.dll , hctl_ti.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   974
data=\epoc32\data\Z\Private\101F7989\Bluetooth\hctl_ti.ini 	"Private\101F7989\Bluetooth\hctl_ti.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   975
REM H4 HCTL implementation
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   976
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hctl_uart_original.dll , hctl_uart_original.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   977
data=\epoc32\data\Z\Private\101F7989\Bluetooth\hctl_uart_original.ini 	"Private\101F7989\Bluetooth\hctl_uart_original.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   978
REM GT Help Model
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   979
file=\epoc32\release\ARMV5\urel\HlpModel.dll 	"sys\bin\HlpModel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   980
file=\epoc32\release\ARMV5\urel\hlplch.dll 	"sys\bin\hlplch.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   981
data=\epoc32\data\Z\Resource\Apps\lch.rsc 	"Resource\Apps\lch.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   982
file=\epoc32\release\ARMV5\urel\inetprotutil.dll 	"sys\bin\INetProtUtil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   983
file=\epoc32\release\ARMV5\urel\HttpService.dll 	"sys\bin\HttpService.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   984
file=\epoc32\release\ARMV5\urel\Http.dll 	"sys\bin\Http.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   985
data=\epoc32\data\Z\Resource\Errors\HttpClientErr.R01 	"Resource\Errors\HttpClientErr.R01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   986
alias Resource\Errors\HttpClientErr.R01 Resource\Errors\HttpClientErr.RSC 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   987
file=\epoc32\release\ARMV5\urel\HttpMessage.dll 	"sys\bin\HttpMessage.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   988
file=\epoc32\release\ARMV5\urel\httputils.dll 	"sys\bin\httputils.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   989
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httptransporthandler.dll , httptransporthandler.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   990
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpsecuresocket.dll , httpsecuresocket.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   991
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, tfcorefilters.dll , tfcorefilters.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   992
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HttpClientCodec.dll , HttpClientCodec.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   993
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpclient.dll , httpclient.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   994
REM MISSING file=\epoc32\release\ARMV5\urel\httpserviceapitest.exe				System\Programs\httpserviceapitest.exe
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   995
REM MISSING data=\epoc32\data\c\testdata\scripts\httpserviceapitest.script      	testdata\scripts\httpserviceapitest.script
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   996
REM MISSING data=\epoc32\data\z\testdata\configs\ethernetced_httpserviceapi.xml		testdata\configs\ethernetced_httpserviceapi.xml
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   997
REM MISSING data=\epoc32\data\z\httptest\httpservicetest\httpclient.ini 			  	    httptest\httpservicetest\httpclient.ini
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   998
REM MISSING data=\epoc32\data\z\httptest\httpservicetest\testdl.txt 			    httptest\httpservicetest\testdl.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   999
REM MISSING data=\epoc32\data\z\httptest\httpservicetest\testdl2.txt  			    httptest\httpservicetest\testdl2.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1000
file=\epoc32\release\ARMV5\urel\HWRMCommon.dll 	"sys\bin\HWRMCommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1001
file=\epoc32\release\ARMV5\urel\HWRMServer.exe 	"sys\bin\HWRMServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1002
file=\epoc32\release\ARMV5\urel\HWRMClient.dll 	"sys\bin\HWRMClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1003
file=\epoc32\release\ARMV5\urel\HWRMVibraClient.dll 	"sys\bin\HWRMVibraClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1004
file=\epoc32\release\ARMV5\urel\HWRMLightClient.dll 	"sys\bin\HWRMLightClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1005
file=\epoc32\release\ARMV5\urel\HWRMExtendedLightClient.dll 	"sys\bin\HWRMExtendedLightClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1006
file=\epoc32\release\ARMV5\urel\HWRMPowerClient.dll 	"sys\bin\HWRMPowerClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1007
data=\epoc32\data\Z\private\101f7a02\backup_registration.xml 	"private\101f7a02\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1008
data=\epoc32\data\Z\private\101f7a02\ProductHWRMLightsPolicy.ini 	"private\101f7a02\ProductHWRMLightsPolicy.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1009
data=\epoc32\data\Z\private\101f7a02\ProductHWRMVibraPolicy.ini 	"private\101f7a02\ProductHWRMVibraPolicy.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1010
data=\epoc32\data\Z\private\101f7a02\ProductHWRMFmTxPolicy.ini 	"private\101f7a02\ProductHWRMFmTxPolicy.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1011
data=\epoc32\data\Z\private\101f7a02\CustomerHWRMLightsPolicy.ini 	"private\101f7a02\CustomerHWRMLightsPolicy.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1012
data=\epoc32\data\Z\private\101f7a02\CustomerHWRMVibraPolicy.ini 	"private\101f7a02\CustomerHWRMVibraPolicy.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1013
data=\epoc32\data\Z\private\101f7a02\CustomerHWRMFmTxPolicy.ini 	"private\101f7a02\CustomerHWRMFmTxPolicy.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1014
data=\epoc32\data\Z\private\101f7a02\ConvertFromUnicode.dat 	"private\101f7a02\ConvertFromUnicode.dat"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1015
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  hwrmuiplugin.dll  ,  hwrmuiplugin.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1016
REM BMP Plugin for Image Conversion Library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1017
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, bmpcodec.dll , bmpcodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1018
data=\epoc32\data\Z\Resource\ICL\101F45AE_extra.rsc 	"Resource\ICL\101F45AE_extra.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1019
REM GIF Plugin for Image Conversion Library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1020
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gifcodec.dll , gifcodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1021
data=\epoc32\data\Z\Resource\ICL\101F45B1_extra.rsc 	"Resource\ICL\101F45B1_extra.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1022
REM ICO Plugin for Image Conversion Library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1023
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, icocodec.dll , icocodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1024
data=\epoc32\data\Z\Resource\ICL\101F45D3_extra.rsc 	"Resource\ICL\101F45D3_extra.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1025
REM JPEG Plugin for Image Conversion Library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1026
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, jpegcodec.dll , jpegcodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1027
data=\epoc32\data\Z\Resource\ICL\101F45D6_extra.rsc 	"Resource\ICL\101F45D6_extra.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1028
REM JEPG YUV Decoder
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1029
REM Jpeg Yuv Decoder Library
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1030
file=\epoc32\release\ARMV5\urel\JpegYuvDecoder.dll 	"sys\bin\JpegYuvDecoder.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1031
REM MBM Plugin for Image Conversion Library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1032
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mbmcodec.dll , mbmcodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1033
data=\epoc32\data\Z\Resource\ICL\101F45CA_extra.rsc 	"Resource\ICL\101F45CA_extra.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1034
REM OTA Plugin for Image Conversion Library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1035
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, otacodec.dll , otacodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1036
data=\epoc32\data\Z\Resource\ICL\101F45D0_extra.rsc 	"Resource\ICL\101F45D0_extra.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1037
REM WBMP Plugin for Image Conversion Library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1038
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wbmpcodec.dll , wbmpcodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1039
data=\epoc32\data\Z\Resource\ICL\101F45CD_extra.rsc 	"Resource\ICL\101F45CD_extra.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1040
REM TIFF Plugin for Image Conversion Library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1041
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, tiffcodec.dll , tiffcodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1042
data=\epoc32\data\Z\Resource\ICL\101F45C0_extra.rsc 	"Resource\ICL\101F45C0_extra.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1043
REM PNG Plugin for Image Conversion Library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1044
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pngcodec.dll , pngcodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1045
data=\epoc32\data\Z\Resource\ICL\101F45C7_extra.rsc 	"Resource\ICL\101F45C7_extra.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1046
REM WMF Plugin for Image Conversion Library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1047
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wmfcodec.dll , wmfcodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1048
data=\epoc32\data\Z\Resource\ICL\101F45B5_extra.rsc 	"Resource\ICL\101F45B5_extra.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1049
REM Shaper
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1050
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, IcuLayoutEngine.dll , IcuLayoutEngine.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1051
REM Image Conversion Library
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1052
file=\epoc32\release\ARMV5\urel\ImageConversion.dll 	"sys\bin\ImageConversion.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1053
REM ImageConversionResolver Plugin for Image Conversion Library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1054
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, imageconversionresolver.dll , imageconversionresolver.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1055
REM JPEG Exif Plugin for Image Conversion Library
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1056
file=\epoc32\release\ARMV5\urel\JPEGExifPlugin.dll 	"sys\bin\JPEGExifPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1057
REM JPEG Exif ImageFrame Plugin for Image Conversion Library
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1058
file=\epoc32\release\ARMV5\urel\JPEGImageFramePlugin.dll 	"sys\bin\JPEGImageFramePlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1059
REM ICL Recognizer library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1060
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recicl.dll , recicl.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1061
REM sub-components
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1062
REM ImageTransform.dll 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1063
file=\epoc32\release\ARMV5\urel\ImageTransform.dll 	"sys\bin\ImageTransform.dll" 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1064
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, imagetransformresolver.dll , imagetransformresolver.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1065
file=\epoc32\release\ARMV5\urel\panorama.dll 	"sys\bin\panorama.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1066
REM ImageDisplay.dll 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1067
file=\epoc32\release\ARMV5\urel\ImageDisplay.dll 	"sys\bin\ImageDisplay.dll" 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1068
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ImageDisplayResolver.dll , ImageDisplayResolver.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1069
REM MngImageDisplay.dll 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1070
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MngImageDisplay.dll , MngImageDisplay.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1071
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, IclWrapperImageDisplay.dll , IclWrapperImageDisplay.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1072
file=\epoc32\release\ARMV5\urel\MediaClientImage.dll 	"sys\bin\MediaClientImage.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1073
file=\epoc32\release\ARMV5\urel\imageprocessor.dll 	"sys\bin\imageprocessor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1074
REM Inet URI List
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1075
file=\epoc32\release\ARMV5\urel\ineturilist.dll 	"sys\bin\ineturilist.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1076
file=\epoc32\release\ARMV5\urel\ineturilistserver.exe 	"sys\bin\ineturilistserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1077
data=\epoc32\data\Z\private\20009d70\backup_registration.xml 	"private\20009d70\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1078
data=\epoc32\data\Z\private\20009d70\ineturilist.xml 	"private\20009d70\ineturilist.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1079
data=\epoc32\data\Z\private\20009d70\defaulttldpolicy.xml 	"private\20009d70\defaulttldpolicy.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1080
data=\epoc32\data\Z\system\install\ineturilist_stub.SIS 	"system\install\ineturilist_stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1081
file=\epoc32\release\ARMV5\urel\iniparser.dll 	"sys\bin\iniparser.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1082
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ipaddrinfoparams.dll , ipaddrinfoparams.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1083
REM Feature DHCP is not included in this ROM
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1084
REM Feature DHCP is not included in this ROM
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1085
REM ESock IP Protocol Meta and Connection Provider
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1086
REM IPSEC protocol and other core components
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1087
	REM Feature IPSEC not included in this rom
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1088
REM Mobility Core Providers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1089
file=\epoc32\release\ARMV5\urel\mobilitycoreproviders.dll 	"sys\bin\mobilitycoreproviders.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1090
REM ESock TCP\UDP Connection Provider
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1091
file=\epoc32\release\ARMV5\urel\iptransportimpl.dll 	"sys\bin\iptransportimpl.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1092
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iptransport.dll , iptransport.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1093
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iptransportmanagement.dll , iptransportmanagement.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1094
REM *** The following iby files are always included, whether IRDA is
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1095
REM *** supported by the device or not.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1096
REM If __OBEX_DEBUG__ is defined pull in debug versions of the
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1097
REM OBEX DLLs and transport controllers regardless of the ROM type
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1098
REM *** The following iby files are always included, whether obex is
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1099
REM *** supported by the device or not.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1100
REM *** The following dlls are client side dlls. They are always included
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1101
REM *** in the ROM, whether obex is supported by the device or not, so
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1102
REM *** that client applications can link against them regardless.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1103
REM Alias new obex.dll to also appear as irobex.dll to support legacy apps
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1104
file=\epoc32\release\ARMV5\urel\obexcommontransport.dll 	"sys\bin\obexcommontransport.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1105
REM *** Now for things which should only be included if the device
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1106
REM *** supports OBEX, to save ROM space...
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1107
REM *** Now for things which should only be included if the device
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1108
REM *** supports USB, to save ROM space...
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1109
REM OBEX USB transport is not included in this ROM as it depends on USB
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1110
REM *** Now for things which should only be included if the device
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1111
REM *** supports bluetooth, to save ROM space...
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1112
REM *** irda.dll and irtranp.dll (Infrared Transfer Picture) are
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1113
REM *** client side dlls. They are always included in the ROM whether
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1114
REM *** IRDA is supported by the device or not, so that client
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1115
REM *** applications can link against them regardless.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1116
file=\epoc32\release\ARMV5\urel\irda.dll 	"sys\bin\IrDA.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1117
file=\epoc32\release\ARMV5\urel\irtranp.dll 	"sys\bin\IrTranp.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: 44
diff changeset
  1118
kerneltrace=0x00080000
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1119
file=\epoc32\release\ARMV5\urel\lafshutdowneventobserveradaptor.dll 	"sys\bin\lafshutdowneventobserveradaptor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1120
file=\epoc32\release\ARMV5\urel\lbs.dll 	"sys\bin\lbs.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1121
file=\epoc32\release\ARMV5\urel\lbsadatacache.dll 	"sys\bin\lbsadatacache.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1122
file=\epoc32\release\ARMV5\urel\lbsadmin.dll 	"sys\bin\lbsadmin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1123
file=\epoc32\release\ARMV5\urel\LbsAssistanceData.dll 	"sys\bin\LbsAssistanceData.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1124
file=\epoc32\release\ARMV5\urel\lbslocationinfodatatypes.dll 	"sys\bin\lbslocationinfodatatypes.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1125
file=\epoc32\release\ARMV5\urel\lbslocmonclient.dll 	"sys\bin\lbslocmonclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1126
file=\epoc32\release\ARMV5\urel\lbslocationinfoconverter.dll 	"sys\bin\lbslocationinfoconverter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1127
file=\epoc32\release\ARMV5\urel\lbslocationinfoconverterplugin.dll 	"sys\bin\lbslocationinfoconverterplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1128
file=\epoc32\release\ARMV5\urel\LbsLocCommon.dll 	"sys\bin\LbsLocCommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1129
REM LBS data source DLL
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1130
file=\epoc32\release\ARMV5\urel\LbsLocDataSource.dll 	"sys\bin\LbsLocDataSource.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1131
file=\epoc32\release\ARMV5\urel\LbsInternalApi.dll 	"sys\bin\LbsInternalApi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1132
file=\epoc32\release\ARMV5\urel\LbsNetProtocol.dll 	"sys\bin\LbsNetProtocol.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1133
file=\epoc32\release\ARMV5\urel\lbspartnercommon.dll 	"sys\bin\lbspartnercommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1134
REM LBS Network Internal API
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1135
file=\epoc32\release\ARMV5\urel\lbsnetinternalapi.dll 	"sys\bin\lbsnetinternalapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1136
file=\epoc32\release\ARMV5\urel\lbsagpsngmsgs.dll 	"sys\bin\lbsagpsngmsgs.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1137
file=\epoc32\release\ARMV5\urel\lbscommoninternaldatatypes.dll 	"sys\bin\lbscommoninternaldatatypes.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1138
file=\epoc32\release\ARMV5\urel\lbsnetregstatusint.dll 	"sys\bin\lbsnetregstatusint.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1139
file=\epoc32\release\ARMV5\urel\lbsngnlmint.dll 	"sys\bin\lbsngnlmint.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1140
file=\epoc32\release\ARMV5\urel\lbsnrhngmsgs.dll 	"sys\bin\lbsnrhngmsgs.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1141
file=\epoc32\release\ARMV5\urel\lbspsyngmsgs.dll 	"sys\bin\lbspsyngmsgs.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1142
file=\epoc32\release\ARMV5\urel\lbsreffnpint.dll 	"sys\bin\lbsreffnpint.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1143
file=\epoc32\release\ARMV5\urel\lbsroot.exe 	"sys\bin\lbsroot.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1144
data=\epoc32\data\z\private\10282253\lbs\lbsprofile.ini 	"private\10282253\lbs\lbsprofile.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1145
file=\epoc32\release\ARMV5\urel\lbsrootapi.dll 	"sys\bin\lbsrootapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1146
file=\epoc32\release\ARMV5\urel\LbsLoggerApi.dll 	"sys\bin\LbsLoggerApi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1147
file=\epoc32\release\ARMV5\urel\lbsdebug.dll 	"sys\bin\lbsdebug.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1148
file=\epoc32\release\ARMV5\urel\eposmodset.dll 	"sys\bin\eposmodset.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1149
file=\epoc32\release\ARMV5\urel\eposindicator.dll 	"sys\bin\eposindicator.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1150
file=\epoc32\release\ARMV5\urel\eposutils.dll 	"sys\bin\eposutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1151
REM LBS reference data source DLL
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1152
file=\epoc32\release\ARMV5\urel\lbsreflocdatasource.dll 	"sys\bin\lbsreflocdatasource.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1153
data=\epoc32\data\Z\Resource\nlabtgpspsyconstants.rsc 	"resource\nlabtgpspsyconstants.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1154
data=\epoc32\data\Z\Resource\nlabtgpspsy_name.rsc 	"resource\nlabtgpspsy_name.rsc"
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1155
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposdefault.dll , eposdefault.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1156
file=\epoc32\release\ARMV5\urel\eposserver.exe 	"sys\bin\eposserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1157
data=\epoc32\data\Z\private\101f97b2\eposserver.rsc 	"private\101f97b2\eposserver.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1158
data=\epoc32\data\Z\private\101f97b2\backup_registration.xml 	"private\101f97b2\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1159
file=\epoc32\release\ARMV5\urel\lbslocutils.dll 	"sys\bin\lbslocutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1160
REM LBS Quality Profile API
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1161
file=\epoc32\release\ARMV5\urel\lbsqualityprofileapi.dll 	"sys\bin\lbsqualityprofileapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1162
REM LBS Network Gateway
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1163
REM LBS Network Simulator
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1164
file=\epoc32\release\ARMV5\urel\lbsnetsim.exe 	"sys\bin\lbsnetsim.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1165
file=\epoc32\release\ARMV5\urel\lbsnetsim.dll 	"sys\bin\lbsnetsim.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1166
REM LBS Network Location Manager
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1167
REM LBS Network Privacy Api
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1168
file=\epoc32\release\ARMV5\urel\eposnwprv.dll 	"sys\bin\eposnwprv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1169
file=\epoc32\release\ARMV5\urel\lbsnetworkrequesthandler.exe 	"sys\bin\lbsnetworkrequesthandler.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1170
file=\epoc32\release\ARMV5\urel\Lbsx3p.dll 	"sys\bin\Lbsx3p.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1171
file=\epoc32\release\ARMV5\urel\LbsPrivacyController.dll 	"sys\bin\LbsPrivacyController.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1172
file=\epoc32\release\ARMV5\urel\LbsPrivacyExtNotifiers.dll 	"sys\bin\LbsPrivacyExtNotifiers.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1173
REM LBS Privacy Data Types
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1174
file=\epoc32\release\ARMV5\urel\eposprvtyp.dll 	"sys\bin\eposprvtyp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1175
REM LBS Network Test
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1176
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, lbsprotocolmodule.dll , lbsprotocolmodule.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1177
data=\epoc32\data\z\private\10202BE9\10281D6F.cre 	"private\10202BE9\10281D6F.cre"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1178
REM SUPL ASN1 Encode
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1179
file=\epoc32\release\ARMV5\urel\suplasn1.dll 	"sys\bin\suplasn1.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1180
REM LBS SUPL Test Module
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1181
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, lbssupltestmodule.dll , lbssupltestmodule.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1182
file=\epoc32\release\ARMV5\urel\epospluginfw.dll 	"sys\bin\epospluginfw.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1183
REM LBS Privacy protocol module
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1184
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, lbsprivacyprotocolmodule.dll , lbsprivacyprotocolmodule.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1185
REM LBS Privacy Request Api
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1186
file=\epoc32\release\ARMV5\urel\lbsprivacyrequest.dll 	"sys\bin\lbsprivacyrequest.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1187
file=\epoc32\release\ARMV5\urel\psytester.exe 	"sys\bin\psytester.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1188
file=\epoc32\release\ARMV5\urel\PSYCRTester.exe 	"sys\bin\PSYCRTester.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1189
data=\epoc32\data\Z\Resource\psytester.rsc 	"resource\psytester.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1190
REM LBS Privacy Protocol Module
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1191
file=\epoc32\release\ARMV5\urel\loadlafshutdown.dll 	"sys\bin\loadlafshutdown.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1192
file=\epoc32\release\ARMV5\urel\LOOPBACK.CSY 	"sys\bin\LOOPBACK.CSY"
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1193
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mbmsparams.dll , mbmsparams.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1194
file=\epoc32\release\ARMV5\urel\puresolverutils.dll 	"sys\bin\puresolverutils.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1195
file=\epoc32\release\ARMV5\urel\mdasoundadapter.dll 	"sys\bin\mdasoundadapter.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1196
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, puloader.dll , puloader.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1197
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, codecapiresolver.dll , codecapiresolver.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1198
REM Store, Etext, Form, Grid, Clock, Print, AlarmServer, WorldServer, Bafl, Egul, Cone, Dial, BmpAnim 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1199
REM STORE
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1200
file=\epoc32\release\ARMV5\urel\estor.dll 	"sys\bin\EStor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1201
REM EText
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1202
file=\epoc32\release\ARMV5\urel\field.dll 	"sys\bin\Field.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1203
file=\epoc32\release\ARMV5\urel\etext.dll 	"sys\bin\EText.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1204
REM Form
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1205
file=\epoc32\release\ARMV5\urel\form.dll 	"sys\bin\Form.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1206
file=\epoc32\release\ARMV5\urel\tagma.dll 	"sys\bin\Tagma.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1207
file=\epoc32\release\ARMV5\urel\form_and_etext_editor.dll 	"sys\bin\Form_and_etext_editor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1208
file=\epoc32\release\ARMV5\urel\undo.dll 	"sys\bin\Undo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1209
file=\epoc32\release\ARMV5\urel\grid.dll 	"sys\bin\Grid.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1210
file=\epoc32\release\ARMV5\urel\clock.dll 	"sys\bin\Clock.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1211
file=\epoc32\release\ARMV5\urel\clocka.dll 	"sys\bin\ClockA.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1212
REM Feature PRINT is not included in this ROM
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1213
REM PwrCli
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1214
file=\epoc32\release\ARMV5\urel\powermgrcli.dll 	"sys\bin\Powermgrcli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1215
file=\epoc32\release\ARMV5\urel\shutdownsrv.dll 	"sys\bin\shutdownsrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1216
file=\epoc32\release\ARMV5\urel\shutdownsrvs.exe 	"sys\bin\shutdownsrvs.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1217
file=\epoc32\release\ARMV5\urel\bafl.dll 	"sys\bin\Bafl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1218
file=\epoc32\release\ARMV5\urel\baksrv.dll 	"sys\bin\baksrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1219
file=\epoc32\release\ARMV5\urel\baksrvs.exe 	"sys\bin\baksrvs.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1220
data=\epoc32\data\Z\Private\100048aa\backup_registration.xml 	"private\100048aa\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1221
file=\epoc32\release\ARMV5\urel\initialiselocale.exe 	"sys\bin\initialiselocale.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1222
file=\epoc32\release\ARMV5\urel\bsul.dll 	"sys\bin\bsul.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1223
file=\epoc32\release\ARMV5\urel\bsulinifile.dll 	"sys\bin\bsulinifile.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1224
REM Central Repository
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1225
file=\epoc32\release\ARMV5\urel\centralrepository.dll 	"sys\bin\centralrepository.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1226
file=\epoc32\release\ARMV5\urel\centralrepositorysrv.exe 	"sys\bin\centralrepositorysrv.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1227
data=\epoc32\data\Z\Private\10202BE9\backup_registration.xml 	"PRIVATE\10202BE9\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1228
file=\epoc32\release\ARMV5\urel\CENREPNOTIFHANDLER.DLL 	"sys\bin\CENREPNOTIFHANDLER.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1229
file=\epoc32\release\ARMV5\urel\sysutil.dll 	"sys\bin\sysutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1230
file=\epoc32\release\ARMV5\urel\sysutilsetup.exe 	"sys\bin\sysutilsetup.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1231
REM NumberConversion.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1232
file=\epoc32\release\ARMV5\urel\NumberConversion.dll 	"sys\bin\NumberConversion.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1233
REM WAP 1.2 Push 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1234
file=\epoc32\release\ARMV5\urel\miscpushmsgutils.dll 	"sys\bin\miscpushmsgutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1235
data=\epoc32\data\Z\RESOURCE\messaging\wappushunknown.RSC 	"resource\messaging\wappushunknown.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1236
file=\epoc32\release\ARMV5\urel\mmcommon.dll 	"sys\bin\mmcommon.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1237
file=\epoc32\release\ARMV5\urel\MmCommonUtils.dll 	"sys\bin\MmCommonUtils.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1238
file=\epoc32\release\ARMV5\urel\MediaClient.dll 	"sys\bin\MediaClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1239
file=\epoc32\release\ARMV5\urel\mediaclientvideodisplay.dll 	"sys\bin\mediaclientvideodisplay.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1240
file=\epoc32\release\ARMV5\urel\audioutils.dll 	"sys\bin\audioutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1241
file=\epoc32\release\ARMV5\urel\MmfCodecCommon.dll 	"sys\bin\MmfCodecCommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1242
file=\epoc32\release\ARMV5\urel\GSM610CodecCommon.dll 	"sys\bin\GSM610CodecCommon.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1243
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmruf.dll , mmruf.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1244
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gsm610.dll , gsm610.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1245
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, audiocodecs.dll , audiocodecs.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1246
file=\epoc32\release\ARMV5\urel\MmfGlblAudioEffect.dll 	"sys\bin\MmfGlblAudioEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1247
file=\epoc32\release\ARMV5\urel\MmfStdGlblAudioEffect.dll 	"sys\bin\MmfStdGlblAudioEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1248
file=\epoc32\release\ARMV5\urel\mmfdrmpluginserverproxy.dll 	"sys\bin\mmfdrmpluginserverproxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1249
REM MMS Settings
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1250
file=\epoc32\release\ARMV5\urel\mmsgenericsettings.dll 	"sys\bin\mmsgenericsettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1251
REM MMTSY
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1252
data=\epoc32\data\Z\resource\mtp\102827AF.rsc 	"resource\mtp\102827AF.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1253
file=\epoc32\release\ARMV5\urel\mtpdatatypes.dll 	"sys\bin\mtpdatatypes.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1254
file=\epoc32\release\ARMV5\urel\mtpclient.dll 	"sys\bin\mtpclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1255
file=\epoc32\release\ARMV5\urel\mtptransportapi.dll 	"sys\bin\mtptransportapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1256
file=\epoc32\release\ARMV5\urel\mtpdataproviderapi.dll 	"sys\bin\mtpdataproviderapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1257
file=\epoc32\release\ARMV5\urel\mtpdevdpextnapi.dll 	"sys\bin\mtpdevdpextnapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1258
data=\epoc32\data\Z\resource\mtp\102827B1.rsc 	"resource\mtp\102827B1.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1259
data=\epoc32\data\Z\resource\mtp\dummydp.rsc 	"resource\mtp\dummydp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1260
data=\epoc32\data\Z\resource\mtp\services.rsc 	"resource\mtp\services.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1261
data=\epoc32\data\Z\private\102827a2\backup_registration.xml 	"private\102827a2\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1262
data=\epoc32\data\Z\private\102827a2\mtpdevice.ico 	"private\102827a2\mtpdevice.ico"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1263
data=\epoc32\data\Z\resource\mtp\102827B0.rsc 	"resource\mtp\102827B0.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1264
file=\epoc32\release\ARMV5\urel\ptpipdatatypes.dll 	"sys\bin\ptpipdatatypes.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1265
file=\epoc32\release\ARMV5\urel\ptpipcontroller.dll 	"sys\bin\ptpipcontroller.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1266
file=\epoc32\release\ARMV5\urel\ptpipfilterapi.dll 	"sys\bin\ptpipfilterapi.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1267
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ptpipplugin.dll , ptpipplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1268
REM dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1269
file=\epoc32\release\ARMV5\urel\napt.prt 	"sys\bin\napt.prt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1270
data=\epoc32\winscw\c\private\101F7989\esock\ip.napt.esk 	"private\101F7989\esock\ip.napt.esk"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1271
data=\epoc32\winscw\c\private\101F7989\esock\napt.ini 	"private\101F7989\esock\napt.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1272
REM MISSING file=\epoc32\release\ARMV5\urel\NetCfgExtnBase.dll   System\Libs\NetCfgExtnBase.dll
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1273
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NetCfgExtnMip.dll , NetCfgExtnMip.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1274
REM User Prompt Service
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1275
data=\epoc32\data\z\system\install\upsserver.sis 	"system\install\upsserver.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1276
data=\epoc32\data\z\private\10283558\backup_registration.xml 	"private\10283558\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1277
file=\epoc32\release\ARMV5\urel\upsserver.exe 	"sys\bin\upsserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1278
file=\epoc32\release\ARMV5\urel\upsclient.dll 	"sys\bin\upsclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1279
file=\epoc32\release\ARMV5\urel\upsmanagement.dll 	"sys\bin\upsmanagement.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1280
file=\epoc32\release\ARMV5\urel\upspolicies.dll 	"sys\bin\upspolicies.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1281
file=\epoc32\release\ARMV5\urel\upsdb.dll 	"sys\bin\upsdb.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1282
file=\epoc32\release\ARMV5\urel\netups.dll 	"sys\bin\netups.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1283
REM Core Providers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1284
file=\epoc32\release\ARMV5\urel\simpleselectorbase.dll 	"sys\bin\simpleselectorbase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1285
REM User Prompt Service (UPS) Core Providers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1286
file=\epoc32\release\ARMV5\urel\upscoreproviders.dll 	"sys\bin\upscoreproviders.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1287
file=\epoc32\release\ARMV5\urel\netcfgext.dll 	"sys\bin\netcfgext.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1288
file=\epoc32\release\ARMV5\urel\ocsp.dll 	"sys\bin\ocsp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1289
file=\epoc32\release\ARMV5\urel\ocsptransport.dll 	"sys\bin\ocsptransport.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1290
file=\epoc32\release\ARMV5\urel\ocspcommon.dll 	"sys\bin\ocspcommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1291
REM Tls Provider
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1292
file=\epoc32\release\ARMV5\urel\tlsprovider.dll 	"sys\bin\tlsprovider.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1293
file=\epoc32\release\ARMV5\urel\tlscacheclient.dll 	"sys\bin\tlscacheclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1294
file=\epoc32\release\ARMV5\urel\tlscacheserver.exe 	"sys\bin\tlscacheserver.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1295
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, swtlstokentypeplugin.dll  , swtlstokentypeplugin.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1296
data=\epoc32\data\Z\Resource\tlsproviderpolicy.ini 	"Resource\tlsproviderpolicy.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1297
data=\epoc32\data\Z\Resource\swtlstokentype.RSC 	"resource\swtlstokentype.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1298
data=\epoc32\data\Z\Resource\TlsCacheServer\TlsCacheTimeouts.RSC 	"resource\TlsCacheServer\TlsCacheTimeouts.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1299
REM ssl dll implementing ssl\tls secure socket layer protocol
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1300
REM Make sure the error strings appear in the ROM
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1301
data=\epoc32\data\Z\Resource\Errors\SSLERR.R01 	"Resource\Errors\sslerr.R01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1302
alias Resource\Errors\sslerr.R01 Resource\Errors\sslerr.RSC 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1303
file=\epoc32\release\ARMV5\urel\ssl.dll 	"sys\bin\ssl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1304
file=\epoc32\release\ARMV5\urel\securesocket.DLL 	"sys\bin\securesocket.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1305
REM CSD Agent - Dialup networking
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1306
REM Make sure the error strings appear in the ROM
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1307
data=\epoc32\data\Z\Resource\Errors\CSDERR.R01 	"Resource\Errors\csderr.R01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1308
alias Resource\Errors\csderr.R01 Resource\Errors\csderr.RSC 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1309
REM GPRS AGT - Packet data networking
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1310
REM KIPPER - LAN AGT
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1311
REM dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1312
data=\epoc32\data\z\private\101F7989\esock\ccp.ini 	"private\101f7989\esock\ccp.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1313
file=\epoc32\release\ARMV5\urel\pppmain.dll 	"sys\bin\pppmain.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1314
file=\epoc32\release\ARMV5\urel\vjcomp.dll 	"sys\bin\vjcomp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1315
REM Predictor PPP compression
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1316
file=\epoc32\release\ARMV5\urel\predcomp.dll 	"sys\bin\PredComp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1317
file=\epoc32\release\ARMV5\urel\packetlogger.dll 	"sys\bin\packetlogger.dll"
66
fc9981c83de7 Add weatherinfo demo to syborg_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
  1318
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rawip.dll , rawip.dll ) 
59
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
  1319
patchdata rawip.dll@KMaxSendQueueLen 0x5
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
  1320
patchdata rawip.dll@KMaxTxIPPacketSize 0x57a
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
  1321
patchdata rawip.dll@KMaxRxIPPacketSize 0x57a
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
  1322
patchdata rawip.dll@KMtuIPv4 0x578     	 
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
  1323
patchdata rawip.dll@KRMtuIPv4 0x578		 
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
  1324
patchdata rawip.dll@KMtuIPv6 0x578		 
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
  1325
patchdata rawip.dll@KRMtuIPv6 0x578		 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1326
REM Feature DHCP is not included in this ROM
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1327
REM Feature QoS is not included in this ROM 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1328
REM Feature QoS is not included in this ROM 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1329
REM Feature QoS is not included in this ROM 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1330
REM Feature QoS is not included in this ROM 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1331
REM IP Subconnection Provider
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1332
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Qos3GPP.dll , Qos3GPP.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1333
REM PDP Meta and Sub-Connection Connection Providers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1334
REM IP Subconnection Provider with QoS support
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1335
REM Feature QoS is not included in this ROM
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1336
REM --- DNS Proxy 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1337
file=\epoc32\release\ARMV5\urel\dnsproxyclient.dll 	"sys\bin\dnsproxyclient.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1338
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nvgrenderstage.dll , nvgrenderstage.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1339
REM Messaging infrared MTM is not included in this ROM, because it depends on excluded INFRARED
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1340
REM Include the top-level OBY file in the ROM, as an audit trail...
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1341
REM You do not want this in production ROMs!
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1342
REM Provides build number information to the emulator\ROM. 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1343
data=\epoc32\data\buildinfo.txt 	"System\Data\buildinfo.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1344
file=\epoc32\release\ARMV5\urel\omxilcoreserver.dll 	"sys\bin\omxilcoreserver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1345
file=\epoc32\release\ARMV5\urel\omxilcoreclient.dll 	"sys\bin\omxilcoreclient.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1346
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, omxilsymbianloader.dll , omxilsymbianloader.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1347
demandpagingconfig 256       512        3            0                0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1348
pagingoverride defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1349
codepagingpolicy defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1350
demandpagingconfig 64        128        3            0                0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1351
pagingoverride defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1352
codepagingpolicy defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1353
demandpagingconfig 128       128        3            0                0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1354
pagingoverride defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1355
codepagingpolicy defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1356
REM redefined BT_DIR as urel
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1357
file=\epoc32\release\ARMV5\urel\pbapcli.dll 	"sys\bin\pbapcli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1358
file=\epoc32\release\ARMV5\urel\pbaplogeng.dll 	"sys\bin\pbaplogeng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1359
REM PDRSTORE
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1360
REM Feature PRINT is not included in this ROM
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1361
REM ETel SAT API
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1362
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, phbksyncplugin.dll , phbksyncplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1363
file=\epoc32\release\ARMV5\urel\phbksyncsvr.dll 	"sys\bin\phbksyncsvr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1364
file=\epoc32\release\ARMV5\urel\crber.dll 	"sys\bin\crber.dll"	
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1365
file=\epoc32\release\ARMV5\urel\crpkcs12.dll 	"sys\bin\crpkcs12.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1366
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PKCS12Recognizer.dll , PKCS12Recognizer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1367
file=\epoc32\release\ARMV5\urel\pkcs7.dll 	"sys\bin\pkcs7.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1368
PlatSecDiagnostics ON
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1369
PlatSecDiagnostics ON
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1370
PlatSecEnforcement ON
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1371
REM Printer Drivers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1372
REM Feature PRINT is not included in this ROM
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1373
file=\epoc32\release\ARMV5\urel\punycodeconverter.dll 	"sys\bin\punycodeconverter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1374
REM Application Protocol recognisers
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1375
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WebUrlRec.dll , WebUrlRec.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1376
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RecBmark.dll , RecBmark.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1377
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RecWeb.dll , RecWeb.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1378
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recwap.dll , recwap.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1379
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, audiostream.dll , audiostream.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1380
file=\epoc32\release\ARMV5\urel\audiocodec.dll 	"sys\bin\audiocodec.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1381
file=\epoc32\release\ARMV5\urel\audiogaincontrol.dll 	"sys\bin\audiogaincontrol.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1382
file=\epoc32\release\ARMV5\urel\buffersink.dll 	"sys\bin\buffersink.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1383
file=\epoc32\release\ARMV5\urel\audiodevicesink.dll 	"sys\bin\audiodevicesink.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1384
file=\epoc32\release\ARMV5\urel\buffersource.dll 	"sys\bin\buffersource.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1385
file=\epoc32\release\ARMV5\urel\audiodevicesource.dll 	"sys\bin\audiodevicesource.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1386
data=\epoc32\data\Z\Resource\a3f\HwDev0x101FFA06GSM610Default.RSC 	"resource\a3f\HwDev0x101FFA06.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1387
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F21PU8Default.RSC 	"resource\a3f\HwDev0x101F9F21.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1388
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F36PCM8Default.RSC 	"resource\a3f\HwDev0x101F9F36.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1389
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F00PCM16Default.rsc 	"resource\a3f\HwDev0x101F9F00.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1390
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F01PCM16Default.rsc 	"resource\a3f\HwDev0x101F9F01.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1391
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F32ALawDefault.RSC 	"resource\a3f\HwDev0x101F9F32.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1392
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F34PCM16Default.RSC 	"resource\a3f\HwDev0x101F9F34.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1393
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F31MuLawDefault.RSC 	"resource\a3f\HwDev0x101F9F31.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1394
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F33PCM16Default.RSC 	"resource\a3f\HwDev0x101F9F33.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1395
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F35PCM16Default.RSC 	"resource\a3f\HwDev0x101F9F35.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1396
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F37PCM16Default.RSC 	"resource\a3f\HwDev0x101F9F37.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1397
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F38S16Default.RSC 	"resource\a3f\HwDev0x101F9F38.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1398
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F3cS16Default.RSC 	"resource\a3f\HwDev0x101F9F3c.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1399
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F3dpcm16bDefault.RSC 	"resource\a3f\HwDev0x101F9F3d.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1400
data=\epoc32\data\Z\Resource\a3f\HwDev0x101F9F40IMADDefault.RSC 	"resource\a3f\HwDev0x101F9F40.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1401
data=\epoc32\data\Z\Resource\a3f\hwdev0x101f9f41pcm16default.RSC 	"resource\a3f\HwDev0x101F9F41.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1402
data=\epoc32\data\Z\Resource\a3f\hwdev0x101ffa05pcm16default.RSC 	"resource\a3f\hwdev0x101ffa05.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1403
data=\epoc32\data\Z\Resource\a3f\HwDev0xa0000a7aPCM16Default.RSC 	"resource\a3f\HwDev0xa0000a7a.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1404
data=\epoc32\data\Z\Resource\a3f\HwDev0x102737B2OGGDecDefault.RSC 	"resource\a3f\HwDev0x102737B2.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1405
data=\epoc32\data\Z\Resource\a3f\HwDev0x102737B4OGGEncDefault.RSC 	"resource\a3f\HwDev0x102737B4.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1406
data=\epoc32\data\Z\Resource\a3f\HwDev0x10283463ToneDefault.RSC 	"resource\a3f\HwDev0x10283463.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1407
data=\epoc32\data\Z\Resource\a3f\HwDev0x1020659DRawDecEncDefault.RSC 	"resource\a3f\HwDev0x1020659D.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1408
data=\epoc32\data\Z\Resource\a3f\HwDev0x1020658FMp3DecDefault.RSC 	"resource\a3f\HwDev0x1020658F.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1409
data=\epoc32\data\Z\Resource\a3f\HwDev0x10206596AmrNbDecDefault.RSC 	"resource\a3f\HwDev0x10206596.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1410
data=\epoc32\data\Z\Resource\a3f\HwDev0x1020659EAmrNbEncDefault.RSC 	"resource\a3f\HwDev0x1020659E.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1411
data=\epoc32\data\Z\Resource\a3f\HwDev0x102065b0AmrNbEncDefault.RSC 	"resource\a3f\HwDev0x102065b0.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1412
data=\epoc32\data\Z\Resource\a3f\HwDev0xA0000A34AmrWbEncDefault.RSC 	"resource\a3f\HwDev0xA0000A34.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1413
data=\epoc32\data\Z\Resource\a3f\HwDev0x10206591AmrWbDecDefault.RSC 	"resource\a3f\HwDev0x10206591.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1414
data=\epoc32\data\Z\Resource\a3f\HwDev0x102084BCSbcEncDefault.rsc 	"resource\a3f\HwDev0x102084BC.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1415
data=\epoc32\data\Z\Resource\a3f\HwDev0x10205E63iLbcDecDefault.RSC 	"resource\a3f\HwDev0x10205E63.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1416
data=\epoc32\data\Z\Resource\a3f\HwDev0x10205E66iLbcEncDefault.RSC 	"resource\a3f\HwDev0x10205E66.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1417
data=\epoc32\data\Z\Resource\a3f\HwDev0x10208826G729EncDefault.RSC 	"resource\a3f\HwDev0x10208826.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1418
data=\epoc32\data\Z\Resource\a3f\HwDev0x10205EEAG729DecDefault.RSC 	"resource\a3f\HwDev0x10205EEA.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1419
data=\epoc32\data\Z\Resource\a3f\HwDev0x10205EE4G711DecDefault.RSC 	"resource\a3f\HwDev0x10205EE4.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1420
data=\epoc32\data\Z\Resource\a3f\HwDev0x10205EE7G711EncDefault.RSC 	"resource\a3f\HwDev0x10205EE7.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1421
file=\epoc32\release\ARMV5\urel\mmrcclient.dll 	"sys\bin\mmrcclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1422
file=\epoc32\release\ARMV5\urel\mmrcserver.dll 	"sys\bin\mmrcserver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1423
REM ConArcPlugin from converting Rich text to HTML
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1424
REM Internal:  Rt2htmCv
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1425
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RT2HTMCV.DLL , RT2HTMCV.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1426
data=\epoc32\data\z\resource\convert\1000071c.RSC 	"Resource\Convert\1000071c.RSC"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1427
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DRMstringdict00.dll , DRMstringdict00.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1428
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rocontenthandler.dll , rocontenthandler.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1429
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, roaptcontenthandler.dll , roaptcontenthandler.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1430
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, roapphandler.dll , roapphandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1431
file=\epoc32\release\ARMV5\urel\rpnp.dll 	"sys\bin\rpnp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1432
REM Feature RTP not included in this rom -> Substituted with rtpremoved.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1433
file=\epoc32\release\ARMV5\urel\rtpremoved.dll 	"sys\bin\rtp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1434
REM Feature RTP not included in this rom
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1435
data=\epoc32\data\Z\private\10202BE9\101F8770.txt 	"private\10202BE9\101F8770.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1436
data=\epoc32\data\Z\private\10202BE9\1028583d.txt 	"private\10202BE9\1028583d.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1437
data=\epoc32\data\Z\private\10202BE9\101F9A0A.txt 	"private\10202BE9\101F9A0A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1438
data=\epoc32\data\Z\private\10202BE9\10282BCD.txt 	"private\10202BE9\10282BCD.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1439
data=\epoc32\data\Z\private\10202BE9\101F8765.txt 	"private\10202BE9\101F8765.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1440
data=\epoc32\data\Z\private\10202BE9\10200C8B.txt 	"private\10202BE9\10200C8B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1441
data=\epoc32\data\Z\private\10202BE9\101F877E.txt 	"private\10202BE9\101F877E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1442
data=\epoc32\data\Z\private\10202BE9\10207B74.txt 	"private\10202BE9\10207B74.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1443
data=\epoc32\data\Z\private\10202BE9\2000F8F3.txt 	"private\10202BE9\2000F8F3.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1444
data=\epoc32\data\Z\private\10202BE9\101F876F.txt 	"private\10202BE9\101F876F.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1445
data=\epoc32\data\Z\private\10202BE9\2002677B.txt 	"private\10202BE9\2002677B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1446
data=\epoc32\data\Z\private\10202BE9\10207B87.txt 	"private\10202BE9\10207B87.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1447
data=\epoc32\data\Z\private\10202BE9\101F8731.txt 	"private\10202BE9\101F8731.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1448
data=\epoc32\data\Z\private\10202BE9\10207467.txt 	"private\10202BE9\10207467.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1449
data=\epoc32\data\Z\private\10202BE9\101F877F.txt 	"private\10202BE9\101F877F.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1450
data=\epoc32\data\Z\private\10202BE9\10008D3A.txt 	"private\10202BE9\10008D3A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1451
data=\epoc32\data\Z\private\10202BE9\2000F8EA.txt 	"private\10202BE9\2000F8EA.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1452
data=\epoc32\data\Z\private\10202BE9\2001FCBA.txt 	"private\10202BE9\2001FCBA.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1453
data=\epoc32\data\Z\private\10202BE9\10282ee7.txt 	"private\10202BE9\10282ee7.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1454
data=\epoc32\data\Z\private\10202BE9\10281872.txt 	"private\10202BE9\10281872.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1455
data=\epoc32\data\Z\private\10202BE9\102029A2.txt 	"private\10202BE9\102029A2.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1456
data=\epoc32\data\Z\private\10202BE9\10204338.txt 	"private\10202BE9\10204338.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1457
data=\epoc32\data\Z\private\10202BE9\10281BC8.txt 	"private\10202BE9\10281BC8.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1458
data=\epoc32\data\Z\private\10202BE9\20022FC0.txt 	"private\10202BE9\20022FC0.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1459
data=\epoc32\data\Z\private\10202BE9\101F8751.txt 	"private\10202BE9\101F8751.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1460
data=\epoc32\data\Z\private\10202BE9\1028190A.txt 	"private\10202BE9\1028190A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1461
data=\epoc32\data\Z\private\10202BE9\101F87A3.txt 	"private\10202BE9\101F87A3.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1462
data=\epoc32\data\Z\private\10202BE9\101F880B.txt 	"private\10202BE9\101F880B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1463
data=\epoc32\data\Z\private\10202BE9\2000F8EC.txt 	"private\10202BE9\2000F8EC.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1464
data=\epoc32\data\Z\private\10202BE9\101F8809.txt 	"private\10202BE9\101F8809.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1465
REM MISSING data=\epoc32\data\Z\private\10202BE9\10281FAB.txt		private\10202BE9\10281FAB.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1466
data=\epoc32\data\Z\private\10202BE9\101F7A81.txt 	"private\10202BE9\101F7A81.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1467
data=\epoc32\data\Z\private\10202BE9\10283344.txt 	"private\10202BE9\10283344.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1468
data=\epoc32\data\Z\private\10202BE9\20016BC5.txt 	"private\10202BE9\20016BC5.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1469
data=\epoc32\data\Z\private\10202BE9\20022D83.txt 	"private\10202BE9\20022D83.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1470
data=\epoc32\data\Z\private\10202BE9\10208dd7.txt 	"private\10202BE9\10208dd7.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1471
data=\epoc32\data\Z\private\10202BE9\101FB654.txt 	"private\10202BE9\101FB654.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1472
data=\epoc32\data\Z\private\10202BE9\102828B2.txt 	"private\10202BE9\102828B2.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1473
data=\epoc32\data\Z\private\10202BE9\10205056.txt 	"private\10202BE9\10205056.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1474
data=\epoc32\data\Z\private\10202BE9\102750C6.txt 	"private\10202BE9\102750C6.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1475
data=\epoc32\data\Z\private\10202BE9\101f6d12.txt 	"private\10202BE9\101f6d12.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1476
data=\epoc32\data\Z\private\10202BE9\102818E8.txt 	"private\10202BE9\102818E8.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1477
data=\epoc32\data\Z\private\10202BE9\101F9A1D.txt 	"private\10202BE9\101F9A1D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1478
data=\epoc32\data\Z\private\10202BE9\101F874B.txt 	"private\10202BE9\101F874B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1479
data=\epoc32\data\Z\private\10202BE9\10282266.txt 	"private\10202BE9\10282266.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1480
data=\epoc32\data\Z\private\10202BE9\20021346.txt 	"private\10202BE9\20021346.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1481
data=\epoc32\data\Z\private\10202BE9\20009CAE.txt 	"private\10202BE9\20009CAE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1482
data=\epoc32\data\Z\private\10202BE9\2000F86E.txt 	"private\10202BE9\2000F86E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1483
data=\epoc32\data\Z\private\10202BE9\10283114.txt 	"private\10202BE9\10283114.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1484
data=\epoc32\data\Z\private\10202BE9\102828B1.txt 	"private\10202BE9\102828B1.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1485
data=\epoc32\data\Z\private\10202BE9\101F8557.txt 	"private\10202BE9\101F8557.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1486
data=\epoc32\data\Z\private\10202BE9\101FD67E.txt 	"private\10202BE9\101FD67E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1487
data=\epoc32\data\Z\private\10202BE9\101fe99b.txt 	"private\10202BE9\101fe99b.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1488
data=\epoc32\data\Z\private\10202BE9\101FFCD0.txt 	"private\10202BE9\101FFCD0.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1489
data=\epoc32\data\Z\private\10202BE9\2000B494.txt 	"private\10202BE9\2000B494.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1490
data=\epoc32\data\Z\private\10202BE9\102071F5.txt 	"private\10202BE9\102071F5.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1491
data=\epoc32\data\Z\private\10202BE9\101fed88.txt 	"private\10202BE9\101fed88.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1492
data=\epoc32\data\Z\private\10202BE9\2001011A.txt 	"private\10202BE9\2001011A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1493
data=\epoc32\data\Z\private\10202BE9\101FE999.txt 	"private\10202BE9\101FE999.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1494
data=\epoc32\data\Z\private\10202BE9\2000F8F2.txt 	"private\10202BE9\2000F8F2.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1495
data=\epoc32\data\Z\private\10202BE9\101F876D.txt 	"private\10202BE9\101F876D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1496
data=\epoc32\data\Z\private\10202BE9\10205CBF.txt 	"private\10202BE9\10205CBF.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1497
data=\epoc32\data\Z\private\10202BE9\10282BCC.txt 	"private\10202BE9\10282BCC.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1498
data=\epoc32\data\Z\private\10202BE9\2000B16B.txt 	"private\10202BE9\2000B16B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1499
REM MISSING data=\epoc32\data\Z\private\10202BE9\10285abc.txt		private\10202BE9\10285abc.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1500
data=\epoc32\data\Z\private\10202BE9\2001E610.txt 	"private\10202BE9\2001E610.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1501
data=\epoc32\data\Z\private\10202BE9\2001FCBD.txt 	"private\10202BE9\2001FCBD.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1502
data=\epoc32\data\Z\private\10202BE9\2001FCB9.txt 	"private\10202BE9\2001FCB9.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1503
data=\epoc32\data\Z\private\10202BE9\2001E611.txt 	"private\10202BE9\2001E611.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1504
data=\epoc32\data\Z\private\10202BE9\10285c46.txt 	"private\10202BE9\10285c46.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1505
data=\epoc32\data\Z\private\10202BE9\10205afb.txt 	"private\10202BE9\10205afb.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1506
data=\epoc32\data\Z\private\10202BE9\2001FE55.txt 	"private\10202BE9\2001FE55.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1507
data=\epoc32\data\Z\private\10202BE9\2002120B.txt 	"private\10202BE9\2002120B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1508
REM MISSING data=\epoc32\data\Z\private\10202BE9\101F87A1.txt		private\10202BE9\101F87A1.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1509
data=\epoc32\data\Z\private\10202BE9\2001FE4D.txt 	"private\10202BE9\2001FE4D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1510
data=\epoc32\data\Z\private\10202BE9\2000B5C5.txt 	"private\10202BE9\2000B5C5.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1511
data=\epoc32\data\Z\private\10202BE9\102072D0.txt 	"private\10202BE9\102072D0.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1512
data=\epoc32\data\Z\private\10202BE9\102824A0.txt 	"private\10202BE9\102824A0.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1513
data=\epoc32\data\Z\private\10202BE9\20026F5E.txt 	"private\10202BE9\20026F5E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1514
data=\epoc32\data\Z\private\10202BE9\1020383e.txt 	"private\10202BE9\1020383e.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1515
data=\epoc32\data\Z\private\10202BE9\101FFCD2.txt 	"private\10202BE9\101FFCD2.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1516
data=\epoc32\data\Z\private\10202BE9\101F884C.txt 	"private\10202BE9\101F884C.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1517
REM MISSING data=\epoc32\data\Z\private\10202BE9\2001ea7f.txt		private\10202BE9\2001ea7f.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1518
data=\epoc32\data\Z\private\10202BE9\10207267.txt 	"private\10202BE9\10207267.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1519
data=\epoc32\data\Z\private\10202BE9\101F8781.txt 	"private\10202BE9\101F8781.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1520
data=\epoc32\data\Z\private\10202BE9\102071F2.txt 	"private\10202BE9\102071F2.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1521
data=\epoc32\data\Z\private\10202BE9\102750A0.txt 	"private\10202BE9\102750A0.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1522
data=\epoc32\data\Z\private\10202BE9\1028312F.txt 	"private\10202BE9\1028312F.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1523
data=\epoc32\data\Z\private\10202BE9\200195AD.txt 	"private\10202BE9\200195AD.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1524
data=\epoc32\data\Z\private\10202BE9\101f6d50.txt 	"private\10202BE9\101f6d50.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1525
data=\epoc32\data\Z\private\10202BE9\101F8769.txt 	"private\10202BE9\101F8769.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1526
data=\epoc32\data\Z\private\10202BE9\1028239D.txt 	"private\10202BE9\1028239D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1527
data=\epoc32\data\Z\private\10202BE9\101FFC03.txt 	"private\10202BE9\101FFC03.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1528
data=\epoc32\data\Z\private\10202BE9\2000B438.txt 	"private\10202BE9\2000B438.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1529
data=\epoc32\data\Z\private\10202BE9\2000E542.txt 	"private\10202BE9\2000E542.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1530
data=\epoc32\data\Z\private\10202BE9\10204DA9.txt 	"private\10202BE9\10204DA9.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1531
data=\epoc32\data\Z\private\10202BE9\2001E321.txt 	"private\10202BE9\2001E321.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1532
data=\epoc32\data\Z\private\10202BE9\2000F8F0.txt 	"private\10202BE9\2000F8F0.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1533
data=\epoc32\data\Z\private\10202BE9\2001B2C9.txt 	"private\10202BE9\2001B2C9.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1534
data=\epoc32\data\Z\private\10202BE9\200159ED.txt 	"private\10202BE9\200159ED.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1535
data=\epoc32\data\Z\private\10202BE9\10204DAB.txt 	"private\10202BE9\10204DAB.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1536
data=\epoc32\data\Z\private\10202BE9\101F6DE5.txt 	"private\10202BE9\101F6DE5.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1537
data=\epoc32\data\Z\private\10202BE9\10274556.txt 	"private\10202BE9\10274556.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1538
REM MISSING data=\epoc32\data\Z\private\10202BE9\10285abe.txt		private\10202BE9\10285abe.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1539
data=\epoc32\data\Z\private\10202BE9\101F87EC.txt 	"private\10202BE9\101F87EC.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1540
data=\epoc32\data\Z\private\10202BE9\2000F8EB.txt 	"private\10202BE9\2000F8EB.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1541
data=\epoc32\data\Z\private\10202BE9\101F874D.txt 	"private\10202BE9\101F874D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1542
data=\epoc32\data\Z\private\10202BE9\10281EEF.txt 	"private\10202BE9\10281EEF.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1543
data=\epoc32\data\Z\private\10202BE9\102072E5.txt 	"private\10202BE9\102072E5.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1544
data=\epoc32\data\Z\private\10202BE9\20011118.txt 	"private\10202BE9\20011118.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1545
data=\epoc32\data\Z\private\10202BE9\20010128.txt 	"private\10202BE9\20010128.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1546
data=\epoc32\data\Z\private\10202BE9\2000B5E3.txt 	"private\10202BE9\2000B5E3.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1547
data=\epoc32\data\Z\private\10202BE9\101f884a.txt 	"private\10202BE9\101f884a.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1548
data=\epoc32\data\Z\private\10202BE9\101F6DE4.txt 	"private\10202BE9\101F6DE4.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1549
data=\epoc32\data\Z\private\10202BE9\10282E7F.txt 	"private\10202BE9\10282E7F.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1550
data=\epoc32\data\Z\private\10202BE9\101F884D.txt 	"private\10202BE9\101F884D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1551
data=\epoc32\data\Z\private\10202BE9\2002676F.txt 	"private\10202BE9\2002676F.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1552
data=\epoc32\data\Z\private\10202BE9\100058DB.txt 	"private\10202BE9\100058DB.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1553
data=\epoc32\data\Z\private\10202BE9\102072E2.txt 	"private\10202BE9\102072E2.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1554
data=\epoc32\data\Z\private\10202BE9\101F876C.txt 	"private\10202BE9\101F876C.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1555
data=\epoc32\data\Z\private\10202BE9\2000E58C.txt 	"private\10202BE9\2000E58C.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1556
data=\epoc32\data\Z\private\10202BE9\101F8763.txt 	"private\10202BE9\101F8763.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1557
data=\epoc32\data\Z\private\10202BE9\2000F8F1.txt 	"private\10202BE9\2000F8F1.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1558
data=\epoc32\data\Z\private\10202BE9\101F880A.txt 	"private\10202BE9\101F880A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1559
data=\epoc32\data\Z\private\10202BE9\2000E59A.txt 	"private\10202BE9\2000E59A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1560
data=\epoc32\data\Z\private\10202BE9\200025A6.txt 	"private\10202BE9\200025A6.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1561
data=\epoc32\data\Z\private\10202BE9\102071F1.txt 	"private\10202BE9\102071F1.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1562
data=\epoc32\data\Z\private\10202BE9\2001E272.txt 	"private\10202BE9\2001E272.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1563
data=\epoc32\data\Z\private\10202BE9\1020730B.txt 	"private\10202BE9\1020730B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1564
data=\epoc32\data\Z\private\10202BE9\1020720A.txt 	"private\10202BE9\1020720A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1565
data=\epoc32\data\Z\private\10202BE9\10275102.txt 	"private\10202BE9\10275102.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1566
data=\epoc32\data\Z\private\10202BE9\2000B189.txt 	"private\10202BE9\2000B189.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1567
data=\epoc32\data\Z\private\10202BE9\101F874E.txt 	"private\10202BE9\101F874E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1568
data=\epoc32\data\Z\private\10202BE9\102858F2.txt 	"private\10202BE9\102858F2.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1569
data=\epoc32\data\Z\private\10202BE9\101F877C.txt 	"private\10202BE9\101F877C.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1570
data=\epoc32\data\Z\private\10202BE9\101F883B.txt 	"private\10202BE9\101F883B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1571
data=\epoc32\data\Z\private\10202BE9\102830B0.txt 	"private\10202BE9\102830B0.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1572
data=\epoc32\data\Z\private\10202BE9\100059CB.txt 	"private\10202BE9\100059CB.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1573
data=\epoc32\data\Z\private\10202BE9\10207843.txt 	"private\10202BE9\10207843.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1574
data=\epoc32\data\Z\private\10202BE9\2000E58E.txt 	"private\10202BE9\2000E58E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1575
data=\epoc32\data\Z\private\10202BE9\101F8780.txt 	"private\10202BE9\101F8780.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1576
data=\epoc32\data\Z\private\10202BE9\2000B195.txt 	"private\10202BE9\2000B195.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1577
data=\epoc32\data\Z\private\10202BE9\10008D42.txt 	"private\10202BE9\10008D42.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1578
data=\epoc32\data\Z\private\10202BE9\101F8E44.txt 	"private\10202BE9\101F8E44.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1579
data=\epoc32\data\Z\private\10202BE9\101F87AA.txt 	"private\10202BE9\101F87AA.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1580
data=\epoc32\data\Z\private\10202BE9\101FD64D.txt 	"private\10202BE9\101FD64D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1581
data=\epoc32\data\Z\private\10202BE9\2001111B.txt 	"private\10202BE9\2001111B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1582
data=\epoc32\data\Z\private\10202BE9\10202d4c.txt 	"private\10202BE9\10202d4c.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1583
data=\epoc32\data\Z\private\10202BE9\20019548.txt 	"private\10202BE9\20019548.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1584
data=\epoc32\data\Z\private\10202BE9\2000B5C6.txt 	"private\10202BE9\2000B5C6.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1585
data=\epoc32\data\Z\private\10202BE9\200100FD.txt 	"private\10202BE9\200100FD.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1586
data=\epoc32\data\Z\private\10202BE9\10282826.txt 	"private\10202BE9\10282826.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1587
data=\epoc32\data\Z\private\10202BE9\10282823.txt 	"private\10202BE9\10282823.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1588
data=\epoc32\data\Z\private\10202BE9\102824AE.txt 	"private\10202BE9\102824AE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1589
data=\epoc32\data\Z\private\10202BE9\101F8762.txt 	"private\10202BE9\101F8762.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1590
data=\epoc32\data\Z\private\10202BE9\10207A84.txt 	"private\10202BE9\10207A84.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1591
data=\epoc32\data\Z\private\10202BE9\101F87A8.txt 	"private\10202BE9\101F87A8.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1592
data=\epoc32\data\Z\private\10202BE9\2001E280.txt 	"private\10202BE9\2001E280.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1593
data=\epoc32\data\Z\private\10202BE9\1020781C.txt 	"private\10202BE9\1020781C.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1594
data=\epoc32\data\Z\private\10202BE9\1020507E.txt 	"private\10202BE9\1020507E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1595
data=\epoc32\data\Z\private\10202BE9\102029AC.txt 	"private\10202BE9\102029AC.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1596
data=\epoc32\data\Z\private\10202BE9\200195A2.txt 	"private\10202BE9\200195A2.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1597
data=\epoc32\data\Z\private\10202BE9\2001F3FE.txt 	"private\10202BE9\2001F3FE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1598
data=\epoc32\data\Z\private\10202BE9\101F87EB.txt 	"private\10202BE9\101F87EB.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1599
data=\epoc32\data\Z\private\10202BE9\101F8775.txt 	"private\10202BE9\101F8775.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1600
data=\epoc32\data\Z\private\10202BE9\10281C7D.txt 	"private\10202BE9\10281C7D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1601
data=\epoc32\data\Z\private\10202BE9\101F8871.txt 	"private\10202BE9\101F8871.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1602
data=\epoc32\data\Z\private\10202BE9\10281d44.txt 	"private\10202BE9\10281d44.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1603
data=\epoc32\data\Z\private\10202BE9\101F8764.txt 	"private\10202BE9\101F8764.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1604
data=\epoc32\data\Z\private\10202BE9\2001B29B.txt 	"private\10202BE9\2001B29B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1605
data=\epoc32\data\Z\private\10202BE9\101FFA86.txt 	"private\10202BE9\101FFA86.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1606
data=\epoc32\data\Z\private\10202BE9\101F8782.txt 	"private\10202BE9\101F8782.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1607
data=\epoc32\data\Z\private\10202BE9\101F8847.txt 	"private\10202BE9\101F8847.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1608
data=\epoc32\data\Z\private\10202BE9\101F877D.txt 	"private\10202BE9\101F877D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1609
data=\epoc32\data\Z\private\10202BE9\1028281F.txt 	"private\10202BE9\1028281F.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1610
data=\epoc32\data\Z\private\10202BE9\101F8850.txt 	"private\10202BE9\101F8850.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1611
data=\epoc32\data\Z\private\10202BE9\101F87EA.txt 	"private\10202BE9\101F87EA.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1612
data=\epoc32\data\Z\private\10202BE9\2001B26B.txt 	"private\10202BE9\2001B26B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1613
data=\epoc32\data\Z\private\10202BE9\102869c1.txt 	"private\10202BE9\102869c1.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1614
data=\epoc32\data\Z\private\10202BE9\101FB0D9.txt 	"private\10202BE9\101FB0D9.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1615
data=\epoc32\data\Z\private\10202BE9\2001E66D.txt 	"private\10202BE9\2001E66D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1616
data=\epoc32\data\Z\private\10202BE9\10208A43.txt 	"private\10202BE9\10208A43.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1617
data=\epoc32\data\Z\private\10202BE9\101F4CD5.txt 	"private\10202BE9\101F4CD5.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1618
REM MISSING data=\epoc32\data\Z\private\10202BE9\102869c7.txt		private\10202BE9\102869c7.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1619
REM MISSING data=\epoc32\data\Z\private\10202BE9\10283137.txt		private\10202BE9\10283137.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1620
data=\epoc32\data\Z\private\10202BE9\200159C9.txt 	"private\10202BE9\200159C9.txt"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1621
data=\epoc32\data\Z\private\10202BE9\102073D2.txt 	"private\10202BE9\102073D2.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1622
data=\epoc32\data\Z\private\10202BE9\101f401d.txt 	"private\10202BE9\101f401d.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1623
data=\epoc32\data\Z\private\10202BE9\101FB0D5.txt 	"private\10202BE9\101FB0D5.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1624
data=\epoc32\data\Z\private\10202BE9\101F8801.txt 	"private\10202BE9\101F8801.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1625
data=\epoc32\data\Z\private\10202BE9\10008D3B.txt 	"private\10202BE9\10008D3B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1626
data=\epoc32\data\Z\private\10202BE9\101F861B.txt 	"private\10202BE9\101F861B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1627
data=\epoc32\data\Z\private\10202BE9\2001FCBB.txt 	"private\10202BE9\2001FCBB.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1628
data=\epoc32\data\Z\private\10202BE9\10282F0F.txt 	"private\10202BE9\10282F0F.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1629
data=\epoc32\data\Z\private\10202BE9\10282DF0.txt 	"private\10202BE9\10282DF0.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1630
data=\epoc32\data\Z\private\10202BE9\20008EA6.txt 	"private\10202BE9\20008EA6.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1631
data=\epoc32\data\Z\private\10202BE9\10207194.txt 	"private\10202BE9\10207194.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1632
data=\epoc32\data\Z\private\10202BE9\101FD64E.txt 	"private\10202BE9\101FD64E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1633
data=\epoc32\data\Z\private\10202BE9\20021338.txt 	"private\10202BE9\20021338.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1634
data=\epoc32\data\Z\private\10202BE9\2000E586.txt 	"private\10202BE9\2000E586.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1635
data=\epoc32\data\Z\private\10202BE9\101F8F28.txt 	"private\10202BE9\101F8F28.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1636
data=\epoc32\data\Z\private\10202BE9\102072C4.txt 	"private\10202BE9\102072C4.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1637
data=\epoc32\data\Z\private\10202BE9\101F877B.txt 	"private\10202BE9\101F877B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1638
data=\epoc32\data\Z\private\10202BE9\102073D6.txt 	"private\10202BE9\102073D6.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1639
data=\epoc32\data\Z\private\10202BE9\100048aa.txt 	"private\10202BE9\100048aa.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1640
data=\epoc32\data\Z\private\10202BE9\10200C8C.txt 	"private\10202BE9\10200C8C.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1641
data=\epoc32\data\Z\private\10202BE9\10282827.txt 	"private\10202BE9\10282827.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1642
data=\epoc32\data\Z\private\10202BE9\10205073.txt 	"private\10202BE9\10205073.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1643
data=\epoc32\data\Z\private\10202BE9\101F978F.txt 	"private\10202BE9\101F978F.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1644
data=\epoc32\data\Z\private\10202BE9\101F8798.txt 	"private\10202BE9\101F8798.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1645
data=\epoc32\data\Z\private\10202BE9\102078F1.txt 	"private\10202BE9\102078F1.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1646
data=\epoc32\data\Z\private\10202BE9\2001B2E6.txt 	"private\10202BE9\2001B2E6.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1647
data=\epoc32\data\Z\private\10202BE9\102078EE.txt 	"private\10202BE9\102078EE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1648
data=\epoc32\data\Z\private\10202BE9\1020744E.txt 	"private\10202BE9\1020744E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1649
data=\epoc32\data\Z\private\10202BE9\10205af9.txt 	"private\10202BE9\10205af9.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1650
REM MISSING data=\epoc32\data\Z\private\10202BE9\10275104.txt		private\10202BE9\10275104.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1651
data=\epoc32\data\Z\private\10202BE9\101f500c.txt 	"private\10202BE9\101f500c.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1652
data=\epoc32\data\Z\private\10202BE9\101f8794.txt 	"private\10202BE9\101f8794.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1653
data=\epoc32\data\Z\private\10202BE9\101F85A0.txt 	"private\10202BE9\101F85A0.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1654
data=\epoc32\data\Z\private\10202BE9\10282fcc.txt 	"private\10202BE9\10282fcc.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1655
data=\epoc32\data\Z\private\10202BE9\10205af8.txt 	"private\10202BE9\10205af8.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1656
data=\epoc32\data\Z\private\10202BE9\10207A7F.txt 	"private\10202BE9\10207A7F.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1657
data=\epoc32\data\Z\private\10202BE9\101F8876.txt 	"private\10202BE9\101F8876.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1658
data=\epoc32\data\Z\private\10202BE9\101F87EF.txt 	"private\10202BE9\101F87EF.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1659
data=\epoc32\data\Z\private\10202BE9\10272D33.txt 	"private\10202BE9\10272D33.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1660
data=\epoc32\data\Z\private\10202BE9\2000F83D.txt 	"private\10202BE9\2000F83D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1661
data=\epoc32\data\Z\private\10202BE9\10003a5b.txt 	"private\10202BE9\10003a5b.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1662
data=\epoc32\data\Z\private\10202BE9\1020433A.txt 	"private\10202BE9\1020433A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1663
data=\epoc32\data\Z\private\10202BE9\102828F8.txt 	"private\10202BE9\102828F8.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1664
data=\epoc32\data\Z\private\10202BE9\20024310.txt 	"private\10202BE9\20024310.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1665
data=\epoc32\data\Z\private\10202BE9\102072C6.txt 	"private\10202BE9\102072C6.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1666
data=\epoc32\data\Z\private\10202BE9\101F8772.txt 	"private\10202BE9\101F8772.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1667
data=\epoc32\data\Z\private\10202BE9\101FFCD1.txt 	"private\10202BE9\101FFCD1.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1668
data=\epoc32\data\Z\private\10202BE9\101F876E.txt 	"private\10202BE9\101F876E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1669
data=\epoc32\data\Z\private\10202BE9\2000B45D.txt 	"private\10202BE9\2000B45D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1670
data=\epoc32\data\Z\private\10202BE9\10281893.txt 	"private\10202BE9\10281893.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1671
data=\epoc32\data\Z\private\10202BE9\10206910.txt 	"private\10202BE9\10206910.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1672
data=\epoc32\data\Z\private\10202BE9\10282CB2.txt 	"private\10202BE9\10282CB2.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1673
data=\epoc32\data\Z\private\10202BE9\101F87E3.txt 	"private\10202BE9\101F87E3.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1674
data=\epoc32\data\Z\private\10202BE9\1020298F.txt 	"private\10202BE9\1020298F.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1675
data=\epoc32\data\Z\private\10202BE9\101F87ED.txt 	"private\10202BE9\101F87ED.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1676
data=\epoc32\data\Z\private\10202BE9\10008D39.txt 	"private\10202BE9\10008D39.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1677
data=\epoc32\data\Z\private\10202BE9\2000F85A.txt 	"private\10202BE9\2000F85A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1678
data=\epoc32\data\Z\private\10202BE9\2001844B.txt 	"private\10202BE9\2001844B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1679
data=\epoc32\data\Z\private\10202BE9\102828AC.txt 	"private\10202BE9\102828AC.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1680
data=\epoc32\data\Z\private\10202BE9\10205043.txt 	"private\10202BE9\10205043.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1681
data=\epoc32\data\Z\private\10202BE9\10282EC7.txt 	"private\10202BE9\10282EC7.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1682
data=\epoc32\data\Z\private\10202BE9\102750E2.txt 	"private\10202BE9\102750E2.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1683
data=\epoc32\data\Z\private\10202BE9\1000102c.txt 	"private\10202BE9\1000102c.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1684
data=\epoc32\data\Z\private\10202BE9\20022D51.txt 	"private\10202BE9\20022D51.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1685
data=\epoc32\data\Z\private\10202BE9\10003A73.txt 	"private\10202BE9\10003A73.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1686
data=\epoc32\data\Z\private\10202BE9\10282DFE.txt 	"private\10202BE9\10282DFE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1687
data=\epoc32\data\Z\private\10202BE9\200184B9.txt 	"private\10202BE9\200184B9.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1688
data=\epoc32\data\Z\private\10202BE9\10282384.txt 	"private\10202BE9\10282384.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1689
data=\epoc32\data\Z\private\10202BE9\10281EEE.txt 	"private\10202BE9\10281EEE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1690
data=\epoc32\data\Z\private\10202BE9\101F9784.txt 	"private\10202BE9\101F9784.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1691
data=\epoc32\data\Z\private\10202BE9\101F8779.txt 	"private\10202BE9\101F8779.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1692
data=\epoc32\data\Z\private\10202BE9\10204DAC.txt 	"private\10202BE9\10204DAC.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1693
data=\epoc32\data\Z\private\10202BE9\101F877A.txt 	"private\10202BE9\101F877A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1694
data=\epoc32\data\Z\private\10202BE9\2000E596.txt 	"private\10202BE9\2000E596.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1695
data=\epoc32\data\Z\private\10202BE9\102750B1.txt 	"private\10202BE9\102750B1.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1696
data=\epoc32\data\Z\private\10202BE9\10205afa.txt 	"private\10202BE9\10205afa.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1697
data=\epoc32\data\Z\private\10202BE9\2001B2A9.txt 	"private\10202BE9\2001B2A9.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1698
data=\epoc32\data\Z\private\10202BE9\101F6CFE.txt 	"private\10202BE9\101F6CFE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1699
data=\epoc32\data\Z\private\10202BE9\10207831.txt 	"private\10202BE9\10207831.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1700
data=\epoc32\data\Z\private\10202BE9\1028238B.txt 	"private\10202BE9\1028238B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1701
data=\epoc32\data\Z\private\10202BE9\10282EDC.txt 	"private\10202BE9\10282EDC.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1702
data=\epoc32\data\Z\private\10202BE9\102828B8.txt 	"private\10202BE9\102828B8.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1703
data=\epoc32\data\Z\private\10202BE9\10204DAA.txt 	"private\10202BE9\10204DAA.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1704
data=\epoc32\data\Z\private\10202BE9\10207AF7.txt 	"private\10202BE9\10207AF7.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1705
data=\epoc32\data\Z\private\10202BE9\2001CB75.txt 	"private\10202BE9\2001CB75.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1706
data=\epoc32\data\Z\private\10202BE9\2000CF7E.txt 	"private\10202BE9\2000CF7E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1707
data=\epoc32\data\Z\private\10202BE9\2000CFD9.txt 	"private\10202BE9\2000CFD9.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1708
data=\epoc32\data\Z\private\10202BE9\10282BCE.txt 	"private\10202BE9\10282BCE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1709
data=\epoc32\data\Z\private\10202BE9\10285a25.txt 	"private\10202BE9\10285a25.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1710
data=\epoc32\data\Z\private\10202BE9\102078E1.txt 	"private\10202BE9\102078E1.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1711
data=\epoc32\data\Z\private\10202BE9\101F9775.txt 	"private\10202BE9\101F9775.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1712
data=\epoc32\data\Z\private\10202BE9\1028224b.txt 	"private\10202BE9\1028224b.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1713
data=\epoc32\data\Z\private\10202BE9\10203833.txt 	"private\10202BE9\10203833.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1714
data=\epoc32\data\Z\private\10202BE9\1020503B.txt 	"private\10202BE9\1020503B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1715
data=\epoc32\data\Z\private\10202BE9\102824AB.txt 	"private\10202BE9\102824AB.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1716
data=\epoc32\data\Z\private\10202BE9\101F8566.txt 	"private\10202BE9\101F8566.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1717
data=\epoc32\data\Z\private\10202BE9\101F87EE.txt 	"private\10202BE9\101F87EE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1718
data=\epoc32\data\Z\private\10202BE9\20007564.txt 	"private\10202BE9\20007564.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1719
data=\epoc32\data\Z\private\10202BE9\1000A82B.txt 	"private\10202BE9\1000A82B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1720
data=\epoc32\data\Z\private\10202BE9\10207453.txt 	"private\10202BE9\10207453.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1721
data=\epoc32\data\Z\private\10202BE9\101F8831.txt 	"private\10202BE9\101F8831.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1722
data=\epoc32\data\Z\private\10202BE9\2000F8EE.txt 	"private\10202BE9\2000F8EE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1723
data=\epoc32\data\Z\private\10202BE9\102830B6.txt 	"private\10202BE9\102830B6.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1724
data=\epoc32\data\Z\private\10202BE9\1020506A.txt 	"private\10202BE9\1020506A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1725
data=\epoc32\data\Z\private\10202BE9\101F8873.txt 	"private\10202BE9\101F8873.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1726
data=\epoc32\data\Z\private\10202BE9\10282C84.txt 	"private\10202BE9\10282C84.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1727
data=\epoc32\data\Z\private\10202BE9\2000F8F4.txt 	"private\10202BE9\2000F8F4.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1728
data=\epoc32\data\Z\private\10202BE9\20022EE1.txt 	"private\10202BE9\20022EE1.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1729
data=\epoc32\data\Z\private\10202BE9\1028281E.txt 	"private\10202BE9\1028281E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1730
data=\epoc32\data\Z\private\10202BE9\101F9A08.txt 	"private\10202BE9\101F9A08.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1731
data=\epoc32\data\Z\private\10202BE9\101F8799.txt 	"private\10202BE9\101F8799.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1732
data=\epoc32\data\Z\private\10202BE9\2000B608.txt 	"private\10202BE9\2000B608.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1733
data=\epoc32\data\Z\private\10202BE9\1020505A.txt 	"private\10202BE9\1020505A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1734
data=\epoc32\data\Z\private\10202BE9\10008D55.txt 	"private\10202BE9\10008D55.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1735
data=\epoc32\data\Z\private\10202BE9\101F874F.txt 	"private\10202BE9\101F874F.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1736
data=\epoc32\data\Z\private\10202BE9\10207815.txt 	"private\10202BE9\10207815.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1737
data=\epoc32\data\Z\private\10202BE9\10207286.txt 	"private\10202BE9\10207286.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1738
data=\epoc32\data\Z\private\10202BE9\101F8774.txt 	"private\10202BE9\101F8774.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1739
data=\epoc32\data\Z\private\10202BE9\10207816.txt 	"private\10202BE9\10207816.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1740
data=\epoc32\data\Z\private\10202BE9\1020727f.txt 	"private\10202BE9\1020727f.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1741
data=\epoc32\data\Z\private\10202BE9\10205CA7.txt 	"private\10202BE9\10205CA7.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1742
data=\epoc32\data\Z\private\10202BE9\101F880D.txt 	"private\10202BE9\101F880D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1743
data=\epoc32\data\Z\private\10202BE9\2001E277.txt 	"private\10202BE9\2001E277.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1744
data=\epoc32\data\Z\private\10202BE9\102823B4.txt 	"private\10202BE9\102823B4.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1745
data=\epoc32\data\Z\private\10202BE9\10206915.txt 	"private\10202BE9\10206915.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1746
data=\epoc32\data\Z\private\10202BE9\102818EB.txt 	"private\10202BE9\102818EB.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1747
data=\epoc32\data\Z\private\10202BE9\2000F8EF.txt 	"private\10202BE9\2000F8EF.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1748
data=\epoc32\data\Z\private\10202BE9\2000E598.txt 	"private\10202BE9\2000E598.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1749
data=\epoc32\data\Z\private\10202BE9\200100B5.txt 	"private\10202BE9\200100B5.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1750
REM MISSING data=\epoc32\data\Z\private\10202BE9\10281F9F.txt		private\10202BE9\10281F9F.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1751
data=\epoc32\data\Z\private\10202BE9\10283322.txt 	"private\10202BE9\10283322.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1752
data=\epoc32\data\Z\private\10202BE9\101FFCDC.txt 	"private\10202BE9\101FFCDC.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1753
data=\epoc32\data\Z\private\10202BE9\1020506B.txt 	"private\10202BE9\1020506B.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1754
data=\epoc32\data\Z\private\10202BE9\10008D5E.txt 	"private\10202BE9\10008D5E.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1755
data=\epoc32\data\Z\private\10202BE9\10200C8D.txt 	"private\10202BE9\10200C8D.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1756
data=\epoc32\data\Z\private\10202BE9\10282CE5.txt 	"private\10202BE9\10282CE5.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1757
data=\epoc32\data\Z\private\10202BE9\10282DEE.txt 	"private\10202BE9\10282DEE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1758
data=\epoc32\data\Z\private\10202BE9\2000F8ED.txt 	"private\10202BE9\2000F8ED.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1759
data=\epoc32\data\Z\private\10202BE9\101f413c.txt 	"private\10202BE9\101f413c.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1760
data=\epoc32\data\Z\private\10202BE9\101F99DF.txt 	"private\10202BE9\101F99DF.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1761
data=\epoc32\data\Z\private\10202BE9\101F7A7F.txt 	"private\10202BE9\101F7A7F.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1762
data=\epoc32\data\Z\private\10202BE9\10206913.txt 	"private\10202BE9\10206913.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1763
REM Security Common Utils
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1764
file=\epoc32\release\ARMV5\urel\scsclient.dll 	"sys\bin\scsclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1765
file=\epoc32\release\ARMV5\urel\scsserver.dll 	"sys\bin\scsserver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1766
file=\epoc32\release\ARMV5\urel\securityutils.dll 	"sys\bin\securityutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1767
file=\epoc32\release\ARMV5\urel\ipcstream.dll 	"sys\bin\ipcstream.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1768
REM Security UPS utils implementations
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1769
file=\epoc32\release\ARMV5\urel\upsnotifierutil.dll 	"sys\bin\upsnotifierutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1770
file=\epoc32\release\ARMV5\urel\setcap.exe 	"sys\bin\setcap.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1771
file=\epoc32\release\ARMV5\urel\startupproperties.dll 	"Sys\bin\startupproperties.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1772
file=\epoc32\release\ARMV5\urel\startsafe.dll 	"Sys\bin\startsafe.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1773
file=\epoc32\release\ARMV5\urel\restartsys.dll 	"Sys\bin\restartsys.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1774
REM SysMon
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1775
file=\epoc32\release\ARMV5\urel\sysmoncli.dll 	"Sys\bin\sysmoncli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1776
file=\epoc32\release\ARMV5\urel\sysmon.exe 	"Sys\bin\sysmon.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1777
REM Shim dll for SysMon 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1778
file=\epoc32\release\ARMV5\urel\loadsysmon.dll 	"Sys\bin\loadsysmon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1779
file=\epoc32\release\ARMV5\urel\SIPDummyPRT.PRT 	"sys\bin\SIPDummyPRT.PRT"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1780
data=\epoc32\data\z\private\101F7989\Esock\sip.providers.esk 	"private\101F7989\Esock\sip.providers.esk"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1781
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SipH2LanBearerMonitor.dll , SipH2LanBearerMonitor.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1782
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipproviders.dll , sipproviders.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1783
data=\epoc32\data\z\private\101F7988\esock_sip.cmi 	"private\101F7988\esock_sip.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1784
file=\epoc32\release\ARMV5\urel\SipStateMachine.dll 	"sys\bin\SipStateMachine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1785
file=\epoc32\release\ARMV5\urel\SDPCodec.dll 	"sys\bin\SDPCodec.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1786
file=\epoc32\release\ARMV5\urel\sigcomp.dll 	"sys\bin\SIGCOMP.DLL"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1787
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, deflatecomp.dll , deflatecomp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1788
data=\epoc32\data\C\private\101f5d36\sipsdp.dic 	"private\101f5d36\sipsdp.dic"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1789
file=\epoc32\release\ARMV5\urel\siprsvsrv.exe 	"sys\bin\siprsvsrv.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1790
file=\epoc32\release\ARMV5\urel\siprsvclient.dll 	"sys\bin\siprsvclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1791
file=\epoc32\release\ARMV5\urel\sipresolver.dll 	"sys\bin\sipresolver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1792
file=\epoc32\release\ARMV5\urel\sipcodec.dll 	"sys\bin\sipcodec.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1793
file=\epoc32\release\ARMV5\urel\sipclient.dll 	"sys\bin\sipclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1794
file=\epoc32\release\ARMV5\urel\sipserver.exe 	"sys\bin\sipserver.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1795
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SIPSIGCOMP.DLL , SIPSIGCOMP.DLL ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1796
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, siptls.dll , siptls.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1797
REM Feature IPSEC not included in this rom
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1798
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SipReqHand.dll , SipReqHand.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1799
file=\epoc32\release\ARMV5\urel\sipprofile.dll 	"sys\bin\sipprofile.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1800
file=\epoc32\release\ARMV5\urel\sipprofilecli.dll 	"sys\bin\sipprofilecli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1801
file=\epoc32\release\ARMV5\urel\sipprofilefsm.dll 	"sys\bin\sipprofilefsm.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1802
file=\epoc32\release\ARMV5\urel\sipproxyrsv.dll 	"sys\bin\sipproxyrsv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1803
file=\epoc32\release\ARMV5\urel\sipprofilesrv.exe 	"sys\bin\sipprofilesrv.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1804
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipietfagnt.dll , sipietfagnt.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1805
data=\epoc32\data\Z\Private\101F413C\backup_registration.xml 	"private\101F413C\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1806
REM SQLITE3
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1807
file=\epoc32\release\ARMV5\urel\sqlite3.dll 	"sys\bin\sqlite3.dll" 
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1808
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmcmn.dll 	"sys\bin\ssmcmn.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1809
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmcmd.dll 	"sys\bin\ssmcmd.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1810
file=\epoc32\release\ARMV5\DEBUG_DIR\sysstatemgr.exe 	"sys\bin\sysstatemgr.exe"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1811
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmstartsafe.dll 	"sys\bin\ssmstartsafe.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1812
file=\epoc32\release\ARMV5\DEBUG_DIR\domainpolicy2.dll 	"sys\bin\domainpolicy2.dll"
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1813
file=\epoc32\release\ARMV5\urel\subtitlegraphic.dll 	"sys\bin\subtitlegraphic.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1814
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, subtitlegraphicdrawer.dll , subtitlegraphicdrawer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1815
REM surface update client\server
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1816
file=\epoc32\release\ARMV5\urel\surfaceupdateclient.dll 	"sys\bin\surfaceupdateclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1817
file=\epoc32\release\ARMV5\urel\surfaceupdateserver.dll 	"sys\bin\surfaceupdateserver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1818
REM Secure Software Install
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1819
file=\epoc32\release\ARMV5\urel\installserver.exe 	"sys\bin\installserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1820
file=\epoc32\release\ARMV5\urel\plan.dll 	"sys\bin\plan.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1821
file=\epoc32\release\ARMV5\urel\sishelper.dll 	"sys\bin\sishelper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1822
file=\epoc32\release\ARMV5\urel\swidataprovider.dll 	"sys\bin\swidataprovider.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1823
file=\epoc32\release\ARMV5\urel\sisxfile.dll 	"sys\bin\sisxfile.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1824
file=\epoc32\release\ARMV5\urel\siscontroller.dll 	"sys\bin\siscontroller.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1825
file=\epoc32\release\ARMV5\urel\sisresult.dll 	"sys\bin\sisresult.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1826
file=\epoc32\release\ARMV5\urel\uiss.dll 	"sys\bin\uiss.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1827
file=\epoc32\release\ARMV5\urel\uissclient.dll 	"sys\bin\uissclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1828
file=\epoc32\release\ARMV5\urel\swidaemon.exe 	"sys\bin\swidaemon.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1829
file=\epoc32\release\ARMV5\urel\sisregistryclient.dll 	"sys\bin\sisregistryclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1830
file=\epoc32\release\ARMV5\urel\sisregistryserver.exe 	"sys\bin\sisregistryserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1831
file=\epoc32\release\ARMV5\urel\sislauncherclient.dll 	"sys\bin\sislauncherclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1832
file=\epoc32\release\ARMV5\urel\sislauncherserver.exe 	"sys\bin\sislauncherserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1833
file=\epoc32\release\ARMV5\urel\integrityservices.dll 	"sys\bin\integrityservices.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1834
file=\epoc32\release\ARMV5\urel\sisregistryhelperserver.exe 	"sys\bin\sisregistryhelperserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1835
file=\epoc32\release\ARMV5\urel\ocspsupport.exe 	"sys\bin\ocspsupport.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1836
file=\epoc32\release\ARMV5\urel\ocspsupportclient.dll 	"sys\bin\ocspsupportclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1837
file=\epoc32\release\ARMV5\urel\devinfosupportcommon.dll 	"sys\bin\devinfosupportcommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1838
file=\epoc32\release\ARMV5\urel\devinfosupportclient.dll 	"sys\bin\devinfosupportclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1839
file=\epoc32\release\ARMV5\urel\securitymanager.dll 	"sys\bin\securitymanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1840
file=\epoc32\release\ARMV5\urel\backuprestore.dll 	"sys\bin\backuprestore.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1841
file=\epoc32\release\ARMV5\urel\cafdataprovider.dll 	"sys\bin\cafdataprovider.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1842
file=\epoc32\release\ARMV5\urel\pkgremover.dll 	"sys\bin\pkgremover.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1843
file=\epoc32\release\ARMV5\urel\swiobserver.exe 	"sys\bin\swiobserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1844
file=\epoc32\release\ARMV5\urel\swiutils.dll 	"sys\bin\swiutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1845
file=\epoc32\release\ARMV5\urel\swiobserverclient.dll 	"sys\bin\swiobserverclient.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1846
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, upsobserver.dll , upsobserver.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1847
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recsisx.dll , recsisx.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1848
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, swisidchecker.dll , swisidchecker.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1849
data=\epoc32\data\z\system\data\swipolicy.ini 	"system\data\swipolicy.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1850
data=\epoc32\data\z\system\data\sisregistry_5.4.txt 	"system\data\sisregistry_5.4.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1851
data=\epoc32\data\Z\Resource\Errors\swierrors.R01 	"Resource\Errors\swierrors.R01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1852
alias Resource\Errors\swierrors.R01 Resource\Errors\swierrors.RSC 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1853
REM Telephony Watchers...
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1854
REM SysStart
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1855
file=\epoc32\release\ARMV5\urel\SysStart.exe 	"Sys\bin\SysStart.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1856
REM Simple startup configuration - install a single resource file 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1857
REM as the default "mode 0" file.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1858
REM Note this is a Techview specific way of including just the 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1859
REM SSC required in the ROM. Licensees are expected to include more 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1860
REM than one SSC in their devices.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1861
REM Selected mode 0 startup resource file
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1862
REM MISSING data=\epoc32\data\Z\private\10205C44\SSCForStartupMode0_target.RSC private\10205C44\SSCForStartupMode0.RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1863
data=\epoc32\release\ARMV5\urel\TEFCleanup.exe 	"sys\bin\TEFCleanup.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1864
file=\epoc32\release\ARMV5\urel\testexecutelogclient.dll 	"Sys\Bin\testexecutelogclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1865
file=\epoc32\release\ARMV5\urel\testexecutelogengine.exe 	"Sys\Bin\testexecutelogengine.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1866
file=\epoc32\release\ARMV5\urel\RFileLoggerClient.dll 	"Sys\Bin\RFileLoggerClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1867
file=\epoc32\release\ARMV5\urel\RFileLoggerServer.exe 	"Sys\Bin\RFileLoggerServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1868
file=\epoc32\release\ARMV5\urel\testexecutepipslogclient.dll 	"Sys\Bin\testexecutepipslogclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1869
REM MISSING file=\epoc32\release\ARMV5\urel\wrapperutilsplugin5.dll	Sys\Bin\wrapperutilsplugin.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1870
file=\epoc32\release\ARMV5\urel\testexecute.exe 	"Sys\Bin\testexecute.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1871
file=\epoc32\release\ARMV5\urel\testexecuteutils.dll 	"Sys\Bin\testexecuteutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1872
data=\epoc32\data\z\system\data\testexecute.ini 	"system\data\testexecute.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1873
data=\epoc32\release\ARMV5\urel\TEFUtilityServer.exe 	"Sys\bin\TEFUtilityServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1874
file=\epoc32\release\ARMV5\urel\telnetd.exe 	"Sys\Bin\telnetd.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1875
REM static dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1876
file=\epoc32\release\ARMV5\urel\telsess.dll 	"sys\bin\telsess.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1877
file=\epoc32\release\ARMV5\urel\RTestBed.dll 	"sys\bin\RTestBed.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1878
file=\epoc32\release\ARMV5\urel\testexecutepipslogengine.exe 	"Sys\Bin\testexecutepipslogengine.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1879
file=\epoc32\release\ARMV5\urel\tiger.exe 	"sys\bin\tiger.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1880
REM MISSING data=\epoc32\data\Z\resource\apps\tiger_AIF.MIF    resource\apps\tiger_aif.mif 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1881
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\tiger_reg.rsc 	"Private\10003a3f\apps\tiger_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1882
data=\epoc32\data\Z\resource\apps\tiger.RSC 	"resource\apps\tiger.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1883
file=\epoc32\release\ARMV5\urel\a3f_trace_heap.dll 	"sys\bin\a3f_trace_heap.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1884
file=\epoc32\release\ARMV5\urel\EikCoCtlLaf.dll 	"sys\bin\EikCoCtlLaf.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1885
REM Uikon
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1886
file=\epoc32\release\ARMV5\urel\eikcore.dll 	"sys\bin\EikCore.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1887
file=\epoc32\release\ARMV5\urel\eiksrv.dll 	"sys\bin\EikSrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1888
file=\epoc32\release\ARMV5\urel\eiksrvs.exe 	"sys\bin\EikSrvs.exe"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1889
file=\epoc32\release\ARMV5\urel\eiksrvc.dll 	"sys\bin\EikSrvc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1890
file=\epoc32\release\ARMV5\urel\eikbackupsrv.dll 	"sys\bin\eikbackupsrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1891
file=\epoc32\release\ARMV5\urel\eikshtsrv.dll 	"sys\bin\eikshtsrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1892
REM DFRD-specific implementations of the interfaces specified by UIKLAFGT
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1893
file=\epoc32\release\ARMV5\urel\uiklaf.dll 	"sys\bin\UikLaf.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1894
data=\epoc32\data\Z\Resource\Apps\default_app_icon.mbm 	"Resource\Apps\default_app_icon.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1895
REM ErrorResGt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1896
data=\epoc32\data\Z\Resource\Errors\ERRORRESGT.R01 	"Resource\Errors\ErrorResGt.R01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1897
alias Resource\Errors\ErrorResGt.R01 Resource\Errors\ErrorResGt.RSC 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1898
REM Viewsrv
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1899
file=\epoc32\release\ARMV5\urel\viewsrv.dll 	"sys\bin\viewsrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1900
file=\epoc32\release\ARMV5\urel\viewcli.dll 	"sys\bin\viewcli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1901
file=\epoc32\release\ARMV5\urel\updatesystemcolorlist.exe 	"Sys\Bin\updatesystemcolorlist.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1902
REM Test code for Uikon Subsystem - kept in \uikon\groupREM #include "uikon_subsytem_unit_test.iby"
59
5c286813b9bb Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org>
parents: 49
diff changeset
  1903
patchdata eiksrv.dll @ KEikAlarmDefaultSnoozeInMinutes 5
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1904
file=\epoc32\release\ARMV5\urel\uloggerserver.exe 	"Sys\Bin\uloggerserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1905
file=\epoc32\release\ARMV5\urel\uloggersysstart.exe 	"Sys\Bin\uloggersysstart.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1906
file=\epoc32\release\ARMV5\urel\uloggercommand.dll 	"Sys\Bin\uloggercommand.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1907
file=\epoc32\release\ARMV5\urel\uloggerpluginframework.dll 	"Sys\Bin\uloggerpluginframework.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1908
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, uloggerfileplugin.dll , uloggerfileplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1909
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, uloggerserialplugin.dll , uloggerserialplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1910
file=\epoc32\release\ARMV5\urel\uloggersysconfig.dll 	"Sys\Bin\uloggersysconfig.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1911
file=\epoc32\release\ARMV5\urel\uloggerclient.dll 	"Sys\Bin\uloggerclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1912
data=\epoc32\data\Z\private\10273881\uloggerconfig.ini 	"private\10273881\uloggerconfig.ini"
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1913
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, referencepolicyplugin.dll , referencepolicyplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1914
file=\epoc32\release\ARMV5\urel\msmmsession.dll 	"Sys\bin\msmmsession.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1915
file=\epoc32\release\ARMV5\urel\msmmserver.exe 	"Sys\bin\msmmserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1916
data=\epoc32\data\Z\Resource\versions\langsw.txt 	"resource\versions\langsw.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1917
data=\epoc32\data\Z\Resource\bootdata\languages.txt 	"resource\Bootdata\languages.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1918
data=\epoc32\data\Z\Resource\versions\lang.txt 	"resource\versions\lang.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1919
REM Versit Recognizer
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1920
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rversit.dll , rversit.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1921
file=\epoc32\release\ARMV5\urel\videorenderer.dll 	"sys\bin\videorenderer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1922
data=\epoc32\data\Z\resource\videorenderer\videorenderer.rsc 	"resource\videorenderer\videorenderer.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1923
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wapurilookup.dll   , wapurilookup.dll   ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1924
REM OpenWFC adaptation Test Scripts [no plugins]
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1925
REM MISSING file=\epoc32\release\ARMV5\urel\openwfcstreamoptestserver.exe	System\Libs\openwfcstreamoptestserver.exe
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1926
REM MISSING data=\epoc32\data\Z\wfctest\tstreamoperation.script	wfctest\tstreamoperation.script
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1927
REM Window Server - defaults to exporting the non-GCE based build
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1928
file=\epoc32\release\ARMV5\urel\wserv_nga.exe 	"sys\bin\EwSrv.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1929
file=\epoc32\release\ARMV5\urel\ws32_nga.dll 	"sys\bin\Ws32.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1930
file=\epoc32\release\ARMV5\urel\remotegc_nga.dll 	"sys\bin\remotegc.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1931
file=\epoc32\release\ARMV5\urel\wsgraphicdrawer_nga.dll 	"sys\bin\WsGraphicDrawer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1932
REM Pure OpenWF implementation, so skipping proprietary compositor
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1933
REM Window Server STD Direct GDI Plugins
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1934
file=\epoc32\release\ARMV5\urel\libegl_ref.dll 	"sys\bin\libEGL.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1935
REM openwfc_interop
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1936
file=\epoc32\release\ARMV5\urel\wfcinterop.dll 	"sys\bin\wfcinterop.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1937
file=\epoc32\release\ARMV5\urel\libwfchwsyborg.dll 	"sys\bin\libwfchwsyborg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1938
alias \sys\bin\libwfchwsyborg.dll                      \sys\bin\libWFC.dll
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1939
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 10286378.dll , 10286378.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1940
file=\epoc32\release\ARMV5\urel\graphicsresourcewrapper.dll 	"sys\bin\graphicsresourcewrapper.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1941
file=\epoc32\release\ARMV5\urel\w32stdgraphic.dll 	"sys\bin\W32StdGraphic.dll"
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  1942
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 10281922.dll , 10281922.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1943
REM Window Server Logging DLLs
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1944
file=\epoc32\release\ARMV5\urel\dlog.dll 	"sys\bin\dlog.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1945
file=\epoc32\release\ARMV5\urel\dlogfl.dll 	"sys\bin\dlogfl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1946
file=\epoc32\release\ARMV5\urel\dlogrd.dll 	"sys\bin\dlogrd.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1947
file=\epoc32\release\ARMV5\urel\profilerkeys.dll 	"sys\bin\profilerkeys.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1948
file=\epoc32\release\ARMV5\urel\zsh.exe 	"Sys\Bin\zsh.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1949
file=\epoc32\release\ARMV5\urel\StdioServer.exe 	"sys\bin\StdioServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1950
data=\epoc32\WINSCW\C\system\data\config.ini 	"system\data\config.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1951
data=\epoc32\winscw\c\zsh\dummy.txt 	"Private\2000cd0f\dummy.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1952
file=\epoc32\release\ARMV5\urel\zip.exe 	"Sys\bin\zip.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1953
file=\epoc32\release\ARMV5\urel\unzip.exe 	"Sys\bin\unzip.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1954
file=\epoc32\release\ARMV5\urel\find.exe 	"Sys\bin\find.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1955
file=\epoc32\release\ARMV5\urel\ps.exe 	"Sys\bin\ps.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1956
file=\epoc32\release\ARMV5\urel\grep.exe 	"Sys\bin\grep.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1957
REM FONTUTILS
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1958
file=\epoc32\release\ARMV5\urel\FontUtils.dll 	"sys\bin\FontUtils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1959
file=\epoc32\release\ARMV5\urel\asrsadaptationhwdevice_stub.dll 	"sys\bin\asrsadaptationhwdevice.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1960
file=\epoc32\release\ARMV5\urel\asrsgrcompilerhwdevice_stub.dll 	"sys\bin\asrsgrcompilerhwdevice.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1961
file=\epoc32\release\ARMV5\urel\asrsrecognitionhwdevice_stub.dll 	"sys\bin\asrsrecognitionhwdevice.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1962
file=\epoc32\release\ARMV5\urel\asrsttphwdevice_stub.dll 	"sys\bin\asrsttphwdevice.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1963
file=\epoc32\release\ARMV5\urel\asrsttshwdevice_stub.dll 	"sys\bin\asrsttshwdevice.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1964
file=\epoc32\release\ARMV5\urel\asrsvocmanhwdevice_stub.dll 	"sys\bin\asrsvocmanhwdevice.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1965
file=\epoc32\release\ARMV5\urel\asrsnlphwdevice_stub.dll 	"sys\bin\asrsnlphwdevice.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1966
file=\epoc32\release\ARMV5\urel\tvoutconfig.dll 	"Sys\Bin\tvoutconfig.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1967
file=\epoc32\release\ARMV5\urel\ddc_access.dll 	"Sys\Bin\ddc_access.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1968
file=\epoc32\release\ARMV5\urel\power_save_display_mode_stub.dll 	"Sys\Bin\power_save_display_mode.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1969
file=\epoc32\release\ARMV5\urel\fmradiotunercontrol.dll 	"Sys\Bin\fmradiotunercontrol.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1970
file=\epoc32\release\ARMV5\urel\usbclasscontroller.dll 	"Sys\Bin\usbclasscontroller.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1971
file=\epoc32\release\ARMV5\urel\cnvshiftjisdirectmap.dll 	"Sys\Bin\cnvshiftjisdirectmap.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1972
file=\epoc32\release\ARMV5\urel\libegl_sw.dll 	"Sys\Bin\libegl_sw.dll"    
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1973
file=\epoc32\release\ARMV5\urel\libopenvg_sw.dll 	"Sys\Bin\libopenvg_sw.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1974
alias \sys\bin\libopenvg_sw.dll \sys\bin\libOpenVG.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1975
file=\epoc32\release\ARMV5\urel\libopenvgu_sw.dll 	"Sys\Bin\libopenvgu_sw.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1976
alias \sys\bin\libopenvgu_sw.dll \sys\bin\libOpenVGU.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1977
file=\epoc32\release\ARMV5\urel\sflibopenvgrefimpl.dll 	"sys\bin\sflibopenvgrefimpl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1978
file=\epoc32\release\ARMV5\urel\libglesv1_cm.dll 	"Sys\Bin\libglesv1_cm.dll"    
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1979
REM MISSING data=\epoc32\data\Z\private\10202BE9\200159c9.cre		private\10202BE9\200159c9.cre
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1980
data=\epoc32\data\Z\private\101f5027\alarmserver.rsc 	"private\101f5027\alarmserver.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1981
data=\epoc32\data\Z\private\10202BE9\10207376.txt 	"private\10202BE9\10207376.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1982
data=\epoc32\data\Z\Resource\fonts\S60DIGI_V314.ttf 	"Resource\Fonts\S60DIGI_v314.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1983
data=\epoc32\data\Z\Resource\fonts\S60SNR_V4196.ttf 	"Resource\Fonts\S60SNR_v4196.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1984
data=\epoc32\data\Z\Resource\fonts\S60SSB_V4196.ttf 	"Resource\Fonts\S60SSB_v4196.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1985
data=\epoc32\data\Z\Resource\fonts\S60TSB_V4196.ttf 	"Resource\Fonts\S60TSB_v4196.ttf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1986
data=\epoc32\data\Z\Private\200159c0\install\view_200286e4\hsps\00\manifest.dat 	"private\200159c0\install\view_200286e4\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1987
data=\epoc32\data\Z\Private\200159c0\install\view_200286e5\hsps\00\manifest.dat 	"private\200159c0\install\view_200286e5\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1988
data=\epoc32\data\Z\Private\200159c0\install\view_2001f48b\hsps\00\manifest.dat 	"private\200159c0\install\view_2001f48b\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1989
data=\epoc32\data\Z\Private\200159c0\install\view_2001f48b\hsps\00\viewconfiguration.xml 	"private\200159c0\install\view_2001f48b\hsps\00\viewconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1990
data=\epoc32\data\Z\Private\200159c0\install\root_2001f482\hsps\00\rootconfiguration.xml 	"private\200159c0\install\root_2001f482\hsps\00\rootconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1991
data=\epoc32\data\Z\Private\200159c0\install\view_200286e4\hsps\00\viewconfiguration.xml 	"private\200159c0\install\view_200286e4\hsps\00\viewconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1992
data=\epoc32\data\Z\Private\200159c0\install\view_200286e5\hsps\00\viewconfiguration.xml 	"private\200159c0\install\view_200286e5\hsps\00\viewconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1993
file=\epoc32\release\armv5\urel\elocl.01 	"sys\bin\elocl.01"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1994
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  aboutgsplugin.dll ,  aboutgsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1995
data=\epoc32\data\Z\resource\apps\aboutgsplugin.mif 	"resource\apps\aboutgsplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1996
data=\epoc32\data\Z\resource\apps\acpicons.mif 	"resource\apps\acpicons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1997
file=\epoc32\release\ARMV5\urel\ActivePalette.dll 	"sys\bin\ActivePalette.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1998
data=\epoc32\data\Z\resource\apps\activepalette2graphics.mif 	"resource\apps\activepalette2graphics.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1999
REM AgnVersit2
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2000
data=\epoc32\data\Z\resource\AgnVersit2Strings.rsc 	"resource\AgnVersit2Strings.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2001
data=\epoc32\data\Z\resource\apps\ai3xmlui.rsc 	"resource\apps\ai3xmlui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2002
file=\epoc32\release\ARMV5\urel\xn3ecomelementproxy.dll 	"sys\bin\xn3ecomelementproxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2003
file=\epoc32\release\ARMV5\urel\xn3layoutengine.dll 	"sys\bin\xn3layoutengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2004
file=\epoc32\release\ARMV5\urel\cpswrapper.dll 	"sys\bin\cpswrapper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2005
file=\epoc32\release\ARMV5\urel\hspswrapper.dll 	"sys\bin\hspswrapper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2006
file=\epoc32\release\ARMV5\urel\xn3utils.dll 	"sys\bin\xn3utils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2007
file=\epoc32\release\ARMV5\urel\xn3domdocument.dll 	"sys\bin\xn3domdocument.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2008
file=\epoc32\release\ARMV5\urel\xn3odt.dll 	"sys\bin\xn3odt.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2009
file=\epoc32\release\ARMV5\urel\xn3resource.dll 	"sys\bin\xn3resource.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2010
file=\epoc32\release\ARMV5\urel\hscontentcontrol.dll 	"sys\bin\hscontentcontrol.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2011
file=\epoc32\release\ARMV5\urel\extrenderingplugin.dll 	"sys\bin\extrenderingplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2012
data=\epoc32\data\z\resource\plugins\xn3volumecontrol.rsc 	"resource\plugins\xn3volumecontrol.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2013
data=\epoc32\data\Z\resource\apps\xnuiengine.rsc 	"resource\apps\xnuiengine.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2014
data=\epoc32\data\Z\resource\apps\xnwallpaperview.rsc 	"resource\apps\xnwallpaperview.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2015
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3textfactory.dll  ,  xn3textfactory.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2016
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3viewfactory.dll  ,  xn3viewfactory.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2017
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3bitmapfactory.dll  ,  xn3bitmapfactory.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2018
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3menufactory.dll  ,  xn3menufactory.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2019
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3domvisitor.dll  ,  xn3domvisitor.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2020
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3popupfactory.dll  ,  xn3popupfactory.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2021
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3newstickerfactory.dll  ,  xn3newstickerfactory.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2022
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3volumecontrolfactory.dll  ,  xn3volumecontrolfactory.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2023
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3clockfactory.dll  ,  xn3clockfactory.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2024
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3nppluginfactory.dll  ,  xn3nppluginfactory.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2025
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3texteditorfactory.dll  ,  xn3texteditorfactory.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2026
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3animationfactory.dll  ,  xn3animationfactory.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2027
data=\epoc32\data\Z\resource\apps\aicalendarplugin2.mif 	"resource\apps\aicalendarplugin2.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2028
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  aicalendarplugin2.dll ,  aicalendarplugin2.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2029
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aicontainer.dll , aicontainer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2030
REM AiwCallImagePlugin
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2031
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AiwCallImagePlugin.dll , AiwCallImagePlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2032
data=\epoc32\data\Z\System\install\aiwcallimageplugin_stub.SIS 	"System\Install\aiwcallimageplugin_stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2033
file=\epoc32\release\ARMV5\urel\AlmAlert.dll 	"sys\bin\AlmAlert.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2034
data=\epoc32\data\Z\system\install\alarmui_stub.sis 	"System\Install\alarmui_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2035
data=\epoc32\data\Z\data\sounds\digital\clock.aac 	"data\sounds\digital\clock.aac"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2036
data=\epoc32\data\Z\data\sounds\digital\alarm.aac 	"data\sounds\digital\alarm.aac"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2037
data=\epoc32\data\Z\private\10282BC4\Rules\alarmui_snooze.rul 	"private\10282BC4\Rules\alarmui_snooze.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2038
data=\epoc32\data\Z\private\10282BC4\Rules\alarmui_activate.rul 	"private\10282BC4\Rules\alarmui_activate.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2039
data=\epoc32\data\Z\private\10282BC4\Rules\alarmui_stop.rul 	"private\10282BC4\Rules\alarmui_stop.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2040
data=\epoc32\data\Z\private\10282BC4\Rules\alarmui_silence.rul 	"private\10282BC4\Rules\alarmui_silence.rul"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2041
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, amadapter2.dll , amadapter2.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2042
file=\epoc32\release\ARMV5\urel\AMInstallOptions.dll 	"sys\bin\AMInstallOptions.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2043
file=\epoc32\release\ARMV5\urel\ApplicationManagement.dll 	"sys\bin\ApplicationManagement.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2044
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RfsAppMgmtPlugin.dll , RfsAppMgmtPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2045
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, omascomoadapter.dll , omascomoadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2046
data=\epoc32\data\Z\Private\100012a5\policy\20021335.spd 	"PRIVATE\100012a5\policy\20021335.spd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2047
data=\epoc32\data\Z\Private\100012a5\policy\1020781C.spd 	"PRIVATE\100012a5\policy\1020781C.spd"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2048
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AspPreSyncDefault.dll , AspPreSyncDefault.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2049
data=\epoc32\data\z\system\install\stub_audiomessage.sis 	"system\install\stub_audiomessage.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2050
file=\epoc32\release\ARMV5\urel\SatInfo.dll 	"sys\bin\SatInfo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2051
data=\epoc32\data\Z\resource\apps\satellite.mif 	"resource\apps\satellite.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2052
file=\epoc32\release\ARMV5\urel\BlidEng.dll 	"sys\bin\BlidEng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2053
data=\epoc32\data\Z\private\101F85A0\backup_registration.xml 	"private\101F85A0\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2054
data=\epoc32\data\Z\System\install\blidstub.sis 	"system\install\blidstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2055
file=\epoc32\release\ARMV5\urel\bmcustomization.dll 	"sys\bin\bmcustomization.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2056
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, bookmarkdataprovider.dll , bookmarkdataprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2057
data=\epoc32\data\Z\resource\bookmarkdatastore.rsc 	"resource\bookmarkdatastore.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2058
data=\epoc32\data\Z\resource\bookmarkdsa.rsc 	"resource\bookmarkdsa.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2059
data=\epoc32\data\Z\private\101F99F6\capability\102751BA.XML 	"private\101F99F6\capability\102751BA.XML"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2060
data=\epoc32\data\Z\System\install\bookmarkdsa_stub.sis 	"system\install\bookmarkdsa_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2061
file=\epoc32\release\ARMV5\urel\bpas.dll 	"sys\bin\bpas.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2062
data=\epoc32\data\Z\resource\apps\browseraudiovideoplugin_AIF.MIF 	"resource\apps\browseraudiovideoplugin_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2063
file=\epoc32\release\ARMV5\urel\browserlauncher.dll 	"sys\bin\browserlauncher.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2064
auto-bitmap=\epoc32\data\Z\resource\apps\Browser.mbm 	resource\apps\Browser.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2065
data=\epoc32\data\Z\resource\apps\Browser.mif 	"resource\apps\Browser.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2066
auto-bitmap=\epoc32\data\Z\resource\apps\browserbitmaps.mbm 	resource\apps\browserbitmaps.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2067
data=\epoc32\release\ARMV5\urel\Browser_Stub.sis 	"system\install\Browser_Stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2068
data=\epoc32\data\c\feeds_view_template.html 	"feeds_view_template.html"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2069
data=\epoc32\data\z\private\10008d39\backup_registration.xml 	"private\10008d39\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2070
data=\epoc32\data\Z\resource\BUBBLEMANAGER.rsc 	"resource\BUBBLEMANAGER.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2071
data=\epoc32\data\Z\System\install\bubblemanager_stub.sis 	"System\Install\bubblemanager_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2072
file=\epoc32\release\ARMV5\urel\bva.exe 	"sys\bin\bva.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2073
data=\epoc32\data\Z\resource\apps\bva_AIF.MIF 	"resource\apps\bva_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2074
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\bva_reg.rsc 	"Private\10003a3f\import\apps\bva_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2075
data=\epoc32\data\z\system\install\stub_bva.sis 	"system\install\stub_bva.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2076
file=\epoc32\release\ARMV5\urel\Calcsoft.exe 	"sys\bin\Calcsoft.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2077
auto-bitmap=\epoc32\data\Z\resource\apps\Calcsoft.mbm 	resource\apps\Calcsoft.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2078
data=\epoc32\data\Z\resource\apps\Calcsoft.mif 	"resource\apps\Calcsoft.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2079
data=\epoc32\data\Z\resource\apps\CalcSoft_AIF.MIF 	"resource\apps\CalcSoft_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2080
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\CalcSoft_reg.rsc 	"Private\10003a3f\apps\CalcSoft_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2081
data=\epoc32\data\Z\private\10005902\backup_registration.xml 	"private\10005902\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2082
file=\epoc32\release\ARMV5\urel\CalDavClient.dll 	"sys\bin\CalDavClient.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2083
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calencaldavplugin.dll  ,  calencaldavplugin.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2084
data=\epoc32\data\Z\Private\10005901\backup_registration.xml 	"PRIVATE\10005901\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2085
data=\epoc32\data\Z\private\10202be9\10003a5b.cre 	"private\10202be9\10003a5b.cre"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2086
data=\epoc32\data\Z\system\install\calendar_stub.sis 	"System\Install\calendar_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2087
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calendarsearchplugin.dll ,  calendarsearchplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2088
data=\epoc32\data\Z\resource\apps\calendarsearchplugin.mif 	"resource\apps\calendarsearchplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2089
data=\epoc32\data\Z\resource\apps\calendarsettings.mif 	"resource\apps\calendarsettings.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2090
file=\epoc32\release\ARMV5\urel\CALENIMP.dll 	"sys\bin\CALENIMP.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2091
file=\epoc32\release\ARMV5\urel\calenlauncher.dll 	"sys\bin\calenlauncher.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2092
file=\epoc32\release\ARMV5\urel\CalenSvrClient.dll 	"sys\bin\CalenSvrClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2093
auto-bitmap=\epoc32\data\Z\resource\apps\cameraapp2.mbm 	resource\apps\cameraapp2.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2094
data=\epoc32\data\Z\resource\apps\cameraapp2.mif 	"resource\apps\cameraapp2.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2095
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCapture1.wav 	"system\sounds\Digital\cameraappCapture1.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2096
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCapture2.wav 	"system\sounds\Digital\cameraappCapture2.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2097
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCapture3.wav 	"system\sounds\Digital\cameraappCapture3.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2098
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCapture4.wav 	"system\sounds\Digital\cameraappCapture4.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2099
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappFocusSucc.wav 	"system\sounds\Digital\cameraappFocusSucc.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2100
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\cameraappStop.wav 	"system\sounds\digital\cameraappStop.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2101
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\cameraappStart.wav 	"system\sounds\digital\cameraappStart.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2102
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCaptureShort1.wav 	"system\sounds\Digital\cameraappCaptureShort1.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2103
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCaptureShort2.wav 	"system\sounds\Digital\cameraappCaptureShort2.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2104
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCaptureShort3.wav 	"system\sounds\Digital\cameraappCaptureShort3.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2105
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappCaptureShort4.wav 	"system\sounds\Digital\cameraappCaptureShort4.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2106
data=\epoc32\release\ARMV5\urel\z\system\sounds\Digital\cameraappSelfTimer.wav 	"system\sounds\Digital\cameraappSelfTimer.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2107
data=\epoc32\data\Z\Private\101FFA86\backup_registration.xml 	"private\101FFA86\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2108
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gscameraplugin.dll , gscameraplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2109
data=\epoc32\data\Z\resource\apps\camerasettingsplugin.mif 	"resource\apps\camerasettingsplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2110
file=\epoc32\release\ARMV5\urel\CameraUiConfigManager.dll 	"sys\bin\CameraUiConfigManager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2111
data=\epoc32\data\Z\System\install\cameraapp_stub.sis 	"System\Install\cameraapp_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2112
file=\epoc32\release\ARMV5\urel\ccaclient.dll 	"sys\bin\ccaclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2113
file=\epoc32\release\ARMV5\urel\ccacontactorservice.dll 	"sys\bin\ccacontactorservice.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2114
file=\epoc32\release\ARMV5\urel\CCHClient.dll 	"sys\bin\CCHClient.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2115
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cchuinotifwrapper.dll , cchuinotifwrapper.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2116
file=\epoc32\release\ARMV5\urel\cchuinotif.dll 	"sys\bin\cchuinotif.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2117
data=\epoc32\data\Z\resource\apps\clockapp_AIF.MIF 	"resource\apps\clockapp_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2118
data=\epoc32\data\Z\resource\apps\clockapp.mif 	"resource\apps\clockapp.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2119
data=\epoc32\data\Z\resource\apps\clockapp_tab.mif 	"resource\apps\clockapp_tab.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2120
data=\epoc32\data\Z\resource\mcc\mcc.rsc 	"resource\mcc\mcc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2121
file=\epoc32\release\ARMV5\urel\clockalarmeditor.dll 	"sys\bin\clockalarmeditor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2122
file=\epoc32\release\ARMV5\urel\clkuimodel.dll 	"sys\bin\clkuimodel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2123
file=\epoc32\release\ARMV5\urel\clockcityselectionlist.dll 	"sys\bin\clockcityselectionlist.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2124
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  clockindicatorpaneplugin.dll ,  clockindicatorpaneplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2125
file=\epoc32\release\ARMV5\urel\clockserverclient.dll 	"sys\bin\clockserverclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2126
file=\epoc32\release\ARMV5\urel\clocktimesourceinterface.dll 	"sys\bin\clocktimesourceinterface.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2127
file=\epoc32\release\ARMV5\urel\clocktimezoneresolver.dll 	"sys\bin\clocktimezoneresolver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2128
file=\epoc32\release\ARMV5\urel\clockecomlistener.dll 	"sys\bin\clockecomlistener.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2129
data=\epoc32\data\Z\system\install\clock2_stub.sis 	"system\install\clock2_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2130
data=\epoc32\data\Z\system\install\clock2_server_stub.sis 	"system\install\clock2_server_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2131
data=\epoc32\data\Z\system\install\clocknitzplugin_stub.sis 	"system\install\nitzplugin_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2132
data=\epoc32\data\Z\private\10005906\backup_registration.xml 	"private\10005906\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2133
data=\epoc32\data\Z\private\10005903\backup_registration.xml 	"private\10005903\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2134
data=\epoc32\data\Z\private\200159A2\backup_registration.xml 	"private\200159A2\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2135
data=\epoc32\data\Z\private\10202BE9\20029F4A.txt 	"private\10202BE9\20029F4A.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2136
file=\epoc32\release\ARMV5\urel\cmscontactor.dll 	"sys\bin\cmscontactor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2137
data=\epoc32\data\Z\resource\cms\cmscontactor.rsc 	"resource\cms\cmscontactor.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2138
file=\epoc32\release\ARMV5\urel\cmsserver.exe 	"sys\bin\cmsserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2139
file=\epoc32\release\ARMV5\urel\cmsclient.dll 	"sys\bin\cmsclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2140
data=\epoc32\data\Z\resource\cms\cmsserver.rsc 	"resource\cms\cmsserver.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2141
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CntFindPlugin.dll , CntFindPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2142
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CntSortPlugin.dll , CntSortPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2143
REM Connection utility
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2144
data=\epoc32\data\Z\System\install\connectutil_stub.sis 	"System\Install\connectutil_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2145
file=\epoc32\release\ARMV5\urel\contactpresence.dll 	"sys\bin\contactpresence.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2146
data=\epoc32\data\Z\resource\apps\contactssearchplugin.mif 	"resource\apps\contactssearchplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2147
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  contactssearchplugin.dll ,  contactssearchplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2148
DATA=\epoc32\data\Z\resource\cscengine.rsc 	"resource\cscengine.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2149
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  cscgsplugin.dll ,  cscgsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2150
data=\epoc32\data\Z\System\install\commsconfig_stub.sis 	"System\Install\commsconfig_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2151
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  cscsipvoipcleanupplugin.dll ,  cscsipvoipcleanupplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2152
file=\epoc32\release\ARMV5\urel\HelpEngine.dll 	"sys\bin\HelpEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2153
file=\epoc32\release\ARMV5\urel\DefaultAppServer.exe 	"sys\bin\DefaultAppServer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2154
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\DefaultAppServer_reg.rsc 	"Private\10003a3f\apps\DefaultAppServer_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2155
file=\epoc32\release\ARMV5\urel\servicesdb.dll 	"sys\bin\servicesdb.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2156
file=\epoc32\release\ARMV5\urel\defaultappclient.dll 	"sys\bin\defaultappclient.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2157
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gsdasplugin.dll ,  gsdasplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2158
data=\epoc32\data\Z\resource\apps\GSDasPlugin.mif 	"resource\apps\GSDasPlugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2159
data=\epoc32\data\Z\Private\200159c0\install\desktop_20026f4f\hsps\00\manifest.dat 	"private\200159c0\install\desktop_20026f4f\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2160
FILE=\epoc32\release\ARMV5\urel\imageprintengine.dll 	"sys\bin\imageprintengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2161
data=\epoc32\data\Z\resource\apps\imgprintbitmaps.mif 	"resource\apps\imgprintbitmaps.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2162
DATA=\epoc32\data\Z\private\10202be9\10208a35.txt 	"Private\10202be9\10208a35.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2163
data=\epoc32\data\z\system\install\devdiagapp.SIS 	"System\Install\devdiagapp.SIS"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2164
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DevEncUiDmAdapter.dll , DevEncUiDmAdapter.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2165
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, devencnotifplugin.dll , devencnotifplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2166
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, devencgsplugin.dll , devencgsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2167
data=\epoc32\data\Z\resource\apps\devencgsplugin.mif 	"resource\apps\devencgsplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2168
data=\epoc32\data\Z\resource\imageprintdata\protocols\btprotocol.rsc 	"resource\imageprintdata\protocols\btprotocol.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2169
DATA=\epoc32\data\Z\resource\imageprintdata\protocols\btxmltemplate.txt 	"resource\imageprintdata\protocols\btxmltemplate.txt"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2170
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, dpofprotdll.dll , dpofprotdll.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2171
file=\epoc32\release\ARMV5\urel\xhtmlfilecomposer.dll 	"sys\bin\xhtmlfilecomposer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2172
DATA=\epoc32\data\Z\resource\imageprintdata\protocols\xhtmltempl\xhtmlfiletemplate.txt 	"resource\imageprintdata\protocols\xhtmltempl\xhtmlfiletemplate.txt"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2173
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, dhcppositionprovider.dll , dhcppositionprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2174
file=\epoc32\release\ARMV5\urel\dialer.dll 	"sys\bin\DIALER.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2175
data=\epoc32\data\Z\System\install\dialer_stub.sis 	"System\Install\dialer_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2176
data=\epoc32\data\Z\resource\DIALER.rsc 	"resource\DIALER.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2177
data=\epoc32\data\Z\resource\apps\Dialer.mif 	"resource\apps\Dialer.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2178
file=\epoc32\release\ARMV5\urel\VTImageConverter.dll 	"sys\bin\VTImageConverter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2179
file=\epoc32\release\ARMV5\urel\DisplaySink.dll 	"sys\bin\DisplaySink.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2180
file=\epoc32\release\ARMV5\urel\VtImageTransforms.dll 	"sys\bin\VtImageTransforms.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2181
data=\epoc32\data\Z\System\install\displaysink_stub.sis 	"system\install\displaysink_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2182
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NSmlDmGeneralVoIPSettingsAdapter.dll , NSmlDmGeneralVoIPSettingsAdapter.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2183
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmvoipadapter.dll , nsmldmvoipadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2184
data=\epoc32\data\Z\System\install\easydialing_stub.sis 	"System\Install\easydialing_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2185
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, easydialingplugin.dll , easydialingplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2186
file=\epoc32\release\ARMV5\urel\edcontactor.dll 	"sys\bin\edcontactor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2187
data=\epoc32\data\Z\resource\edcontactor.rsc 	"resource\edcontactor.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2188
data=\epoc32\data\z\private\10202be9\200212A0.txt 	"private\10202be9\200212A0.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2189
file=\epoc32\release\ARMV5\urel\cmaillogger.dll 	"sys\bin\cmaillogger.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2190
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, OMAPushEMNStringDict00.dll , OMAPushEMNStringDict00.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2191
file=\epoc32\release\ARMV5\urel\baseplugin.dll 	"sys\bin\baseplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2192
file=\epoc32\release\ARMV5\urel\MessageStoreClient.dll 	"sys\bin\MessageStoreClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2193
file=\epoc32\release\ARMV5\urel\MessageStoreServer.dll 	"sys\bin\MessageStoreServer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2194
file=\epoc32\release\ARMV5\urel\MessageStoreExe.exe 	"sys\bin\MessageStoreExe.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2195
file=\epoc32\release\ARMV5\urel\DebugLog.dll 	"sys\bin\DebugLog.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2196
file=\epoc32\release\ARMV5\urel\ImsPointSecMonitor.dll 	"sys\bin\ImsPointSecMonitor.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2197
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  RfsMsgStorePlugin.dll ,  RfsMsgStorePlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2198
data=\epoc32\data\Z\system\install\emailstore_stub.sis 	"system\install\emailstore_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2199
data=\epoc32\data\Z\Private\200159c0\install\emailwidget\hsps\00\manifest.dat 	"private\200159c0\install\emailwidget\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2200
data=\epoc32\data\Z\private\2001E272\backup_registration.xml 	"private\2001E272\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2201
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, EmbeddedLinkAdapter.dll , EmbeddedLinkAdapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2202
data=\epoc32\data\Z\Private\200159c0\install\empty_2001f47f\xuikon\00\empty.o0000 	"private\200159c0\install\empty_2001f47f\xuikon\00\empty.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2203
data=\epoc32\data\Z\Private\200159c0\install\empty_2001f47f\hsps\00\manifest.dat 	"private\200159c0\install\empty_2001f47f\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2204
data=\epoc32\data\Z\private\2001E663\backup_registration.xml 	"private\2001E663\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2205
data=\epoc32\data\Z\System\install\eventsuistub.sis 	"system\install\eventsuistub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2206
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, filemanagerbkupplugin.dll , filemanagerbkupplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2207
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, filemanageraiwprovider.dll , filemanageraiwprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2208
file=\epoc32\release\ARMV5\urel\GFLM.dll 	"sys\bin\GFLM.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2209
data=\epoc32\data\Z\resource\GflmFileExtensionMimeTypes.rsc 	"resource\GflmFileExtensionMimeTypes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2210
file=\epoc32\release\ARMV5\urel\filemanagerbkupengine.dll 	"sys\bin\filemanagerbkupengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2211
file=\epoc32\release\ARMV5\urel\filemanagerschbkup.exe 	"sys\bin\filemanagerschbkup.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2212
data=\epoc32\data\Z\private\101F84EB\backup_registration.xml 	"private\101F84EB\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2213
data=\epoc32\data\Z\resource\apps\filessearchplugin.mif 	"resource\apps\filessearchplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2214
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  filessearchplugin.dll ,  filessearchplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2215
data=\epoc32\data\Z\System\install\fmradio_stub.sis 	"system\install\fmradio_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2216
file=\epoc32\release\ARMV5\urel\fmradioactiveidleengine200.dll 	"sys\bin\fmradioactiveidleengine200.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2217
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fmradiomcpplugin100.dll , fmradiomcpplugin100.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2218
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fmradioactionhandler.dll , fmradioactionhandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2219
data=\epoc32\data\Z\Private\2001B25E\backup_registration.xml 	"PRIVATE\2001B25E\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2220
REM MISSING data=\epoc32\data\Z\Private\10202BE9\2001B25E.txt                 PRIVATE\10202BE9\2001B25E.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2221
data=\epoc32\data\Z\system\install\commonemailstub.sis 	"system\install\commonemailstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2222
data=\epoc32\data\Z\private\2001E277\backup_registration.xml 	"private\2001E277\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2223
data=\epoc32\data\Z\private\2001E277\HtmlFile\email.html 	"private\2001E277\HtmlFile\email.html"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2224
data=\epoc32\data\Z\private\2001E277\HtmlFile\email_rtl.html 	"private\2001E277\HtmlFile\email_rtl.html"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2225
data=\epoc32\data\Z\private\2001E277\HtmlFile\header.js 	"private\2001E277\HtmlFile\header.js"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2226
data=\epoc32\data\Z\private\2001E277\HtmlFile\header.css 	"private\2001E277\HtmlFile\header.css"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2227
data=\epoc32\data\Z\private\2001E277\HtmlFile\email.js 	"private\2001E277\HtmlFile\email.js"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2228
data=\epoc32\data\Z\private\2001E277\HtmlFile\follow_up.png 	"private\2001E277\HtmlFile\follow_up.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2229
data=\epoc32\data\Z\private\2001E277\HtmlFile\follow_up_complete.png 	"private\2001E277\HtmlFile\follow_up_complete.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2230
data=\epoc32\data\Z\private\2001E277\HtmlFile\priority_high.png 	"private\2001E277\HtmlFile\priority_high.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2231
data=\epoc32\data\Z\private\2001E277\HtmlFile\priority_low.png 	"private\2001E277\HtmlFile\priority_low.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2232
data=\epoc32\data\Z\private\2001E277\HtmlFile\btn_right.png 	"private\2001E277\HtmlFile\btn_right.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2233
data=\epoc32\data\Z\private\2001E277\HtmlFile\btn_left.png 	"private\2001E277\HtmlFile\btn_left.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2234
data=\epoc32\data\Z\private\2001E277\HtmlFile\attachment.png 	"private\2001E277\HtmlFile\attachment.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2235
data=\epoc32\data\Z\private\2001E277\HtmlFile\expand.png 	"private\2001E277\HtmlFile\expand.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2236
data=\epoc32\data\Z\private\2001E277\HtmlFile\collapse.png 	"private\2001E277\HtmlFile\collapse.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2237
data=\epoc32\data\Z\private\2001E277\HtmlFile\hidden.png 	"private\2001E277\HtmlFile\hidden.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2238
data=\epoc32\data\Z\private\2000E53C\backup_registration.xml 	"private\2000E53C\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2239
file=\epoc32\release\ARMV5\urel\fs_generic.dll 	"sys\bin\fs_generic.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2240
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fsscrollbarplugin.dll , fsscrollbarplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2241
data=\epoc32\data\Z\resource\plugins\fsscrollbarplugin.rsc 	"resource\plugins\fsscrollbarplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2242
REM ALFRED
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2243
file=\epoc32\release\ARMV5\urel\hitchcock.dll 	"sys\bin\hitchcock.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2244
file=\epoc32\release\ARMV5\urel\alfclient.dll 	"sys\bin\alfclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2245
file=\epoc32\release\ARMV5\urel\alfappservercore.dll 	"sys\bin\alfappservercore.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2246
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, huirenderpluginvg.dll , huirenderpluginvg.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2247
file=\epoc32\release\ARMV5\urel\alfdecoderserverclient.dll 	"sys\bin\alfdecoderserverclient.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2248
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfrenderstage.dll , alfrenderstage.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2249
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfhintplugindrawer.dll , alfhintplugindrawer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2250
file=\epoc32\release\ARMV5\urel\alfhintplugin.dll 	"sys\bin\alfhintplugin.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2251
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfoogmplugin.dll , alfoogmplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2252
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfcrpplugin.dll , alfcrpplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2253
data=\epoc32\data\Z\resource\plugins\alfnonsupportedwscommands.rsc 	"resource\plugins\alfnonsupportedwscommands.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2254
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfappfwproxy.dll , alfappfwproxy.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2255
file=\epoc32\release\ARMV5\urel\ftokenclient.dll 	"sys\bin\ftokenclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2256
file=\epoc32\release\ARMV5\urel\!ftokenserver.exe 	"sys\bin\!ftokenserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2257
data=\epoc32\release\ARMV5\urel\uiaccelerator_stub.sis 	"system\install\uiaccelerator_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2258
file=\epoc32\release\ARMV5\urel\backgroundanimhost.exe 	"sys\bin\backgroundanimhost.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2259
REM MISSING file=\epoc32\release\ARMV5\urel\bga_reference_plugin.dll sys\bin\bga_reference_plugin.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2260
data=\epoc32\data\Z\private\200286D3\refvertexshader.vsh 	"private\200286D3\refvertexshader.vsh"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2261
data=\epoc32\data\Z\private\200286D3\reffragmentshader.fsh 	"private\200286D3\reffragmentshader.fsh"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2262
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  fsccontactactionmenu.dll ,  fsccontactactionmenu.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2263
data=\epoc32\data\Z\resource\fscactionutils.rsc 	"resource\fscactionutils.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2264
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fsccallplugin.dll , fsccallplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2265
data=\epoc32\data\Z\resource\apps\fsccallplugin.mif 	"resource\apps\fsccallplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2266
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fscsaveascontactplugin.dll , fscsaveascontactplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2267
data=\epoc32\data\Z\resource\apps\fscsaveascontactplugin.mif 	"resource\apps\fscsaveascontactplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2268
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fscpocplugin.dll , fscpocplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2269
data=\epoc32\data\Z\resource\apps\fscpocplugin.mif 	"resource\apps\fscpocplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2270
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fscsendplugin.dll , fscsendplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2271
data=\epoc32\data\Z\resource\apps\fscsendplugin.mif 	"resource\apps\fscsendplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2272
file=\epoc32\release\ARMV5\urel\FSFWCommonLib.dll 	"sys\bin\FSFWCommonLib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2273
data=\epoc32\data\Z\RESOURCE\fsmailbrandmanager.rsc 	"resource\fsmailbrandmanager.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2274
data=\epoc32\data\Z\RESOURCE\APPS\ovi_brand_graphics.mif 	"resource\apps\ovi_brand_graphics.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2275
data=\epoc32\data\Z\RESOURCE\APPS\yahoo_brand_graphics.mif 	"resource\apps\yahoo_brand_graphics.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2276
data=\epoc32\data\Z\RESOURCE\APPS\google_brand_graphics.mif 	"resource\apps\google_brand_graphics.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2277
data=\epoc32\data\Z\RESOURCE\APPS\aol_brand_graphics.mif 	"resource\apps\aol_brand_graphics.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2278
data=\epoc32\data\Z\RESOURCE\APPS\microsoft_brand_graphics.mif 	"resource\apps\microsoft_brand_graphics.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2279
data=\epoc32\data\Z\RESOURCE\APPS\mail_for_exchange_brand_graphics.mif 	"resource\apps\mail_for_exchange_brand_graphics.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2280
data=\epoc32\data\Z\resource\messaging\mtm\fsmtms.rsc 	"resource\messaging\mtm\fsmtms.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2281
file=\epoc32\release\ARMV5\urel\fsservermtm.dll 	"sys\bin\fsservermtm.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2282
data=\epoc32\data\Z\resource\messaging\fsuimtm.rsc 	"resource\messaging\fsuimtm.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2283
data=\epoc32\data\Z\resource\messaging\fsuidatamtm.rsc 	"resource\messaging\fsuidatamtm.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2284
file=\epoc32\release\ARMV5\urel\glxcloudview.dll 	"sys\bin\glxcloudview.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2285
file=\epoc32\release\ARMV5\urel\glxcommandhandlerdrm.dll 	"sys\bin\glxcommandhandlerdrm.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2286
file=\epoc32\release\ARMV5\urel\glxcommandhandlermoreinfo.dll 	"sys\bin\glxcommandhandlermoreinfo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2287
file=\epoc32\release\ARMV5\urel\glxcommoncommandhandlers.dll 	"sys\bin\glxcommoncommandhandlers.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2288
file=\epoc32\release\ARMV5\urel\glxdrmutility.dll 	"sys\bin\glxdrmutility.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2289
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxfetcher.dll ,  glxfetcher.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2290
data=\epoc32\data\z\system\install\glxgallery_stub.sis 	"system\install\glxgallery_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2291
data=\epoc32\data\Z\resource\apps\glxicons.mif 	"resource\apps\glxicons.mif"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2292
file=\epoc32\release\ARMV5\urel\glxupnpcommandhandler.dll 	"sys\bin\glxupnpcommandhandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2293
file=\epoc32\release\ARMV5\urel\glxtexturemanager.dll 	"sys\bin\glxtexturemanager.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2294
file=\epoc32\release\ARMV5\urel\glxcollectionmanager.dll 	"sys\bin\glxcollectionmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2295
file=\epoc32\release\ARMV5\urel\glxviewbase.dll 	"sys\bin\glxviewbase.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2296
file=\epoc32\release\ARMV5\urel\glxcommandhandlermarking.dll 	"sys\bin\glxcommandhandlermarking.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2297
file=\epoc32\release\ARMV5\urel\glxcommon.dll 	"sys\bin\glxcommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2298
file=\epoc32\release\ARMV5\urel\glximageviewermanager.dll 	"sys\bin\glximageviewermanager.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2299
file=\epoc32\release\ARMV5\urel\glxcommonui.dll 	"sys\bin\glxcommonui.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2300
file=\epoc32\release\ARMV5\urel\glxthumbnailcreator.dll 	"sys\bin\glxthumbnailcreator.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2301
file=\epoc32\release\ARMV5\urel\glxdatasourcemanager.dll 	"sys\bin\glxdatasourcemanager.dll"  
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2302
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxdatasourcemde.dll ,  glxdatasourcemde.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2303
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxcollectionpluginalbums.dll ,  glxcollectionpluginalbums.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2304
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxcollectionpluginall.dll ,  glxcollectionpluginall.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2305
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxcollectionpluginimageviewer.dll ,  glxcollectionpluginimageviewer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2306
file=\epoc32\release\ARMV5\urel\glxlayouts.dll 	"sys\bin\glxlayouts.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2307
file=\epoc32\release\ARMV5\urel\glxmedialists.dll 	"sys\bin\glxmedialists.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2308
file=\epoc32\release\ARMV5\urel\glxdataprovider.dll 	"sys\bin\glxdataprovider.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2309
file=\epoc32\release\ARMV5\urel\glxvisuallistmanager.dll 	"sys\bin\glxvisuallistmanager.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2310
file=\epoc32\release\ARMV5\urel\glxuiutilities.dll 	"sys\bin\glxuiutilities.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2311
file=\epoc32\release\ARMV5\urel\glxgridview.dll 	"sys\bin\glxgridview.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2312
file=\epoc32\release\ARMV5\urel\glxgridviewpluginbase.dll 	"sys\bin\glxgridviewpluginbase.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2313
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxgridviewplugin.dll ,  glxgridviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2314
file=\epoc32\release\ARMV5\urel\glxfullscreenview.dll 	"sys\bin\glxfullscreenview.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2315
file=\epoc32\release\ARMV5\urel\glxfullscreenviewpluginbase.dll 	"sys\bin\glxfullscreenviewpluginbase.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2316
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxfullscreenviewplugin.dll ,  glxfullscreenviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2317
file=\epoc32\release\ARMV5\urel\glxlistview.dll 	"sys\bin\glxlistview.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2318
file=\epoc32\release\ARMV5\urel\glxlistviewpluginbase.dll 	"sys\bin\glxlistviewpluginbase.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2319
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxlistviewplugin.dll ,  glxlistviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2320
file=\epoc32\release\ARMV5\urel\glxcommandhandlerbase.dll 	"sys\bin\glxcommandhandlerbase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2321
file=\epoc32\release\ARMV5\urel\glxzoomview.dll 	"sys\bin\glxzoomview.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2322
file=\epoc32\release\ARMV5\urel\glxmetadatadialog.dll 	"sys\bin\glxmetadatadialog.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2323
data=\epoc32\data\Z\private\10202be9\200009EE.txt 	"private\10202be9\200009EE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2324
file=\epoc32\release\ARMV5\urel\glxlogging.dll 	"sys\bin\glxlogging.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2325
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxmemoryplugin.dll ,  glxmemoryplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2326
file=\epoc32\release\ARMV5\urel\glxtvout.dll 	"sys\bin\glxtvout.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2327
file=\epoc32\release\ARMV5\urel\GMSModel.dll 	"sys\bin\GMSModel.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2328
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gsdevdiagplugin.dll ,  gsdevdiagplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2329
data=\epoc32\data\Z\resource\apps\GSDevDiagPlugin.mif 	"resource\apps\GSDevDiagPlugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2330
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSEmailSettingsPluginDll.dll ,  GSEmailSettingsPluginDll.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2331
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gsvmbxplugin.dll ,  gsvmbxplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2332
data=\epoc32\data\Z\resource\apps\gsvmbxplugin.mif 	"resource\apps\gsvmbxplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2333
file=\epoc32\release\ARMV5\urel\hnengine.dll 	"sys\bin\hnengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2334
file=\epoc32\release\ARMV5\urel\hnmetadatamodel.dll 	"sys\bin\hnmetadatamodel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2335
file=\epoc32\release\ARMV5\urel\hnpresentationmodel.dll 	"sys\bin\hnpresentationmodel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2336
file=\epoc32\release\ARMV5\urel\hnutilities.dll 	"sys\bin\hnutilities.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2337
data=\epoc32\data\Z\private\10202be9\20012474.txt 	"private\10202be9\20012474.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2338
REM MISSING file=\epoc32\release\ARMV5\urel\ImageEditor.exe		sys\bin\ImageEditor.exe
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2339
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\ImageEditor_reg.rsc 	"Private\10003a3f\apps\ImageEditor_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2340
file=\epoc32\release\ARMV5\urel\BlackWhite.pgn 	"sys\bin\BlackWhite.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2341
data=\epoc32\data\Z\resource\apps\BlackWhite.mif 	"resource\apps\BlackWhite.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2342
data=\epoc32\data\Z\resource\apps\Brightness.mif 	"resource\apps\Brightness.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2343
data=\epoc32\data\Z\resource\apps\Bubble.mif 	"resource\apps\Bubble.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2344
data=\epoc32\data\Z\private\101ffa91\Bubbles\Bubbles01.mbm 	"private\101ffa91\Bubbles\Bubbles01.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2345
data=\epoc32\data\Z\private\101ffa91\Bubbles\Bubbles02.mbm 	"private\101ffa91\Bubbles\Bubbles02.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2346
data=\epoc32\data\Z\private\101ffa91\Bubbles\Bubbles03.mbm 	"private\101ffa91\Bubbles\Bubbles03.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2347
file=\epoc32\release\ARMV5\urel\Cartoonize.pgn 	"sys\bin\Cartoonize.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2348
data=\epoc32\data\Z\resource\apps\Cartoonize.mif 	"resource\apps\Cartoonize.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2349
data=\epoc32\data\Z\resource\apps\Clipart.mif 	"resource\apps\Clipart.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2350
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts01.mbm 	"private\101ffa91\cliparts\Cliparts01.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2351
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts02.mbm 	"private\101ffa91\cliparts\Cliparts02.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2352
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts03.mbm 	"private\101ffa91\cliparts\Cliparts03.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2353
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts04.mbm 	"private\101ffa91\cliparts\Cliparts04.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2354
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts05.mbm 	"private\101ffa91\cliparts\Cliparts05.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2355
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts06.mbm 	"private\101ffa91\cliparts\Cliparts06.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2356
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts07.mbm 	"private\101ffa91\cliparts\Cliparts07.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2357
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts08.mbm 	"private\101ffa91\cliparts\Cliparts08.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2358
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts09.mbm 	"private\101ffa91\cliparts\Cliparts09.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2359
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts10.mbm 	"private\101ffa91\cliparts\Cliparts10.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2360
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts11.mbm 	"private\101ffa91\cliparts\Cliparts11.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2361
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts12.mbm 	"private\101ffa91\cliparts\Cliparts12.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2362
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts13.mbm 	"private\101ffa91\cliparts\Cliparts13.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2363
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts14.mbm 	"private\101ffa91\cliparts\Cliparts14.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2364
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts15.mbm 	"private\101ffa91\cliparts\Cliparts15.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2365
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts16.mbm 	"private\101ffa91\cliparts\Cliparts16.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2366
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts17.mbm 	"private\101ffa91\cliparts\Cliparts17.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2367
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts18.mbm 	"private\101ffa91\cliparts\Cliparts18.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2368
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts19.mbm 	"private\101ffa91\cliparts\Cliparts19.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2369
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts20.mbm 	"private\101ffa91\cliparts\Cliparts20.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2370
data=\epoc32\data\Z\private\101ffa91\cliparts\Cliparts21.mbm 	"private\101ffa91\cliparts\Cliparts21.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2371
data=\epoc32\data\Z\resource\apps\Contrast.mif 	"resource\apps\Contrast.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2372
data=\epoc32\data\Z\resource\apps\Crop.mif 	"resource\apps\Crop.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2373
data=\epoc32\data\Z\resource\apps\Frame.mif 	"resource\apps\Frame.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2374
data=\epoc32\data\Z\private\101ffa91\frames\frames01.mbm 	"private\101ffa91\frames\frames01.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2375
file=\epoc32\release\ARMV5\urel\iepb.dll 	"sys\bin\iepb.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2376
file=\epoc32\release\ARMV5\urel\Negative.pgn 	"sys\bin\Negative.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2377
data=\epoc32\data\Z\resource\apps\Negative.mif 	"resource\apps\Negative.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2378
file=\epoc32\release\ARMV5\urel\pb.dll 	"sys\bin\pb.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2379
data=\epoc32\data\Z\resource\apps\RedEyeReduction.mif 	"resource\apps\RedEyeReduction.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2380
data=\epoc32\data\Z\resource\apps\Resize.mif 	"resource\apps\Resize.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2381
file=\epoc32\release\ARMV5\urel\RotateLeft.pgn 	"sys\bin\RotateLeft.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2382
data=\epoc32\data\Z\resource\apps\RotateLeft.mif 	"resource\apps\RotateLeft.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2383
file=\epoc32\release\ARMV5\urel\RotateRight.pgn 	"sys\bin\RotateRight.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2384
data=\epoc32\data\Z\resource\apps\RotateRight.mif 	"resource\apps\RotateRight.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2385
file=\epoc32\release\ARMV5\urel\Sepia.pgn 	"sys\bin\Sepia.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2386
data=\epoc32\data\Z\resource\apps\Sepia.mif 	"resource\apps\Sepia.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2387
data=\epoc32\data\Z\resource\apps\Sharpness.mif 	"resource\apps\Sharpness.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2388
data=\epoc32\data\Z\resource\apps\Text.mif 	"resource\apps\Text.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2389
file=\epoc32\release\ARMV5\urel\imageprintclient.dll 	"sys\bin\imageprintclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2390
file=\epoc32\release\ARMV5\urel\imcvlauncher.dll 	"sys\bin\imcvlauncher.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2391
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, imcmslauncherplugin.dll , imcmslauncherplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2392
data=\epoc32\data\Z\system\install\imcvuiappstub.sis 	"system\install\imcvuiappstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2393
data=\epoc32\data\Z\system\install\imstatuspaneindicatorpluginstub.sis 	"system\install\imstatuspaneindicatorpluginstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2394
file=\epoc32\release\ARMV5\urel\vimpstutils.dll 	"sys\bin\vimpstutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2395
file=\epoc32\release\ARMV5\urel\vimpststorage.dll 	"sys\bin\vimpststorage.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2396
data=\epoc32\data\Z\system\install\uiservicetabstub.sis 	"system\install\uiservicetabstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2397
data=\epoc32\data\Z\private\20012423\backup_registration.xml 	"private\20012423\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2398
data=\epoc32\data\Z\private\100058EB\backup_registration.xml 	"private\100058EB\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2399
data=\epoc32\data\Z\system\install\imum_stub.sis 	"system\install\imum_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2400
data=\epoc32\data\Z\system\install\instantmessagesalertstub.sis 	"system\install\instantmessagesalertstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2401
data=\epoc32\data\Z\system\install\instantmsgindicatorpluginstub.sis 	"system\install\instantmsgindicatorpluginstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2402
file=\epoc32\release\ARMV5\urel\IntegrityCheck.exe 	"sys\bin\IntegrityCheck.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2403
file=\epoc32\release\ARMV5\urel\IntegrityCheckServer.exe 	"sys\bin\IntegrityCheckServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2404
file=\epoc32\release\ARMV5\urel\IntegrityCheckClient.dll 	"sys\bin\IntegrityCheckClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2405
file=\epoc32\release\ARMV5\urel\ipapputils.dll 	"sys\bin\ipapputils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2406
data=\epoc32\data\Z\System\install\java.sis 	"System\Install\java.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2407
data=\epoc32\data\Z\Resource\plugins\appmngr2midletplugin.rsc 	"resource\plugins\appmngr2midletplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2408
file=\epoc32\release\ARMV5\urel\javacaptain_ext_autostarter.dll 	"sys\bin\javacaptain_ext_autostarter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2409
file=\epoc32\release\ARMV5\urel\javacaptain_ext_config.dll 	"sys\bin\javacaptain_ext_config.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2410
file=\epoc32\release\ARMV5\urel\javacaptain_ext_ondemand_2.dll 	"sys\bin\javacaptain_ext_ondemand_2.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2411
file=\epoc32\release\ARMV5\urel\javacaptain_ext_ondemand_7.dll 	"sys\bin\javacaptain_ext_ondemand_7.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2412
file=\epoc32\release\ARMV5\urel\javacaptain_ext_preinstallerstarter.dll 	"sys\bin\javacaptain_ext_preinstallerstarter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2413
file=\epoc32\release\ARMV5\urel\javacaptain_ext_pushregistryplugin.dll 	"sys\bin\javacaptain_ext_pushregistryplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2414
file=\epoc32\release\ARMV5\urel\javacaptain_ext_storageserverplugin.dll 	"sys\bin\javacaptain_ext_storageserverplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2415
file=\epoc32\release\ARMV5\urel\javacaptain_ext_settingslistener.dll 	"sys\bin\javacaptain_ext_settingslistener.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2416
file=\epoc32\release\ARMV5\urel\javacaptain.exe 	"sys\bin\javacaptain.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2417
file=\epoc32\release\ARMV5\urel\javasizehelperclient.dll 	"sys\bin\javasizehelperclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2418
file=\epoc32\release\ARMV5\urel\javasizehelperserver.dll 	"sys\bin\javasizehelperserver.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2419
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ifeui.dll , ifeui.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2420
data=\epoc32\data\Z\Resource\plugins\ifeui.rsc 	"resource\plugins\ifeui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2421
data=\epoc32\data\Z\Private\10003a3f\apps\javainstaller_reg.rsc 	"private\10003a3f\import\apps\javainstaller_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2422
data=\epoc32\data\Z\Resource\apps\javainstaller_loc.rsc 	"resource\apps\javainstaller_loc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2423
data=\epoc32\data\Z\Resource\apps\javainstaller_icon.mif 	"resource\apps\javainstaller_icon.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2424
file=\epoc32\release\ARMV5\urel\javainstaller.dll 	"sys\bin\javainstaller.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2425
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javainstallerui.odc 	"resource\java\jvm\lib\jrt\javainstallerui.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2426
file=\epoc32\release\ARMV5\urel\javainstallerui.dll 	"sys\bin\javainstallerui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2427
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javainstaller.odc 	"resource\java\jvm\lib\jrt\javainstaller.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2428
file=\epoc32\release\ARMV5\urel\javainstallerstarter.dll 	"sys\bin\javainstallerstarter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2429
file=\epoc32\release\ARMV5\urel\javapreinstaller.dll 	"sys\bin\javapreinstaller.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2430
data=\epoc32\data\Z\Resource\java\java_app_92.mif 	"resource\java\java_app.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2431
data=\epoc32\data\Z\Resource\java\java_trusted.png 	"resource\java\java_trusted.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2432
data=\epoc32\data\Z\Resource\java\java_untrusted.png 	"resource\java\java_untrusted.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2433
data=\epoc32\data\Z\private\102033E6\installer\inst_plugins.cfg 	"private\102033E6\installer\inst_plugins.cfg"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2434
file=\epoc32\release\ARMV5\urel\javalauncher.exe 	"sys\bin\javalauncher.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2435
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, javaappschemeplugin.dll , javaappschemeplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2436
data=\epoc32\data\Z\Resource\plugins\javaappschemeplugin.rsc 	"resource\plugins\javaappschemeplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2437
data=\epoc32\data\Z\Resource\plugins\javasidchecker.rsc 	"resource\plugins\javasidchecker.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2438
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recjar.dll , recjar.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2439
data=\epoc32\data\Z\Resource\plugins\recjar.rsc 	"resource\plugins\recjar.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2440
file=\epoc32\release\ARMV5\urel\javabackup.exe 	"sys\bin\javabackup.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2441
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, midp2backupplugin.dll , midp2backupplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2442
data=\epoc32\data\Z\Resource\plugins\midp2backupplugin.rsc 	"resource\plugins\midp2backupplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2443
data=\epoc32\data\Z\private\1028246F\backup_registration.xml 	"private\1028246F\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2444
data=\epoc32\data\Z\private\102033E6\backup_registration.xml 	"private\102033E6\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2445
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javacoreui.odc 	"resource\java\jvm\lib\jrt\javacoreui.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2446
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\eswt.odc 	"resource\java\jvm\lib\jrt\eswt.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2447
file=\epoc32\release\ARMV5\urel\eswtphysics.dll 	"sys\bin\eswtphysics.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2448
file=\epoc32\release\ARMV5\urel\eswtapifacade.dll 	"sys\bin\eswtapifacade.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2449
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\eswtdirectcontent.odc 	"resource\java\jvm\lib\jrt\eswtdirectcontent.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2450
data=\epoc32\data\Z\Private\10003a3f\apps\eswt_reg.rsc 	"private\10003a3f\import\apps\eswt_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2451
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javalcdui.odc 	"resource\java\jvm\lib\jrt\javalcdui.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2452
file=\epoc32\release\ARMV5\urel\lcdgr.dll 	"sys\bin\lcdgr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2453
file=\epoc32\release\ARMV5\urel\lcdgdrv.dll 	"sys\bin\lcdgdrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2454
file=\epoc32\release\ARMV5\urel\lcdgdrvi.dll 	"sys\bin\lcdgdrvi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2455
file=\epoc32\release\ARMV5\urel\lcduiphysicswrap.dll 	"sys\bin\lcduiphysicswrap.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2456
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LCDC4K.dll , LCDC4K.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2457
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LCDC64K.dll , LCDC64K.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2458
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LCDC16MU.dll , LCDC16MU.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2459
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LCDC16MA.dll , LCDC16MA.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2460
data=\epoc32\data\Z\Resource\java\lcdgr.rsc 	"resource\java\lcdgr.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2461
data=\epoc32\data\Z\Private\10003a3f\apps\lcdui_reg.rsc 	"private\10003a3f\import\apps\lcdui_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2462
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javaamms.odc 	"resource\java\jvm\lib\jrt\javaamms.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2463
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javamobilemedia.odc 	"resource\java\jvm\lib\jrt\javamobilemedia.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2464
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\CamcorderJavaCapture.wav 	"System\Sounds\Digital\CamcorderJavaCapture.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2465
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\CamcorderJavaStart.wav 	"System\Sounds\Digital\CamcorderJavaStart.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2466
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javamobinfo.odc 	"resource\java\jvm\lib\jrt\javamobinfo.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2467
file=\epoc32\release\ARMV5\urel\javaglobalindicators.dll 	"sys\bin\javaglobalindicators.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2468
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javaglobalindicators.odc 	"resource\java\jvm\lib\jrt\javaglobalindicators.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2469
file=\epoc32\release\ARMV5\urel\javasoftnotification.dll 	"sys\bin\javasoftnotification.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2470
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javasoftnotification.odc 	"resource\java\jvm\lib\jrt\javasoftnotification.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2471
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javam2g.odc 	"resource\java\jvm\lib\jrt\javam2g.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2472
file=\epoc32\release\ARMV5\urel\javam3g.dll 	"sys\bin\javam3g.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2473
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javam3g.odc 	"resource\java\jvm\lib\jrt\javam3g.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2474
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javanokiasound.odc 	"resource\java\jvm\lib\jrt\javanokiasound.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2475
file=\epoc32\release\ARMV5\urel\javaremconobserver.dll 	"sys\bin\javaremconobserver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2476
file=\epoc32\release\ARMV5\urel\javalegacyutils.dll 	"sys\bin\javalegacyutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2477
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javalegacyutils.odc 	"resource\java\jvm\lib\jrt\javalegacyutils.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2478
file=\epoc32\release\ARMV5\urel\javaruntimeui.dll 	"sys\bin\javaruntimeui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2479
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javaruntimeui.odc 	"resource\java\jvm\lib\jrt\javaruntimeui.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2480
file=\epoc32\release\ARMV5\urel\javaruntimestarterutils.dll 	"sys\bin\javaruntimestarterutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2481
file=\epoc32\release\ARMV5\urel\javastarter.dll 	"sys\bin\javastarter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2482
file=\epoc32\release\ARMV5\urel\javamidp.exe 	"sys\bin\javamidp.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2483
file=\epoc32\release\ARMV5\urel\javamidpstarter.dll 	"sys\bin\javamidpstarter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2484
file=\epoc32\release\ARMV5\urel\javamidpruntime.dll 	"sys\bin\javamidpruntime.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2485
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javamidpruntime.odc 	"resource\java\jvm\lib\jrt\javamidpruntime.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2486
file=\epoc32\release\ARMV5\urel\javajvmargsmodifier.dll 	"sys\bin\javajvmargsmodifier.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2487
file=\epoc32\release\ARMV5\urel\JvmNativePort.dll 	"sys\bin\JvmNativePort.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2488
REM MISSING data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\bin\java.properties                                   resource\java\jvm\bin\java.properties
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2489
REM MISSING data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\security\java.policy                              resource\java\jvm\lib\security\java.policy
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2490
REM MISSING data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\security\java.security                            resource\java\jvm\lib\security\java.security
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2491
file=\epoc32\release\ARMV5\urel\javautils.dll 	"sys\bin\javautils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2492
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javautils.odc 	"resource\java\jvm\lib\jrt\javautils.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2493
file=\epoc32\release\ARMV5\urel\javacomms.dll 	"sys\bin\javacomms.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2494
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javacomms.odc 	"resource\java\jvm\lib\jrt\javacomms.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2495
file=\epoc32\release\ARMV5\urel\javaipc.dll 	"sys\bin\javaipc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2496
file=\epoc32\release\ARMV5\urel\javafileutils.dll 	"sys\bin\javafileutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2497
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javafileutils.odc 	"resource\java\jvm\lib\jrt\javafileutils.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2498
file=\epoc32\release\ARMV5\urel\javadebugapi.dll 	"sys\bin\javadebugapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2499
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javasecurity.odc 	"resource\java\jvm\lib\jrt\javasecurity.odc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2500
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, javaunicertstoreplugin.dll , javaunicertstoreplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2501
data=\epoc32\data\Z\Resource\plugins\javaunicertstoreplugin.rsc 	"resource\plugins\javaunicertstoreplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2502
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\s60_manufacturer.ser 	"resource\java\security\policies\s60_manufacturer.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2503
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\s60_operator.ser 	"resource\java\security\policies\s60_operator.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2504
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\s60_trustedthirdparty.ser 	"resource\java\security\policies\s60_trustedthirdparty.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2505
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\s60_untrusted.ser 	"resource\java\security\policies\s60_untrusted.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2506
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\msa_manufacturer.ser 	"resource\java\security\policies\msa_manufacturer.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2507
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\msa_operator.ser 	"resource\java\security\policies\msa_operator.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2508
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\msa_trustedthirdparty.ser 	"resource\java\security\policies\msa_trustedthirdparty.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2509
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\msa_untrusted.ser 	"resource\java\security\policies\msa_untrusted.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2510
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\att_manufacturer.ser 	"resource\java\security\policies\att_manufacturer.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2511
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\att_operator.ser 	"resource\java\security\policies\att_operator.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2512
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\att_operatorextra.ser 	"resource\java\security\policies\att_operatorextra.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2513
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\att_trustedthirdparty.ser 	"resource\java\security\policies\att_trustedthirdparty.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2514
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\att_untrusted.ser 	"resource\java\security\policies\att_untrusted.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2515
data=\epoc32\release\ARMV5\urel\z\resource\java\security\policies\all.ser 	"resource\java\security\policies\all.ser"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2516
file=\epoc32\release\ARMV5\urel\javaenvinfo.dll 	"sys\bin\javaenvinfo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2517
data=\epoc32\release\ARMV5\urel\Z\Resource\versions\java.txt 	"resource\versions\java.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2518
file=\epoc32\release\ARMV5\urel\javastorage.dll 	"sys\bin\javastorage.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2519
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javastorage.odc 	"resource\java\jvm\lib\jrt\javastorage.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2520
file=\epoc32\release\ARMV5\urel\javagcf.dll 	"sys\bin\javagcf.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2521
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javagcf.odc 	"resource\java\jvm\lib\jrt\javagcf.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2522
file=\epoc32\release\ARMV5\urel\javaconnectionmanager.dll 	"sys\bin\javaconnectionmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2523
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javaconnectionmanager.odc 	"resource\java\jvm\lib\jrt\javaconnectionmanager.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2524
file=\epoc32\release\ARMV5\urel\javahttp.dll 	"sys\bin\javahttp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2525
file=\epoc32\release\ARMV5\urel\javahttps.dll 	"sys\bin\javahttps.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2526
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javahttp.odc 	"resource\java\jvm\lib\jrt\javahttp.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2527
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javahttps.odc 	"resource\java\jvm\lib\jrt\javahttps.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2528
file=\epoc32\release\ARMV5\urel\javasocket.dll 	"sys\bin\javasocket.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2529
file=\epoc32\release\ARMV5\urel\javasocketscplugin.dll 	"sys\bin\javasocketscplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2530
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javasocket.odc 	"resource\java\jvm\lib\jrt\javasocket.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2531
file=\epoc32\release\ARMV5\urel\javassl.dll 	"sys\bin\javassl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2532
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javassl.odc 	"resource\java\jvm\lib\jrt\javassl.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2533
file=\epoc32\release\ARMV5\urel\javapushcontroller.dll 	"sys\bin\javapushcontroller.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2534
file=\epoc32\release\ARMV5\urel\javapushregistry.dll 	"sys\bin\javapushregistry.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2535
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javapushregistry.odc 	"resource\java\jvm\lib\jrt\javapushregistry.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2536
file=\epoc32\release\ARMV5\urel\javabluecove.dll 	"sys\bin\javabluecove.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2537
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javabluecove.odc 	"resource\java\jvm\lib\jrt\javabluecove.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2538
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javabluetooth.odc 	"resource\java\jvm\lib\jrt\javabluetooth.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2539
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javabluetoothcommons.odc 	"resource\java\jvm\lib\jrt\javabluetoothcommons.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2540
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javawma.odc 	"resource\java\jvm\lib\jrt\javawma.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2541
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javawmamms.odc 	"resource\java\jvm\lib\jrt\javawmamms.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2542
file=\epoc32\release\ARMV5\urel\javacomm.dll 	"sys\bin\javacomm.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2543
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javacomm.odc 	"resource\java\jvm\lib\jrt\javacomm.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2544
file=\epoc32\release\ARMV5\urel\javadatagram.dll 	"sys\bin\javadatagram.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2545
file=\epoc32\release\ARMV5\urel\javadatagramscplugin.dll 	"sys\bin\javadatagramscplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2546
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javadatagram.odc 	"resource\java\jvm\lib\jrt\javadatagram.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2547
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javalocation.odc 	"resource\java\jvm\lib\jrt\javalocation.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2548
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javasensor.odc 	"resource\java\jvm\lib\jrt\javasensor.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2549
file=\epoc32\release\ARMV5\urel\javawebservices.dll 	"sys\bin\javawebservices.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2550
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javawebservices.odc 	"resource\java\jvm\lib\jrt\javawebservices.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2551
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javapim.odc 	"resource\java\jvm\lib\jrt\javapim.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2552
file=\epoc32\release\ARMV5\urel\javarms.dll 	"sys\bin\javarms.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2553
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javarms.odc 	"resource\java\jvm\lib\jrt\javarms.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2554
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javasatsa.odc 	"resource\java\jvm\lib\jrt\javasatsa.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2555
file=\epoc32\release\ARMV5\urel\javafile.dll 	"sys\bin\javafile.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2556
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javafile.odc 	"resource\java\jvm\lib\jrt\javafile.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2557
file=\epoc32\release\ARMV5\urel\javaiapinfo.dll 	"sys\bin\javaiapinfo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2558
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javaiapinfo.odc 	"resource\java\jvm\lib\jrt\javaiapinfo.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2559
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\resources.jar 	"resource\java\jvm\lib\jrt\resources.jar"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2560
data=\epoc32\data\Z\Resource\java\midpOdcList 	"resource\java\midpodclist"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2561
data=\epoc32\data\Z\Resource\java\installerOdcList 	"resource\java\installerodclist"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2562
data=\epoc32\data\Z\Resource\java\tckRunnerOdcList 	"resource\java\tckrunnerodclist"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2563
data=\epoc32\data\Z\Resource\java\javacontrolpanelodclist 	"resource\java\javacontrolpanelodclist"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2564
data=\epoc32\data\Z\Resource\java\security\trustroots\midprootslist 	"resource\java\security\trustroots\midprootslist"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2565
file=\epoc32\release\ARMV5\urel\javaupgradeapp.exe 	"sys\bin\javaupgradeapp.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2566
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, javaiconsizenotifplugin.dll , javaiconsizenotifplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2567
data=\epoc32\data\Z\Resource\plugins\javaiconsizenotifplugin.rsc 	"resource\plugins\javaiconsizenotifplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2568
file=\epoc32\release\ARMV5\urel\LmkEng.dll 	"sys\bin\LmkEng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2569
data=\epoc32\data\Z\resource\apps\Landmarks.mif 	"resource\apps\Landmarks.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2570
data=\epoc32\data\Z\System\install\landmarksstub.sis 	"system\install\landmarksstub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2571
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LogsIndicatorPlugin.dll , LogsIndicatorPlugin.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2572
data=\epoc32\data\Z\private\101F4CD5\backup_registration.xml 	"private\101F4CD5\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2573
file=\epoc32\release\ARMV5\urel\logsserviceextension.dll 	"sys\bin\logsserviceextension.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2574
data=\epoc32\data\Z\System\install\logsserviceextension_stub.sis 	"system\install\logsserviceextension_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2575
REM Light Weight Player
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2576
data=\epoc32\data\Z\Private\101f4cd6\backup_registration.xml 	"Private\101f4cd6\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2577
file=\epoc32\release\ARMV5\urel\MsgMailUtils.dll 	"sys\bin\MsgMailUtils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2578
data=\epoc32\data\Z\resource\apps\msgmailutils.mif 	"resource\apps\msgmailutils.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2579
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MailPlainView.dll , MailPlainView.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2580
file=\epoc32\release\ARMV5\urel\Mailinit.exe 	"sys\bin\Mailinit.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2581
file=\epoc32\release\ARMV5\urel\matrixmenu.exe 	"sys\bin\matrixmenu.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2582
data=\epoc32\data\Z\resource\apps\matrixmenu.mif 	"resource\apps\matrixmenu.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2583
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\matrixmenu_reg.rsc 	"Private\10003a3f\import\apps\matrixmenu_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2584
data=\epoc32\data\Z\private\101F4CD2\backup_registration.xml 	"private\101F4CD2\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2585
file=\epoc32\release\ARMV5\urel\MceLogEng.dll 	"sys\bin\MceLogEng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2586
data=\epoc32\data\Z\system\install\MCE_STUB.sis 	"system\install\MCE_STUB.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2587
data=\epoc32\data\Z\resource\apps\MceExtraIcons.mif 	"resource\apps\MceExtraIcons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2588
data=\epoc32\data\Z\system\install\MceSettings_stub.sis 	"system\install\MceSettings_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2589
data=\epoc32\data\Z\resource\apps\MceSettingsGSPluginIcons.mif 	"resource\apps\MceSettingsGSPluginIcons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2590
data=\epoc32\data\Z\resource\MceSettingsEmailSel.rsc 	"resource\MceSettingsEmailSel.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2591
file=\epoc32\release\ARMV5\urel\mpsettbase.dll 	"sys\bin\mpsettbase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2592
file=\epoc32\release\ARMV5\urel\MemStatePopup.dll 	"sys\bin\MemStatePopup.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2593
data=\epoc32\data\z\resource\apps\gridroot.mif 	"resource\apps\gridroot.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2594
data=\epoc32\include\gridroot.mbg 	"resource\apps\gridroot.mbg"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2595
data=\epoc32\data\z\resource\apps\matrixmenudata.mif 	"resource\apps\matrixmenudata.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2596
data=\epoc32\include\matrixmenudata.mbg 	"resource\apps\matrixmenudata.mbg"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2597
data=\epoc32\data\Z\private\200113DD\content\matrixmenudata.xml 	"private\200113DD\content\matrixmenudata.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2598
data=\epoc32\data\z\private\101F4CD2\import\suites\foldersuite_touch\suite.xml 	"private\101F4CD2\import\suites\foldersuite\suite.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2599
data=\epoc32\data\z\private\101F4CD2\import\suites\foldersuite_touch\items.xml 	"private\101F4CD2\import\suites\foldersuite\items.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2600
data=\epoc32\include\foldersuite.rsg 	"resource\apps\foldersuite.rsg"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2601
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  missedalarmindicatorplugin.dll ,  missedalarmindicatorplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2602
file=\epoc32\release\ARMV5\urel\missedalarmstore.dll 	"sys\bin\missedalarmstore.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2603
file=\epoc32\release\ARMV5\urel\mmextensionmanager.dll 	"sys\bin\mmextensionmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2604
data=\epoc32\data\Z\resource\mmsdatastore.rsc 	"resource\mmsdatastore.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2605
data=\epoc32\data\Z\private\101F99F6\capability\101FB0E9.XML 	"private\101F99F6\capability\101FB0E9.XML"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2606
data=\epoc32\data\Z\System\install\mmsdsa_stub.sis 	"system\install\mmsdsa_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2607
data=\epoc32\data\Z\private\100058DB\backup_registration.xml 	"private\100058DB\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2608
file=\epoc32\release\ARMV5\urel\mmstransport.dll 	"sys\bin\mmstransport.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2609
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MmsPushHandler.dll , MmsPushHandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2610
file=\epoc32\release\ARMV5\urel\mmsgenutils.dll 	"sys\bin\mmsgenutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2611
data=\epoc32\data\z\system\install\stub_mmsviewer.sis 	"system\install\stub_mmsviewer.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2612
data=\epoc32\data\z\system\install\stub_notviewer.sis 	"system\install\stub_notviewer.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2613
file=\epoc32\release\ARMV5\urel\mmwidgets.dll 	"sys\bin\mmwidgets.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2614
data=\epoc32\data\z\resource\list\custom\akn_single_large_graphic_pane.xml 	"resource\list\custom\akn_single_large_graphic_pane.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2615
data=\epoc32\data\z\resource\list\custom\akn_logical_template_1.xml 	"resource\list\custom\akn_logical_template_1.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2616
data=\epoc32\data\z\resource\list\custom\akn_logical_template_2.xml 	"resource\list\custom\akn_logical_template_2.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2617
data=\epoc32\data\z\resource\list\custom\akn_logical_template_3.xml 	"resource\list\custom\akn_logical_template_3.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2618
data=\epoc32\data\z\resource\list\custom\akn_logical_template_4.xml 	"resource\list\custom\akn_logical_template_4.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2619
data=\epoc32\data\z\resource\list\custom\akn_logical_template_5.xml 	"resource\list\custom\akn_logical_template_5.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2620
data=\epoc32\data\z\resource\list\custom\akn_logical_template_6.xml 	"resource\list\custom\akn_logical_template_6.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2621
data=\epoc32\data\z\resource\list\custom\akn_logical_template_7.xml 	"resource\list\custom\akn_logical_template_7.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2622
data=\epoc32\data\z\resource\list\custom\akn_logical_template_8.xml 	"resource\list\custom\akn_logical_template_8.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2623
data=\epoc32\data\z\resource\list\custom\akn_logical_template_10.xml 	"resource\list\custom\akn_logical_template_10.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2624
data=\epoc32\data\z\resource\list\custom\akn_logical_template_11.xml 	"resource\list\custom\akn_logical_template_11.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2625
data=\epoc32\data\z\resource\list\custom\akn_logical_template_12.xml 	"resource\list\custom\akn_logical_template_12.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2626
data=\epoc32\data\z\resource\list\custom\akn_logical_template_13.xml 	"resource\list\custom\akn_logical_template_13.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2627
data=\epoc32\data\z\resource\grid\custom\akn_single_large_graphic_pane.xml 	"resource\grid\custom\akn_single_large_graphic_pane.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2628
data=\epoc32\data\z\resource\grid\custom\akn_logical_template_1.xml 	"resource\grid\custom\akn_logical_template_1.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2629
data=\epoc32\data\z\resource\grid\custom\akn_logical_template_2.xml 	"resource\grid\custom\akn_logical_template_2.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2630
data=\epoc32\data\z\resource\grid\custom\akn_logical_template_3.xml 	"resource\grid\custom\akn_logical_template_3.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2631
data=\epoc32\data\z\resource\grid\custom\akn_logical_template_4.xml 	"resource\grid\custom\akn_logical_template_4.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2632
data=\epoc32\data\z\resource\list\lct\akn_list_single_hc_apps_pane.xml 	"resource\list\lct\akn_list_single_hc_apps_pane.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2633
data=\epoc32\data\z\resource\list\lct\akn_single_large_graphic_pane.xml 	"resource\list\lct\akn_single_large_graphic_pane.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2634
data=\epoc32\data\z\resource\list\lct\akn_logical_template_1.xml 	"resource\list\lct\akn_logical_template_1.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2635
data=\epoc32\data\z\resource\list\lct\akn_logical_template_2.xml 	"resource\list\lct\akn_logical_template_2.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2636
data=\epoc32\data\z\resource\list\lct\akn_logical_template_3.xml 	"resource\list\lct\akn_logical_template_3.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2637
data=\epoc32\data\z\resource\list\lct\akn_logical_template_4.xml 	"resource\list\lct\akn_logical_template_4.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2638
data=\epoc32\data\z\resource\list\lct\akn_logical_template_5.xml 	"resource\list\lct\akn_logical_template_5.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2639
data=\epoc32\data\z\resource\list\lct\akn_logical_template_6.xml 	"resource\list\lct\akn_logical_template_6.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2640
data=\epoc32\data\z\resource\list\lct\akn_logical_template_6a.xml 	"resource\list\lct\akn_logical_template_6a.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2641
data=\epoc32\data\z\resource\list\lct\akn_logical_template_7.xml 	"resource\list\lct\akn_logical_template_7.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2642
data=\epoc32\data\z\resource\list\lct\akn_logical_template_8.xml 	"resource\list\lct\akn_logical_template_8.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2643
data=\epoc32\data\z\resource\list\lct\akn_logical_template_12.xml 	"resource\list\lct\akn_logical_template_12.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2644
data=\epoc32\data\z\resource\grid\lct\akn_logical_template_3.xml 	"resource\grid\lct\akn_logical_template_3.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2645
data=\epoc32\data\Z\resource\mpsettingsropmodel.rsc 	"resource\mpsettingsropmodel.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2646
file=\epoc32\release\ARMV5\urel\mpxaudioeffectsview.dll 	"sys\bin\mpxaudioeffectsview.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2647
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxaudioeffectsviewplugin.dll ,  mpxaudioeffectsviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2648
data=\epoc32\data\Z\System\data\nullsound.mp3 	"system\data\nullsound.mp3"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2649
file=\epoc32\release\ARMV5\urel\mpxm3uplaylistparsers.dll 	"sys\bin\mpxm3uplaylistparsers.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2650
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxm3uplaylistplugin.dll ,  mpxm3uplaylistplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2651
data=\epoc32\data\z\system\install\mpxplugins_stub.sis 	"system\install\mpxplugins_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2652
file=\epoc32\release\ARMV5\urel\mpxmetadatahandler.dll 	"sys\bin\mpxmetadatahandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2653
data=\epoc32\data\Z\resource\mplayeravrcpsettings.rsc 	"resource\mplayeravrcpsettings.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2654
data=\epoc32\data\z\system\install\mpxmusicplayerstub.sis 	"system\install\mpxmusicplayerstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2655
data=\epoc32\data\Z\Private\102072c3\backup_registration.xml 	"private\102072c3\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2656
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vcxmyvideoscollectionplugin.DLL , vcxmyvideoscollectionplugin.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2657
file=\epoc32\release\ARMV5\urel\mpxsqlitedbcommon.dll 	"sys\bin\mpxsqlitedbcommon.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2658
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxsqlitedbhgplugin.dll ,  mpxsqlitedbhgplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2659
data=\epoc32\data\Z\resource\apps\mpxdbhgplugin.mif 	"resource\apps\mpxdbhgplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2660
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxsqlitedbplugin.dll ,  mpxsqlitedbplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2661
data=\epoc32\data\Z\resource\apps\mpxdbplugin.mif 	"resource\apps\mpxdbplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2662
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxsqlitepodcastdbplugin.dll ,  mpxsqlitepodcastdbplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2663
data=\epoc32\data\Z\resource\apps\mpxpodcastdbplugin.mif 	"resource\apps\mpxpodcastdbplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2664
file=\epoc32\release\ARMV5\urel\mpxupnpbrowsedialog.dll 	"sys\bin\mpxupnpbrowsedialog.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2665
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxupnpbrowsedialogplugin.dll ,  mpxupnpbrowsedialogplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2666
data=\epoc32\data\Z\System\install\videoplayer_stub.sis 	"system\install\videoplayer_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2667
file=\epoc32\release\ARMV5\urel\mpxwaitnotedialog.dll 	"sys\bin\mpxwaitnotedialog.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2668
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxwaitnotedialogplugin.dll ,  mpxwaitnotedialogplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2669
file=\epoc32\release\ARMV5\urel\mrmailbox.dll 	"sys\bin\mrmailbox.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2670
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mrmailboxutils.dll , mrmailboxutils.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2671
file=\epoc32\release\ARMV5\urel\MemScanServ.exe 	"sys\bin\MemScanServ.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2672
file=\epoc32\release\ARMV5\urel\MemScanClient.dll 	"sys\bin\MemScanClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2673
file=\epoc32\release\ARMV5\urel\MsgEditorAppUi.dll 	"sys\bin\MsgEditorAppUi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2674
file=\epoc32\release\ARMV5\urel\MsgEditorModel.dll 	"sys\bin\MsgEditorModel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2675
file=\epoc32\release\ARMV5\urel\MsgEditorView.dll 	"sys\bin\MsgEditorView.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2676
data=\epoc32\data\Z\resource\apps\MsgEditor.mif 	"resource\apps\MsgEditor.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2677
data=\epoc32\data\Z\resource\apps\msgeditor_ah.mif 	"resource\apps\msgeditor_ah.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2678
file=\epoc32\release\ARMV5\urel\MsgEditorUtils.dll 	"sys\bin\MsgEditorUtils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2679
data=\epoc32\data\Z\resource\MsgMimeToMediaMapping.rsc 	"resource\MsgMimeToMediaMapping.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2680
file=\epoc32\release\ARMV5\urel\MsgNotifiers.dll 	"sys\bin\MsgNotifiers.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2681
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MsgNotifiersWrapper.dll , MsgNotifiersWrapper.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2682
data=\epoc32\data\Z\private\100058CD\backup_registration.xml 	"private\100058CD\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2683
file=\epoc32\release\ARMV5\urel\muiu.dll 	"sys\bin\muiu.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2684
file=\epoc32\release\ARMV5\urel\muiu_internal.dll 	"sys\bin\muiu_internal.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2685
auto-bitmap=\epoc32\data\Z\resource\apps\Muiu.mbm 	resource\apps\Muiu.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2686
data=\epoc32\data\Z\resource\apps\Muiu.mif 	"resource\apps\Muiu.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2687
data=\epoc32\data\Z\resource\apps\multimediasearchplugin.mif 	"resource\apps\multimediasearchplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2688
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  multimediasearchplugin.dll ,  multimediasearchplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2689
data=\epoc32\data\Z\resource\apps\musuiicons.mif 	"resource\apps\musuiicons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2690
data=\epoc32\data\Z\resource\apps\musuitoolbaricons.mif 	"resource\apps\musuitoolbaricons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2691
file=\epoc32\release\ARMV5\urel\musmanagerclient.dll 	"sys\bin\musmanagerclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2692
data=\epoc32\data\Z\private\1028238D\tone.amr 	"private\1028238D\tone.amr"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2693
data=\epoc32\data\Z\resource\apps\musindicatoricons.mif 	"resource\apps\musindicatoricons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2694
data=\epoc32\data\Z\resource\apps\musindicatoricons.mbm 	"resource\apps\musindicatoricons.mbm"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2695
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, musaiwprovider.dll , musaiwprovider.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2696
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mussettingsui.dll ,  mussettingsui.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2697
data=\epoc32\data\Z\resource\apps\mussettingsplugin.mif 	"resource\apps\mussettingsplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2698
data=\epoc32\data\Z\system\install\multimediasharing_stub.sis 	"system\install\multimediasharing_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2699
data=\epoc32\data\Z\private\1028238D\backup_registration.xml 	"private\1028238D\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2700
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, musiccontentpublisher.dll , musiccontentpublisher.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2701
data=\epoc32\data\Z\Resource\apps\musichomescreenicons.mif 	"resource\apps\musichomescreenicons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2702
data=\epoc32\include\musichomescreen.rsg 	"resource\apps\musichomescreen.rsg"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2703
data=\epoc32\data\Z\Private\200159c0\install\musicwidget_10207c18\hsps\00\manifest.dat 	"private\200159c0\install\musicwidget_10207c18\hsps\00\manifest.dat"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2704
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  myvideosindicatorplugin.dll ,  myvideosindicatorplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2705
data=\epoc32\data\Z\system\install\ncnlist_stub.SIS 	"system\install\ncnlist_stub.SIS"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2706
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NCNNOTIFICATION.DLL , NCNNOTIFICATION.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2707
data=\epoc32\data\Z\private\10005907\backup_registration.xml 	"private\10005907\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2708
data=\epoc32\data\Z\resource\apps\notespluginicons.mif 	"resource\apps\notespluginicons.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2709
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  notessearchplugin.dll ,  notessearchplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2710
file=\epoc32\release\ARMV5\urel\NpdLib.dll 	"sys\bin\NpdLib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2711
data=\epoc32\data\Z\resource\apps\NpdLib.mif 	"resource\apps\NpdLib.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2712
data=\epoc32\data\Z\private\100012a5\policy\101F8878.spd 	"private\100012a5\policy\101F8878.spd"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2713
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlnotepaddataprovider.dll , nsmlnotepaddataprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2714
data=\epoc32\data\Z\resource\NSmlNotepadDataStoreFormat.RSC 	"resource\NSmlNotepadDataStoreFormat.RSC"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2715
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmimpsadapter.dll , nsmldmimpsadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2716
REM OMA Device Management Application UI
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2717
data=\epoc32\data\Z\private\101F6DE5\backup_registration.xml 	"private\101F6DE5\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2718
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, OmaDmCPPlugin.dll , OmaDmCPPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2719
REM OMA Data Synchronisation Application UI
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2720
REM __SCALABLE_IMAGE(\epoc32\data\Z,resource\apps,resource\apps,NSmlDSSync) 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2721
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, OmaDsAppUiPlugin.dll , OmaDsAppUiPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2722
data=\epoc32\data\Z\Private\200159c0\install\onerow_2001f480\hsps\00\manifest.dat 	"private\200159c0\install\onerow_2001f480\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2723
file=\epoc32\release\ARMV5\urel\Operatormenu.exe 	"sys\bin\Operatormenu.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2724
data=\epoc32\data\Z\resource\apps\Operatormenu_AIF.MIF 	"resource\apps\Operatormenu_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2725
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Operatormenu_reg.rsc 	"Private\10003a3f\import\apps\Operatormenu_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2726
data=\epoc32\data\Z\Private\200159c0\install\organizer_2001f481\hsps\00\manifest.dat 	"private\200159c0\install\organizer_2001f481\hsps\00\manifest.dat"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2727
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  pbk2rclcontactactionmenu.dll ,  pbk2rclcontactactionmenu.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2728
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclcallplugin.dll , pbk2rclcallplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2729
data=\epoc32\data\Z\resource\apps\pbk2rclcallplugin.mif 	"resource\apps\pbk2rclcallplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2730
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclsaveascontactplugin.dll , pbk2rclsaveascontactplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2731
data=\epoc32\data\Z\resource\apps\pbk2rclsaveascontactplugin.mif 	"resource\apps\pbk2rclsaveascontactplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2732
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclpocplugin.dll , pbk2rclpocplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2733
data=\epoc32\data\Z\resource\apps\pbk2rclpocplugin.mif 	"resource\apps\pbk2rclpocplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2734
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclsendplugin.dll , pbk2rclsendplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2735
data=\epoc32\data\Z\resource\apps\pbk2rclsendplugin.mif 	"resource\apps\pbk2rclsendplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2736
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclsendbusinesscardplugin.dll , pbk2rclsendbusinesscardplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2737
data=\epoc32\data\Z\resource\apps\pbk2rclsendbusinesscardplugin.mif 	"resource\apps\pbk2rclsendbusinesscardplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2738
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PcsAlgorithm1.dll , PcsAlgorithm1.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2739
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PcsAlgorithm2.dll , PcsAlgorithm2.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2740
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pscontactdatastore.dll , pscontactdatastore.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2741
REM DLL
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2742
file=\epoc32\release\ARMV5\urel\PsServerClientAPI.dll 	"sys\bin\PsServerClientAPI.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2743
file=\epoc32\release\ARMV5\urel\PcsUtils.dll 	"sys\bin\PcsUtils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2744
file=\epoc32\release\ARMV5\urel\PcsServer.exe 	"sys\bin\PcsServer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2745
data=\epoc32\data\Z\resource\contactsort.rsc 	"resource\contactsort.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2746
data=\epoc32\data\Z\system\install\psengine_stub.sis 	"system\install\psengine_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2747
data=\epoc32\data\Z\System\install\PhoneAnimDll_stub.sis 	"System\Install\PhoneAnimDll_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2748
file=\epoc32\release\ARMV5\urel\PbkEng.dll 	"sys\bin\PbkEng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2749
auto-bitmap=\epoc32\data\Z\resource\apps\Phonebook.mbm 	resource\apps\Phonebook.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2750
data=\epoc32\data\Z\resource\apps\Phonebook.mif 	"resource\apps\Phonebook.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2751
data=\epoc32\data\Z\resource\apps\Phonebook_aif.MIF 	"resource\apps\Phonebook_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2752
file=\epoc32\release\ARMV5\urel\PbkExt.dll 	"sys\bin\PbkExt.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2753
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PbkEngine_FM.dll , PbkEngine_FM.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2754
data=\epoc32\data\Z\private\101f87b1\backup_registration.xml 	"private\101f87b1\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2755
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Phonebook2_reg.rsc 	"Private\10003a3f\apps\Phonebook2_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2756
file=\epoc32\release\ARMV5\urel\Pbk2Presentation.dll 	"sys\bin\Pbk2Presentation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2757
file=\epoc32\release\ARMV5\urel\Pbk2CommonUtility.dll 	"sys\bin\Pbk2CommonUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2758
data=\epoc32\data\Z\resource\apps\phonebook2ece.mif 	"resource\apps\phonebook2ece.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2759
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2UIServices.dll , Pbk2UIServices.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2760
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2UIPolicy.dll , Pbk2UIPolicy.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2761
data=\epoc32\data\Z\resource\Pbk2UIPolicyRes.rsc 	"resource\Pbk2UIPolicyRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2762
data=\epoc32\data\Z\resource\apps\psu2.mif 	"resource\apps\psu2.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2763
data=\epoc32\data\Z\private\101f4cce\backup_registration.xml 	"private\101f4cce\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2764
data=\epoc32\data\Z\Resource\ExtensionManager.mbm 	"resource\ExtensionManager.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2765
data=\epoc32\data\Z\System\install\pbk2_stub.sis 	"System\Install\pbk2_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2766
data=\epoc32\data\Z\System\install\phonecntfinder_stub.SIS 	"System\Install\phonecntfinder_stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2767
file=\epoc32\release\ARMV5\urel\ENGINEINFO.DLL 	"sys\bin\ENGINEINFO.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2768
data=\epoc32\data\Z\resource\defaultbeep.RSC 	"resource\defaultbeep.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2769
file=\epoc32\release\ARMV5\urel\LOGHANDLING.DLL 	"sys\bin\LOGHANDLING.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2770
data=\epoc32\data\Z\private\1000A86C\backup_registration.xml 	"private\1000A86C\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2771
data=\epoc32\data\Z\System\install\audiohandling_stub.sis 	"System\Install\audiohandling_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2772
data=\epoc32\data\Z\System\install\callhandling_stub.sis 	"System\Install\callhandling_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2773
data=\epoc32\data\Z\System\install\contacthandling_stub.sis 	"System\Install\contacthandling_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2774
data=\epoc32\data\Z\System\install\loghandling_stub.sis 	"System\Install\loghandling_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2775
data=\epoc32\data\Z\System\install\phonemodel_stub.sis 	"System\Install\phonemodel_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2776
data=\epoc32\data\Z\System\install\servicehandling_stub.sis 	"System\Install\servicehandling_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2777
data=\epoc32\data\Z\System\install\phonesettings_stub.SIS 	"System\Install\phonesettings_stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2778
REM PhoneUI
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2779
file=\epoc32\release\ARMV5\urel\phoneuiutils.dll 	"sys\bin\phoneuiutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2780
data=\epoc32\data\Z\System\install\phoneui_stub.sis 	"System\Install\phoneui_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2781
data=\epoc32\data\Z\System\install\phoneuicontrol_stub.sis 	"System\Install\phoneuicontrol_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2782
data=\epoc32\data\Z\System\install\phoneuistates_stub.sis 	"System\Install\phoneuistates_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2783
data=\epoc32\data\Z\System\install\phoneuiutils_stub.sis 	"System\Install\phoneuiutils_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2784
data=\epoc32\data\Z\System\install\phoneuiview_stub.sis 	"System\Install\phoneuiview_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2785
data=\epoc32\data\Z\System\install\phonemediatorcenter_stub.sis 	"System\Install\phonemediatorcenter_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2786
data=\epoc32\data\Z\System\install\phoneuivoipextension_stub.sis 	"System\Install\phoneuivoipextension_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2787
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  recnhwr.dll ,  recnhwr.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2788
REM MISSING data=\epoc32\data\Z\Resource\apps\podcast.rsc					resource\apps\podcast.rsc
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2789
data=\epoc32\data\Z\Resource\apps\Podcast.mif 	"resource\apps\Podcast.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2790
data=\epoc32\data\Z\Resource\help\podcatcher.hlp 	"resource\apps\podcatcher.hlp"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2791
data=\epoc32\data\Z\Private\10003a3f\apps\podcast_reg.rsc 	"private\10003a3f\apps\podcast_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2792
REM MISSING data=\epoc32\data\Z\Private\A0009D00\backup_registration.xml		private\A0009D00\backup_registration.xml
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2793
data=\epoc32\data\Z\Private\A0009D00\podcatcher.sqlite.template 	"private\A0009D00\podcatcher.sqlite.template"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2794
data=\epoc32\data\Z\Private\A0009D00\defaultfeeds.xml 	"private\A0009D00\defaultfeeds.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2795
data=\epoc32\data\Z\Private\200159c0\install\posterwideimage_2001fdbc\hsps\00\manifest.dat 	"private\200159c0\install\posterwideimage_2001fdbc\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2796
file=\epoc32\release\ARMV5\urel\predefinedContacts.exe 	"sys\bin\predefinedContacts.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2797
data=\epoc32\data\Z\private\10202BE9\2000BEE5.txt 	"private\10202BE9\2000BEE5.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2798
file=\epoc32\release\ARMV5\urel\presencecacheutils.dll 	"sys\bin\presencecacheutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2799
file=\epoc32\release\ARMV5\urel\presencecacheclient2.dll 	"sys\bin\presencecacheclient2.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2800
file=\epoc32\release\ARMV5\urel\presencecacheserver2.exe 	"sys\bin\presencecacheserver2.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2801
file=\epoc32\release\ARMV5\urel\presencetrafficlights.dll 	"sys\bin\presencetrafficlights.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2802
data=\epoc32\data\Z\resource\apps\presencetrafficlights.mif 	"resource\apps\presencetrafficlights.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2803
data=\epoc32\data\Z\Private\2000B187\10283386.xml 	"private\2000B187\10283386.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2804
data=\epoc32\data\Z\Private\200159c0\install\profile_2001cb7c\hsps\00\manifest.dat 	"private\200159c0\install\profile_2001cb7c\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2805
data=\epoc32\data\Z\resource\apps\PslnCallImagePlugin.mif 	"resource\apps\PslnCallImagePlugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2806
data=\epoc32\data\Z\System\install\pslncallimageplugin_stub.SIS 	"System\Install\pslncallimageplugin_stub.SIS"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2807
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  PslnCallImagePlugin.dll ,  PslnCallImagePlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2808
REM PhoneSettings Notes UI
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2809
data=\epoc32\data\Z\System\install\psui_stub.sis 	"System\Install\psui_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2810
file=\epoc32\release\ARMV5\urel\PushMtmCliSrv.dll 	"sys\bin\PushMtmCliSrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2811
file=\epoc32\release\ARMV5\urel\PushMtmUi.dll 	"sys\bin\PushMtmUi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2812
file=\epoc32\release\ARMV5\urel\PushMtmUtil.dll 	"sys\bin\PushMtmUtil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2813
data=\epoc32\data\Z\resource\apps\PushMtm.mif 	"resource\apps\PushMtm.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2814
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PushMtmPushContentHandler.dll , PushMtmPushContentHandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2815
file=\epoc32\release\ARMV5\urel\RCSE.dll 	"sys\bin\RCSE.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2816
data=\epoc32\data\Z\Private\100012a5\policy\10202869.SPD 	"PRIVATE\100012a5\policy\10202869.SPD"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2817
data=\epoc32\data\Z\Private\10202869\backup_registration.xml 	"private\10202869\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2818
file=\epoc32\release\ARMV5\urel\richBio.dll 	"sys\bin\richBio.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2819
data=\epoc32\data\Z\Private\200159c0\install\root_2001f482\xuikon\00\root.o0000 	"private\200159c0\install\root_2001f482\xuikon\00\root.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2820
data=\epoc32\data\Z\Private\200159c0\install\root_2001f482\hsps\00\manifest.dat 	"private\200159c0\install\root_2001f482\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2821
REM This iby file puts Symbian components to ROM. It replaces sislwappush.iby.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2822
REM It does not put some components to ROM, that are put by sislwappush.iby.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2823
file=\epoc32\release\ARMV5\urel\sislpushmsgutils.dll 	"sys\bin\sislpushmsgutils.dll"	
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2824
data=\epoc32\data\Z\Resource\wappush\si.dtd 	"RESOURCE\wappush\si.dtd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2825
data=\epoc32\data\Z\Resource\wappush\sl.dtd 	"RESOURCE\wappush\sl.dtd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2826
data=\epoc32\data\Z\Resource\wappush\si10.tok 	"RESOURCE\wappush\si10.tok"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2827
data=\epoc32\data\Z\Resource\wappush\sl10.tok 	"RESOURCE\wappush\sl10.tok"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2828
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SchemePlugin.dll , SchemePlugin.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2829
file=\epoc32\release\ARMV5\urel\sconsyncclient.dll 	"sys\bin\sconsyncclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2830
file=\epoc32\release\ARMV5\urel\sconsyncserver.exe 	"sys\bin\sconsyncserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2831
file=\epoc32\release\ARMV5\urel\ScreenSaverServer.exe 	"sys\bin\ScreenSaverServer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2832
file=\epoc32\release\ARMV5\urel\ScreenSaverClient.dll 	"sys\bin\ScreenSaverClient.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2833
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ScreenSaverAdapter.dll , ScreenSaverAdapter.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2834
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  srchuiindeviceserviceplugin.dll ,  srchuiindeviceserviceplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2835
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  srchuiresviewplugin.dll ,  srchuiresviewplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2836
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  srchaiwprovider.dll ,  srchaiwprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2837
file=\epoc32\release\ARMV5\urel\srchuigenui.dll 	"sys\bin\srchuigenui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2838
file=\epoc32\release\ARMV5\urel\srchuicommon.dll 	"sys\bin\srchuicommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2839
data=\epoc32\data\Z\resource\apps\srchuiindevicesvg.mif 	"resource\apps\srchuiindevicesvg.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2840
data=\epoc32\data\Z\resource\apps\gnrlsearchuisvg.mif 	"resource\apps\gnrlsearchuisvg.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2841
data=\epoc32\data\Z\resource\apps\srchuiresviewpluginicons.mif 	"resource\apps\srchuiresviewpluginicons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2842
file=\epoc32\release\ARMV5\urel\searchutilities.dll 	"sys\bin\searchutilities.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2843
file=\epoc32\release\ARMV5\urel\searchclient.dll 	"sys\bin\searchclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2844
file=\epoc32\release\ARMV5\urel\searchserver.exe 	"sys\bin\searchserver.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2845
file=\epoc32\release\ARMV5\urel\SERVICEREQUEST.DLL 	"sys\bin\SERVICEREQUEST.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2846
data=\epoc32\data\Z\System\install\Servicerequest_stub.sis 	"System\Install\Servicerequest_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2847
data=\epoc32\data\Z\system\install\servicewidget_stub.sis 	"system\install\servicewidget_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2848
data=\epoc32\data\Z\Private\200159c0\install\servicewidget_20021383\xuikon\00\servicewidget.o0000 	"private\200159c0\install\servicewidget_20021383\xuikon\00\servicewidget.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2849
data=\epoc32\data\Z\Private\200159c0\install\servicewidget_20021383\hsps\00\manifest.dat 	"private\200159c0\install\servicewidget_20021383\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2850
data=\epoc32\data\Z\private\10202be9\200071d3.txt 	"private\10202be9\200071d3.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2851
file=\epoc32\release\ARMV5\urel\shwslideshowengine.dll 	"sys\bin\shwslideshowengine.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2852
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  shwsettingsplugin.dll ,  shwsettingsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2853
data=\epoc32\data\Z\private\10282BC4\Rules\silenceringingtone_activate.rul 	"private\10282BC4\Rules\silenceringingtone_activate.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2854
data=\epoc32\data\Z\private\10282BC4\Rules\silenceringingtone_silence.rul 	"private\10282BC4\Rules\silenceringingtone_silence.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2855
data=\epoc32\data\Z\System\install\silenceactionplugin_stub.SIS 	"System\Install\silenceactionplugin_stub.SIS"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2856
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sipimresolver.dll ,  sipimresolver.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2857
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sipmxresolver.dll ,  sipmxresolver.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2858
file=\epoc32\release\ARMV5\urel\SmilEng.dll 	"sys\bin\SmilEng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2859
REM SMIL transition component dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2860
file=\epoc32\release\ARMV5\urel\smiltran.dll 	"sys\bin\smiltran.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2861
data=\epoc32\data\Z\resource\smsdatastore.RSC 	"resource\smsdatastore.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2862
data=\epoc32\data\Z\private\101F99F6\capability\10206B5C.XML 	"private\101F99F6\capability\10206B5C.XML"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2863
data=\epoc32\data\Z\System\install\smsdsa_stub.sis 	"system\install\smsdsa_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2864
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SmsStrict.DLL , SmsStrict.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2865
data=\epoc32\data\z\system\install\stubsmsviewer.sis 	"system\install\stubsmsviewer.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2866
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  speeddialgsplugin.dll ,  speeddialgsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2867
data=\epoc32\data\Z\resource\apps\speeddialgsplugin.mif 	"resource\apps\speeddialgsplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2868
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nssvcexecutorbearer.dll , nssvcexecutorbearer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2869
file=\epoc32\release\ARMV5\urel\nssvoiceuipluginhandler.dll 	"sys\bin\nssvoiceuipluginhandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2870
data=\epoc32\data\Z\Private\102818E7\defaultvoicecommands.xml 	"private\102818E7\defaultvoicecommands.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2871
data=\epoc32\data\Z\Private\102818E7\btvoicecommands.xml 	"private\102818E7\btvoicecommands.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2872
data=\epoc32\data\Z\Private\102818E7\emailvoicecommands.xml 	"private\102818E7\emailvoicecommands.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2873
data=\epoc32\data\Z\Private\102818E7\imvoicecommands.xml 	"private\102818E7\imvoicecommands.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2874
data=\epoc32\data\Z\Private\102818E7\radiovoicecommands.xml 	"private\102818E7\radiovoicecommands.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2875
data=\epoc32\data\Z\Private\102818E7\realplayervoicecommands.xml 	"private\102818E7\realplayervoicecommands.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2876
data=\epoc32\data\Z\Private\102818E7\vrvoicecommands.xml 	"private\102818E7\vrvoicecommands.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2877
REM MISSING data=\epoc32\data\Z\Private\102818E7\locationvoicecommands.xml          private\102818E7\locationvoicecommands.xml
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2878
data=\epoc32\data\Z\Private\10201AFE\backup_registration.xml 	"private\10201AFE\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2879
data=\epoc32\data\Z\Private\10201AFF\backup_registration.xml 	"private\10201AFF\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2880
file=\epoc32\release\ARMV5\urel\nssvasapi.dll 	"sys\bin\nssvasapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2881
file=\epoc32\release\ARMV5\urel\nssvascontacthdlr.dll 	"sys\bin\nssvascontacthdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2882
file=\epoc32\release\ARMV5\urel\vcommandhandler.dll 	"sys\bin\vcommandhandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2883
file=\epoc32\release\ARMV5\urel\nsssispeechrecognitiondata.dll 	"sys\bin\nsssispeechrecognitiondata.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2884
file=\epoc32\release\ARMV5\urel\nssttscommon.dll 	"sys\bin\nssttscommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2885
file=\epoc32\release\ARMV5\urel\speechsynthesis.dll 	"sys\bin\speechsynthesis.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2886
data=\epoc32\data\Z\resource\nssvasresource.rsc 	"resource\nssvasresource.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2887
data=\epoc32\data\Z\resource\nssdevasr.rsc 	"resource\nssdevasr.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2888
data=\epoc32\data\Z\resource\nssdevtts.rsc 	"resource\nssdevtts.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2889
data=\epoc32\data\Z\resource\nsssisrscontrollerplugin.rsc 	"resource\nsssisrscontrollerplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2890
data=\epoc32\data\Z\resource\ttspluginsettings.rsc 	"resource\ttspluginsettings.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2891
data=\epoc32\data\Z\Private\100012a5\policy\10201AFE.spd 	"private\100012a5\policy\10201AFE.spd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2892
data=\epoc32\data\Z\Private\100012a5\policy\10201AFF.spd 	"private\100012a5\policy\10201AFF.spd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2893
data=\epoc32\data\Z\Private\10208ACC\10201AEE.txt 	"private\10208ACC\10201AEE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2894
data=\epoc32\data\Z\System\install\sssettings_stub.SIS 	"System\Install\sssettings_stub.SIS"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2895
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, supadapter.dll , supadapter.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2896
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SVGCodec.dll , SVGCodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2897
data=\epoc32\data\Z\Resource\ICL\102073D7_extra.rsc 	"Resource\ICL\102073D7_extra.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2898
file=\epoc32\release\ARMV5\urel\SVGTFileViewDetails.dll 	"sys\bin\SVGTFileViewDetails.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2899
file=\epoc32\release\ARMV5\urel\SVGTUIControl.dll 	"sys\bin\SVGTUIControl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2900
data=\epoc32\data\Z\resource\apps\SVGTUIControl.mif 	"resource\apps\SVGTUIControl.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2901
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  svtcallmenu.dll ,  svtcallmenu.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2902
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  svtlogging.dll ,  svtlogging.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2903
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  svtmatching.dll ,  svtmatching.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2904
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxcollectionplugintags.dll ,  glxcollectionplugintags.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2905
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxtagsbrowserviewplugin.dll ,  glxtagsbrowserviewplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2906
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  telbranding.dll ,  telbranding.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2907
file=\epoc32\release\ARMV5\urel\telephonydevicemode.dll 	"sys\bin\telephonydevicemode.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2908
data=\epoc32\data\Z\System\Install\telephonydevicemode_stub.SIS 	"System\Install\telephonydevicemode_stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2909
data=\epoc32\data\Z\Private\200159c0\install\templateview_20026f50\hsps\00\manifest.dat 	"private\200159c0\install\templateview_20026f50\hsps\00\manifest.dat"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2910
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ThemesAdapter.dll , ThemesAdapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2911
data=\epoc32\data\Z\Private\200159c0\install\threerows_2001f486\hsps\00\manifest.dat 	"private\200159c0\install\threerows_2001f486\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2912
data=\epoc32\data\Z\Private\200159c0\install\threetextrows_2001f487\hsps\00\manifest.dat 	"private\200159c0\install\threetextrows_2001f487\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2913
data=\epoc32\data\Z\Private\200159c0\install\tworows_2001f488\hsps\00\manifest.dat 	"private\200159c0\install\tworows_2001f488\hsps\00\manifest.dat"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2914
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, TXTRECOG.dll , TXTRECOG.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2915
data=\epoc32\data\z\Resource\apps\TxtRecog.RSC 	"Resource\apps\TxtRecog.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2916
file=\epoc32\release\ARMV5\urel\UISettingsClient.dll 	"sys\bin\UISettingsClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2917
data=\epoc32\data\z\system\install\stub_unieditor.sis 	"system\install\stub_unieditor.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2918
file=\epoc32\release\ARMV5\urel\UniMtms.dll 	"sys\bin\UniMtms.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2919
file=\epoc32\release\ARMV5\urel\UniPluginApi.dll 	"sys\bin\UniPluginApi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2920
file=\epoc32\release\ARMV5\urel\VideoConversionApi.dll 	"sys\bin\VideoConversionApi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2921
data=\epoc32\data\Z\System\install\Ussd_stub.sis 	"System\Install\Ussd_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2922
file=\epoc32\release\ARMV5\urel\vcalbc.dll 	"sys\bin\vcalbc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2923
file=\epoc32\release\ARMV5\urel\VcardBc.dll 	"sys\bin\VcardBc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2924
file=\epoc32\release\ARMV5\urel\vccutils.dll 	"sys\bin\vccutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2925
data=\epoc32\data\Z\System\install\vcc_stub.sis 	"System\Install\vcc_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2926
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmvccadapter.dll , nsmldmvccadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2927
file=\epoc32\release\ARMV5\urel\vccuipropertyhandler.dll 	"sys\bin\vccuipropertyhandler.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2928
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vccontrolpanelplugin.dll , vccontrolpanelplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2929
data=\epoc32\data\Z\resource\apps\vccontrolpanelplugin.mif 	"resource\apps\vccontrolpanelplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2930
data=\epoc32\data\Z\Private\101F8555\backup_registration.xml 	"PRIVATE\101F8555\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2931
data=\epoc32\data\Z\Resource\versions\sw.txt 	"resource\versions\sw.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2932
data=\epoc32\data\Z\Resource\versions\model.txt 	"resource\versions\model.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2933
data=\epoc32\data\Z\Resource\versions\imeisv.txt 	"resource\versions\imeisv.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2934
REM Versit2 Parsers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2935
file=\epoc32\release\ARMV5\urel\versit2.dll 	"sys\bin\Versit2.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2936
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, IptvProvRec.DLL , IptvProvRec.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2937
data=\epoc32\data\Z\System\install\videosource_stub.sis 	"system\install\videosource_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2938
REM Video telephony engine libraries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2939
file=\epoc32\release\ARMV5\urel\videotelproto.dll 	"sys\bin\videotelproto.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2940
file=\epoc32\release\ARMV5\urel\vtlogger.dll 	"sys\bin\vtlogger.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2941
data=\epoc32\data\Z\System\install\videoteleng_stub.sis 	"system\install\videoteleng_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2942
REM Video Telephone application
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2943
data=\epoc32\data\Z\System\install\videotelui_stub.sis 	"system\install\videotelui_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2944
data=\epoc32\data\Z\resource\apps\iptvmimesupport.RSC 	"resource\apps\iptvmimesupport.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2945
file=\epoc32\release\ARMV5\urel\vcxviewmessageutility.dll 	"sys\bin\vcxviewmessageutility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2946
data=\epoc32\data\Z\private\10202be9\2001B288.txt 	"private\10202BE9\2001B288.txt"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2947
file=\epoc32\release\ARMV5\urel\vimpstsettings.dll 	"sys\bin\vimpstsettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2948
data=\epoc32\data\Z\system\install\vimpstsettingsstub.sis 	"system\install\vimpstsettingsstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2949
file=\epoc32\release\ARMV5\urel\VPbkEng.dll 	"sys\bin\VPbkEng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2950
file=\epoc32\release\ARMV5\urel\VPbkEngUtils.dll 	"sys\bin\VPbkEngUtils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2951
file=\epoc32\release\ARMV5\urel\VPbkVCardEng.dll 	"sys\bin\VPbkVCardEng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2952
file=\epoc32\release\ARMV5\urel\VPbkSimStoreService.dll 	"sys\bin\VPbkSimStoreService.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2953
file=\epoc32\release\ARMV5\urel\VPbkSimStoreCommon.dll 	"sys\bin\VPbkSimStoreCommon.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2954
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, VPbkCntModel.dll , VPbkCntModel.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2955
data=\epoc32\data\Z\resource\VPbkEng.rsc 	"resource\VPbkEng.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2956
data=\epoc32\data\Z\resource\VPbkFieldTypeSelectors.rsc 	"resource\VPbkFieldTypeSelectors.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2957
data=\epoc32\data\Z\resource\VPbkVCardEng.rsc 	"resource\VPbkVCardEng.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2958
data=\epoc32\data\Z\resource\VPbkSimStoreRes.rsc 	"resource\VPbkSimStoreRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2959
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Vm_reg.rsc 	"Private\10003a3f\apps\Vm_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2960
data=\epoc32\data\Z\System\install\vm_stub.sis 	"System\Install\vm_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2961
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, GSVoiceRecorderPlugin.dll , GSVoiceRecorderPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2962
file=\epoc32\release\ARMV5\urel\VoicerecorderUtils.DLL 	"sys\bin\VoicerecorderUtils.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2963
file=\epoc32\release\ARMV5\urel\NewService.DLL 	"sys\bin\NewService.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2964
data=\epoc32\data\Z\resource\apps\GSVoiceRecorderPlugin.mif 	"resource\apps\GSVoiceRecorderPlugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2965
data=\epoc32\data\Z\Private\100058CA\backup_registration.xml 	"private\100058CA\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2966
data=\epoc32\data\Z\System\Install\VoiceRecorder_stub.SIS 	"System\install\VoiceRecorder_stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2967
data=\epoc32\data\Z\resource\apps\voiceui.mif 	"resource\apps\voiceui.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2968
file=\epoc32\release\ARMV5\urel\voiceUiRecognition.dll 	"sys\bin\voiceUiRecognition.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2969
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\NameDiallerStartTone.wav 	"System\sounds\digital\NameDiallerStartTone.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2970
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\namediallerconfirmtone.wav 	"System\sounds\digital\namediallerconfirmtone.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2971
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\btnamediallerstarttone.wav 	"System\sounds\digital\btnamediallerstarttone.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2972
file=\epoc32\release\ARMV5\urel\voipeventlog.dll 	"sys\bin\voipeventlog.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2973
file=\epoc32\release\ARMV5\urel\voipxmlprocessor.dll 	"sys\bin\voipxmlprocessor.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2974
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  voipprovrec.dll ,  voipprovrec.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2975
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vrec.dll , vrec.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2976
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  vtmediatorplugin.dll ,  vtmediatorplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2977
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WallpaperAdapter.dll , WallpaperAdapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2978
REM This iby file puts Symbian components to ROM. 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2979
REM It replaces Symbian wappush.iby.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2980
file=\epoc32\release\ARMV5\urel\Wutil.dll 	"sys\bin\Wutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2981
file=\epoc32\release\ARMV5\urel\wnode.dll 	"sys\bin\Wnode.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2982
file=\epoc32\release\ARMV5\urel\dtdmdl.dll 	"sys\bin\Dtdmdl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2983
file=\epoc32\release\ARMV5\urel\bnf.dll 	"sys\bin\Bnf.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2984
data=\epoc32\data\Z\Resource\Errors\WapBaseErr.R01 	"Resource\Errors\WapBaseErr.R01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2985
alias Resource\Errors\WapBaseErr.R01 Resource\Errors\WapBaseErr.RSC 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2986
file=\epoc32\release\ARMV5\urel\XmlElemt.dll 	"sys\bin\Xmlelemt.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2987
file=\epoc32\release\ARMV5\urel\WbxmlLib.dll 	"sys\bin\Wbxmllib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2988
file=\epoc32\release\ARMV5\urel\HTTPResponse.dll 	"sys\bin\HTTPResponse.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2989
file=\epoc32\release\ARMV5\urel\Xmllib.dll 	"sys\bin\Xmllib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2990
file=\epoc32\release\ARMV5\urel\wappushutils.dll 	"sys\bin\wappushutils.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2991
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pushapphandler.dll , pushapphandler.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2992
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pushsecurity.dll , pushsecurity.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2993
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pushwatcher.dll , pushwatcher.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2994
file=\epoc32\release\ARMV5\urel\pushmsgentry.dll 	"sys\bin\pushmsgentry.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2995
data=\epoc32\data\Z\Private\200159c0\install\wideimage_2001f489\hsps\00\manifest.dat 	"private\200159c0\install\wideimage_2001f489\hsps\00\manifest.dat"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2996
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  widgetmanager.dll ,  widgetmanager.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2997
data=\epoc32\data\Z\resource\apps\widgetmanager.mif 	"resource\apps\widgetmanager.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2998
data=\epoc32\data\Z\System\install\widgetmanager_stub.sis 	"system\install\widgetmanager_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2999
data=\epoc32\data\Z\private\10202be9\20026F53.txt 	"private\10202be9\20026F53.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3000
file=\epoc32\release\ARMV5\urel\WMLBC.dll 	"sys\bin\WMLBC.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3001
file=\epoc32\release\ARMV5\urel\WVSAPSettingsStore.dll 	"sys\bin\WVSAPSettingsStore.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3002
REM xhtmlparser component dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3003
file=\epoc32\release\ARMV5\urel\xhtmlparser.dll 	"sys\bin\xhtmlparser.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3004
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, accfwuinotifier.dll , accfwuinotifier.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3005
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, actionhandlerplugins.dll , actionhandlerplugins.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3006
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, actionhandlerservice.dll , actionhandlerservice.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3007
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  AdvancedTspController.dll ,  AdvancedTspController.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3008
data=\epoc32\data\Z\private\10282BC4\rules\keyevent.rul 	"private\10282BC4\rules\keyevent.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3009
data=\epoc32\data\Z\private\10282BC4\rules\keyincall.rul 	"private\10282BC4\rules\keyincall.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3010
data=\epoc32\data\Z\private\10282BC4\rules\keyinfmtx.rul 	"private\10282BC4\rules\keyinfmtx.rul"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3011
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aisatplugin.dll , aisatplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3012
data=\epoc32\data\Z\System\install\SatPlugin_stub.sis 	"System\Install\SatPlugin_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3013
file=\epoc32\release\ARMV5\urel\aiwdialdata.dll 	"sys\bin\aiwdialdata.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3014
data=\epoc32\data\Z\System\install\aiwdialdata_stub.SIS 	"System\Install\aiwdialdata_stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3015
file=\epoc32\release\ARMV5\urel\aiwsplugin.dll 	"sys\bin\aiwsplugin.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3016
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, akncompamode.dll , akncompamode.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3017
data=\epoc32\data\Z\resource\akncompamode.rsc 	"resource\akncompamode.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3018
data=\epoc32\data\Z\resource\akncomparesources.rsc 	"resource\akncomparesources.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3019
file=\epoc32\release\ARMV5\urel\akncompasrv.exe 	"sys\bin\akncompasrv.exe" 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3020
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, akncompags.dll , akncompags.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3021
data=\epoc32\data\Z\resource\akncompagsrsc.rsc 	"resource\akncompagsrsc.rsc"
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  3022
file=\epoc32\release\ARMV5\urel\akncustcmds.dll 	"sys\bin\akncustcmds.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3023
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AknExtendedFader_arm11.dll , AknExtendedFader_arm11.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3024
file=\epoc32\release\ARMV5\urel\aknfepuiinterface.dll 	"sys\bin\aknfepuiinterface.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3025
file=\epoc32\release\ARMV5\urel\aknoldstylenotif.dll 	"sys\bin\aknoldstylenotif.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3026
file=\epoc32\release\ARMV5\urel\AKNNOTIFIERWRAPPER.DLL 	"sys\bin\aknNotifierWrapper.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3027
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aknnotifyplugin2.dll , aknnotifyplugin2.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3028
file=\epoc32\release\ARMV5\urel\akncapserver.exe 	"sys\bin\akncapserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3029
data=\epoc32\data\Z\System\..\PRIVATE\10003A3F\APPS\Akncapserver_REG.RSC 	"Private\10003a3f\apps\akncapserver_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3030
file=\epoc32\release\ARMV5\urel\aknnfysrv.exe 	"sys\bin\aknnfysrv.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3031
data=\epoc32\data\Z\System\..\PRIVATE\10003A3F\APPS\aknnfysrv_REG.RSC 	"Private\10003a3f\apps\aknnfysrv_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3032
file=\epoc32\release\ARMV5\urel\akncapserverclient.dll 	"sys\bin\akncapserverclient.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3033
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  avkonstartupextensionplugin.dll ,  avkonstartupextensionplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3034
data=\epoc32\data\Z\Private\10207218\backup_registration.xml 	"private\10207218\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3035
file=\epoc32\release\ARMV5\urel\akndynamicsoftnote.dll 	"sys\bin\akndynamicsoftnote.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3036
file=\epoc32\release\ARMV5\urel\akndynamicsoftnoteeventmanager.dll 	"sys\bin\akndynamicsoftnoteeventmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3037
file=\epoc32\release\ARMV5\urel\ecompluginnotifier.dll 	"sys\bin\ecompluginnotifier.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3038
file=\epoc32\release\ARMV5\urel\AknIcon.dll 	"sys\bin\AknIcon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3039
file=\epoc32\release\ARMV5\urel\AknIconSrv.exe 	"sys\bin\AknIconSrv.exe" fixed
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3040
data=\epoc32\data\Z\resource\AknIconSrv.rsc 	"resource\AknIconSrv.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3041
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AknIconOomPlugin.dll , AknIconOomPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3042
REM AKNINPUTLANGUAGE
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3043
file=\epoc32\release\ARMV5\urel\akninputlanguage.dll 	"sys\bin\akninputlanguage.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3044
file=\epoc32\release\ARMV5\urel\aknjapanesereading.dll 	"sys\bin\aknjapanesereading.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3045
REM AKNLAYOUT2
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3046
REM AKNLAYOUT2_QHD_TOUCH
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3047
REM AKNLAYOUT2_COMMON
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3048
file=\epoc32\release\ARMV5\urel\AknLayout2.dll 	"sys\bin\AknLayout2.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3049
file=\epoc32\release\ARMV5\urel\AknLayout2scalable.dll 	"sys\bin\AknLayout2scalable.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3050
file=\epoc32\release\ARMV5\urel\AknLayout2adaptation.dll 	"sys\bin\AknLayout2adaptation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3051
file=\epoc32\release\ARMV5\urel\aknlayout2hierarchy.dll 	"sys\bin\aknlayout2hierarchy.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3052
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 101fe2aa.dll , 101fe2aa.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3053
data=\epoc32\data\Z\resource\cdl\101fe2aa_cdl_detail.rsc 	"Resource\Cdl\101fe2aa_cdl_detail.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3054
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 10283389.dll , 10283389.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3055
data=\epoc32\data\Z\resource\cdl\10283389_cdl_detail.rsc 	"Resource\Cdl\10283389_cdl_detail.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3056
REM AKNLAYOUT2_NHD
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3057
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 10281f13.dll , 10281f13.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3058
REM MISSING data=\epoc32\data\Z\resource\cdl\10281f13_cdl_detail.rsc		Resource\Cdl\10281f13_cdl_detail.rsc
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3059
REM AKNLAYOUT2_NHD4_TOUCH
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3060
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 2001cb93.dll , 2001cb93.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3061
data=\epoc32\data\Z\resource\cdl\2001cb93_cdl_detail.rsc 	"Resource\Cdl\2001cb93_cdl_detail.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3062
REM AKNLAYOUT2_DOUBLE
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3063
REM AKNLAYOUT2_HVGA
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3064
REM AKNLAYOUT2_HVGA_TOUCH
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3065
REM AKNLAYOUT2_LOW
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3066
REM AKNLAYOUT2_QVGA1
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3067
REM AKNLAYOUT2_QVGA2
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3068
REM AKNLAYOUT2_QVGA_TOUCH
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3069
REM AKNLAYOUT2_UIACCEL
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3070
REM AKNLAYOUT2_UIACCEL_QHD_TOUCH
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3071
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 10285D7B.dll , 10285D7B.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3072
data=\epoc32\data\Z\resource\cdl\10285D7B_cdl_detail.rsc 	"Resource\Cdl\10285D7B_cdl_detail.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3073
REM AKNLAYOUT2_UIACCEL_NHD
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3074
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 2001CB5B.dll , 2001CB5B.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3075
REM MISSING data=\epoc32\data\Z\resource\cdl\2001CB5B_cdl_detail.rsc		Resource\Cdl\2001CB5B_cdl_detail.rsc
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3076
REM AKNLAYOUT2_UIACCEL_NHD4_TOUCH
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3077
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 2001E2B1.dll , 2001E2B1.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3078
data=\epoc32\data\Z\resource\cdl\2001E2B1_cdl_detail.rsc 	"Resource\Cdl\2001E2B1_cdl_detail.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3079
REM AKNLAYOUT2_UIACCEL_DOUBLE
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3080
REM AKNLAYOUT2_UIACCEL_HVGA
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3081
REM AKNLAYOUT2_UIACCEL_HVGA_TOUCH
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3082
REM AKNLAYOUT2_UIACCEL_LOW
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3083
REM AKNLAYOUT2_UIACCEL_QVGA1
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3084
REM AKNLAYOUT2_UIACCEL_QVGA2
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3085
REM AKNLAYOUT2_UIACCEL_QVGA_TOUCH
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3086
REM AKNLAYOUT2_UIACCEL_VGA
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3087
REM AKNLAYOUT2_UIACCEL_VGA3
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3088
REM AKNLAYOUT2_UIACCEL_VGA4_TOUCH
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3089
REM AKNLAYOUT2_VGA
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3090
REM AKNLAYOUT2_VGA3
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3091
REM AKNLAYOUT2_VGA4_TOUCH
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3092
REM AKNLAYOUT2_VGA_TOUCH
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3093
file=\epoc32\release\ARMV5\urel\aknlistloadertfx.dll 	"sys\bin\aknlistloadertfx.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3094
file=\epoc32\release\ARMV5\urel\AknMemoryCardUi.DLL 	"sys\bin\AknMemoryCardUi.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3095
auto-bitmap=\epoc32\data\Z\resource\apps\AknMemoryCardUi.mbm 	resource\apps\AknMemoryCardUi.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3096
data=\epoc32\data\Z\resource\apps\AknMemoryCardUi.mif 	"resource\apps\AknMemoryCardUi.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3097
file=\epoc32\release\ARMV5\urel\aknphysics.dll 	"sys\bin\aknphysics.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3098
data=\epoc32\data\Z\private\10202be9\20021192.txt 	"private\10202be9\20021192.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3099
file=\epoc32\release\ARMV5\urel\AknPictograph.dll 	"sys\bin\AknPictograph.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3100
file=\epoc32\release\ARMV5\urel\aknskins.dll 	"sys\bin\aknskins.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3101
file=\epoc32\release\ARMV5\urel\aknskinsrv.dll 	"sys\bin\aknskinsrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3102
file=\epoc32\release\ARMV5\urel\aknskinsrv.exe 	"sys\bin\aknskinsrv.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3103
file=\epoc32\release\ARMV5\urel\aknskinrenderlib.dll 	"sys\bin\aknskinrenderlib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3104
file=\epoc32\release\ARMV5\urel\aknswallpaperutils.dll 	"sys\bin\aknswallpaperutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3105
file=\epoc32\release\ARMV5\urel\aknlocalskinlib.dll 	"sys\bin\aknlocalskinlib.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3106
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aknswallpaperplugin.dll , aknswallpaperplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3107
auto-bitmap=\epoc32\data\Z\resource\skins\101f84b9\series60skin.mbm 	resource\skins\101f84b9\series60skin.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3108
data=\epoc32\data\Z\private\10207114\import\101f84b9\series60skin.skn 	"private\10207114\import\101f84b9\series60skin.skn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3109
data=\epoc32\data\Z\resource\skins\101f84b9\series60skin.mif 	"resource\skins\101f84b9\series60skin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3110
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 101f84b9.dll , 101f84b9.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3111
data=\epoc32\data\Z\resource\cdl\101f84b9_cdl_detail.rsc 	"Resource\Cdl\101f84b9_cdl_detail.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3112
auto-bitmap=\epoc32\data\Z\resource\skins\2000B12D\haze.mbm 	resource\skins\2000B12D\haze.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3113
data=\epoc32\data\Z\private\10207114\import\2000B12D\haze.skn 	"private\10207114\import\2000B12D\haze.skn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3114
data=\epoc32\data\Z\resource\skins\2000B12D\haze.mif 	"resource\skins\2000B12D\haze.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3115
data=\epoc32\data\Z\private\10207114\import\2000B12E\jing.skn 	"private\10207114\import\2000B12E\jing.skn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3116
data=\epoc32\data\Z\resource\skins\2000B12E\jing.mif 	"resource\skins\2000B12E\jing.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3117
data=\epoc32\data\Z\System\install\Series60SkinsSupport.SIS 	"system\install\Series60SkinsSupport.SIS" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3118
data=\epoc32\data\Z\System\install\Series60ScalableSkinsSupport.SIS 	"system\install\Series60ScalableSkinsSupport.SIS" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3119
data=\epoc32\data\Z\private\10207114\backup_registration.xml 	"private\10207114\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3120
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AknSkinsOOMPlugin.dll , AknSkinsOOMPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3121
REM MISSING DATA=\epoc32\data\Z\resource\skins\101f84b9\101f84b9.sel        resource\skins\101f84b9\101f84b9.sel
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3122
file=\epoc32\release\ARMV5\urel\akntouchgesturefw.dll 	"sys\bin\akntouchgesturefw.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3123
file=\epoc32\release\ARMV5\urel\akntransitionutils.dll 	"sys\bin\akntransitionutils.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3124
file=\epoc32\release\ARMV5\urel\alfresourcepool.dll 	"sys\bin\alfresourcepool.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3125
file=\epoc32\release\ARMV5\urel\osncore.dll 	"sys\bin\osncore.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3126
file=\epoc32\release\ARMV5\urel\alfwidgetmodel.dll 	"sys\bin\alfwidgetmodel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3127
file=\epoc32\release\ARMV5\urel\alfwidgetutils.dll 	"sys\bin\alfwidgetutils.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3128
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  alfwidgetfactory.dll  ,  alfwidgetfactory.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3129
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfopenwfrs.dll , alfopenwfrs.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3130
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AlfTransEffectPlugin.dll , AlfTransEffectPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3131
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, TfxSrvPlugin.dll , TfxSrvPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3132
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  alfcontainerwidget.dll  ,  alfcontainerwidget.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3133
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  alfscrollbarwidget.dll  ,  alfscrollbarwidget.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3134
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  alfviewwidget.dll  ,  alfviewwidget.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3135
data=\epoc32\data\Z\system\install\aomanager_stub.sis 	"system\install\aomanager_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3136
data=\epoc32\data\Z\system\install\aoemailplugin_stub.sis 	"system\install\aoemailplugin_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3137
file=\epoc32\release\ARMV5\urel\ApEngine.dll 	"sys\bin\ApEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3138
file=\epoc32\release\ARMV5\urel\SWInstCli.dll 	"sys\bin\SWInstCli.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3139
file=\epoc32\release\ARMV5\urel\SWInstSvrUI.exe 	"sys\bin\SWInstSvrUI.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3140
data=\epoc32\data\Z\resource\apps\SWInstSvrUI_AIF.MIF 	"resource\apps\SWInstSvrUI_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3141
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\SWInstSvrUI_reg.rsc 	"Private\10003a3f\apps\SWInstSvrUI_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3142
file=\epoc32\release\ARMV5\urel\SWInstCommonUI.dll 	"sys\bin\SWInstCommonUI.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3143
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SisxUI.dll , SisxUI.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3144
file=\epoc32\release\ARMV5\urel\SWInstTaskManager.dll 	"sys\bin\SWInstTaskManager.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3145
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SWInstLogTask.dll , SWInstLogTask.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3146
data=\epoc32\data\Z\Private\100012a5\policy\10207216.spd 	"PRIVATE\100012a5\policy\10207216.spd"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3147
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SWInstFileTask.dll , SWInstFileTask.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3148
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SWInstStartupTask.dll , SWInstStartupTask.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3149
data=\epoc32\data\Z\Private\101F875A\backup_registration.xml 	"PRIVATE\101F875A\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3150
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ApplicationStateSourcePlugIn.dll ,  ApplicationStateSourcePlugIn.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3151
data=\epoc32\data\Z\private\10282BC4\rules\autorotateui_activate.rul 	"private\10282BC4\rules\autorotateui_activate.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3152
data=\epoc32\data\Z\private\10282BC4\rules\autorotateui_alwaysinportrait.rul 	"private\10282BC4\rules\autorotateui_alwaysinportrait.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3153
data=\epoc32\data\Z\private\10282BC4\rules\autorotateui_init.rul 	"private\10282BC4\rules\autorotateui_init.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3154
data=\epoc32\data\Z\private\10282BC4\rules\autorotateui_rotate.rul 	"private\10282BC4\rules\autorotateui_rotate.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3155
file=\epoc32\release\ARMV5\urel\appmngr2.exe 	"sys\bin\appmngr2.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3156
data=\epoc32\data\Z\resource\apps\appmngr2_AIF.MIF 	"resource\apps\appmngr2_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3157
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\appmngr2_reg.rsc 	"Private\10003a3f\apps\appmngr2_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3158
data=\epoc32\data\Z\resource\apps\appmngr2.mif 	"resource\apps\appmngr2.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3159
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2gsinstalledplugin.dll ,  appmngr2gsinstalledplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3160
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2gsinstfilesplugin.dll ,  appmngr2gsinstfilesplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3161
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2gssettingsplugin.dll ,  appmngr2gssettingsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3162
file=\epoc32\release\ARMV5\urel\appmngr2pluginapi.dll 	"sys\bin\appmngr2pluginapi.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3163
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2sisxplugin.dll ,  appmngr2sisxplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3164
data=\epoc32\data\Z\resource\apps\appmngr2sisx.mif 	"resource\apps\appmngr2sisx.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3165
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2widgetplugin.dll ,  appmngr2widgetplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3166
data=\epoc32\data\Z\resource\apps\appmngr2widget.mif 	"resource\apps\appmngr2widget.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3167
FILE=\epoc32\release\ARMV5\urel\ApSettingsHandlerUi.dll 	"sys\bin\ApSettingsHandlerUi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3168
data=\epoc32\data\Z\resource\apps\ApSettings.mif 	"resource\apps\ApSettings.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3169
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ApSettingsPlugin.DLL , ApSettingsPlugin.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3170
data=\epoc32\data\Z\resource\apps\apsettingsplugin.mif 	"resource\apps\apsettingsplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3171
REM AsxParser 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3172
data=\epoc32\data\Z\System\install\AsxParser_stub.SIS 	"system\install\AsxParser_stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3173
file=\epoc32\release\ARMV5\urel\AsxParser.dll 	"sys\bin\AsxParser.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3174
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  audiofetcher.dll ,  audiofetcher.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3175
data=\epoc32\data\Z\resource\apps\audiofetcher.mif 	"resource\apps\audiofetcher.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3176
REM AVKON
85
ee5d5928b136 Cleaning up the tidying up of the startup
Tom Pritchard <tomp@symbian.org>
parents: 66
diff changeset
  3177
file=\epoc32\release\ARMV5\urel\stem_avkon.dll 	"sys\bin\avkon.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3178
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, akninit.dll , akninit.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3179
file=\epoc32\release\ARMV5\urel\aknnotify.dll 	"sys\bin\aknnotify.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3180
file=\epoc32\release\ARMV5\urel\aknnotifyplugin.dll 	"sys\bin\aknnotifyplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3181
file=\epoc32\release\ARMV5\urel\aknanimdll.dll 	"sys\bin\aknanimdll.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3182
file=\epoc32\release\ARMV5\urel\AknKeyRotator.dll 	"sys\bin\AknKeyRotator.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3183
file=\epoc32\release\ARMV5\urel\aknhlist.dll 	"sys\bin\aknhlist.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3184
auto-bitmap=\epoc32\data\Z\resource\apps\avkon2.mbm 	resource\apps\avkon2.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3185
data=\epoc32\data\Z\resource\apps\avkon2.mif 	"resource\apps\avkon2.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3186
auto-bitmap=\epoc32\data\Z\resource\apps\callstatus.mbm 	resource\apps\callstatus.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3187
data=\epoc32\data\Z\resource\apps\callstatus.mif 	"resource\apps\callstatus.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3188
data=\epoc32\data\Z\resource\apps\smiley.mif 	"resource\apps\smiley.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3189
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 102827CF.dll , 102827CF.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3190
data=\epoc32\data\Z\resource\cdl\102827CF_cdl_detail.rsc 	"Resource\Cdl\102827CF_cdl_detail.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3191
data=\epoc32\data\Z\Resource\aknpriv.rsc 	"resource\aknpriv.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3192
data=\epoc32\data\Z\Resource\smiley.rsc 	"resource\smiley.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3193
data=\epoc32\data\Z\Resource\avkonsystemsounds\volume_min.wav 	"resource\avkonsystemsounds\volume_min.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3194
data=\epoc32\data\Z\Resource\avkonsystemsounds\volume_max.wav 	"resource\avkonsystemsounds\volume_max.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3195
data=\epoc32\data\Z\Resource\avkonsystemsounds\default_beep.wav 	"resource\avkonsystemsounds\default_beep.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3196
data=\epoc32\data\Z\Resource\avkonsystemsounds\battery_dead.wav 	"resource\avkonsystemsounds\battery_dead.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3197
data=\epoc32\data\Z\Resource\avkonsystemsounds\battery_low.wav 	"resource\avkonsystemsounds\battery_low.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3198
data=\epoc32\data\Z\Resource\avkonsystemsounds\confirmation.wav 	"resource\avkonsystemsounds\confirmation.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3199
data=\epoc32\data\Z\Resource\avkonsystemsounds\warning.wav 	"resource\avkonsystemsounds\warning.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3200
file=\epoc32\release\ARMV5\urel\bsengine.exe 	"sys\bin\bsengine.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3201
data=\epoc32\data\Z\private\2000F83E\bs_config.xml 	"private\2000F83E\bs_config.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3202
file=\epoc32\release\ARMV5\urel\bsclient.dll 	"sys\bin\bsclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3203
file=\epoc32\release\ARMV5\urel\bsserver.exe 	"sys\bin\bsserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3204
file=\epoc32\release\ARMV5\urel\bsinstall.exe 	"sys\bin\bsinstall.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3205
data=\epoc32\data\Z\Private\102828dd\backup_registration.xml 	"private\102828dd\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3206
data=\epoc32\data\Z\system\install\bsstub.sis 	"system\install\bsstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3207
file=\epoc32\release\ARMV5\urel\BrowserDialogsProvider.dll 	"sys\bin\BrowserDialogsProvider.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3208
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, BrowserRec.dll , BrowserRec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3209
file=\epoc32\release\ARMV5\urel\btfeatures.dll 	"sys\bin\btfeatures.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3210
data=\epoc32\data\Z\resource\btengsdp.rsc 	"resource\btengsdp.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3211
data=\epoc32\data\Z\resource\btrfs.txt 	"resource\btrfs.txt"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3212
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  btrfsplugin.dll ,  btrfsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3213
file=\epoc32\release\ARMV5\urel\paintcursor.exe 	"sys\bin\paintcursor.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3214
data=\epoc32\data\Z\resource\apps\paintcursor.mif 	"resource\apps\paintcursor.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3215
data=\epoc32\data\Z\resource\apps\paintcursor_AIF.MIF 	"resource\apps\paintcursor_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3216
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\paintcursor_reg.rsc 	"Private\10003a3f\apps\paintcursor_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3217
file=\epoc32\release\ARMV5\urel\bthidsettings.dll 	"sys\bin\bthidsettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3218
file=\epoc32\release\ARMV5\urel\layoutmgr.exe 	"sys\bin\layoutmgr.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3219
file=\epoc32\release\ARMV5\urel\kbdclient.dll 	"sys\bin\kbdclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3220
file=\epoc32\release\ARMV5\urel\bthidclient.dll 	"sys\bin\bthidclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3221
file=\epoc32\release\ARMV5\urel\BTMouse_Animation_client.dll 	"sys\bin\BTMouse_Animation_client.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3222
file=\epoc32\release\ARMV5\urel\BTcursor_server.dll 	"sys\bin\BTcursor_server.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3223
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hidkeyboard.dll , hidkeyboard.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3224
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hidmouse.dll , hidmouse.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3225
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, kbdlayout.dll , kbdlayout.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3226
data=\epoc32\data\Z\resource\apps\BTMouseBitMaps.mbm 	"resource\apps\BTMouseBitMaps.mbm"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3227
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btmonobearer.dll , btmonobearer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3228
file=\epoc32\release\ARMV5\urel\atcodec.dll 	"sys\bin\atcodec.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3229
REM Bluetooth notifiers library
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3230
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btnotifwrapper.dll , btnotifwrapper.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3231
REM Bluetooth SAP ECom Plugin
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3232
data=\epoc32\data\Z\System\install\CallAudioControl_Stub.sis 	"System\Install\CallAudioControl_Stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3233
data=\epoc32\data\Z\private\10207BD2\backup_registration.xml 	"private\10207BD2\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3234
file=\epoc32\release\ARMV5\urel\callprovider.dll 	"sys\bin\callprovider.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3235
data=\epoc32\data\Z\System\install\callprovider_stub.SIS 	"System\Install\callprovider_stub.SIS"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3236
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CallStateSourcePlugIn.dll , CallStateSourcePlugIn.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3237
REM CallUI Plugin
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3238
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CaUiPlugin.dll , CaUiPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3239
REM CallUI Engine
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3240
REM Enabler for exlipsing ROM binaries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3241
data=\epoc32\data\Z\System\install\callui_stub.sis 	"system\install\callui_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3242
file=\epoc32\release\ARMV5\urel\ASYNCHFSQ.DLL 	"sys\bin\ASYNCHFSQ.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3243
file=\epoc32\release\ARMV5\urel\CAESTILLCONVERTER.DLL 	"sys\bin\CAESTILLCONVERTER.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3244
file=\epoc32\release\ARMV5\urel\CBSCLIENT.DLL 	"sys\bin\CBSCLIENT.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3245
file=\epoc32\release\ARMV5\urel\CBSMCNCLIENT.DLL 	"sys\bin\CBSMCNCLIENT.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3246
data=\epoc32\data\Z\private\1000A859\backup_registration.xml 	"private\1000A859\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3247
data=\epoc32\data\Z\System\install\cbsserver_stub.sis 	"System\Install\cbsserver_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3248
data=\epoc32\data\Z\System\install\cbsclient_stub.sis 	"System\Install\cbsclient_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3249
data=\epoc32\data\Z\System\install\cbsmcnclient_stub.sis 	"System\Install\cbsmcnclient_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3250
file=\epoc32\release\ARMV5\urel\CbsUiApp.exe 	"sys\bin\CbsUiApp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3251
data=\epoc32\data\Z\resource\apps\CbsUiApp.mif 	"resource\apps\CbsUiApp.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3252
data=\epoc32\data\Z\resource\apps\CbsUiApp_AIF.MIF 	"resource\apps\CbsUiApp_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3253
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\CbsUiApp_reg.rsc 	"Private\10003a3f\apps\CbsUiApp_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3254
data=\epoc32\data\Z\System\install\cbsuiapp_stub.sis 	"system\install\cbsuiapp_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3255
data=\epoc32\data\Z\Private\10003a3f\apps\cbsuiapp_reg.rsc 	"private\10003a3f\import\apps\cbsuiapp_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3256
file=\epoc32\release\ARMV5\urel\cce.dll 	"sys\bin\cce.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3257
REM Generic connection dialogs
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3258
file=\epoc32\release\ARMV5\urel\CCONNDLGPLUGIN.DLL 	"sys\bin\CCONNDLGPLUGIN.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3259
file=\epoc32\release\ARMV5\urel\ccclientsession.dll 	"sys\bin\ccclientsession.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3260
file=\epoc32\release\ARMV5\urel\ccsrvapi.dll 	"sys\bin\ccsrvapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3261
file=\epoc32\release\ARMV5\urel\hsccapiclient.dll 	"sys\bin\hsccapiclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3262
file=\epoc32\release\ARMV5\urel\hsccproviderclient.dll 	"sys\bin\hsccproviderclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3263
file=\epoc32\release\ARMV5\urel\hscontentinfo.dll 	"sys\bin\hscontentinfo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3264
file=\epoc32\release\ARMV5\urel\ccserver.exe 	"sys\bin\ccserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3265
REM CDL
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3266
file=\epoc32\release\ARMV5\urel\cdlengine.dll 	"sys\bin\cdlengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3267
file=\epoc32\release\ARMV5\urel\cdlserver.exe 	"sys\bin\cdlserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3268
file=\epoc32\release\ARMV5\urel\cenrepdatabase.dll 	"sys\bin\cenrepdatabase.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3269
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  cenrepsourceplugin.dll ,  cenrepsourceplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3270
data=\epoc32\data\z\private\10282BC4\settings\10282f41\10282f41.xml 	"private\10282bc4\settings\10282f41\10282f41.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3271
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  CertManUi.dll ,  CertManUi.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3272
file=\epoc32\release\ARMV5\urel\cmmanager.dll 	"sys\bin\cmmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3273
data=\epoc32\data\Z\resource\apps\cmmanager.mif 	"resource\apps\cmmanager.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3274
file=\epoc32\release\ARMV5\urel\cmmanagerdatabase.dll 	"sys\bin\cmmanagerdatabase.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3275
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cmpluginembdestination.dll , cmpluginembdestination.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3276
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cmpluginvpn.dll , cmpluginvpn.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3277
data=\epoc32\data\Z\resource\apps\cmpluginvpn.mif 	"resource\apps\cmpluginvpn.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3278
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cmpluginwlan.dll , cmpluginwlan.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3279
data=\epoc32\data\Z\resource\apps\cmpluginwlan.mif 	"resource\apps\cmpluginwlan.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3280
file=\epoc32\release\ARMV5\urel\CMS.dll 	"sys\bin\CMS.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3281
file=\epoc32\release\ARMV5\urel\cntparserserverexe.exe 	"sys\bin\cntparserserverexe.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3282
file=\epoc32\release\ARMV5\urel\cntparserserver.dll 	"sys\bin\cntparserserver.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3283
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CodRecog.dll , CodRecog.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3284
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DdRecog.dll , DdRecog.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3285
file=\epoc32\release\ARMV5\urel\commonadapter.dll 	"sys\bin\commonadapter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3286
file=\epoc32\release\ARMV5\urel\commondialogs.dll 	"sys\bin\commondialogs.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3287
data=\epoc32\data\Z\resource\apps\commondialogs.mif 	"resource\apps\commondialogs.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3288
file=\epoc32\release\ARMV5\urel\commonui.dll 	"sys\bin\commonui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3289
file=\epoc32\release\ARMV5\urel\commonuinpdapiloader.dll 	"sys\bin\commonuinpdapiloader.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3290
REM binaries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3291
file=\epoc32\release\ARMV5\urel\commsdatstartup.exe 	"Sys\Bin\commsdatstartup.exe"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3292
file=\epoc32\release\ARMV5\urel\commsdatcreator.dll 	"sys\bin\commsdatcreator.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3293
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  commsdatcreatorrfsplugin.dll ,  commsdatcreatorrfsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3294
REM Varintadata for commsdat creation
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3295
REM data=\epoc32\data\Z\private\10281BC3\VariantData.xml     private\10281BC3\VariantData.xml
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3296
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, connectiondialogswrapper.DLL , connectiondialogswrapper.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3297
auto-bitmap=\epoc32\data\Z\resource\apps\ConnMan.mbm 	resource\apps\ConnMan.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3298
data=\epoc32\data\Z\resource\apps\ConnMan.mif 	"resource\apps\ConnMan.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3299
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  connectionmonitorplugin.dll ,  connectionmonitorplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3300
data=\epoc32\data\Z\resource\apps\connectionmonitorplugin.mif 	"resource\apps\connectionmonitorplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3301
file=\epoc32\release\ARMV5\urel\ConnectionUiUtilities.dll 	"sys\bin\ConnectionUiUtilities.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3302
file=\epoc32\release\ARMV5\urel\ConnUiUtilsNotif.DLL 	"sys\bin\ConnUiUtilsNotif.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3303
data=\epoc32\data\Z\resource\apps\ConnectionUiUtilities.mif 	"resource\apps\ConnectionUiUtilities.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3304
file=\epoc32\release\ARMV5\urel\ContentListingFramework.dll 	"sys\bin\ContentListingFramework.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3305
file=\epoc32\release\ARMV5\urel\MediaCollectionManager.dll 	"sys\bin\MediaCollectionManager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3306
file=\epoc32\release\ARMV5\urel\cpserver.exe 	"sys\bin\cpserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3307
file=\epoc32\release\ARMV5\urel\cpstorage.dll 	"sys\bin\cpstorage.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3308
file=\epoc32\release\ARMV5\urel\cputils.dll 	"sys\bin\cputils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3309
file=\epoc32\release\ARMV5\urel\contentharvesterclient.dll 	"sys\bin\contentharvesterclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3310
file=\epoc32\release\ARMV5\urel\contentharvester.exe 	"sys\bin\contentharvester.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3311
file=\epoc32\release\ARMV5\urel\pluginvalidator.dll 	"sys\bin\pluginvalidator.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3312
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, chswiplugin.dll , chswiplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3313
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, chfactorysettingsplugin.dll , chfactorysettingsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3314
data=\epoc32\data\z\private\20016b7b\backup_registration.xml 	"private\20016b7b\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3315
data=\epoc32\data\z\private\10202be9\20016b7b.txt 	"private\10202be9\20016b7b.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3316
file=\epoc32\release\ARMV5\urel\CFActivatorEngine.dll 	"sys\bin\CFActivatorEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3317
file=\epoc32\release\ARMV5\urel\CFClient.dll 	"sys\bin\CFClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3318
file=\epoc32\release\ARMV5\urel\CFContextSourceManager.dll 	"sys\bin\CFContextSourceManager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3319
file=\epoc32\release\ARMV5\urel\CFContextSourceSettingsManager.dll 	"sys\bin\CFContextSourceSettingsManager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3320
file=\epoc32\release\ARMV5\urel\cfoperationpluginservices.dll 	"sys\bin\cfoperationpluginservices.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3321
file=\epoc32\release\ARMV5\urel\CFScriptEngine.dll 	"sys\bin\CFScriptEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3322
file=\epoc32\release\ARMV5\urel\CFServices.dll 	"sys\bin\CFServices.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3323
file=\epoc32\release\ARMV5\urel\CFServer.exe 	"sys\bin\CFServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3324
data=\epoc32\data\Z\private\10282BC4\backup_registration.xml 	"private\10282BC4\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3325
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  basicoperationsplugin.dll ,  basicoperationsplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3326
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CookieFilter.dll , CookieFilter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3327
file=\epoc32\release\ARMV5\urel\CookieManager.dll 	"sys\bin\CookieManager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3328
file=\epoc32\release\ARMV5\urel\CookieServer.exe 	"sys\bin\CookieServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3329
data=\epoc32\data\z\private\101F8530\CookieGroup.xml 	"private\101F8530\CookieGroup.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3330
data=\epoc32\data\Z\System\install\csplugin_stub.sis 	"System\Install\csplugin_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3331
file=\epoc32\release\ARMV5\urel\CTSecDlgs.dll 	"sys\bin\CTSecDlgs.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3332
file=\epoc32\release\ARMV5\urel\CTSecDialogImpl.dll 	"sys\bin\CTSecDialogImpl.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3333
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CTSECDLGNOTIFIER.dll , CTSECDLGNOTIFIER.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3334
file=\epoc32\release\ARMV5\urel\cXmlParser.dll 	"sys\bin\cXmlParser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3335
data=\epoc32\data\Z\private\101F6CFE\backup_registration.xml 	"private\101F6CFE\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3336
file=\epoc32\release\ARMV5\urel\DBRECOVERY.EXE 	"sys\bin\DBRECOVERY.EXE"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3337
file=\epoc32\release\ARMV5\urel\dcmoclient.dll 	"sys\bin\dcmoclient.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3338
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DeflateFilter.dll , DeflateFilter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3339
data=\epoc32\data\Z\resource\devdiagconnectivitysuitepluginrsc.rsc 	"resource\devdiagconnectivitysuitepluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3340
data=\epoc32\data\Z\resource\devdiagcoveragesuitepluginrsc.rsc 	"resource\devdiagcoveragesuitepluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3341
data=\epoc32\data\Z\resource\devdiaghardwaresuitepluginrsc.rsc 	"resource\devdiaghardwaresuitepluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3342
data=\epoc32\data\Z\resource\devdiagservicessuitepluginrsc.rsc 	"resource\devdiagservicessuitepluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3343
data=\epoc32\data\Z\resource\devdiagtoplevelsuitepluginrsc.rsc 	"resource\devdiagtoplevelsuitepluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3344
file=\epoc32\release\ARMV5\urel\devenccommonutils.dll 	"sys\bin\devenccommonutils.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3345
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DevEncRfsPlugin.dll , DevEncRfsPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3346
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pk5Recognizer.dll , Pk5Recognizer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3347
data=\epoc32\data\z\Resource\Plugins\Pk5Recognizer.RSC 	"Resource\Plugins\Pk5Recognizer.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3348
file=\epoc32\release\ARMV5\urel\DevEncStarter.exe 	"sys\bin\DevEncStarter.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3349
data=\epoc32\data\Z\resource\apps\DevEncStarter.rsc 	"resource\apps\DevEncStarter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3350
file=\epoc32\release\ARMV5\urel\jsdevice.dll 	"sys\bin\jsdevice.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3351
FILE=\epoc32\release\ARMV5\urel\DevTokenClient.DLL 	"sys\bin\DevTokenclient.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3352
FILE=\epoc32\release\ARMV5\urel\DevTokenServer.exe 	"sys\bin\DevTokenServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3353
FILE=\epoc32\release\ARMV5\urel\DevTokenShared.DLL 	"sys\bin\DevTokenShared.DLL"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3354
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  DevCertStore.DLL ,  DevCertStore.DLL ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3355
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  DevKeyStore.DLL ,  DevKeyStore.DLL ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3356
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  DevSrvCertStore.DLL ,  DevSrvCertStore.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3357
file=\epoc32\release\ARMV5\urel\diagresultsdatabase.dll 	"sys\bin\diagresultsdatabase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3358
file=\epoc32\release\ARMV5\urel\diagresultsdatabaseserver.exe 	"sys\bin\diagresultsdatabaseserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3359
file=\epoc32\release\ARMV5\urel\directorylocalizer.dll 	"sys\bin\directorylocalizer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3360
file=\epoc32\release\ARMV5\urel\DisconnectDlgClient.DLL 	"sys\bin\DisconnectDlgClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3361
auto-bitmap=\epoc32\data\Z\resource\apps\DisconnectDlgUi.mbm 	resource\apps\DisconnectDlgUi.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3362
data=\epoc32\data\Z\resource\apps\DisconnectDlgUi.mif 	"resource\apps\DisconnectDlgUi.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3363
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, displaysourceplugin.dll , displaysourceplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3364
file=\epoc32\release\ARMV5\urel\dmeventnotifier.exe 	"sys\bin\dmeventnotifier.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3365
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmnatfwtraversaladapter.dll , nsmldmnatfwtraversaladapter.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3366
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmsipadapter.dll , nsmldmsipadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3367
file=\epoc32\release\ARMV5\urel\DMUtilServer.exe 	"sys\bin\DMUtilServer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3368
file=\epoc32\release\ARMV5\urel\DMUtil.dll 	"sys\bin\DMUtil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3369
file=\epoc32\release\ARMV5\urel\DRMCOMMON.DLL 	"sys\bin\DRMCOMMON.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3370
data=\epoc32\data\Z\resource\DRMCOMMON.RSC 	"resource\DRMCOMMON.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3371
file=\epoc32\release\ARMV5\urel\DcfRep.dll 	"sys\bin\DcfRep.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3372
file=\epoc32\release\ARMV5\urel\DcfRepSrv.EXE 	"sys\bin\DcfRepSrv.EXE"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3373
file=\epoc32\release\ARMV5\urel\DRMHELPERSERVER.EXE 	"sys\bin\DRMHELPERSERVER.EXE"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3374
file=\epoc32\release\ARMV5\urel\DrmKeyStorage.dll 	"sys\bin\DrmKeyStorage.dll"
90
62156f66dbad Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents: 87
diff changeset
  3375
file=\epoc32\release\ARMV5\urel\stem_DrmStdKeyStorage.dll 	"sys\bin\DrmStdKeyStorage.dll"
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3376
file=\epoc32\release\ARMV5\urel\DrmCrypto.DLL 	"sys\bin\DrmCrypto.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3377
file=\epoc32\release\ARMV5\urel\DrmDcf.DLL 	"sys\bin\DrmDcf.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3378
file=\epoc32\release\ARMV5\urel\DrmRights.DLL 	"sys\bin\DrmRights.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3379
file=\epoc32\release\ARMV5\urel\DrmServerInterfaces.DLL 	"sys\bin\DrmServerInterfaces.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3380
file=\epoc32\release\ARMV5\urel\DrmParsers.DLL 	"sys\bin\DrmParsers.DLL"
90
62156f66dbad Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents: 87
diff changeset
  3381
file=\epoc32\release\ARMV5\urel\stem_RightsServer.EXE 	"sys\bin\RightsServer.EXE"
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3382
file=\epoc32\release\ARMV5\urel\DrmServiceAPI.dll 	"sys\bin\DrmServiceAPI.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3383
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RECDRM.DLL , RECDRM.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3384
data=\epoc32\data\Z\private\102073ea\excludes\101F51F2.exc 	"private\102073ea\excludes\101F51F2.exc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3385
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, OmaDrmAgent.dll , OmaDrmAgent.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3386
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DrmRel1_0StringDict00.dll , DrmRel1_0StringDict00.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3387
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DrmRel2_1StringDict00.dll , DrmRel2_1StringDict00.dll ) 
90
62156f66dbad Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents: 87
diff changeset
  3388
file=\epoc32\release\ARMV5\urel\stem_RoapHandler.DLL 	"sys\bin\RoapHandler.DLL"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3389
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HTTPFilterDRM.dll , HTTPFilterDRM.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3390
data=\epoc32\data\Z\Private\101F51F2\backup_registration.xml 	"PRIVATE\101F51F2\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3391
data=\epoc32\data\Z\System\Install\OmaDrm_Stub.SIS 	"system\install\OmaDrm_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3392
file=\epoc32\release\ARMV5\urel\DRMHelper.dll 	"sys\bin\DRMHelper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3393
file=\epoc32\release\ARMV5\urel\DRMLicenseManager.DLL 	"sys\bin\DRMLicenseManager.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3394
file=\epoc32\release\ARMV5\urel\DRMLicenseChecker.DLL 	"sys\bin\DRMLicenseChecker.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3395
file=\epoc32\release\ARMV5\urel\DRMRightsManager.exe 	"sys\bin\DRMRightsManager.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3396
data=\epoc32\data\Z\resource\apps\DRMRightsManager.mif 	"resource\apps\DRMRightsManager.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3397
data=\epoc32\data\Z\resource\apps\DRMRightsManager_AIF.MIF 	"resource\apps\DRMRightsManager_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3398
data=\epoc32\data\z\private\10003a3f\apps\DRMRightsManager_reg.rsc 	"private\10003a3f\import\apps\DRMRightsManager_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3399
data=\epoc32\data\Z\System\install\DRMRightsManager_stub.SIS 	"system\install\DRMRightsManager_stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3400
file=\epoc32\release\ARMV5\urel\drmrightsstoringlocation.dll 	"sys\bin\drmrightsstoringlocation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3401
file=\epoc32\release\ARMV5\urel\drmroapwbxmlparser.dll 	"sys\bin\drmroapwbxmlparser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3402
file=\epoc32\release\ARMV5\urel\drmserviceapiwrapper.dll 	"sys\bin\drmserviceapiwrapper.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3403
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  drmsettingsplugin.dll ,  drmsettingsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3404
data=\epoc32\data\Z\System\install\commondrm_stub.SIS 	"system\install\commondrm_stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3405
file=\epoc32\release\ARMV5\urel\DRMUtility.dll 	"sys\bin\DRMUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3406
file=\epoc32\release\ARMV5\urel\drmutilitycommon.dll 	"sys\bin\drmutilitycommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3407
file=\epoc32\release\ARMV5\urel\drmutilitywmdrmwrapper.dll 	"sys\bin\drmutilitywmdrmwrapper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3408
file=\epoc32\release\ARMV5\urel\DrmRightsInfo.dll 	"sys\bin\DrmRightsInfo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3409
file=\epoc32\release\ARMV5\urel\DrmRightsInfoImpl.dll 	"sys\bin\DrmRightsInfoImpl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3410
file=\epoc32\release\ARMV5\urel\DRMUiHandling.dll 	"sys\bin\DRMUiHandling.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3411
file=\epoc32\release\ARMV5\urel\DRMUiHandlingImpl.dll 	"sys\bin\DRMUiHandlingImpl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3412
file=\epoc32\release\ARMV5\urel\DRMAutomatedUsage.dll 	"sys\bin\DRMAutomatedUsage.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3413
file=\epoc32\release\ARMV5\urel\DRMAutomatedUsageImpl.dll 	"sys\bin\DRMAutomatedUsageImpl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3414
file=\epoc32\release\ARMV5\urel\dunatext.dll 	"sys\bin\dunatext.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3415
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, dunclient.dll , dunclient.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3416
file=\epoc32\release\ARMV5\urel\eapol.dll 	"sys\bin\Eapol.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3417
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapmschapv2.dll ,  eapmschapv2.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3418
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eaptlspeap.dll ,  eaptlspeap.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3419
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapsecurid.dll ,  eapsecurid.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3420
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eapvpnif.dll , eapvpnif.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3421
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wlaneapolif.dll , wlaneapolif.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3422
data=\epoc32\data\Z\Private\100012A5\policy\102072e9.spd 	"private\100012A5\policy\102072e9.spd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3423
data=\epoc32\data\Z\Private\101F8EC5\backup_registration_eapol.xml 	"private\101F8EC5\backup_registration_eapol.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3424
data=\epoc32\data\Z\Private\101F8EC5\eap.conf 	"private\101F8EC5\eap.conf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3425
file=\epoc32\release\ARMV5\urel\eikctl.dll 	"sys\bin\eikctl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3426
REM RefUI implementation of UIKON components
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3427
file=\epoc32\release\ARMV5\urel\eikcoctl.dll 	"sys\bin\eikcoctl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3428
file=\epoc32\release\ARMV5\urel\eikdlg.dll 	"sys\bin\eikdlg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3429
file=\epoc32\release\ARMV5\urel\eikcdlg.dll 	"sys\bin\eikcdlg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3430
data=\epoc32\data\Z\Resource\eikcdlg.rsc 	"resource\eikcdlg.rsc"
85
ee5d5928b136 Cleaning up the tidying up of the startup
Tom Pritchard <tomp@symbian.org>
parents: 66
diff changeset
  3431
file=\epoc32\release\ARMV5\urel\stem_eiksrvui.dll 	"sys\bin\eiksrvui.dll"
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3432
file=\epoc32\release\ARMV5\urel\eikalert.dll 	"sys\bin\eikalert.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3433
file=\epoc32\release\ARMV5\urel\econseik.dll 	"sys\bin\econs.dll" uid3=0x100039e7
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3434
file=\epoc32\release\ARMV5\urel\DataSourceConfigIntfc.dll 	"sys\bin\DataSourceConfigIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3435
file=\epoc32\release\ARMV5\urel\TransferRateMonitor.dll 	"sys\bin\TransferRateMonitor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3436
data=\epoc32\data\Z\System\install\WMA_AudCon_stub.sis 	"System\Install\WMA_AudCon_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3437
data=\epoc32\data\Z\System\install\EnhancedMediaClient_Stub.SIS 	"System\Install\EnhancedMediaClient_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3438
data=\epoc32\data\Z\System\install\DosEnPolicy_stub.sis 	"system\install\DosEnPolicy_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3439
file=\epoc32\release\ARMV5\urel\extendedconnpref.dll 	"sys\bin\extendedconnpref.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3440
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, extendedconnprefecom.dll , extendedconnprefecom.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3441
REM Favourites Engine
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3442
file=\epoc32\release\ARMV5\urel\FavouritesEngine.dll 	"sys\bin\FavouritesEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3443
file=\epoc32\release\ARMV5\urel\FavouritesSrv.exe 	"sys\bin\FavouritesSrv.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3444
data=\epoc32\data\Z\private\100012a5\policy\101FD685.SPD 	"private\100012a5\policy\101FD685.SPD"	
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3445
data=\epoc32\data\Z\private\10008d38\backup_registration.xml 	"private\10008d38\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3446
data=\epoc32\data\Z\private\10008d38\BookmarkImportSample.txt 	"data\BookmarkImportSample.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3447
file=\epoc32\release\ARMV5\urel\FeedsServerApi.dll 	"sys\bin\FeedsServerApi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3448
file=\epoc32\release\ARMV5\urel\FeedsServerClient.dll 	"sys\bin\FeedsServerClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3449
data=\epoc32\data\z\private\1020728E\default_feeds.xml 	"private\1020728E\default_feeds.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3450
data=\epoc32\data\Z\private\100012a5\policy\10281F95.SPD 	"private\100012a5\policy\10281F95.SPD"	
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3451
data=\epoc32\data\Z\private\1020728E\backup_registration.xml 	"private\1020728E\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3452
file=\epoc32\release\ARMV5\urel\FindUtil.dll 	"sys\bin\FindUtil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3453
file=\epoc32\release\ARMV5\urel\inlinetext.dll 	"sys\bin\inlinetext.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3454
file=\epoc32\release\ARMV5\urel\fmPresetUtility.dll 	"sys\bin\fmPresetUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3455
data=\epoc32\data\Z\Private\10207B87\backup_registration.xml 	"PRIVATE\10207B87\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3456
REM FONTPROVIDER
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3457
file=\epoc32\release\ARMV5\urel\FontProvider.dll 	"sys\bin\FontProvider.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3458
data=\epoc32\data\z\private\1020509C\link.ini 	"private\1020509C\link.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3459
file=\epoc32\release\ARMV5\urel\fotaengine.dll 	"sys\bin\fotaengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3460
file=\epoc32\release\ARMV5\urel\FMSClient.dll 	"sys\bin\FMSClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3461
file=\epoc32\release\ARMV5\urel\fotaschedulehandler.exe 	"sys\bin\fotaschedulehandler.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3462
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fotadiskstorage.dll , fotadiskstorage.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3463
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RfsFotaPlugin.dll , RfsFotaPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3464
file=\epoc32\release\ARMV5\urel\fotacustcmds.dll 	"sys\bin\fotacustcmds.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3465
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gamedatarec.dll , gamedatarec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3466
file=\epoc32\release\ARMV5\urel\ganes.dll 	"sys\bin\ganes.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3467
data=\epoc32\data\Z\resource\apps\ganes.mif 	"resource\apps\ganes.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3468
data=\epoc32\data\Z\System\install\ganesstub.sis 	"System\Install\ganesstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3469
FILE=\epoc32\release\ARMV5\urel\gba2.dll 	"sys\bin\gba2.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3470
FILE=\epoc32\release\ARMV5\urel\gbaserver2.exe 	"sys\bin\gbaserver2.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3471
data=\epoc32\data\Z\System\install\gba_stub.sis 	"System\Install\gba_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3472
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  httpfiltergba2.dll ,  httpfiltergba2.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3473
file=\epoc32\release\ARMV5\urel\generichid.dll 	"sys\bin\generichid.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3474
file=\epoc32\release\ARMV5\urel\gesturehelper.dll 	"sys\bin\gesturehelper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3475
file=\epoc32\release\ARMV5\urel\goommonitor.dll 	"sys\bin\goommonitor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3476
data=\epoc32\data\Z\System\..\private\10207218\goomconfig.xml 	"private\10207218\goomconfig.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3477
data=\epoc32\data\Z\resource\apps\gsaccplugin.mif 	"resource\apps\gsaccplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3478
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSAdminPlugin.dll ,  GSAdminPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3479
data=\epoc32\data\Z\resource\apps\GSAdminPlugin.mif 	"resource\apps\GSAdminPlugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3480
file=\epoc32\release\ARMV5\urel\GSApp.exe 	"sys\bin\GSApp.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3481
data=\epoc32\data\Z\resource\apps\GSApp_aif.MIF 	"resource\apps\GSApp_aif.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3482
data=\epoc32\data\Z\System\..\PRIVATE\10003A3F\APPS\GSApp_reg.RSC 	"Private\10003a3f\apps\GSApp_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3483
file=\epoc32\release\ARMV5\urel\GSFramework.dll 	"sys\bin\GSFramework.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3484
file=\epoc32\release\ARMV5\urel\GSEcomPlugin.dll 	"sys\bin\GSEcomPlugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3485
data=\epoc32\data\Z\resource\apps\Gsfwicon.mif 	"resource\apps\Gsfwicon.mif"        
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3486
data=\epoc32\data\Z\private\100058EC\backup_registration.xml 	"private\100058EC\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3487
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSAppsPlugin.dll ,  GSAppsPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3488
data=\epoc32\data\Z\resource\apps\GSAppsPlugin.mif 	"resource\apps\GSAppsPlugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3489
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gsconnsettingsplugin.dll ,  gsconnsettingsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3490
data=\epoc32\data\Z\resource\apps\gsconnsettingsplugin.mif 	"resource\apps\gsconnsettingsplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3491
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSConPlugin.dll ,  GSConPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3492
data=\epoc32\data\Z\resource\apps\GSConPlugin.mif 	"resource\apps\GSConPlugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3493
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSDataCallPlugin.dll ,  GSDataCallPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3494
data=\epoc32\data\Z\resource\apps\GSDataCallPlugin.mif 	"resource\apps\GSDataCallPlugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3495
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSDeviceManagementPlugin.dll ,  GSDeviceManagementPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3496
data=\epoc32\data\Z\resource\apps\GSDeviceManagementPlugin.mif 	"resource\apps\GSDeviceManagementPlugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3497
data=\epoc32\data\Z\Private\2000B187\2000B591.xml 	"private\2000B187\2000B591.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3498
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSGenPlugin.dll ,  GSGenPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3499
data=\epoc32\data\Z\resource\apps\GSGenPlugin.mif 	"resource\apps\GSGenPlugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3500
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSIndicatorPlugin.dll ,  GSIndicatorPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3501
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSInstallationsPlugin.dll ,  GSInstallationsPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3502
data=\epoc32\data\Z\resource\apps\GSInstallationsPlugin.mif 	"resource\apps\GSInstallationsPlugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3503
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSLangPlugin.dll ,  GSLangPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3504
data=\epoc32\data\Z\resource\apps\GSLangPlugin.mif 	"resource\apps\GSLangPlugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3505
file=\epoc32\release\ARMV5\urel\gslauncher.dll 	"sys\bin\gslauncher.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3506
file=\epoc32\release\ARMV5\urel\GSListBox.dll 	"sys\bin\GSListBox.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3507
data=\epoc32\data\Z\Private\2000B187\2000B593.xml 	"private\2000B187\2000B593.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3508
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSOpticalJoystickPlugin.dll ,  GSOpticalJoystickPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3509
data=\epoc32\data\Z\resource\apps\GSOpticalJoystickPlugin.mif 	"resource\apps\GSOpticalJoystickPlugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3510
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSPDataPlugin.dll ,  GSPDataPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3511
data=\epoc32\data\Z\resource\apps\GSPDataPlugin.mif 	"resource\apps\GSPDataPlugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3512
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSPowerSavingQueryPlugin.dll ,  GSPowerSavingQueryPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3513
data=\epoc32\data\Z\resource\apps\GSPowerSavingQueryPlugin.mif 	"resource\apps\GSPowerSavingQueryPlugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3514
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSSecurityPlugin.dll ,  GSSecurityPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3515
data=\epoc32\data\Z\resource\apps\GSSecPlugin.mif 	"resource\apps\GSSecPlugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3516
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gssensorplugin.dll , gssensorplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3517
data=\epoc32\data\Z\resource\apps\gssenplugin.mif 	"resource\apps\gssenplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3518
file=\epoc32\release\ARMV5\urel\GSServerEngine.dll 	"sys\bin\GSServerEngine.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3519
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSSIPSettingsPlugin.dll ,  GSSIPSettingsPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3520
data=\epoc32\data\Z\resource\apps\GSSIPSettingsPlugin.mif 	"resource\apps\GSSIPSettingsPlugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3521
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSSynchronisationPlugin.dll ,  GSSynchronisationPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3522
data=\epoc32\data\Z\resource\apps\GSSynchronisationPlugin.mif 	"resource\apps\GSSynchronisationPlugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3523
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSTelPlugin.dll ,  GSTelPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3524
data=\epoc32\data\Z\resource\apps\GSTelplugin.mif 	"resource\apps\GSTelplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3525
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, GSXDMPlugin.dll , GSXDMPlugin.dll )   
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3526
data=\epoc32\data\Z\resource\apps\GSXDMplugin.mif 	"resource\apps\GSXDMplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3527
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hapticsconnplugin.dll , hapticsconnplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3528
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hidremconbearer.dll , hidremconbearer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3529
file=\epoc32\release\ARMV5\urel\hotspotclient.dll 	"sys\bin\hotspotclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3530
file=\epoc32\release\ARMV5\urel\ictsclientinterface.dll 	"sys\bin\ictsclientinterface.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3531
file=\epoc32\release\ARMV5\urel\HotSpotServer.exe 	"sys\bin\HotSpotServer.exe" 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3532
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  NetCfgExtnHotSpot.dll ,  NetCfgExtnHotSpot.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3533
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  HssMgmtImpl.dll ,  HssMgmtImpl.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3534
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wlanagthotspotimpl.dll ,  wlanagthotspotimpl.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3535
data=\epoc32\data\Z\resource\apps\hsbrowsericon_AIF.MIF 	"resource\apps\hsbrowsericon_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3536
data=\epoc32\data\Z\Private\10282EC5\backup_registration.xml 	"private\10282EC5\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3537
data=\epoc32\data\Z\system\install\hotspotfwstub.sis 	"system\install\hotspotfwstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3538
data=\epoc32\data\Z\system\install\ictsstub.sis 	"system\install\ictsstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3539
file=\epoc32\release\ARMV5\urel\hspluginsettings.dll 	"sys\bin\hspluginsettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3540
file=\epoc32\release\ARMV5\urel\hspsdomdocument.dll 	"sys\bin\hspsdomdocument.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3541
file=\epoc32\release\ARMV5\urel\hspsresource.dll 	"sys\bin\hspsresource.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3542
file=\epoc32\release\ARMV5\urel\hspsresult.dll 	"sys\bin\hspsresult.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3543
file=\epoc32\release\ARMV5\urel\hspsodt.dll 	"sys\bin\hspsodt.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3544
file=\epoc32\release\ARMV5\urel\hspsdefrep.dll 	"sys\bin\hspsdefrep.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3545
file=\epoc32\release\ARMV5\urel\hspsdefinitionengineinterface.dll 	"sys\bin\hspsdefinitionengineinterface.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3546
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  hspsdefinitionengine.dll  ,  hspsdefinitionengine.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3547
file=\epoc32\release\ARMV5\urel\hspsclient.dll 	"sys\bin\hspsclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3548
file=\epoc32\release\ARMV5\urel\hspsclientsession.dll 	"sys\bin\hspsclientsession.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3549
file=\epoc32\release\ARMV5\urel\hspsrequestclient.dll 	"sys\bin\hspsrequestclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3550
file=\epoc32\release\ARMV5\urel\hspsthemeserver.exe 	"sys\bin\hspsthemeserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3551
data=\epoc32\data\Z\private\200159c0\backup_registration.xml 	"private\200159c0\backup_registration.xml"     
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3552
file=\epoc32\release\ARMV5\urel\hspsservice.dll 	"sys\bin\hspsservice.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3553
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  hspsprovider.dll ,  hspsprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3554
file=\epoc32\release\ARMV5\urel\hswidgetpublisher.dll 	"sys\bin\hswidgetpublisher.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3555
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HttpFilterAcceptHeader.dll , HttpFilterAcceptHeader.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3556
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpfilterauthentication.dll , httpfilterauthentication.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3557
file=\epoc32\release\ARMV5\urel\httpfiltercommon.dll 	"sys\bin\httpfiltercommon.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3558
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpfilterIop.dll , httpfilterIop.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3559
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpfilterproxy.dll , httpfilterproxy.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3560
file=\epoc32\release\ARMV5\urel\iaupdatetools.dll 	"sys\bin\iaupdatetools.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3561
file=\epoc32\release\ARMV5\urel\iaupdateapi.dll 	"sys\bin\iaupdateapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3562
file=\epoc32\release\ARMV5\urel\iaupdaterfiles.dll 	"sys\bin\iaupdaterfiles.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3563
file=\epoc32\release\ARMV5\urel\iaupdatebg.exe 	"sys\bin\iaupdatebg.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3564
data=\epoc32\data\Z\Private\2000F85A\iaupdateengineconfig_testing.xml 	"PRIVATE\2000F85A\iaupdateengineconfig.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3565
data=\epoc32\data\Z\Private\2000F85A\backup_registration.xml 	"PRIVATE\2000F85A\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3566
data=\epoc32\data\Z\System\install\iaupdate_stub.sis 	"system\install\iaupdate_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3567
data=\epoc32\data\Z\System\install\iaupdater_stub.sis 	"system\install\iaupdater_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3568
file=\epoc32\release\ARMV5\urel\ailaunch.exe 	"sys\bin\ailaunch.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3569
file=\epoc32\release\ARMV5\urel\homescreen.exe 	"sys\bin\homescreen.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3570
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\homescreen_reg.rsc 	"Private\10003a3f\apps\homescreen_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3571
data=\epoc32\data\Z\resource\apps\homescreen_AIF.MIF 	"resource\apps\homescreen_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3572
file=\epoc32\release\ARMV5\urel\aiutils.dll 	"sys\bin\aiutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3573
file=\epoc32\release\ARMV5\urel\aiidleint.dll 	"sys\bin\aiidleint.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3574
file=\epoc32\release\ARMV5\urel\aifw.dll 	"sys\bin\aifw.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3575
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenIDWSFplugin.dll , SenIDWSFplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3576
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenIdWsfSecMech.dll , SenIdWsfSecMech.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3577
file=\epoc32\release\ARMV5\urel\Ihl.dll 	"sys\bin\Ihl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3578
file=\epoc32\release\ARMV5\urel\FilterBrightness.dll 	"sys\bin\FilterBrightness.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3579
file=\epoc32\release\ARMV5\urel\FilterBubble.dll 	"sys\bin\FilterBubble.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3580
file=\epoc32\release\ARMV5\urel\FilterBuffer.dll 	"sys\bin\FilterBuffer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3581
file=\epoc32\release\ARMV5\urel\FilterCartoon.dll 	"sys\bin\FilterCartoon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3582
file=\epoc32\release\ARMV5\urel\FilterClipart.dll 	"sys\bin\FilterClipart.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3583
file=\epoc32\release\ARMV5\urel\FilterContrast.dll 	"sys\bin\FilterContrast.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3584
file=\epoc32\release\ARMV5\urel\FilterCrop.dll 	"sys\bin\FilterCrop.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3585
file=\epoc32\release\ARMV5\urel\FilterFrame.dll 	"sys\bin\FilterFrame.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3586
file=\epoc32\release\ARMV5\urel\FilterGrayScale.dll 	"sys\bin\FilterGrayScale.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3587
file=\epoc32\release\ARMV5\urel\FilterIclSource.dll 	"sys\bin\FilterIclSource.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3588
file=\epoc32\release\ARMV5\urel\FilterJpegSource.dll 	"sys\bin\FilterJpegSource.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3589
file=\epoc32\release\ARMV5\urel\FilterJpegTarget.dll 	"sys\bin\FilterJpegTarget.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3590
file=\epoc32\release\ARMV5\urel\FilterNegate.dll 	"sys\bin\FilterNegate.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3591
file=\epoc32\release\ARMV5\urel\FilterRedEye.dll 	"sys\bin\FilterRedEye.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3592
file=\epoc32\release\ARMV5\urel\FilterRotate.dll 	"sys\bin\FilterRotate.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3593
file=\epoc32\release\ARMV5\urel\FilterScale.dll 	"sys\bin\FilterScale.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3594
file=\epoc32\release\ARMV5\urel\FilterSepia.dll 	"sys\bin\FilterSepia.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3595
file=\epoc32\release\ARMV5\urel\FilterSharpness.dll 	"sys\bin\FilterSharpness.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3596
file=\epoc32\release\ARMV5\urel\FilterText.dll 	"sys\bin\FilterText.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3597
file=\epoc32\release\ARMV5\urel\SystemParameters.dll 	"sys\bin\SystemParameters.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3598
file=\epoc32\release\ARMV5\urel\IMAGINGCONFIGMANAGER.DLL 	"sys\bin\IMAGINGCONFIGMANAGER.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3599
file=\epoc32\release\ARMV5\urel\immanager.dll 	"sys\bin\immanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3600
file=\epoc32\release\ARMV5\urel\imdatamodel.dll 	"sys\bin\imdatamodel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3601
file=\epoc32\release\ARMV5\urel\imoperation.dll 	"sys\bin\imoperation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3602
file=\epoc32\release\ARMV5\urel\improcessor.dll 	"sys\bin\improcessor.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3603
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  imecomhook.dll ,  imecomhook.dll )  
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3604
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  imdatamodelhook.dll ,  imdatamodelhook.dll )  
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3605
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  imoperationshook.dll ,  imoperationshook.dll )  
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3606
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  improcessorhook.dll ,  improcessorhook.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3607
data=\epoc32\data\Z\system\install\imfeaturepluginstub.sis 	"system\install\imfeaturepluginstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3608
file=\epoc32\release\ARMV5\urel\imcacheserver.exe 	"sys\bin\imcacheserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3609
file=\epoc32\release\ARMV5\urel\imcacheclient.dll 	"sys\bin\imcacheclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3610
data=\epoc32\data\Z\system\install\imcachestub.sis 	"system\install\imcachestub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3611
file=\epoc32\release\ARMV5\urel\jplangutil.dll 	"sys\bin\jplangutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3612
file=\epoc32\release\ARMV5\urel\KeyEventFw.DLL 	"sys\bin\KeyEventFw.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3613
data=\epoc32\data\Z\resource\AknKeyEventMap.rsc 	"resource\AknKeyEventMap.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3614
file=\epoc32\release\ARMV5\urel\keylockpolicyapi.dll 	"sys\bin\keylockpolicyapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3615
file=\epoc32\release\ARMV5\urel\KeyPublisherPlugin.dll 	"sys\bin\KeyPublisherPlugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3616
REM LBS Query And Notification Api
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3617
file=\epoc32\release\ARMV5\urel\eposprvqnif.dll 	"sys\bin\eposprvqnif.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3618
data=\epoc32\data\Z\System\install\lbtmgmtuistub.sis 	"system\install\lbtmgmtuistub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3619
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  lccustomplugin.dll ,  lccustomplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3620
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, lcstylustap.dll , lcstylustap.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3621
file=\epoc32\release\ARMV5\urel\eposlandmarks.dll 	"sys\bin\eposlandmarks.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3622
data=\epoc32\data\Z\private\100012a5\policy\101fe978.spd 	"private\100012a5\policy\101fe978.spd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3623
file=\epoc32\release\ARMV5\urel\eposlmsearchlib.dll 	"sys\bin\eposlmsearchlib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3624
file=\epoc32\release\ARMV5\urel\eposlmmultidbsearch.dll 	"sys\bin\eposlmmultidbsearch.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3625
file=\epoc32\release\ARMV5\urel\eposlmdbmanlib.dll 	"sys\bin\eposlmdbmanlib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3626
file=\epoc32\release\ARMV5\urel\eposlmlocalaccess.dll 	"sys\bin\eposlmlocalaccess.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3627
data=\epoc32\data\Z\resource\eposlmasyncops.rsc 	"resource\eposlmasyncops.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3628
file=\epoc32\release\ARMV5\urel\eposlmserver.exe 	"sys\bin\eposlmserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3629
data=\epoc32\data\Z\private\101fdf81\eposlmserver.rsc 	"private\101fdf81\eposlmserver.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3630
data=\epoc32\data\Z\private\101fdf81\backup_registration.xml 	"private\101fdf81\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3631
file=\epoc32\release\ARMV5\urel\eposlmintservices.dll 	"sys\bin\eposlmintservices.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3632
data=\epoc32\data\Z\resource\eposlmcompactdblevel.rsc 	"resource\eposlmcompactdblevel.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3633
data=\epoc32\data\Z\resource\apps\eposlmglcategories.mif 	"resource\apps\eposlmglcategories.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3634
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmlocalaccessprovider.dll , eposlmlocalaccessprovider.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3635
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmlocalsearchprovider.dll , eposlmlocalsearchprovider.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3636
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmlocaldbmanprovider.dll , eposlmlocaldbmanprovider.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3637
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmdbmanprov.dll , eposlmdbmanprov.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3638
file=\epoc32\release\ARMV5\urel\eposlmdbreg.dll 	"sys\bin\eposlmdbreg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3639
file=\epoc32\release\ARMV5\urel\eposlmservlib.dll 	"sys\bin\eposlmservlib.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3640
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmrecognizer.dll , eposlmrecognizer.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3641
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmconverter.dll , eposlmconverter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3642
data=\epoc32\data\Z\System\install\locationlandmarksstub.sis 	"system\install\locationlandmarksstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3643
file=\epoc32\release\ARMV5\urel\mnclientlib.dll 	"sys\bin\mnclientlib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3644
file=\epoc32\release\ARMV5\urel\mnservicelib.dll 	"sys\bin\mnservicelib.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3645
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mnaiwprovider.dll , mnaiwprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3646
data=\epoc32\data\Z\System\install\locationmnfwstub.sis 	"system\install\locationmnfwstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3647
file=\epoc32\release\ARMV5\urel\epos_suplnetinitiation.dll 	"sys\bin\epos_suplnetinitiation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3648
data=\epoc32\data\Z\private\102073CA\backup_registration.xml 	"private\102073CA\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3649
file=\epoc32\release\ARMV5\urel\epossuplprotocolhandlerplugin.dll 	"sys\bin\epossuplprotocolhandlerplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3650
file=\epoc32\release\ARMV5\urel\epos_csuplutils.dll 	"sys\bin\epos_csuplutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3651
data=\epoc32\data\Z\System\install\locationsuplfwstub.sis 	"system\install\locationsuplfwstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3652
data=\epoc32\data\Z\System\install\locationsysuistub.sis 	"system\install\locationsysuistub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3653
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locsysuiview.dll , locsysuiview.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3654
data=\epoc32\data\Z\resource\apps\locsysuiview.mif 	"resource\apps\locsysuiview.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3655
file=\epoc32\release\ARMV5\urel\locsysuiengine.dll 	"sys\bin\locsysuiengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3656
file=\epoc32\release\ARMV5\urel\lbtlogger.dll 	"sys\bin\lbtlogger.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3657
file=\epoc32\release\ARMV5\urel\lbtserverlogicbase.dll 	"sys\bin\lbtserverlogicbase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3658
file=\epoc32\release\ARMV5\urel\lbtserver.exe 	"sys\bin\lbtserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3659
file=\epoc32\release\ARMV5\urel\lbtstrategypluginapi.dll 	"sys\bin\lbtstrategypluginapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3660
file=\epoc32\release\ARMV5\urel\ltmvmtdetapi.dll 	"sys\bin\ltmvmtdetapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3661
data=\epoc32\data\Z\private\1028312B\backup_registration.xml 	"private\1028312B\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3662
data=\epoc32\data\Z\System\install\lbtstub.sis 	"system\install\lbtstub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3663
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  locbtnotifier.dll ,  locbtnotifier.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3664
data=\epoc32\data\Z\private\10282BC4\Rules\locbtgpspsypscontextstate.rul 	"private\10282BC4\Rules\locbtgpspsypscontextstate.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3665
data=\epoc32\data\Z\private\10282BC4\Settings\10282C74\locbtgpspsypscontextstate.xml 	"private\10282BC4\Settings\10282C74\locbtgpspsypscontextstate.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3666
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locgpsindicatorplugin.dll , locgpsindicatorplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3667
data=\epoc32\data\Z\System\install\lockapp_stub.sis 	"system\install\lockapp_stub.sis"
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  3668
file=\epoc32\release\ARMV5\urel\lockclient.dll 	"sys\bin\lockclient.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3669
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locnotprefplugin.dll , locnotprefplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3670
file=\epoc32\release\ARMV5\urel\locod.exe 	"sys\bin\locod.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3671
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locpsysettingsui.dll , locpsysettingsui.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3672
data=\epoc32\data\Z\resource\apps\locpsysettings.mif 	"resource\apps\locpsysettings.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3673
file=\epoc32\release\ARMV5\urel\locpsysettingseng.dll 	"sys\bin\locpsysettingseng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3674
file=\epoc32\release\ARMV5\urel\locsettingsuiclient.dll 	"sys\bin\locsettingsuiclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3675
file=\epoc32\release\ARMV5\urel\locsettingsuiserver.exe 	"sys\bin\locsettingsuiserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3676
data=\epoc32\data\Z\resource\apps\locsettingsuiserver_AIF.MIF 	"resource\apps\locsettingsuiserver_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3677
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\locsettingsuiserver_reg.rsc 	"Private\10003a3f\import\apps\locsettingsuiserver_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3678
data=\epoc32\data\Z\private\10281861\backup_registration.xml 	"private\10281861\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3679
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locnotifierwrapper.dll , locnotifierwrapper.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3680
file=\epoc32\release\ARMV5\urel\locutils.dll 	"sys\bin\locutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3681
data=\epoc32\data\Z\RESOURCE\locutils.rsc 	"resource\locutils.rsc"       
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3682
file=\epoc32\release\ARMV5\urel\mcsmenuutils.dll 	"sys\bin\mcsmenuutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3683
file=\epoc32\release\ARMV5\urel\mcsmenueng.dll 	"sys\bin\mcsmenueng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3684
file=\epoc32\release\ARMV5\urel\mcssathandler.dll 	"sys\bin\mcssathandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3685
file=\epoc32\release\ARMV5\urel\menuinterface.dll 	"sys\bin\menuinterface.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3686
data=\epoc32\data\Z\Private\200113dd\backup_registration.xml 	"PRIVATE\200113dd\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3687
data=\epoc32\data\Z\resource\apps\aimcsplugin.mif 	"resource\apps\aimcsplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3688
rem - MdE binaries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3689
file=\epoc32\release\ARMV5\urel\mdeclient.dll 	"sys\bin\mdeclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3690
file=\epoc32\release\ARMV5\urel\mdccommon.dll 	"sys\bin\mdccommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3691
rem - MdE data files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3692
data=\epoc32\data\z\Private\200009F3\schema.mde 	"PRIVATE\200009F3\schema.mde"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3693
data=\epoc32\data\z\Private\200009F3\defaultimportfile.mde 	"PRIVATE\200009F3\defaultimportfile.mde"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3694
data=\epoc32\data\z\Private\200009F3\backup_registration.xml 	"PRIVATE\200009F3\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3695
data=\epoc32\data\z\Private\200009F5\backup_registration.xml 	"PRIVATE\200009F5\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3696
data=\epoc32\data\z\Private\200009F5\mappings.db 	"PRIVATE\200009F5\mappings.db"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3697
rem - Harvester and Context Engine binaries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3698
file=\epoc32\release\ARMV5\urel\HarvesterPluginInterface.dll 	"sys\bin\HarvesterPluginInterface.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3699
file=\epoc32\release\ARMV5\urel\HarvesterClient.dll 	"sys\bin\HarvesterClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3700
file=\epoc32\release\ARMV5\urel\HarvesterServer.exe 	"sys\bin\HarvesterServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3701
file=\epoc32\release\ARMV5\urel\harvestercommon.dll 	"sys\bin\harvestercommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3702
file=\epoc32\release\ARMV5\urel\harvesterdata.dll 	"sys\bin\harvesterdata.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3703
file=\epoc32\release\ARMV5\urel\mdsfileserverplugin.pxt 	"sys\bin\mdsfileserverplugin.pxt"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3704
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HarvesterVideoPlugin.dll , HarvesterVideoPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3705
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, harvesteromadrmplugin.dll , harvesteromadrmplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3706
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, harvesterwmvplugin.dll , harvesterwmvplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3707
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, harvesterrtpplugin.dll , harvesterrtpplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3708
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, harvesteraudioplugin.dll , harvesteraudioplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3709
rem - Blacklist server binaries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3710
file=\epoc32\release\ARMV5\urel\!blacklistserver.exe 	"sys\bin\!blacklistserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3711
file=\epoc32\release\ARMV5\urel\blacklistclient.dll 	"sys\bin\blacklistclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3712
file=\epoc32\release\ARMV5\urel\MonitorPluginInterface.dll 	"sys\bin\MonitorPluginInterface.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3713
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MMCMonitorPlugin.dll , MMCMonitorPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3714
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, FileMonitorPlugin.dll , FileMonitorPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3715
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MessageMonitorPlugin.dll , MessageMonitorPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3716
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mdsoomplugin.dll , mdsoomplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3717
file=\epoc32\release\ARMV5\urel\ContextPluginInterface.dll 	"sys\bin\ContextPluginInterface.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3718
file=\epoc32\release\ARMV5\urel\ContextEngine.dll 	"sys\bin\ContextEngine.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3719
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, calendarcontextplugin.dll , calendarcontextplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3720
file=\epoc32\release\ARMV5\urel\ComposerPluginInterface.dll 	"sys\bin\ComposerPluginInterface.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3721
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ComposerImagePlugin.dll , ComposerImagePlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3722
REM locationmanager
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3723
file=\epoc32\release\ARMV5\urel\locationmanager.dll 	"sys\bin\locationmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3724
REM locationmanagerserver
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3725
REM watchdog
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3726
file=\epoc32\release\ARMV5\urel\mdswatchdog.exe 	"sys\bin\mdswatchdog.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3727
REM locationtrail
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3728
REM ReverseGeocode
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3729
file=\epoc32\release\ARMV5\urel\ReverseGeocode.dll 	"sys\bin\ReverseGeocode.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3730
REM Reverse geocoder plugin
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3731
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ReverseGeoCoderPlugin.dll , ReverseGeoCoderPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3732
REM tagcreator
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3733
file=\epoc32\release\ARMV5\urel\tagcreator.dll 	"sys\bin\tagcreator.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3734
REM geotagger
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3735
REM geoconverter
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3736
file=\epoc32\release\ARMV5\urel\geoconverter.dll 	"sys\bin\geoconverter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3737
REM Location Manager data files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3738
data=\epoc32\data\Z\Private\10202BE9\200071BE.txt 	"PRIVATE\10202BE9\200071BE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3739
REM Harvester Cen Repo file
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3740
data=\epoc32\data\Z\Private\10202BE9\200009FE.txt 	"PRIVATE\10202BE9\200009FE.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3741
REM MdS version CenRep file
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3742
data=\epoc32\data\Z\Private\10202BE9\200009F3.txt 	"PRIVATE\10202BE9\200009F3.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3743
REM Harvester MMC plugin CenRep file
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3744
data=\epoc32\data\Z\Private\10202BE9\20007183.txt 	"PRIVATE\10202BE9\20007183.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3745
data=\epoc32\data\Z\System\install\contentlistingframework_stub.sis 	"system\install\contentlistingframework_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3746
data=\epoc32\data\Z\System\install\contextengine_stub.sis 	"system\install\contextengine_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3747
data=\epoc32\data\Z\System\install\blacklistserver_stub.sis 	"system\install\blacklistserver_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3748
data=\epoc32\data\Z\System\install\composerplugins_stub.sis 	"system\install\composerplugins_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3749
data=\epoc32\data\Z\System\install\harvester_stub.sis 	"system\install\harvester_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3750
data=\epoc32\data\Z\System\install\harvesterplugins_stub.sis 	"system\install\harvesterplugins_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3751
data=\epoc32\data\Z\System\install\monitorplugins_stub.sis 	"system\install\monitorplugins_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3752
data=\epoc32\data\Z\System\install\locationmanager_stub.sis 	"system\install\locationmanager_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3753
data=\epoc32\data\Z\System\install\metadataengine_stub.sis 	"system\install\metadataengine_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3754
data=\epoc32\data\Z\System\install\mds_stub.sis 	"system\install\mds_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3755
data=\epoc32\data\Z\System\install\mdswatchdog_stub.sis 	"system\install\mdswatchdog_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3756
REM MISSING data=\epoc32\data\Z\System\install\locationmanagerclient_stub.sis       system\install\locationmanagerclient_stub.sis
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3757
REM MISSING data=\epoc32\data\Z\System\install\locationtrail_stub.sis       system\install\locationtrail_stub.sis
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3758
REM MISSING data=\epoc32\data\Z\System\install\locationmanagerserver_stub.sis       system\install\locationmanagerserver_stub.sis
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3759
REM MISSING data=\epoc32\data\Z\System\install\ReverseGeocode_stub.sis       system\install\ReverseGeocode_stub.sis
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3760
REM MISSING data=\epoc32\data\Z\System\install\ReverseGeoCoderPlugin_stub.sis       system\install\ReverseGeoCoderPlugin_stub.sis
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3761
REM MISSING data=\epoc32\data\Z\System\install\tagcreator_stub.sis       system\install\tagcreator_stub.sis
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3762
REM MISSING data=\epoc32\data\Z\System\install\geotagger_stub.sis       system\install\geotagger_stub.sis
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3763
REM MISSING data=\epoc32\data\Z\System\install\geoconverter_stub.sis       system\install\geoconverter_stub.sis
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3764
file=\epoc32\release\ARMV5\urel\MGFetch.dll 	"sys\bin\MGFetch.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3765
file=\epoc32\release\ARMV5\urel\MetaDataUtility.dll 	"sys\bin\MetaDataUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3766
file=\epoc32\release\ARMV5\urel\3GPExtParser.dll 	"sys\bin\3GPExtParser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3767
data=\epoc32\data\Z\Resource\TopCharacterSet.rsc 	"resource\TopCharacterSet.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3768
data=\epoc32\data\Z\System\install\metadata_stub.sis 	"System\Install\metadata_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3769
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recrt.dll , recrt.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3770
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MMKeyBearer.dll , MMKeyBearer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3771
data=\epoc32\data\Z\System\install\mmmtpdpstub.sis 	"System\install\mmmtpdpstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3772
data=\epoc32\data\Z\resource\mtp\10207C4B.rsc 	"resource\mtp\10207C4B.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3773
data=\epoc32\data\Z\resource\mtp\10207C53.rsc 	"resource\mtp\10207C53.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3774
file=\epoc32\release\ARMV5\urel\mpm.dll 	"sys\bin\mpm.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3775
file=\epoc32\release\ARMV5\urel\mpmdefaultconnection.dll 	"sys\bin\mpmdefaultconnection.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3776
REM Media Player Settings Engine
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3777
data=\epoc32\data\Z\System\install\mpsetteng_stub.sis 	"system\install\mpsetteng_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3778
file=\epoc32\release\ARMV5\urel\MPSettEngine.dll 	"sys\bin\MPSettEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3779
data=\epoc32\data\z\system\install\mpxstub.sis 	"system\install\mpxstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3780
file=\epoc32\release\ARMV5\urel\mpxalbumartutility.dll 	"sys\bin\mpxalbumartutility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3781
file=\epoc32\release\ARMV5\urel\mpxcollectionutility.dll 	"sys\bin\mpxcollectionutility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3782
file=\epoc32\release\ARMV5\urel\mpxcollectionserver.exe 	"sys\bin\mpxcollectionserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3783
file=\epoc32\release\ARMV5\urel\mpxcollectionengine.dll 	"sys\bin\mpxcollectionengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3784
file=\epoc32\release\ARMV5\urel\mpxcommon.dll 	"sys\bin\mpxcommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3785
data=\epoc32\data\Z\Private\101ffc02\backup_registration.xml 	"private\101ffc02\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3786
file=\epoc32\release\ARMV5\urel\mpxharvesterutility.dll 	"sys\bin\mpxharvesterutility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3787
file=\epoc32\release\ARMV5\urel\mpxcollectionmediator.dll 	"sys\bin\mpxcollectionmediator.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3788
file=\epoc32\release\ARMV5\urel\mpxplaybackengine.dll 	"sys\bin\mpxplaybackengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3789
file=\epoc32\release\ARMV5\urel\mpxplaybackserver.exe 	"sys\bin\mpxplaybackserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3790
file=\epoc32\release\ARMV5\urel\mpxplaybackutility.dll 	"sys\bin\mpxplaybackutility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3791
file=\epoc32\release\ARMV5\urel\mpxplaylistengine.dll 	"sys\bin\mpxplaylistengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3792
data=\epoc32\data\Z\resource\mpxplaylisttopcharacterset.rsc 	"resource\mpxplaylisttopcharacterset.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3793
file=\epoc32\release\ARMV5\urel\mpxviewutility.dll 	"sys\bin\mpxviewutility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3794
file=\epoc32\release\ARMV5\urel\mpxviewplugin.dll 	"sys\bin\mpxviewplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3795
file=\epoc32\release\ARMV5\urel\msgcommonutils.dll 	"sys\bin\msgcommonutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3796
data=\epoc32\data\Z\resource\msgcommonutils.rsc 	"resource\msgcommonutils.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3797
file=\epoc32\release\ARMV5\urel\msgconnmanager.dll 	"sys\bin\msgconnmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3798
data=\epoc32\data\Z\resource\mtp\2001FE3C.rsc 	"resource\mtp\2001FE3C.rsc"   
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3799
file=\epoc32\release\ARMV5\urel\rptp.dll 	"sys\bin\rptp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3800
data=\epoc32\data\Z\resource\mtp\2001FCAE.rsc 	"resource\mtp\2001FCAE.rsc" 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3801
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpstatusservice.dll , mtpstatusservice.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3802
REM MISSING data=\epoc32\data\Z\resource\mtp\2001a97f.rsc  resource\mtp\2001a97f.rsc 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3803
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpmetadataservice.dll , mtpmetadataservice.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3804
REM MISSING data=\epoc32\data\Z\resource\mtp\2001A9A3.rsc  resource\mtp\2001A9A3.rsc
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3805
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpwmpextndp.dll , mtpwmpextndp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3806
REM MISSING data=\epoc32\data\Z\resource\mtp\1028716c.rsc  resource\mtp\1028716c.rsc 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3807
REM MISSING file=\epoc32\release\ARMV5\urel\mtppimproxy.dll    system\libs\mtppimproxy.dll
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3808
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpcalendardp.dll , mtpcalendardp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3809
REM MISSING data=\epoc32\data\Z\resource\mtp\102871B8.rsc  resource\mtp\102871B8.rsc 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3810
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtptaskdp.dll , mtptaskdp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3811
REM MISSING data=\epoc32\data\Z\resource\mtp\10287013.rsc  resource\mtp\10287013.rsc 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3812
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpcontactdp.dll , mtpcontactdp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3813
REM MISSING data=\epoc32\data\Z\resource\mtp\102872bd.rsc  resource\mtp\102872bd.rsc 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3814
REM MISSING data=\epoc32\data\Z\resource\apps\mtpcontactviewdefinition.rsc  resource\apps\mtpcontactviewdefinition.rsc 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3815
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpcontroller.dll , mtpcontroller.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3816
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mulcoverflowwidget.dll ,  mulcoverflowwidget.dll )  
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3817
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, muldatamodelplugin.dll , muldatamodelplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3818
file=\epoc32\release\armv5\urel\mulmodelutility.dll 	"sys\bin\mulmodelutility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3819
file=\epoc32\release\armv5\urel\muldatamodel.dll 	"sys\bin\muldatamodel.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3820
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mulsliderwidget.dll ,  mulsliderwidget.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3821
data=\epoc32\data\Z\resource\apps\mulsliderwidget.mif 	"resource\apps\mulsliderwidget.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3822
file=\epoc32\release\ARMV5\urel\mmccqoscontroller.dll 	"sys\bin\mmccqoscontroller.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3823
data=\epoc32\data\Z\System\install\multimediacommscontroller_stub.sis 	"System\Install\multimediacommscontroller_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3824
file=\epoc32\release\ARMV5\urel\mceclient.dll 	"sys\bin\mceclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3825
file=\epoc32\release\ARMV5\urel\fcpluginengine.dll 	"sys\bin\fcpluginengine.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3826
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fctbcp.dll , fctbcp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3827
data=\epoc32\data\Z\System\install\multimediacommsengine_stub.sis 	"system\install\multimediacommsengine_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3828
file=\epoc32\release\armv5\urel\mulutility.dll 	"sys\bin\mulutility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3829
data=\epoc32\data\Z\private\10202be9\102747d2.txt 	"private\10202be9\102747d2.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3830
data=\epoc32\data\Z\private\10282F04\backup_registration.xml 	"PRIVATE\10282F04\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3831
file=\epoc32\release\ARMV5\urel\connectionmux.dll 	"sys\bin\connectionmux.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3832
file=\epoc32\release\ARMV5\urel\natconfw.dll 	"sys\bin\natconfw.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3833
file=\epoc32\release\ARMV5\urel\natfwnatsettings.dll 	"sys\bin\natfwnatsettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3834
file=\epoc32\release\ARMV5\urel\natfwstunclient.dll 	"sys\bin\natfwstunclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3835
file=\epoc32\release\ARMV5\urel\natfwunsafprotocols.dll 	"sys\bin\natfwunsafprotocols.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3836
file=\epoc32\release\ARMV5\urel\socketmediaconnwrapper.dll 	"sys\bin\socketmediaconnwrapper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3837
file=\epoc32\release\ARMV5\urel\stunserver.dll 	"sys\bin\stunserver.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3838
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, icecandidatehandler.dll , icecandidatehandler.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3839
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, stunplugin.dll , stunplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3840
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, turnplugin.dll , turnplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3841
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  natfwsdpprovider.dll ,  natfwsdpprovider.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3842
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NATTraversalController.dll , NATTraversalController.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3843
data=\epoc32\data\Z\System\Install\altair-engine-stub.sis 	"System\Install\altair-engine-stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3844
file=\epoc32\release\ARMV5\urel\ncdengine_20019119.dll 	"sys\bin\ncdengine_20019119.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3845
file=\epoc32\release\ARMV5\urel\ncdutils_20019119.dll 	"sys\bin\ncdutils_20019119.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3846
data=\epoc32\data\Z\Private\20019119\backup_registration.xml 	"PRIVATE\20019119\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3847
REM Enabler for exlipsing ROM binaries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3848
data=\epoc32\data\Z\System\install\networkhandling_stub.sis 	"system\install\networkhandling_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3849
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nlanpppsy.dll , nlanpppsy.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3850
data=\epoc32\data\Z\System\install\npppsystub.sis 	"system\install\npppsystub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3851
data=\epoc32\data\Z\System\install\suplpsystub.sis 	"system\install\suplpsystub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3852
REM SyncML Common modules
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3853
REM \common\inc\policy
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3854
data=\epoc32\release\ARMV5\urel\z\private\100012a5\policy\101F99FB.SPD 	"private\100012a5\policy\101F99FB.SPD"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3855
REM \common\wbxml
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3856
file=\epoc32\release\ARMV5\urel\nsmlwbxml.dll 	"sys\bin\nsmlwbxml.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3857
REM \common\transport
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3858
REM \common\http
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3859
REM  \dm\settings		
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3860
file=\epoc32\release\ARMV5\urel\NSmlDMSettings.dll 	"sys\bin\NSmlDMSettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3861
REM \ds\settings
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3862
file=\epoc32\release\ARMV5\urel\NSmlDSSettings.dll 	"sys\bin\NSmlDSSettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3863
REM \common\obexclient
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3864
REM \common\obexcommserver
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3865
file=\epoc32\release\ARMV5\urel\nsmlobexcommserver.dll 	"sys\bin\nsmlobexcommserver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3866
REM \common\obexserverbinding
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3867
file=\epoc32\release\ARMV5\urel\nsmlobexserverbinding.dll 	"sys\bin\nsmlobexserverbinding.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3868
REM \common\obexdsplugin
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3869
data=\epoc32\data\Z\private\101F99F6\capability\101F6DE4.xml 	"private\101F99F6\capability\101F6DE4.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3870
REM \common\obexdmplugin
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3871
data=\epoc32\data\Z\private\101F99F6\capability\101F6DE5.xml 	"private\101F99F6\capability\101F6DE5.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3872
REM \common\syncagent
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3873
REM \common\historylog
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3874
file=\epoc32\release\ARMV5\urel\nsmlhistorylog.dll 	"sys\bin\nsmlhistorylog.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3875
REM \common\sosserver
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3876
data=\epoc32\data\Z\private\101F99FB\backup_registration.xml 	"private\101F99FB\backup_registration.xml"	
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3877
REM \common\sosserver_clientapi
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3878
file=\epoc32\release\ARMV5\urel\SyncMLClientAPI.dll 	"sys\bin\SyncMLClientAPI.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3879
REM common\sosserver_privateapi
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3880
file=\epoc32\release\ARMV5\urel\NSmlPrivateAPI.dll 	"sys\bin\NSmlPrivateAPI.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3881
REM \common\sosserver_TransportHandler
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3882
file=\epoc32\release\ARMV5\urel\nsmltransporthandler.dll 	"sys\bin\nsmltransporthandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3883
REM common\Alert Queue
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3884
data=\epoc32\data\Z\resource\NSmlDSTypesRes.rsc 	"resource\NSmlDSTypesRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3885
REM stub sis file
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3886
data=\epoc32\data\Z\System\install\syncmlfw_stub.sis 	"System\Install\syncmlfw_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3887
REM Debug modules for debugging purposes
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3888
REM \common\xml
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3889
file=\epoc32\release\ARMV5\urel\nsmlxml.dll 	"sys\bin\nsmlxml.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3890
REM \common\debug
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3891
REM file=\epoc32\release\ARMV5\urel\nsmldebug.dll		sys\bin\nsmldebug.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3892
REM SyncML Device Management
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3893
REM  SyncML Device Management plug-in adapters
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3894
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmsettingsadapter12.dll , nsmldmsettingsadapter12.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3895
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmstreamingadapter.dll , nsmldmstreamingadapter.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3896
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmbrowseradapter.dll , nsmldmbrowseradapter.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3897
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldssettingsadapter.dll , nsmldssettingsadapter.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3898
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmfotaadapter.dll , nsmldmfotaadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3899
data=\epoc32\release\ARMV5\urel\z\private\100012a5\policy\101F9A02.SPD 	"private\100012a5\policy\101F9A02.SPD"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3900
REM DM utils
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3901
REM file=\epoc32\release\ARMV5\urel\nsmldmaputils.dll		sys\bin\nsmldmaputils.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3902
file=\epoc32\release\ARMV5\urel\nsmldmclientserverutils.dll 	"sys\bin\nsmldmclientserverutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3903
file=\epoc32\release\ARMV5\urel\nsmldmiapmatcher.dll 	"sys\bin\nsmldmiapmatcher.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3904
REM Tree db handler
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3905
file=\epoc32\release\ARMV5\urel\nsmldmtreedbhandler.dll 	"sys\bin\nsmldmtreedbhandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3906
REM Tree db client
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3907
file=\epoc32\release\ARMV5\urel\nsmldmtreedbclient.dll 	"sys\bin\nsmldmtreedbclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3908
REM callback server
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3909
file=\epoc32\release\ARMV5\urel\nsmldmcallbackserver.exe 	"sys\bin\nsmldmcallbackserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3910
data=\epoc32\data\Z\private\101F9A06\backup_registration.xml 	"private\101F9A06\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3911
REM Host server base
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3912
file=\epoc32\release\ARMV5\urel\nsmldmhostserver.dll 	"sys\bin\nsmldmhostserver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3913
REM Host servers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3914
file=\epoc32\release\ARMV5\urel\nsmldmhostserver1.exe 	"sys\bin\nsmldmhostserver1.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3915
file=\epoc32\release\ARMV5\urel\nsmldmhostserver2.exe 	"sys\bin\nsmldmhostserver2.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3916
file=\epoc32\release\ARMV5\urel\nsmldmhostserver3.exe 	"sys\bin\nsmldmhostserver3.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3917
file=\epoc32\release\ARMV5\urel\nsmldmhostserver4.exe 	"sys\bin\nsmldmhostserver4.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3918
REM Tree module
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3919
file=\epoc32\release\ARMV5\urel\nsmldmmodule.dll 	"sys\bin\nsmldmmodule.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3920
REM Sync Agent
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3921
REM wappushalert
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3922
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmwappushalert.dll , nsmldmwappushalert.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3923
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlinternetadapter.dll , nsmlinternetadapter.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3924
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, globalwlanadapter.dll , globalwlanadapter.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3925
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  nsmldmbmadapter.dll ,  nsmldmbmadapter.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3926
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wlanctrldcmoadapter.dll , wlanctrldcmoadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3927
REM DM OMA provisioning 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3928
REM SyncML Data Synchronisation
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3929
REM Sync settings OTA configuration disabled
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3930
REM data=\epoc32\data\Z\resource\messaging\bif\nsmlsp_sms_no.rsc				resource\messaging\bif\nsmlsp_sms_no.rsc
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3931
REM Policy files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3932
data=\epoc32\release\ARMV5\urel\z\private\100012a5\policy\101F99FD.SPD 	"private\100012a5\policy\101F99FD.SPD"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3933
data=\epoc32\release\ARMV5\urel\z\private\100012a5\policy\101F99FE.SPD 	"private\100012a5\policy\101F99FE.SPD"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3934
REM SyncML  Data Synchronisation plug-in adapters
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3935
data=\epoc32\data\Z\resource\NSmlAgendaDataStore_1_1_2.rsc 	"resource\NSmlAgendaDataStore_1_1_2.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3936
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlcontactsdataprovider.dll , nsmlcontactsdataprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3937
data=\epoc32\data\Z\resource\NSmlContactsDataStoreFormat_1_1_2.rsc 	"resource\NSmlContactsDataStoreFormat_1_1_2.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3938
data=\epoc32\data\Z\resource\NSmlContactsDataStoreFormat_1_2.rsc 	"resource\NSmlContactsDataStoreFormat_1_2.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3939
data=\epoc32\data\Z\resource\NSmlDSProfileRes.rsc 	"resource\NSmlDSProfileRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3940
REM \ds\adapters\dataproviderbase
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3941
file=\epoc32\release\ARMV5\urel\smldataprovider.dll 	"sys\bin\smldataprovider.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3942
REM \ds\Adapter Log
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3943
file=\epoc32\release\ARMV5\urel\NSmlAdapterLog.dll 	"sys\bin\NSmlAdapterLog.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3944
REM \ds\datamod
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3945
file=\epoc32\release\ARMV5\urel\nsmldatamod.dll 	"sys\bin\nsmldatamod.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3946
REM \ds\dshostclient
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3947
REM \ds\dshostserverbase
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3948
REM \ds\dshostservers
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3949
data=\epoc32\data\Z\private\101F99FD\backup_registration.xml 	"private\101F99FD\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3950
data=\epoc32\data\Z\private\101F99FE\backup_registration.xml 	"private\101F99FE\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3951
REM \ds\setting
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3952
REM data=\epoc32\data\Z\private\101F99FB\VariantData.xml	\private\101F99FB\VariantData.xml
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3953
REM \ds\agentlog
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3954
REM ds\wappushalert
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3955
REM \ds\alerthandler
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3956
REM \ds\provisioningadapter
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3957
REM \ds\dsutils
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3958
file=\epoc32\release\ARMV5\urel\nsmlchangefinder.dll 	"sys\bin\nsmlchangefinder.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3959
file=\epoc32\release\ARMV5\urel\nsmlCGIScriptParser.dll 	"sys\bin\nsmlCGIScriptParser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3960
file=\epoc32\release\ARMV5\urel\syncmldatafilter.dll 	"sys\bin\syncmldatafilter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3961
file=\epoc32\release\ARMV5\urel\smlstoreformat.dll 	"sys\bin\smlstoreformat.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3962
file=\epoc32\release\ARMV5\urel\NsmlProfileUtil.dll 	"sys\bin\NsmlProfileUtil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3963
file=\epoc32\release\ARMV5\urel\nsmlfolderparser.dll 	"sys\bin\nsmlfolderparser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3964
REM defaultagendahandler plugin
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3965
data=\epoc32\data\Z\resource\nsmldefaultagendahandler_1_2.RSC 	"resource\nsmldefaultagendahandler_1_2.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3966
REM \ds\syncagent
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3967
REM NUMBERGROUPING
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3968
file=\epoc32\release\ARMV5\urel\numbergrouping.dll 	"sys\bin\numbergrouping.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3969
data=\epoc32\data\Z\Resource\numbergrouping.rsc 	"resource\numbergrouping.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3970
file=\epoc32\release\ARMV5\urel\nvgdecoder.dll 	"sys\bin\nvgdecoder.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3971
file=\epoc32\release\ARMV5\urel\NVGDecoder_SW.dll 	"sys\bin\NVGDecoder_SW.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3972
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexserviceman.dll , obexserviceman.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3973
file=\epoc32\release\ARMV5\urel\obexusbapi.dll 	"sys\bin\obexusbapi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3974
data=\epoc32\data\Z\Private\101F7C87\backup_registration.xml 	"private\101F7C87\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3975
file=\epoc32\release\ARMV5\urel\ode.dll 	"sys\bin\ode.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3976
file=\epoc32\release\ARMV5\urel\epos_comasuplasnplugin.dll 	"sys\bin\epos_comasuplasnplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3977
data=\epoc32\data\Z\resource\epos_omasuplprovhandlerres.rsc 	"resource\epos_omasuplprovhandlerres.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3978
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, epos_omasuplwaplistener.dll , epos_omasuplwaplistener.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3979
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, epos_omasuplnotifierplugin.dll , epos_omasuplnotifierplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3980
file=\epoc32\release\ARMV5\urel\epos_omasuplnotifier.dll 	"sys\bin\epos_omasuplnotifier.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3981
data=\epoc32\data\Z\private\1027509E\backup_registration.xml 	"private\1027509E\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3982
data=\epoc32\data\Z\System\install\omasuplprotocolhandlerstub.sis 	"system\install\omasuplprotocolhandlerstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3983
file=\epoc32\release\ARMV5\urel\oodmonitor.dll 	"sys\bin\oodmonitor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3984
file=\epoc32\release\ARMV5\urel\oommonitor.dll 	"sys\bin\oommonitor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3985
data=\epoc32\data\Z\System\..\private\10207218\oomconfig.xml 	"private\10207218\oomconfig.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3986
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  OrientationActionPlugIn.dll ,  OrientationActionPlugIn.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3987
REM PENINPUTARC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3988
file=\epoc32\release\ARMV5\urel\peninputclient.dll 	"sys\bin\peninputclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3989
file=\epoc32\release\ARMV5\urel\peninputlayoutinterface.dll 	"sys\bin\peninputlayoutinterface.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3990
file=\epoc32\release\ARMV5\urel\peninputlayouteng.dll 	"sys\bin\peninputlayouteng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3991
file=\epoc32\release\ARMV5\urel\peninputlayoutcontrol.dll 	"sys\bin\peninputlayoutcontrol.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3992
file=\epoc32\release\ARMV5\urel\peninputanim.dll 	"sys\bin\peninputanim.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3993
file=\epoc32\release\ARMV5\urel\peninputserver.exe 	"sys\bin\peninputserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3994
file=\epoc32\release\ARMV5\urel\peninputpluginutils.dll 	"sys\bin\peninputpluginutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3995
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\peninputserver_reg.rsc 	"Private\10003a3f\apps\peninputserver_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3996
data=\EPOC32\DATA\Z\resource\apps\peninputserver.RSC 	"resource\apps\peninputserver.rsc" 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3997
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gspeninputplugin.dll , gspeninputplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3998
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, 2000B5E7.dll , 2000B5E7.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3999
data=\epoc32\data\Z\resource\apps\gspeninputplugin_AIF.MIF 	"resource\apps\gspeninputplugin_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4000
file=\epoc32\release\ARMV5\urel\peninputsetting.exe 	"sys\bin\peninputsetting.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4001
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\peninputsetting_reg.rsc 	"Private\10003a3f\apps\peninputsetting_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4002
file=\epoc32\release\ARMV5\urel\peninputcommonctrls.dll 	"sys\bin\peninputcommonctrls.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4003
data=\epoc32\data\Z\resource\apps\peninputmodeswitcher.mif 	"resource\apps\peninputmodeswitcher.mif"   
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4004
file=\epoc32\release\ARMV5\urel\peninputcommonlayout.dll 	"sys\bin\peninputcommonlayout.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4005
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, peninputimeplugingeneric.dll , peninputimeplugingeneric.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4006
data=\epoc32\data\Z\System\install\PhoneClient_stub.sis 	"system\install\PhoneClient_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4007
data=\epoc32\data\Z\System\install\phoneparser_stub.SIS 	"System\Install\phoneparser_stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4008
data=\epoc32\data\Z\System\install\PhoneServer_stub.sis 	"system\install\PhoneServer_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4009
REM redefined DATAZ_ as \epoc32\data\Z
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4010
data=\epoc32\data\Z\Private\10000850\backup_registration.xml 	"PRIVATE\10000850\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4011
data=\epoc32\data\Z\resource\dps.RSC 	"resource\dps.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4012
data=\epoc32\data\Z\System\install\playbackhelper_stub.sis 	"system\install\playbackhelper_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4013
data=\epoc32\data\Z\System\install\playlistrecognizer_stub.sis 	"system\install\playlistrecognizer_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4014
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pmadapter.dll , pmadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4015
file=\epoc32\release\ARMV5\urel\PolicyEngine.dll 	"sys\bin\PolicyEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4016
file=\epoc32\release\ARMV5\urel\PolicyEngineServer.exe 	"sys\bin\PolicyEngineServer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4017
file=\epoc32\release\ARMV5\urel\CentRepToolServer.exe 	"sys\bin\CentRepToolServer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4018
file=\epoc32\release\ARMV5\urel\CentRepTool.dll 	"sys\bin\CentRepTool.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4019
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PolicyEngineUI.dll , PolicyEngineUI.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4020
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PMRFsPlugin.dll , PMRFsPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4021
file=\epoc32\release\ARMV5\urel\BSUtil.dll 	"sys\bin\BSUtil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4022
file=\epoc32\release\ARMV5\urel\batterypopupcontrol.dll 	"sys\bin\batterypopupcontrol.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4023
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  batindicatorpaneplugin.dll ,  batindicatorpaneplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4024
data=\epoc32\data\Z\resource\plugins\batindicatorpaneplugin.rsc 	"resource\plugins\batindicatorpaneplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4025
data=\epoc32\data\Z\resource\apps\batterypopupcontrol.mif 	"resource\apps\batterypopupcontrol.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4026
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  simpleplugin.dll ,  simpleplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4027
data=\epoc32\data\Z\system\install\presencefwsimpleadptstub.sis 	"system\install\presencefwsimpleadptstub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4028
data=\epoc32\data\z\private\10202BE9\1028224B_s60.cre 	"private\10202BE9\1028224B.cre"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4029
data=\epoc32\data\z\private\10202BE9\10282266_s60.cre 	"private\10202BE9\10282266.cre"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4030
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\No_Sound.wav 	"resource\No_Sound.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4031
data=\epoc32\data\Z\Private\100058F8\backup_registration.xml 	"private\100058F8\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4032
data=\epoc32\data\Z\System\install\ProfileSettingsMonitor_Stub.SIS 	"System\Install\ProfileSettingsMonitor_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4033
data=\epoc32\data\Z\System\install\ProgressiveDownload_Stub.SIS 	"System\Install\ProgressiveDownload_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4034
file=\epoc32\release\ARMV5\urel\ProvisioningParser.dll 	"sys\bin\ProvisioningParser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4035
data=\epoc32\data\Z\Private\100012a5\policy\101F84D6.spd 	"PRIVATE\100012a5\policy\101F84D6.spd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4036
data=\epoc32\data\Z\Private\\101F8597\backup_registration.xml 	"PRIVATE\101F8597\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4037
file=\epoc32\release\ARMV5\urel\psln.exe 	"sys\bin\psln.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4038
data=\epoc32\data\Z\resource\apps\pslnicon.mif 	"resource\apps\pslnicon.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4039
data=\epoc32\data\Z\resource\apps\psln_AIF.MIF 	"resource\apps\psln_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4040
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\psln_reg.rsc 	"Private\10003a3f\apps\psln_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4041
file=\epoc32\release\ARMV5\urel\pslnengine.dll 	"sys\bin\pslnengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4042
file=\epoc32\release\ARMV5\urel\pslnframework.dll 	"sys\bin\pslnframework.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4043
file=\epoc32\release\ARMV5\urel\pslnwallpaperutilsloader.dll 	"sys\bin\pslnwallpaperutilsloader.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4044
file=\epoc32\release\ARMV5\urel\pslnbrowserlaunchloader.dll 	"sys\bin\pslnbrowserlaunchloader.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4045
data=\epoc32\data\Z\resource\apps\pslngsplugin.mif 	"resource\apps\pslngsplugin.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4046
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  pslngsplugin.dll ,  pslngsplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4047
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  pslnslidesetdialog.dll ,  pslnslidesetdialog.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4048
data=\epoc32\data\Z\private\10005A32\backup_registration.xml 	"private\10005A32\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4049
data=\epoc32\data\Z\private\2000B187\cenrep\101F8770.xml 	"private\2000B187\cenrep\101F8770.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4050
data=\epoc32\data\Z\private\2000B187\cenrep\102818E8.xml 	"private\2000B187\cenrep\102818E8.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4051
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PSStateSourcePlugIn.dll , PSStateSourcePlugIn.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4052
data=\epoc32\data\Z\private\10282BC4\Settings\10282C74\10282C74.xml 	"private\10282BC4\Settings\10282C74\10282C74.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4053
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, psuigsplugin.dll , psuigsplugin.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4054
data=\epoc32\data\Z\resource\apps\psuigsplugin.mif 	"resource\apps\psuigsplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4055
file=\epoc32\release\ARMV5\urel\ptiengine.dll 	"sys\bin\ptiengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4056
data=\epoc32\data\Z\resource\ptiengine.rsc 	"resource\ptiengine.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4057
file=\epoc32\release\ARMV5\urel\QtCore.dll 	"sys\bin\QtCore.dll" UNPAGED
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4058
file=\epoc32\release\ARMV5\urel\QtSql.dll 	"sys\bin\QtSql.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4059
file=\epoc32\release\ARMV5\urel\QtXml.dll 	"sys\bin\QtXml.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4060
file=\epoc32\release\ARMV5\urel\QtNetwork.dll 	"sys\bin\QtNetwork.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4061
file=\epoc32\release\ARMV5\urel\QtScript.dll 	"sys\bin\QtScript.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4062
file=\epoc32\release\ARMV5\urel\QtTest.dll 	"sys\bin\QtTest.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4063
file=\epoc32\release\ARMV5\urel\QtXmlPatterns.dll 	"sys\bin\QtXmlPatterns.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4064
file=\epoc32\release\ARMV5\urel\qcncodecs.dll 	"sys\bin\qcncodecs.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4065
file=\epoc32\release\ARMV5\urel\qjpcodecs.dll 	"sys\bin\qjpcodecs.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4066
file=\epoc32\release\ARMV5\urel\qkrcodecs.dll 	"sys\bin\qkrcodecs.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4067
file=\epoc32\release\ARMV5\urel\qtwcodecs.dll 	"sys\bin\qtwcodecs.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4068
REM MISSING file=\epoc32\release\ARMV5\urel\qaudio.dll            sys\bin\qaudio.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4069
REM MISSING file=\epoc32\release\ARMV5\urel\qvggraphicssystem.dll sys\bin\qvggraphicssystem.dll
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4070
file=\epoc32\release\ARMV5\urel\qts60plugin_5_0.dll 	"sys\bin\qts60plugin_5_0.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4071
data=\epoc32\data\Z\resource\apps\s60main.RSC 	"resource\apps\s60main.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4072
data=\epoc32\data\z\resource\qt\plugins\imageformats\qgif.qtplugin 	"resource\qt\plugins\imageformats\qgif.qtplugin"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4073
data=\epoc32\data\z\resource\qt\plugins\imageformats\qico.qtplugin 	"resource\qt\plugins\imageformats\qico.qtplugin"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4074
data=\epoc32\data\z\resource\qt\plugins\imageformats\qjpeg.qtplugin 	"resource\qt\plugins\imageformats\qjpeg.qtplugin"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4075
data=\epoc32\data\z\resource\qt\plugins\imageformats\qmng.qtplugin 	"resource\qt\plugins\imageformats\qmng.qtplugin"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4076
data=\epoc32\data\z\resource\qt\plugins\imageformats\qsvg.qtplugin 	"resource\qt\plugins\imageformats\qsvg.qtplugin"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4077
data=\epoc32\data\z\resource\qt\plugins\imageformats\qtiff.qtplugin 	"resource\qt\plugins\imageformats\qtiff.qtplugin"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4078
data=\epoc32\data\z\resource\qt\plugins\codecs\qcncodecs.qtplugin 	"resource\qt\plugins\codecs\qcncodecs.qtplugin"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4079
data=\epoc32\data\z\resource\qt\plugins\codecs\qjpcodecs.qtplugin 	"resource\qt\plugins\codecs\qjpcodecs.qtplugin"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4080
data=\epoc32\data\z\resource\qt\plugins\codecs\qkrcodecs.qtplugin 	"resource\qt\plugins\codecs\qkrcodecs.qtplugin"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4081
data=\epoc32\data\z\resource\qt\plugins\codecs\qtwcodecs.qtplugin 	"resource\qt\plugins\codecs\qtwcodecs.qtplugin"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4082
data=\epoc32\data\z\resource\qt\plugins\iconengines\qsvgicon.qtplugin 	"resource\qt\plugins\iconengines\qsvgicon.qtplugin"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4083
REM MISSING data=\epoc32\data\qt\qtlibspluginstubs\qaudio.qtplugin resource\qt\plugins\audio\qaudio.qtplugin
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4084
data=\epoc32\data\z\resource\qt\plugins\graphicssystems\qvggraphicssystem.qtplugin 	"resource\qt\plugins\graphicssystems\qvggraphicssystem.qtplugin"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4085
data=\epoc32\data\Z\System\install\qt_stub.sis 	"System\Install\qt_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4086
data=\epoc32\data\Z\System\install\qtwebkit_stub.sis 	"System\Install\qtwebkit_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4087
data=\epoc32\data\Z\System\install\radioutility_stub.sis 	"system\install\radioutility_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4088
file=\epoc32\release\ARMV5\urel\RECENTURLSTORE.DLL 	"sys\bin\RECENTURLSTORE.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4089
file=\epoc32\release\ARMV5\urel\RLockSettings.dll 	"sys\bin\RLockSettings.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4090
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AIRFSPlugin.dll , AIRFSPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4091
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CertRFSPlugin.dll , CertRFSPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4092
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ClockRFSPlugin.dll , ClockRFSPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4093
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DatastoreRFSPlugin.dll , DatastoreRFSPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4094
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DefaultFolderRFSPlugin.dll , DefaultFolderRFSPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4095
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RfsDisplayContrastPlugin.dll , RfsDisplayContrastPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4096
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, FavouritesRFSPlugin.dll , FavouritesRFSPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4097
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NitzRFSPlugin.dll , NitzRFSPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4098
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, StarterRFSPlugin.dll , StarterRFSPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4099
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SyncMLRFSPlugin.dll , SyncMLRFSPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4100
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, TelephonyRFSPlugin.dll , TelephonyRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4101
file=\epoc32\release\ARMV5\urel\SecureFormatter.exe 	"sys\bin\SecureFormatter.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4102
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, FormatterRFSPlugin.dll , FormatterRFSPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4103
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, UnitconverterRFSPlugin.dll , UnitconverterRFSPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4104
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SIPRFSPlugin.dll , SIPRFSPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4105
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, msgcentrerfsplugin.dll , msgcentrerfsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4106
file=\epoc32\release\ARMV5\urel\ROMTMCLI.DLL 	"sys\bin\ROMTMCLI.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4107
file=\epoc32\release\ARMV5\urel\ROMTMDAT.DLL 	"sys\bin\ROMTMDAT.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4108
file=\epoc32\release\ARMV5\urel\ROMTMSER.DLL 	"sys\bin\ROMTMSER.DLL"
90
62156f66dbad Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents: 87
diff changeset
  4109
file=\epoc32\release\ARMV5\urel\ROMTMUI.DLL 	"sys\bin\ROMTMUI.DLL"
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4110
data=\epoc32\data\Z\resource\messaging\mtm\ROMTMREG.rsc 	"resource\messaging\mtm\ROMTMREG.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4111
file=\epoc32\release\ARMV5\urel\rsfwcontrol.dll 	"sys\bin\rsfwcontrol.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4112
file=\epoc32\release\ARMV5\urel\rsfwmountman.dll 	"sys\bin\rsfwmountman.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4113
file=\epoc32\release\ARMV5\urel\rsfwmountstore.dll 	"sys\bin\rsfwmountstore.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4114
file=\epoc32\release\ARMV5\urel\rsfwmountutils.dll 	"sys\bin\rsfwmountutils.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4115
file=\epoc32\release\ARMV5\urel\rsfwcommon.dll 	"sys\bin\rsfwcommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4116
file=\epoc32\release\ARMV5\urel\eremotefs.fsy 	"sys\bin\eremotefs.fsy"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4117
file=\epoc32\release\ARMV5\urel\remotefe.exe 	"sys\bin\remotefe.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4118
file=\epoc32\release\ARMV5\urel\rsfwbootmounter.exe 	"sys\bin\rsfwbootmounter.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4119
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rsfwdavaccess.dll , rsfwdavaccess.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4120
file=\epoc32\release\ARMV5\urel\rsfwsession.dll 	"sys\bin\rsfwsession.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4121
file=\epoc32\release\ARMV5\urel\rsfwconfig.dll 	"sys\bin\rsfwconfig.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4122
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rsfwgsplugin.dll , rsfwgsplugin.dll )   
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4123
data=\epoc32\data\Z\resource\apps\rsfwgsplugin.mif 	"resource\apps\rsfwgsplugin.mif"       
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4124
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rsfwnotplugin.dll , rsfwnotplugin.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4125
file=\epoc32\release\ARMV5\urel\rsfwmountconfbc.dll 	"sys\bin\rsfwmountconfbc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4126
file=\epoc32\release\ARMV5\urel\rtpservice.dll 	"sys\bin\rtpservice.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4127
file=\epoc32\release\ARMV5\urel\rtpstppacket.dll 	"sys\bin\rtpstppacket.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4128
data=\epoc32\data\Z\System\install\rtpstack_stub.sis 	"system\install\rtpstack_stub.sis"
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4129
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, s60mcpr.dll , s60mcpr.dll ) 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4130
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, bsservice.dll , bsservice.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4131
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cpclient.dll , cpclient.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4132
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sapidataplugin.dll , sapidataplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4133
file=\epoc32\release\ARMV5\urel\SATCLIENT.DLL 	"sys\bin\SATCLIENT.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4134
data=\epoc32\data\Z\System\install\SatServer_stub.sis 	"System\Install\SatServer_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4135
file=\epoc32\release\ARMV5\urel\SATSHELLCNTRL.DLL 	"sys\bin\SATSHELLCNTRL.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4136
data=\epoc32\data\Z\System\install\SatApp_stub.sis 	"System\Install\SatApp_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4137
file=\epoc32\release\ARMV5\urel\SchemeApp.exe 	"sys\bin\SchemeApp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4138
data=\epoc32\data\Z\resource\apps\SchemeApp_AIF.MIF 	"resource\apps\SchemeApp_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4139
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\SchemeApp_reg.rsc 	"Private\10003a3f\import\apps\SchemeApp_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4140
data=\epoc32\data\Z\Private\101F99F6\capability\101F9698.xml 	"PRIVATE\101F99F6\capability\101F9698.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4141
data=\epoc32\data\Z\Private\101F99F6\capability\fwdcomp.xml 	"PRIVATE\101F99F6\capability\fwdcomp.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4142
data=\epoc32\data\Z\Private\101F99F6\capability\101F99F6.xml 	"PRIVATE\101F99F6\capability\101F99F6.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4143
file=\epoc32\release\ARMV5\urel\sconconmlhandler.dll 	"sys\bin\sconconmlhandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4144
file=\epoc32\release\ARMV5\urel\sconpcconnclient.dll 	"sys\bin\sconpcconnclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4145
data=\epoc32\data\Z\System\install\secon_stub.sis 	"system\install\secon_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4146
data=\epoc32\data\Z\System\install\sconpcconnplugin_stub.sis 	"system\install\sconpcconnplugin_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4147
data=\epoc32\data\Z\System\install\sconftpplugin_stub.sis 	"system\install\sconftpplugin_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4148
file=\epoc32\release\ARMV5\urel\catalogspcconnectivityplugin.dll 	"sys\bin\catalogspcconnectivityplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4149
data=\epoc32\data\Z\Private\10202D56\sbeconfig.xml 	"PRIVATE\10202D56\sbeconfig.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4150
file=\epoc32\release\ARMV5\urel\SCPClient.dll 	"sys\bin\SCPClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4151
file=\epoc32\release\ARMV5\urel\SCPDatabase.dll 	"sys\bin\SCPDatabase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4152
data=\epoc32\data\Z\Private\100012a5\policy\2002677A.SPD 	"PRIVATE\100012a5\policy\2002677A.SPD"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4153
file=\epoc32\release\ARMV5\urel\SCPEventHandler.dll 	"sys\bin\SCPEventHandler.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4154
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SCPPatternPlugin.dll ,  SCPPatternPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4155
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SCPHistoryPlugin.dll ,  SCPHistoryPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4156
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SCPTimestampPlugin.dll ,  SCPTimestampPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4157
data=\epoc32\data\Z\Private\100056CF\backup_registration.xml 	"private\100056CF\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4158
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, screensaveraiwplugin.dll , screensaveraiwplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4159
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ScreenSaverAnimPlugin.dll , ScreenSaverAnimPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4160
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ScreenSaverGifAnimPlugin.dll , ScreenSaverGifAnimPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4161
file=\epoc32\release\ARMV5\urel\searchmanager.dll 	"sys\bin\searchmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4162
file=\epoc32\release\ARMV5\urel\searchdatamodel.dll 	"sys\bin\searchdatamodel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4163
file=\epoc32\release\ARMV5\urel\searchoperation.dll 	"sys\bin\searchoperation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4164
file=\epoc32\release\ARMV5\urel\searchprocessor.dll 	"sys\bin\searchprocessor.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4165
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  searchecomhook.dll ,  searchecomhook.dll )  
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4166
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  searchdatamodelhook.dll ,  searchdatamodelhook.dll )  
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4167
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  searchoperationshook.dll ,  searchoperationshook.dll )  
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4168
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  searchprocessorhook.dll ,  searchprocessorhook.dll )  
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4169
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SecModUI.dll ,  SecModUI.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4170
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Securitynotifierwrapper.dll , Securitynotifierwrapper.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4171
file=\epoc32\release\ARMV5\urel\SENDUI.DLL 	"sys\bin\Sendui.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4172
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SendUiWatcher.dll , SendUiWatcher.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4173
file=\epoc32\release\ARMV5\urel\SendUiServiceResolver.exe 	"sys\bin\SendUiServiceResolver.exe"            
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4174
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\SendUiServiceResolver_reg.rsc 	"Private\10003a3f\import\apps\SendUiServiceResolver_reg.rsc"        
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4175
file=\epoc32\release\ARMV5\urel\senduilauncher.exe 	"sys\bin\senduilauncher.exe"            
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4176
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\senduilauncher_reg.rsc 	"Private\10003a3f\import\apps\senduilauncher_reg.rsc"        
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4177
data=\epoc32\data\z\system\install\stub_senduiserviceresolver.sis 	"system\install\stub_senduiserviceresolver.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4178
data=\epoc32\data\z\system\install\stub_senduilauncher.sis 	"system\install\stub_senduilauncher.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4179
file=\epoc32\release\ARMV5\urel\sensordatacompensatorplugin.dll 	"sys\bin\sensordatacompensatorplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4180
data=\epoc32\data\Z\private\10282bc4\rules\sensordatacompensationui.rul 	"private\10282BC4\rules\sensordatacompensationui.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4181
data=\epoc32\data\Z\private\10282bc4\rules\sensordatacompensationdevice.rul 	"private\10282BC4\rules\sensordatacompensationdevice.rul"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4182
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SensorSourcePlugIn.dll ,  SensorSourcePlugIn.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4183
data=\epoc32\data\Z\private\10282BC4\Settings\10282DF0\10282DF0.xml 	"private\10282BC4\Settings\10282DF0\10282DF0.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4184
file=\epoc32\release\ARMV5\urel\Liwservicehandler.dll 	"sys\bin\Liwservicehandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4185
data=\epoc32\data\Z\resource\liwServiceHandler.rsc 	"resource\liwServiceHandler.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4186
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, liwResolver.dll , liwResolver.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4187
file=\epoc32\release\ARMV5\urel\RTSecMgrServer.exe 	"sys\bin\RTSecMgrServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4188
file=\epoc32\release\ARMV5\urel\RTSecMgrClient.dll 	"sys\bin\RTSecMgrClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4189
file=\epoc32\release\ARMV5\urel\RTSecMgrUtil.dll 	"sys\bin\RTSecMgrUtil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4190
data=\epoc32\data\Z\Private\2000f847\backup_registration.xml 	"private\2000f847\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4191
file=\epoc32\release\ARMV5\urel\locationservice.dll 	"sys\bin\locationservice.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4192
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locationprovider.dll , locationprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4193
file=\epoc32\release\ARMV5\urel\landmarkservice.dll 	"sys\bin\landmarkservice.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4194
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, landmarkprovider.dll , landmarkprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4195
file=\epoc32\release\ARMV5\urel\contactservice.dll 	"sys\bin\contactservice.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4196
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, contactprovider.dll , contactprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4197
file=\epoc32\release\ARMV5\urel\loggingservice.dll 	"sys\bin\loggingservice.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4198
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, loggingprovider.dll , loggingprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4199
file=\epoc32\release\ARMV5\urel\sensorservice.dll 	"sys\bin\sensorservice.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4200
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sensorprovider.dll , sensorprovider.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4201
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, serviceregistryprovider.dll , serviceregistryprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4202
data=\epoc32\data\Z\System\INSTALL\serviceapi_stub.sis 	"System\Install\serviceapi_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4203
data=\epoc32\data\Z\System\INSTALL\platformservices_stub.sis 	"System\Install\platformservices_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4204
data=\epoc32\data\Z\System\WidgetLibs\platformservices.js 	"System\WidgetLibs\platformservices.js"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4205
file=\epoc32\release\ARMV5\urel\servicehandler.dll 	"sys\bin\servicehandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4206
data=\epoc32\data\Z\resource\AiwServiceHandler.rsc 	"resource\AiwServiceHandler.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4207
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aiwresolver.dll , aiwresolver.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4208
data=\epoc32\data\Z\System\install\serviceselector_stub.sis 	"System\Install\serviceselector_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4209
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, presenceplugin.dll , presenceplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4210
file=\epoc32\release\ARMV5\urel\simpleengine.dll 	"sys\bin\simpleengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4211
file=\epoc32\release\ARMV5\urel\simplesiputils.dll 	"sys\bin\simplesiputils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4212
file=\epoc32\release\ARMV5\urel\simplexmlutils.dll 	"sys\bin\simplexmlutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4213
file=\epoc32\release\ARMV5\urel\rlspresxdm.dll 	"sys\bin\rlspresxdm.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4214
file=\epoc32\release\ARMV5\urel\presencesettingsapi.dll 	"sys\bin\presencesettingsapi.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4215
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PresenceDM.dll , PresenceDM.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4216
data=\epoc32\data\Z\private\10281EEB\backup_registration.xml 	"private\10281EEB\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4217
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SlideshowPlugin.dll , SlideshowPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4218
file=\epoc32\release\ARMV5\urel\sortutil.dll 	"sys\bin\sortutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4219
file=\epoc32\release\ARMV5\urel\SplashScreen.exe 	"sys\bin\SplashScreen.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4220
file=\epoc32\release\ARMV5\urel\spsbackuphelper.exe 	"sys\bin\spsbackuphelper.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4221
file=\epoc32\release\ARMV5\urel\serviceprovidersettings.dll 	"sys\bin\serviceprovidersettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4222
data=\epoc32\data\Z\Private\10282E7E\backup_registration.xml 	"private\10282E7E\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4223
data=\epoc32\data\Z\Private\200286D2\backup_registration.xml 	"private\200286D2\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4224
data=\epoc32\data\Z\System\install\spsbackuphelper_stub.sis 	"System\Install\spsbackuphelper_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4225
file=\epoc32\release\ARMV5\urel\Srtp.dll 	"sys\bin\Srtp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4226
data=\epoc32\data\Z\System\install\srtpstack_stub.sis 	"system\install\srtpstack_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4227
file=\epoc32\release\ARMV5\urel\startup.exe 	"sys\bin\startup.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4228
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\StartUp_reg.rsc 	"Private\10003a3f\apps\StartUp_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4229
file=\epoc32\release\ARMV5\urel\syserrcmd.dll 	"sys\bin\syserrcmd.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4230
data=\epoc32\data\Z\private\100058F4\backup_registration.xml 	"private\100058F4\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4231
file=\epoc32\release\ARMV5\urel\sanimengine.dll 	"sys\bin\sanimengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4232
file=\epoc32\release\ARMV5\urel\sanimctrl.dll 	"sys\bin\sanimctrl.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4233
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sanimihlplugin.dll ,  sanimihlplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4234
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sanimsvgplugin.dll ,  sanimsvgplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4235
file=\epoc32\release\ARMV5\urel\stmgesturefw.dll 	"sys\bin\stmgesturefw.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4236
data=\epoc32\data\Z\System\install\CenRepStub.sis 	"System\Install\CenRepStub.sis"
85
ee5d5928b136 Cleaning up the tidying up of the startup
Tom Pritchard <tomp@symbian.org>
parents: 66
diff changeset
  4237
file=\epoc32\release\ARMV5\urel\stem_SVGEngine.dll 	"sys\bin\SVGEngine.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4238
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Svgrecog.dll , Svgrecog.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4239
file=\epoc32\release\ARMV5\urel\SVGEngineJI.dll 	"sys\bin\SVGEngineJI.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4240
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, npsvgtplugin.dll , npsvgtplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4241
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SyncMLNotifierWrapper.dll ,  SyncMLNotifierWrapper.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4242
file=\epoc32\release\ARMV5\urel\SyncService.dll 	"sys\bin\SyncService.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4243
file=\epoc32\release\ARMV5\urel\NspsWsPlugin.dll 	"sys\bin\NspsWsPlugin.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4244
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  tacticonactionplugin.dll ,  tacticonactionplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4245
data=\epoc32\data\Z\private\10282BC4\Rules\tacticon.rul 	"private\10282BC4\Rules\tacticon.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4246
file=\epoc32\release\ARMV5\urel\tacticon.dll 	"sys\bin\tacticon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4247
file=\epoc32\release\ARMV5\urel\tacticonserver.exe 	"sys\bin\tacticonserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4248
file=\epoc32\release\ARMV5\urel\tacticonpluginfw.dll 	"sys\bin\tacticonpluginfw.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4249
data=\epoc32\data\Z\System\Sounds\Digital\tacticons.ivt 	"System\Sounds\Digital\tacticons.ivt"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4250
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  tactileactionplugin.dll ,  tactileactionplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4251
data=\epoc32\data\Z\private\10282BC4\Rules\tactile.rul 	"private\10282BC4\Rules\tactile.rul"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4252
file=\epoc32\release\ARMV5\urel\tactileclickplugin.dll 	"sys\bin\tactileclickplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4253
file=\epoc32\release\ARMV5\urel\tactilearearegistry.dll 	"sys\bin\tactilearearegistry.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4254
file=\epoc32\release\ARMV5\urel\touchfeedback.dll 	"sys\bin\touchfeedback.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4255
file=\epoc32\release\ARMV5\urel\tactilefeedbackresolver.dll 	"sys\bin\tactilefeedbackresolver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4256
data=\epoc32\data\Z\Private\10003B20\9.2_TactileFeedbackLevel1_A.ivt 	"private\10003B20\9.2_TactileFeedbackLevel1_A.ivt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4257
data=\epoc32\data\Z\Private\10003B20\9.2_TactileFeedbackLevel2_A.ivt 	"private\10003B20\9.2_TactileFeedbackLevel2_A.ivt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4258
data=\epoc32\data\Z\Private\10003B20\9.2_TactileFeedbackLevel3_A.ivt 	"private\10003B20\9.2_TactileFeedbackLevel3_A.ivt"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4259
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  tsappecom.dll ,  tsappecom.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4260
data=\epoc32\data\Z\private\10003a3f\apps\taskswitcher_reg.rsc 	"private\10003a3f\import\apps\taskswitcher_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4261
file=\epoc32\release\ARMV5\urel\taskswitcher.exe 	"sys\bin\taskswitcher.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4262
data=\epoc32\data\Z\private\20016BF0\backup_registration.xml 	"private\20016BF0\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4263
data=\epoc32\data\Z\System\install\taskswitcher_stub.sis 	"system\install\taskswitcher_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4264
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, tcadapter.dll , tcadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4265
file=\epoc32\release\ARMV5\urel\telephonyservice.dll 	"sys\bin\telephonyservice.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4266
file=\epoc32\release\ARMV5\urel\terminalcontrol.dll 	"sys\bin\terminalcontrol.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4267
file=\epoc32\release\ARMV5\urel\TerminalControl.exe 	"sys\bin\TerminalControl.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4268
data=\epoc32\release\armv5\urel\Z\private\1020783F\format_e_.txt 	"private\1020783F\format_e_.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4269
file=\epoc32\release\ARMV5\urel\thumbagdaemon.exe 	"sys\bin\thumbagdaemon.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4270
file=\epoc32\release\ARMV5\urel\thumbnailmanager.dll 	"sys\bin\thumbnailmanager.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4271
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, thumbnailvideoprovider.dll , thumbnailvideoprovider.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4272
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, thumbnailimageprovider.dll , thumbnailimageprovider.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4273
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, thumbnailaudioprovider.dll , thumbnailaudioprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4274
data=\epoc32\data\Z\System\install\thumbnailmanager_stub.sis 	"system\install\thumbnailmanager_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4275
data=\epoc32\data\Z\System\install\vtne_stub.sis 	"system\install\vtne_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4276
file=\epoc32\release\ARMV5\urel\TNEENGINE.DLL 	"sys\bin\TNEENGINE.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4277
file=\epoc32\release\ARMV5\urel\tscontextservicesutils.dll 	"sys\bin\tscontextservicesutils.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4278
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  20016BEC.DLL ,  20016BEC.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4279
file=\epoc32\release\ARMV5\urel\tspreviewprovider.dll 	"sys\bin\tspreviewprovider.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4280
file=\epoc32\release\ARMV5\urel\tsfswclient.dll 	"sys\bin\tsfswclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4281
file=\epoc32\release\ARMV5\urel\tsfswutils.dll 	"sys\bin\tsfswutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4282
file=\epoc32\release\ARMV5\urel\tsfswengine.dll 	"sys\bin\tsfswengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4283
file=\epoc32\release\ARMV5\urel\tsfswserver.exe 	"sys\bin\tsfswserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4284
file=\epoc32\release\ARMV5\urel\avcontrolframework.dll 	"sys\bin\avcontrolframework.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4285
file=\epoc32\release\ARMV5\urel\upnpcommand.dll 	"sys\bin\upnpcommand.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4286
file=\epoc32\release\ARMV5\urel\avconnectionmanager.dll 	"sys\bin\avconnectionmanager.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4287
file=\epoc32\release\ARMV5\urel\avcontentdirectory.dll 	"sys\bin\avcontentdirectory.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4288
file=\epoc32\release\ARMV5\urel\avmediaserverclient.dll 	"sys\bin\avmediaserverclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4289
file=\epoc32\release\ARMV5\urel\upnpavobjects.dll 	"sys\bin\upnpavobjects.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4290
file=\epoc32\release\ARMV5\urel\avmediaserver.exe 	"sys\bin\avmediaserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4291
data=\epoc32\data\Z\private\101f977c\objects.xml 	"private\101f977c\objects.xml" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4292
data=\epoc32\data\Z\private\101f977c\public\MediaServer1\ConnectionManager1.xml 	"private\101f977c\public\MediaServer1\ConnectionManager1.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4293
data=\epoc32\data\Z\private\101f977c\public\MediaServer1\ContentDirectory1.xml 	"private\101f977c\public\MediaServer1\ContentDirectory1.xml" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4294
data=\epoc32\data\Z\private\101f977c\public\MediaServer1\MediaServer1.xml 	"private\101f977c\public\MediaServer1\MediaServer1.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4295
data=\epoc32\data\Z\private\101f977c\backup_registration.xml 	"private\101f977c\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4296
data=\epoc32\data\Z\private\101f977d\backup_registration.xml 	"private\101f977d\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4297
file=\epoc32\release\ARMV5\urel\upnpipserversutils.dll 	"sys\bin\upnpipserversutils.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4298
file=\epoc32\release\ARMV5\urel\dlnawebserver.dll 	"sys\bin\dlnawebserver.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4299
file=\epoc32\release\ARMV5\urel\upnpserviceframework.dll 	"sys\bin\upnpserviceframework.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4300
file=\epoc32\release\ARMV5\urel\ssdpserver.dll 	"sys\bin\ssdpserver.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4301
file=\epoc32\release\ARMV5\urel\messagehandler.exe 	"sys\bin\messagehandler.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4302
file=\epoc32\release\ARMV5\urel\upnpcontrolpointbase.dll 	"sys\bin\upnpcontrolpointbase.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4303
file=\epoc32\release\ARMV5\urel\httptransfer.dll 	"sys\bin\httptransfer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4304
file=\epoc32\release\ARMV5\urel\upnpconnectionmanagersession.dll 	"sys\bin\upnpconnectionmanagersession.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4305
file=\epoc32\release\ARMV5\urel\upnpconnmanager.exe 	"sys\bin\upnpconnmanager.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4306
data=\epoc32\data\Z\private\10204162\backup_registration.xml 	"private\10204162\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4307
data=\epoc32\data\Z\system\install\upnpstack.SIS 	"system\install\upnpstack.SIS" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4308
data=\epoc32\data\Z\system\install\homemedia.SIS 	"system\install\homemedia.SIS" 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4309
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usbbasicpersonality.dll , usbbasicpersonality.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4310
file=\epoc32\release\ARMV5\urel\usbclasschangeui.exe 	"sys\bin\usbclasschangeui.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4311
data=\epoc32\data\Z\resource\apps\usbui.mif 	"resource\apps\usbui.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4312
data=\epoc32\data\Z\resource\apps\usbclasschangeui_AIF.MIF 	"resource\apps\usbclasschangeui_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4313
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\usbclasschangeui_reg.rsc 	"Private\10003a3f\apps\usbclasschangeui_reg.rsc" 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4314
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usblocodplugin.dll , usblocodplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4315
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usbmscpersonality.dll , usbmscpersonality.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4316
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usbobexclasscontroller.dll , usbobexclasscontroller.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4317
REM MISSING 	file=\epoc32\release\ARMV5\urel\errrd    						c:\resource\errrd
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4318
REM USB UI notifiers ecom plug-in
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4319
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usbuinotif.dll , usbuinotif.dll )   
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4320
file=\epoc32\release\ARMV5\urel\usbwatcher.dll 	"sys\bin\usbwatcher.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4321
file=\epoc32\release\ARMV5\urel\usbpersonality.dll 	"sys\bin\usbpersonality.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4322
data=\epoc32\data\Z\private\101F9696\backup_registration.xml 	"private\101F9696\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4323
data=\epoc32\data\Z\Private\101fe1db\numberofacmfunctions.ini 	"private\101fe1db\numberofacmfunctions.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4324
file=\epoc32\release\ARMV5\urel\VGRenderer.dll 	"sys\bin\VGRenderer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4325
file=\epoc32\release\ARMV5\urel\PseudoVG.dll 	"sys\bin\PseudoVG.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4326
file=\epoc32\release\ARMV5\urel\SWVG.dll 	"sys\bin\SWVG.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4327
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  VibraActionPlugIn.dll ,  VibraActionPlugIn.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4328
file=\epoc32\release\ARMV5\urel\vcxconnutilpsworker.exe 	"sys\bin\vcxconnutilpsworker.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4329
file=\epoc32\release\ARMV5\urel\CseSchedulerClient.dll 	"sys\bin\CseSchedulerClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4330
file=\epoc32\release\ARMV5\urel\CseSchedulerServer.exe 	"sys\bin\CseSchedulerServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4331
data=\epoc32\data\Z\System\install\vmbx_stub.sis 	"System\Install\vmbx_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4332
file=\epoc32\release\ARMV5\urel\VoIPAudioSession.dll 	"sys\bin\VoIPAudioSession.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4333
file=\epoc32\release\ARMV5\urel\VoIPAudioIntfc.dll 	"sys\bin\VoIPAudioIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4334
data=\epoc32\data\Z\System\install\VoIPAudioSrvc_Stub.sis 	"System\Install\VoIPAudioSrvc_Stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4335
data=\epoc32\data\Z\Resource\Errors\vpnerr.R01 	"resource\errors\vpnerr.R01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4336
alias resource\errors\vpnerr.R01 resource\errors\vpnerr.RSC 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4337
file=\epoc32\release\ARMV5\urel\vpnapi.dll 	"sys\bin\vpnapi.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4338
FILE=\epoc32\release\ARMV5\urel\wapisecuritysettingsui.dll 	"sys\bin\wapisecuritysettingsui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4339
auto-bitmap=\epoc32\data\Z\resource\apps\webkit.mbm 	resource\apps\webkit.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4340
file=\epoc32\release\ARMV5\urel\JavascriptCore.dll 	"sys\bin\JavascriptCore.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4341
file=\epoc32\release\ARMV5\urel\WebKitUtils.dll 	"sys\bin\WebKitUtils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4342
file=\epoc32\release\ARMV5\urel\PageScaler.dll 	"sys\bin\PageScaler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4343
file=\epoc32\release\ARMV5\urel\MemMan.dll 	"sys\bin\MemMan.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4344
file=\epoc32\release\ARMV5\urel\WmlEngine.dll 	"sys\bin\WmlEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4345
file=\epoc32\release\ARMV5\urel\BrowserCache.dll 	"sys\bin\BrowserCache.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4346
file=\epoc32\release\ARMV5\urel\npscript.dll 	"sys\bin\npscript.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4347
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MemoryPlugin.dll , MemoryPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4348
data=\epoc32\data\Z\resource\apps\WebKitIcons.mif 	"resource\apps\webkiticons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4349
data=\epoc32\data\Z\resource\apps\webkitutilsicons.mif 	"resource\apps\webkitutilsicons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4350
file=\epoc32\release\ARMV5\urel\WEBUTILS.dll 	"sys\bin\WEBUTILS.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4351
FILE=\epoc32\release\ARMV5\urel\WEPSecuritySettingsUI.dll 	"sys\bin\WEPSecuritySettingsUI.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4352
file=\epoc32\release\ARMV5\urel\WidgetBackupRestore.exe 	"sys\bin\WidgetBackupRestore.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4353
data=\epoc32\data\Z\Private\2000B4D8\backup_registration.xml 	"private\2000B4D8\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4354
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WidgetMemoryPlugin.dll , WidgetMemoryPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4355
file=\epoc32\release\ARMV5\urel\WidgetInstaller.dll 	"sys\bin\WidgetInstaller.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4356
file=\epoc32\release\ARMV5\urel\WidgetRegistry.exe 	"sys\bin\WidgetRegistry.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4357
file=\epoc32\release\ARMV5\urel\WidgetRegistryClient.dll 	"sys\bin\WidgetRegistryClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4358
data=\epoc32\data\Z\Private\10282f06\Widget_lproj.xml 	"private\10282f06\Widget_lproj.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4359
data=\epoc32\data\Z\Private\10282f06\WidgetAccessPolicy.xml 	"private\10282f06\WidgetAccessPolicy.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4360
file=\epoc32\release\ARMV5\urel\WidgetLauncher.exe 	"sys\bin\WidgetLauncher.exe" 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4361
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WidgetInstallerUI.dll , WidgetInstallerUI.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4362
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WidgetRecognizer.dll , WidgetRecognizer.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4363
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, widgetsidchecker.dll , widgetsidchecker.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4364
REM Wi-Fi Protected Setup
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4365
file=\epoc32\release\ARMV5\urel\WIFIPROTCLIENT.DLL 	"sys\bin\WIFIPROTCLIENT.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4366
file=\epoc32\release\ARMV5\urel\WIFIPROTPLUGIN.DLL 	"sys\bin\WIFIPROTPLUGIN.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4367
FILE=\epoc32\release\ARMV5\urel\WIMCLIENT.DLL 	"sys\bin\WIMCLIENT.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4368
FILE=\epoc32\release\ARMV5\urel\SCARD.DLL 	"sys\bin\SCARD.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4369
FILE=\epoc32\release\ARMV5\urel\WIMUTIL.DLL 	"sys\bin\WIMUTIL.DLL"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4370
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  WIMPLUGIN.DLL ,  WIMPLUGIN.DLL ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4371
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapnotifwrapper.dll ,  eapnotifwrapper.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4372
file=\epoc32\release\ARMV5\urel\mschapv2notifdlg.dll 	"sys\bin\mschapv2notifdlg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4373
file=\epoc32\release\ARMV5\urel\gtcnotifdlg.dll 	"sys\bin\gtcnotifdlg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4374
file=\epoc32\release\ARMV5\urel\papnotifdlg.dll 	"sys\bin\papnotifdlg.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4375
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  EapPluginConfig.dll ,  EapPluginConfig.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4376
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wlanplugin.DLL , wlanplugin.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4377
data=\epoc32\data\Z\resource\apps\wlanplugin.mif 	"resource\apps\wlanplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4378
data=\epoc32\data\Z\Private\2000b187\200100c0.xml 	"private\2000b187\200100c0.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4379
data=\epoc32\data\Z\Private\2000b187\cenrep\101f8e44.xml 	"private\2000b187\cenrep\101f8e44.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4380
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wlanpsmplugin.dll , wlanpsmplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4381
FILE=\epoc32\release\ARMV5\urel\wlansettingsui.dll 	"sys\bin\wlansettingsui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4382
REM WlanSniffer
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4383
data=\epoc32\data\Z\resource\apps\wsficons_AIF.MIF 	"resource\apps\wsficons_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4384
data=\epoc32\data\Z\resource\apps\wsficons.mif 	"resource\apps\wsficons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4385
file=\epoc32\release\ARMV5\urel\wmdrmfileserverclient.dll 	"sys\bin\wmdrmfileserverclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4386
file=\epoc32\release\ARMV5\urel\wmdrmfileserver.exe 	"sys\bin\wmdrmfileserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4387
file=\epoc32\release\ARMV5\urel\drmasf.dll 	"sys\bin\drmasf.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4388
file=\epoc32\release\ARMV5\urel\wmdrmclient.dll 	"sys\bin\wmdrmclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4389
file=\epoc32\release\ARMV5\urel\wmdrmserver.exe 	"sys\bin\wmdrmserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4390
file=\epoc32\release\ARMV5\urel\wmdrmclientwrapper.dll 	"sys\bin\wmdrmclientwrapper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4391
data=\epoc32\data\Z\System\install\wmdrm_stub.sis 	"system\install\wmdrm_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4392
data=\epoc32\data\Z\private\102073ea\excludes\10282F1B.exc 	"private\102073ea\excludes\10282F1B.exc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4393
file=\epoc32\release\ARMV5\urel\wmdrmdlautils.dll 	"sys\bin\wmdrmdlautils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4394
data=\epoc32\data\Z\resource\apps\wmdrmdla.mif 	"resource\apps\wmdrmdla.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4395
file=\epoc32\release\ARMV5\urel\wmdrmdlawrapper.dll 	"sys\bin\wmdrmdlawrapper.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4396
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wmdrmdladefaulthttpplugin.dll ,  wmdrmdladefaulthttpplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4397
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wmdrmdladefaultuiplugin.dll ,  wmdrmdladefaultuiplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4398
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  httpfiltercamese.dll ,  httpfiltercamese.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4399
file=\epoc32\release\ARMV5\urel\wmdrmaccess.dll 	"sys\bin\wmdrmaccess.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4400
file=\epoc32\release\ARMV5\urel\wmdrmkeystorage.dll 	"sys\bin\wmdrmkeystorage.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4401
file=\epoc32\release\ARMV5\urel\wmdrmotaaccess.dll 	"sys\bin\wmdrmotaaccess.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4402
file=\epoc32\release\ARMV5\urel\cameseutility.dll 	"sys\bin\cameseutility.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4403
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wmdrmagent.dll , wmdrmagent.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4404
file=\epoc32\release\ARMV5\urel\wmdrmdla.dll 	"sys\bin\wmdrmdla.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4405
file=\epoc32\release\ARMV5\urel\wmdrmpd.dll 	"sys\bin\wmdrmpd.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4406
FILE=\epoc32\release\ARMV5\urel\WPASecuritySettingsUI.dll 	"sys\bin\WPASecuritySettingsUI.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4407
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wrtdataplugin.dll , wrtdataplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4408
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wrtharvester.dll , wrtharvester.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4409
file=\epoc32\release\ARMV5\urel\SenServConn.dll 	"sys\bin\SenServConn.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4410
file=\epoc32\release\ARMV5\urel\wsconnagent.dll 	"sys\bin\wsconnagent.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4411
data=\epoc32\data\Z\System\install\S60SOA.SIS 	"System\Install\S60SOA.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4412
data=\epoc32\data\Z\private\101F96F4\backup_registration.xml 	"private\101F96F4\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4413
file=\epoc32\release\ARMV5\urel\SenCredentialManager.dll 	"sys\bin\SenCredentialManager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4414
file=\epoc32\release\ARMV5\urel\SenServDesc.dll 	"sys\bin\SenServDesc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4415
REM WlanSnifferAiHelperApplication
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4416
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\wsfaihelper_reg.rsc 	"Private\10003a3f\apps\wsfaihelper_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4417
file=\epoc32\release\ARMV5\urel\wsfaihelper.exe 	"sys\bin\wsfaihelper.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4418
REM WlanSnifferApWizard
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4419
file=\epoc32\release\ARMV5\urel\wsfapwizard.dll 	"sys\bin\wsfapwizard.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4420
REM WlanSnifferClient
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4421
file=\epoc32\release\ARMV5\urel\wsfclient.dll 	"sys\bin\wsfclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4422
REM WlanSnifferApplication
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4423
REM WlanSnifferModel
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4424
file=\epoc32\release\ARMV5\urel\wsfmodel.dll 	"sys\bin\wsfmodel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4425
file=\epoc32\release\ARMV5\urel\SenFragment.dll 	"sys\bin\SenFragment.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4426
file=\epoc32\release\ARMV5\urel\SenFramework.dll 	"sys\bin\SenFramework.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4427
REM WlanSnifferServer
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4428
data=\epoc32\data\Z\Private\200159c0\install\wsfwidget_20026F45\hsps\00\manifest.dat 	"private\200159c0\install\wsfwidget_20026F45\hsps\00\manifest.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4429
data=\epoc32\data\Z\Private\200159c0\install\wsfwidget_20026F45\xuikon\00\wsfwidget.o0000 	"private\200159c0\install\wsfwidget_20026F45\xuikon\00\wsfwidget.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4430
REM WlanInfo
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4431
file=\epoc32\release\ARMV5\urel\wsfwlaninfo.dll 	"sys\bin\wsfwlaninfo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4432
REM WsfWlanInfoSorting
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4433
file=\epoc32\release\ARMV5\urel\wsfwlaninfosorting.dll 	"sys\bin\wsfwlaninfosorting.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4434
data=\epoc32\data\Z\resource\apps\wsfwlaninfosorting.mif 	"resource\apps\wsfwlaninfosorting.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4435
data=\epoc32\data\Z\private\10281caa\backup_registration.xml 	"private\10281caa\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4436
data=\epoc32\data\Z\private\100012a5\policy\2000cf30.spd 	"private\100012a5\policy\2000cf30.spd"	
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4437
file=\epoc32\release\ARMV5\urel\SenHostConn.dll 	"sys\bin\SenHostConn.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4438
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenHostletTransportPlugin.DLL , SenHostletTransportPlugin.DLL ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4439
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenHttpChannelTransport.DLL , SenHttpChannelTransport.DLL ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4440
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenWsiBasicPlugin.dll , SenWsiBasicPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4441
file=\epoc32\release\ARMV5\urel\SenIdentityManager.dll 	"sys\bin\SenIdentityManager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4442
data=\Epoc32\Data\WSINI.ini 	"System\Data\Wsini.ini"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4443
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenLocalTransportPlugin.DLL , SenLocalTransportPlugin.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4444
file=\epoc32\release\ARMV5\urel\SenLogger.dll 	"sys\bin\SenLogger.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4445
file=\epoc32\release\ARMV5\urel\SenServMgr.dll 	"sys\bin\SenServMgr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4446
file=\epoc32\release\ARMV5\urel\SenMessages.dll 	"sys\bin\SenMessages.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4447
file=\epoc32\release\ARMV5\urel\sennotdlg.dll 	"sys\bin\sennotdlg.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4448
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sennotifierplugin.dll , sennotifierplugin.dll )  
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4449
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wsovi.dll , wsovi.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4450
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenPasswordTransforms.dll , SenPasswordTransforms.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4451
file=\epoc32\release\ARMV5\urel\SenProvider.dll 	"sys\bin\SenProvider.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4452
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenRestPlugin.dll , SenRestPlugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4453
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WSStarMessageHandlers.dll , WSStarMessageHandlers.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4454
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WSStarPlugin.dll , WSStarPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4455
file=\epoc32\release\ARMV5\urel\WSPolicy.dll 	"sys\bin\WSPolicy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4456
file=\epoc32\release\ARMV5\urel\SenUtils.dll 	"sys\bin\SenUtils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4457
file=\epoc32\release\ARMV5\urel\SenXml.dll 	"sys\bin\SenXml.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4458
file=\epoc32\release\ARMV5\urel\X509CertNameParser.dll 	"sys\bin\X509CertNameParser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4459
file=\epoc32\release\ARMV5\urel\XCFW.dll 	"sys\bin\XCFW.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4460
file=\epoc32\release\ARMV5\urel\XdmEngine.dll 	"sys\bin\XdmEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4461
file=\epoc32\release\ARMV5\urel\XdmXmlParser.dll 	"sys\bin\XdmXmlParser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4462
file=\epoc32\release\ARMV5\urel\XdmSettingsApi.dll 	"sys\bin\XdmSettingsApi.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4463
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                                 XdmDeviceManagementAdapter.dll ,                                                 XdmDeviceManagementAdapter.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4464
file=\epoc32\release\ARMV5\urel\XcapCacheClient.dll 	"sys\bin\XcapCacheClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4465
file=\epoc32\release\ARMV5\urel\XcapCache.exe 	"sys\bin\XcapCache.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4466
file=\epoc32\release\ARMV5\urel\XcapHttpTransport.dll 	"sys\bin\XcapHttpTransport.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4467
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                             XcapAppUsage.dll ,                                             XcapAppUsage.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4468
data=\epoc32\data\Z\private\10207421\backup_registration.xml 	"private\10207421\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4469
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                             LocalProtocol.dll ,                                             LocalProtocol.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4470
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                             LocalOperations.dll ,                                             LocalOperations.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4471
file=\epoc32\release\ARMV5\urel\ximputils.dll 	"sys\bin\ximputils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4472
file=\epoc32\release\ARMV5\urel\ximpoperations.dll 	"sys\bin\ximpoperations.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4473
file=\epoc32\release\ARMV5\urel\ximpprocessor.dll 	"sys\bin\ximpprocessor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4474
file=\epoc32\release\ARMV5\urel\ximpsrvclient.dll 	"sys\bin\ximpsrvclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4475
file=\epoc32\release\ARMV5\urel\ximpdatamodel.dll 	"sys\bin\ximpdatamodel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4476
file=\epoc32\release\ARMV5\urel\ximpmanager.dll 	"sys\bin\ximpmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4477
file=\epoc32\release\ARMV5\urel\ximpserver.exe 	"sys\bin\ximpserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4478
file=\epoc32\release\ARMV5\urel\ximprootserver.exe 	"sys\bin\ximprootserver.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4479
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ximpecomhook.dll ,  ximpecomhook.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4480
file=\epoc32\release\ARMV5\urel\presencemanager.dll 	"sys\bin\presencemanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4481
file=\epoc32\release\ARMV5\urel\presencedatamodel.dll 	"sys\bin\presencedatamodel.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4482
file=\epoc32\release\ARMV5\urel\presenceoperation.dll 	"sys\bin\presenceoperation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4483
file=\epoc32\release\ARMV5\urel\presencecacheclient.dll 	"sys\bin\presencecacheclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4484
file=\epoc32\release\ARMV5\urel\presencecacheserver.exe 	"sys\bin\presencecacheserver.exe"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4485
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  presenceecomhook.dll ,  presenceecomhook.dll )  
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4486
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  presencedatamodelhook.dll ,  presencedatamodelhook.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4487
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  presencecacheecomhook.dll ,  presencecacheecomhook.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4488
file=\epoc32\release\ARMV5\urel\XMLInterface.dll 	"sys\bin\XMLInterface.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4489
file=\epoc32\release\ARMV5\urel\accmonitor.dll 	"sys\bin\accmonitor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4490
data=\epoc32\data\Z\Private\100012a5\DBS_10205030_accpolicydb.db 	"Private\100012a5\DBS_10205030_accpolicydb.db"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4491
file=\epoc32\release\ARMV5\urel\RemConExtensionApi.dll 	"sys\bin\RemConExtensionApi.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4492
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  RemConKeyEventConverter.dll ,  RemConKeyEventConverter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4493
file=\epoc32\release\ARMV5\urel\AccAudioControl.dll 	"sys\bin\AccAudioControl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4494
file=\epoc32\release\ARMV5\urel\AccClient.dll 	"sys\bin\AccClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4495
file=\epoc32\release\ARMV5\urel\AccControl.dll 	"sys\bin\AccControl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4496
file=\epoc32\release\ARMV5\urel\AccPolicy.dll 	"sys\bin\AccPolicy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4497
file=\epoc32\release\ARMV5\urel\AccPolCom.dll 	"sys\bin\AccPolCom.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4498
file=\epoc32\release\ARMV5\urel\AccPolicyDB.dll 	"sys\bin\AccPolicyDB.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4499
file=\epoc32\release\ARMV5\urel\AsyComms.dll 	"sys\bin\AsyComms.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4500
file=\epoc32\release\ARMV5\urel\AsyProxy.dll 	"sys\bin\AsyProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4501
file=\epoc32\release\ARMV5\urel\accsrvutil.dll 	"sys\bin\accsrvutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4502
file=\epoc32\release\ARMV5\urel\accpolaudiodevicetopology.dll 	"sys\bin\accpolaudiodevicetopology.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4503
data=\epoc32\data\Z\Private\100012A5\policy\10205030.spd 	"private\100012A5\policy\10205030.spd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4504
file=\epoc32\release\ARMV5\urel\AddedDevSoundControlProxy.dll 	"sys\bin\AddedDevSoundControlProxy.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4505
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ASYReferencePlugin.dll , ASYReferencePlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4506
file=\epoc32\release\ARMV5\urel\atextclient.dll 	"sys\bin\atextclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4507
file=\epoc32\release\ARMV5\urel\atextcommon.dll 	"sys\bin\atextcommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4508
file=\epoc32\release\ARMV5\urel\atextcommonbase.dll 	"sys\bin\atextcommonbase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4509
file=\epoc32\release\ARMV5\urel\atextpluginbase.dll 	"sys\bin\atextpluginbase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4510
file=\epoc32\release\ARMV5\urel\atext.exe 	"sys\bin\atext.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4511
file=\epoc32\release\ARMV5\urel\atextcommon.exe 	"sys\bin\atextcommon.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4512
file=\epoc32\release\ARMV5\urel\AudioOutputControlUtility.dll 	"sys\bin\AudioOutputControlUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4513
data=\epoc32\data\Z\System\install\AudioOutputControlUtility_Stub.SIS 	"System\Install\AudioOutputControlUtility_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4514
file=\epoc32\release\ARMV5\urel\AudioInputProxy.dll 	"sys\bin\AudioInputProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4515
file=\epoc32\release\ARMV5\urel\AudioOutputProxy.dll 	"sys\bin\AudioOutputProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4516
data=\epoc32\data\Z\System\install\AudioRouting_Stub.SIS 	"System\Install\AudioRouting_Stub.SIS"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4517
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ciextnclientplugin.DLL , ciextnclientplugin.DLL ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4518
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ciextnserverplugin.DLL , ciextnserverplugin.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4519
data=\epoc32\release\ARMV5\urel\Z\private\101f6efa\dosserver.ini 	"private\101f6efa\dosserver.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4520
data=\epoc32\data\Z\System\install\ConfigurationComponentsFactory_Stub.SIS 	"System\Install\ConfigurationComponentsFactory_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4521
file=\epoc32\release\ARMV5\UREL\libdbus.dll 	"sys\bin\libdbus.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4522
file=\epoc32\release\ARMV5\UREL\libdbus-utils.dll 	"sys\bin\libdbus-utils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4523
file=\epoc32\release\ARMV5\UREL\libdbus-glib.dll 	"sys\bin\libdbus-glib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4524
file=\epoc32\release\ARMV5\UREL\dbusdaemon.exe 	"sys\bin\dbusdaemon.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4525
data=\EPOC32\WINSCW\C\data\dbus\system.conf 	"data\dbus\system.conf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4526
file=\epoc32\release\ARMV5\urel\diskspacereserver.dll 	"sys\bin\diskspacereserver.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4527
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  diskspacereservationplugin.dll ,  diskspacereservationplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4528
file=\epoc32\release\ARMV5\urel\DSClient.dll 	"sys\bin\DSClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4529
data=\epoc32\data\Z\System\install\DRMAudioPlayer_Stub.SIS 	"System\Install\DRMAudioPlayer_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4530
file=\epoc32\release\ARMV5\urel\edidparser.dll 	"sys\bin\edidparser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4531
file=\epoc32\release\ARMV5\urel\DopplerBase.dll 	"sys\bin\DopplerBase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4532
file=\epoc32\release\ARMV5\urel\EffectBase.dll 	"sys\bin\EffectBase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4533
file=\epoc32\release\ARMV5\urel\LocationBase.dll 	"sys\bin\LocationBase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4534
file=\epoc32\release\ARMV5\urel\OrientationBase.dll 	"sys\bin\OrientationBase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4535
data=\epoc32\data\Z\System\install\Effect_Stub.SIS 	"System\Install\Effect_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4536
data=\epoc32\data\Z\System\install\EffectsPresets_Stub.SIS 	"System\Install\EffectsPresets_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4537
file=\epoc32\release\ARMV5\urel\ExifLib.dll 	"sys\bin\ExifLib.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4538
file=\epoc32\release\ARMV5\urel\FrameTable.dll 	"sys\bin\FrameTable.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4539
data=\epoc32\data\Z\System\install\FrameTable_Stub.SIS 	"System\Install\FrameTable_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4540
file=\epoc32\release\ARMV5\urel\glibbackend.dll 	"sys\bin\glibbackend.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4541
file=\epoc32\release\ARMV5\urel\libglib.dll 	"sys\bin\libglib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4542
file=\epoc32\release\ARMV5\urel\libgthread.dll 	"sys\bin\libgthread.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4543
file=\epoc32\release\ARMV5\urel\libgmodule.dll 	"sys\bin\libgmodule.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4544
file=\epoc32\release\ARMV5\urel\Libgobject.dll 	"sys\bin\Libgobject.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4545
data=\epoc32\data\Z\System\INSTALL\openc_glib_stub.sis 	"System\Install\openc_glib_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4546
file=\epoc32\release\ARMV5\urel\GlobalAudioSettings.dll 	"sys\bin\GlobalAudioSettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4547
data=\epoc32\data\Z\System\install\GlobalAudioSettings_Stub.SIS 	"System\Install\GlobalAudioSettings_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4548
REM HeadsetStatus
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4549
file=\epoc32\release\ARMV5\urel\HeadsetStatus.dll 	"sys\bin\HeadsetStatus.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4550
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  hwrmdefaultlighttargetmodifierplugin.dll  ,  hwrmdefaultlighttargetmodifierplugin.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4551
file=\epoc32\release\ARMV5\urel\hwrmhapticspluginservice.dll 	"sys\bin\hwrmhapticspluginservice.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4552
file=\epoc32\release\ARMV5\urel\hwrmhapticsserver.exe 	"sys\bin\hwrmhapticsserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4553
file=\epoc32\release\ARMV5\urel\hwrmhapticspluginmanager.dll 	"sys\bin\hwrmhapticspluginmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4554
file=\epoc32\release\ARMV5\urel\hwrmhapticsclient.dll 	"sys\bin\hwrmhapticsclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4555
file=\epoc32\release\ARMV5\urel\hwrmhapticspacketizer.dll 	"sys\bin\hwrmhapticspacketizer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4556
file=\epoc32\release\ARMV5\urel\hwrmhapticseffectdatagetterfw.dll 	"sys\bin\hwrmhapticseffectdatagetterfw.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4557
data=\epoc32\data\Z\Private\200184b9\hwrmhapticspolicy.ini 	"private\200184b9\hwrmhapticspolicy.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4558
data=\epoc32\data\Z\Private\200184b9\internalhwrmhapticspolicy.ini 	"private\200184b9\internalhwrmhapticspolicy.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4559
data=\epoc32\data\Z\Private\200184b9\hwrmhapticsuid.ini 	"private\200184b9\hwrmhapticsuid.ini"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4560
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hwrmhapticsivtgetterplugin.dll , hwrmhapticsivtgetterplugin.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4561
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hwrmhapticsvibepacketizerplugin.dll , hwrmhapticsvibepacketizerplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4562
file=\epoc32\release\ARMV5\urel\IclExtJpegApi.dll 	"sys\bin\IclExtJpegApi.dll" 
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4563
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, JP2KCodec.dll , JP2KCodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4564
data=\epoc32\data\Z\resource\ICL\101F862D_extra.rsc 	"resource\ICL\101F862D_extra.rsc"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4565
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  legacymodemplugin.dll ,  legacymodemplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4566
file=\epoc32\release\ARMV5\urel\libvgi.dll 	"sys\bin\libvgi.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4567
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  limitedpdpplugin.dll ,  limitedpdpplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4568
file=\epoc32\release\ARMV5\urel\m3gcore.dll 	"sys\bin\m3gcore.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4569
file=\epoc32\release\ARMV5\urel\MediatorServer.exe 	"sys\bin\MediatorServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4570
file=\epoc32\release\ARMV5\urel\MediatorClient.dll 	"sys\bin\MediatorClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4571
file=\epoc32\release\ARMV5\urel\MediatorPluginBase.dll 	"sys\bin\MediatorPluginBase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4572
data=\epoc32\data\Z\private\10207449\allowedsids.rsc 	"private\10207449\allowedsids.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4573
data=\epoc32\data\Z\resource\MediatorDebug.rsc 	"resource\MediatorDebug.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4574
data=\epoc32\data\Z\System\install\MMExtFw_Stub.SIS 	"System\Install\MMExtFw_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4575
file=\epoc32\release\ARMV5\urel\AacDecoderConfigProxy.dll 	"sys\bin\AacDecoderConfigProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4576
file=\epoc32\release\ARMV5\urel\ErrorConcealmentIntfcProxy.dll 	"sys\bin\ErrorConcealmentIntfcProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4577
file=\epoc32\release\ARMV5\urel\G711DecoderIntfcProxy.dll 	"sys\bin\G711DecoderIntfcProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4578
file=\epoc32\release\ARMV5\urel\G711EncoderIntfcProxy.dll 	"sys\bin\G711EncoderIntfcProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4579
file=\epoc32\release\ARMV5\urel\G729DecoderIntfcProxy.dll 	"sys\bin\G729DecoderIntfcProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4580
file=\epoc32\release\ARMV5\urel\G729EncoderIntfcProxy.dll 	"sys\bin\G729EncoderIntfcProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4581
file=\epoc32\release\ARMV5\urel\IlbcDecoderIntfcProxy.dll 	"sys\bin\IlbcDecoderIntfcProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4582
file=\epoc32\release\ARMV5\urel\IlbcEncoderIntfcProxy.dll 	"sys\bin\IlbcEncoderIntfcProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4583
file=\epoc32\release\ARMV5\urel\SpeechEncoderConfigProxy.dll 	"sys\bin\SpeechEncoderConfigProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4584
file=\epoc32\release\ARMV5\urel\EAacPlusDecoderIntfcProxy.dll 	"sys\bin\EAacPlusDecoderIntfcProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4585
file=\epoc32\release\ARMV5\urel\SbcEncoderIntfcProxy.dll 	"sys\bin\SbcEncoderIntfcProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4586
file=\epoc32\release\ARMV5\urel\WmaDecoderIntfcProxy.dll 	"sys\bin\WmaDecoderIntfcProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4587
data=\epoc32\data\Z\System\install\WmaDecoderIntfc_Stub.sis 	"System\Install\WmaDecoderIntfc_Stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4588
data=\epoc32\data\Z\System\install\nga_mdf_postprocessor_stub.sis 	"System\install\nga_mdf_postprocessor_stub.sis"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4589
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NGAPostProcHwDevice.dll , NGAPostProcHwDevice.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4590
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  orientationssy.dll ,  orientationssy.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4591
file=\epoc32\release\ARMV5\urel\PlatformEnv.dll 	"sys\bin\PlatformEnv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4592
REM patchdata PlatformEnv.dll@KDriveInfoDefaultRemovableMassStorage FF_DEFAULT_REMOVABLE_MASS_STORAGE
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4593
REM patchdata PlatformEnv.dll@KDriveInfoLogicallyRemovableDrive1 FF_LOGICALLY_REMOVABLE_DRIVE1
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4594
REM patchdata PlatformEnv.dll@KDriveInfoUsbDrivesStart FF_USB_DRIVE_START
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4595
file=\epoc32\release\ARMV5\urel\disknotifyhandler.dll 	"sys\bin\disknotifyhandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4596
file=\epoc32\release\ARMV5\urel\sysversioninfo.dll 	"sys\bin\sysversioninfo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4597
file=\epoc32\release\ARMV5\urel\platformver.dll 	"sys\bin\platformver.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4598
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  pluggeddisplayasy.dll ,  pluggeddisplayasy.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4599
file=\epoc32\release\ARMV5\urel\pluggeddisplayengine.dll 	"sys\bin\pluggeddisplayengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4600
data=\epoc32\data\Z\Resource\apps\TvoutStandbyFigure.mbm 	"resource\apps\tvoutstandbyfigure.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4601
file=\epoc32\release\ARMV5\urel\psmserver.exe 	"sys\bin\psmserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4602
file=\epoc32\release\ARMV5\urel\psmclient.dll 	"sys\bin\psmclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4603
file=\epoc32\release\ARMV5\urel\RestrictedAudioOutput.dll 	"sys\bin\RestrictedAudioOutput.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4604
data=\epoc32\data\Z\System\install\RestrictedAudioOutput_Stub.SIS 	"System\Install\RestrictedAudioOutput_Stub.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4605
file=\epoc32\release\ARMV5\urel\sensordatacompensator.dll 	"sys\bin\sensordatacompensator.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4606
file=\epoc32\release\ARMV5\urel\sensorserver.exe 	"sys\bin\sensorserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4607
file=\epoc32\release\ARMV5\urel\SensrvClient.dll 	"sys\bin\SensrvClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4608
file=\epoc32\release\ARMV5\urel\sensrvutil.dll 	"sys\bin\sensrvutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4609
file=\epoc32\release\ARMV5\urel\libcrypto.dll 	"sys\bin\libcrypto.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4610
file=\epoc32\release\ARMV5\urel\libssl.dll 	"sys\bin\libssl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4611
data=\epoc32\data\Z\System\INSTALL\openc_ssl_stub.sis 	"System\Install\openc_ssl_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4612
data=\epoc32\data\Z\System\INSTALL\openc_libzcore_stub.sis 	"System\Install\openc_libzcore_stub.sis"
30
292fee808849 First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents: 10
diff changeset
  4613
data=\epoc32\data\Z\private\2000D75B\startup\0\stem_preuiservicescmdlist.rsc 	"private\2000D75B\startup\0\preuiservicescmdlist.rsc"
292fee808849 First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents: 10
diff changeset
  4614
data=\epoc32\data\Z\private\2000D75B\startup\0\stem_uiservicescmdlist.rsc 	"private\2000D75B\startup\0\uiservicescmdlist.rsc"
292fee808849 First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents: 10
diff changeset
  4615
data=\epoc32\data\Z\private\2000D75B\startup\0\stem_criticalappscmdlist.rsc 	"private\2000D75B\startup\0\criticalappscmdlist.rsc"
292fee808849 First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents: 10
diff changeset
  4616
data=\epoc32\data\Z\private\2000D75B\startup\0\stem_noncriticalcmdlist.rsc 	"private\2000D75B\startup\0\noncriticalcmdlist.rsc"
292fee808849 First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents: 10
diff changeset
  4617
data=\epoc32\data\Z\private\2000D75B\hw\stem_wserv_hw.rsc 	"private\2000D75B\startup\0\wserv.rsc"
292fee808849 First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents: 10
diff changeset
  4618
data=\epoc32\data\Z\private\2000D75B\shutdown\stem_shutdowncmdlists.rsc 	"private\2000D75B\shutdown\shutdowncmdlists.rsc"
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4619
file=\epoc32\release\ARMV5\urel\saaemergencycallrfadaptation.dll 	"sys\bin\emergencycallrfadaptation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4620
file=\epoc32\release\ARMV5\urel\saastateadaptation.dll 	"sys\bin\stateadaptation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4621
file=\epoc32\release\ARMV5\urel\saasimadaptation.dll 	"sys\bin\simadaptation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4622
file=\epoc32\release\ARMV5\urel\saamiscadaptation.dll 	"sys\bin\miscadaptation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4623
file=\epoc32\release\ARMV5\urel\saartcadaptation.dll 	"sys\bin\rtcadaptation.dll"
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4624
file=\epoc32\release\ARMV5\DEBUG_DIR\starterclient.dll 	"sys\bin\starterclient.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4625
file=\epoc32\release\ARMV5\DEBUG_DIR\startupadaptationadapter.dll 	"sys\bin\startupadaptationadapter.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4626
file=\epoc32\release\ARMV5\DEBUG_DIR\rfstatusswppolicy.dll 	"sys\bin\rfstatusswppolicy.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4627
file=\epoc32\release\ARMV5\DEBUG_DIR\ssm.state.policy.0001.dll 	"sys\bin\ssm.state.policy.0001.dll"
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4628
data=\epoc32\data\Z\private\2000d75b\normal\gsanormalcmdlist.rsc 	"private\2000d75b\normal\gsanormalcmdlist.rsc"
87
e9fb2728ea8b Remove dependency on etel.dll (and friends) from customcmds.dll and thus cut it from the ROM entirely
Tom Pritchard <tomp@symbian.org>
parents: 85
diff changeset
  4629
file=\epoc32\release\ARMV5\DEBUG_DIR\stem_customcmds.dll 	"sys\bin\customcmds.dll"
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4630
file=\epoc32\release\ARMV5\DEBUG_DIR\ssm.swp.policy.simstatus.dll 	"sys\bin\ssm.swp.policy.simstatus.dll"
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4631
data=\epoc32\data\Z\private\10202be9\2001d2aa.txt 	"private\10202be9\2001d2aa.txt"
49
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4632
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmactivitycmd.dll 	"sys\bin\ssmactivitycmd.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4633
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmsystemcmds.dll 	"sys\bin\ssmsystemcmds.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4634
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmdiskreserver.exe 	"sys\bin\ssmdiskreserver.exe"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4635
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmmapperutility.dll 	"sys\bin\ssmmapperutility.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4636
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmpolicybase.dll 	"sys\bin\ssmpolicybase.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4637
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmstatepolicybase.dll 	"sys\bin\ssmstatepolicybase.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4638
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmswppolicybase.dll 	"sys\bin\ssmswppolicybase.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4639
file=\epoc32\release\ARMV5\DEBUG_DIR\stem_ssm.state.policy.0000.dll 	"sys\bin\ssm.state.policy.0000.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4640
file=\epoc32\release\ARMV5\DEBUG_DIR\ssm.state.policy.0002.dll 	"sys\bin\ssm.state.policy.0002.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4641
file=\epoc32\release\ARMV5\DEBUG_DIR\ssm.state.policy.0003.dll 	"sys\bin\ssm.state.policy.0003.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4642
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmuiswppolicy.dll 	"sys\bin\ssmuiswppolicy.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4643
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmnoncriticalswppolicy.dll 	"sys\bin\ssmnoncriticalswppolicy.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4644
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmpowersup.dll 	"sys\bin\ssmpowersup.dll"
cf96ced9269c Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 45
diff changeset
  4645
file=\epoc32\release\ARMV5\DEBUG_DIR\ssmlocaleobserversup.dll 	"sys\bin\ssmlocaleobserversup.dll"
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4646
data=\epoc32\data\Z\private\2000d766\backup_registration.xml 	"private\2000d766\backup_registration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4647
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ssyreferenceplugin.dll , ssyreferenceplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4648
data=\epoc32\data\Z\Private\1020507E\reference\SsyReferenceConfig.xml 	"private\1020507E\reference\SsyReferenceConfig.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4649
file=\epoc32\release\ARMV5\urel\libstdcpp.dll 	"sys\bin\libstdcpp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4650
data=\epoc32\data\Z\System\INSTALL\stdcpp_stub.sis 	"System\Install\stdcpp_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4651
file=\epoc32\release\ARMV5\urel\libcrypt.dll 	"sys\bin\libcrypt.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4652
data=\epoc32\release\ARMV5\urel\pipelib.ldd 	"sys\bin\pipelib.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4653
data=\epoc32\data\Z\System\INSTALL\openc_liblogger_stub.sis 	"System\Install\openc_liblogger_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4654
data=\epoc32\data\Z\System\INSTALL\rpipe_stub.sis 	"System\Install\rpipe_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4655
file=\epoc32\release\ARMV5\urel\ssmlangselcmd.dll 	"sys\bin\ssmlangselcmd.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4656
file=\epoc32\release\ARMV5\urel\syslangutil.dll 	"sys\bin\syslangutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4657
file=\epoc32\release\ARMV5\urel\custrestartsys.dll 	"sys\bin\custrestartsys.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4658
file=\epoc32\release\ARMV5\urel\ssmuiproviderdllcustomised.dll 	"sys\bin\ssmuiproviderdll.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4659
file=\epoc32\release\ARMV5\urel\TelephonyAudioRouting.dll 	"sys\bin\TelephonyAudioRouting.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4660
file=\epoc32\release\ARMV5\urel\TelephonyAudioRoutingServer.dll 	"sys\bin\TelephonyAudioRoutingServer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4661
file=\epoc32\release\ARMV5\urel\TelephonyAudioRoutingSession.dll 	"sys\bin\TelephonyAudioRoutingSession.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4662
file=\epoc32\release\ARMV5\urel\TelephonyAudioRoutingManagerSession.dll 	"sys\bin\TelephonyAudioRoutingManagerSession.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4663
file=\epoc32\release\ARMV5\urel\TelephonyAudioRoutingManager.dll 	"sys\bin\TelephonyAudioRoutingManager.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4664
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  tiltcompensationssy.dll ,  tiltcompensationssy.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4665
file=\epoc32\release\ARMV5\urel\tspclientmapper.dll 	"sys\bin\tspclientmapper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4666
file=\epoc32\release\ARMV5\urel\vibractrl.dll 	"sys\bin\vibractrl.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4667
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WiredBearerReference.dll , WiredBearerReference.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4668
file=\epoc32\release\ARMV5\urel\wlanagt.agt 	"sys\bin\wlanagt.agt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4669
file=\epoc32\release\ARMV5\urel\WLANDBIF.dll 	"sys\bin\WLANDBIF.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4670
file=\epoc32\release\ARMV5\urel\wlandevicesettings.dll 	"sys\bin\wlandevicesettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4671
file=\epoc32\release\ARMV5\urel\wlmserver.dll 	"sys\bin\wlmserver.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4672
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wlanmgmtimpl.dll ,  wlanmgmtimpl.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4673
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wlancontrolimpl.dll ,  wlancontrolimpl.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4674
data=\epoc32\data\Z\Private\101f8ec5\backup_registration.xml 	"private\101f8ec5\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4675
device[0x0b0a0001]=\epoc32\release\ARMV5\urel\wlanldd.ldd 	"sys\bin\wlanldd.ldd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4676
file=\epoc32\release\ARMV5\urel\wlannif.nif 	"sys\bin\wlannif.nif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4677
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wlannwif.dll , wlannwif.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4678
file=\epoc32\release\ARMV5\urel\xmlsec.dll 	"sys\bin\xmlsec.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4679
file=\epoc32\release\ARMV5\urel\xmlseccertman.dll 	"sys\bin\xmlseccertman.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4680
file=\epoc32\release\ARMV5\urel\xmlseccrypto.dll 	"sys\bin\xmlseccrypto.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4681
file=\epoc32\release\ARMV5\urel\xmlsecwrapper.dll 	"sys\bin\xmlsecwrapper.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4682
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  HWRMStubPlugins.dll  ,  HWRMStubPlugins.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4683
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  startupadaptationstub.dll ,  startupadaptationstub.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4684
file=\epoc32\release\ARMV5\urel\wlanhwinit.dll 	"sys\bin\wlanhwinit.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4685
file=\epoc32\release\ARMV5\urel\aknconf.exe 	"sys\bin\aknconf.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4686
data=\epoc32\data\Z\resource\apps\aknconf.rsc 	"resource\apps\aknconf.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4687
data=\epoc32\data\Z\resource\apps\aknconfphysics.rsc 	"resource\apps\aknconfphysics.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4688
data=\epoc32\data\Z\resource\apps\aknconfgesture.rsc 	"resource\apps\aknconfgesture.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4689
data=\epoc32\data\Z\resource\apps\aknconf.mif 	"resource\apps\aknconf.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4690
data=\epoc32\data\z\private\10003a3f\apps\aknconf_reg.rsc 	"private\10003a3f\apps\aknconf_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4691
file=\epoc32\release\ARMV5\urel\ConnTest.exe 	"sys\bin\ConnTest.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4692
auto-bitmap=\epoc32\data\Z\resource\apps\ConnTest_AIF.mbm 	resource\apps\ConnTest_AIF.mbm
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4693
data=\epoc32\data\Z\resource\apps\ConnTest_AIF.mif 	"resource\apps\ConnTest_AIF.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4694
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\ConnTest_reg.rsc 	"Private\10003a3f\import\apps\ConnTest_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4695
data=\epoc32\data\Z\resource\apps\ConnTest.RSC 	"resource\apps\ConnTest.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4696
data=\epoc32\data\c\private\101F7989\esock\ip.probe.esk 	"private\101F7989\esock\ip.probe.esk"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4697
file=\epoc32\release\ARMV5\urel\probe.prt 	"sys\bin\probe.prt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4698
data=\epoc32\data\Z\system\install\conntest_stub.sis 	"system\install\conntest_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4699
data=\epoc32\data\Z\Private\20011383\backup_registration.xml 	"private\20011383\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4700
data=\epoc32\data\Z\System\Install\Creator_stub.sis 	"system\install\Creator_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4701
data=\epoc32\data\Z\Private\20011383\3GPP-70kB.3gpp 	"private\20011383\3GPP-70kB.3gpp"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4702
data=\epoc32\data\Z\Private\20011383\AAC-100kB.aac 	"private\20011383\AAC-100kB.aac"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4703
data=\epoc32\data\Z\Private\20011383\AMR-20kB.amr 	"private\20011383\AMR-20kB.amr"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4704
data=\epoc32\data\Z\Private\20011383\Deck-1kB.saveddeck 	"private\20011383\Deck-1kB.saveddeck"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4705
data=\epoc32\data\Z\Private\20011383\DOC-20kB.doc 	"private\20011383\DOC-20kB.doc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4706
data=\epoc32\data\Z\Private\20011383\HTML-20kB.html 	"private\20011383\HTML-20kB.html"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4707
data=\epoc32\data\Z\Private\20011383\JAD-1kB.jad 	"private\20011383\JAD-1kB.jad"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4708
data=\epoc32\data\Z\Private\20011383\JAR-10kB.jar 	"private\20011383\JAR-10kB.jar"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4709
data=\epoc32\data\Z\Private\20011383\JP2-65kB.jp2 	"private\20011383\JP2-65kB.jp2"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4710
data=\epoc32\data\Z\Private\20011383\MIDI-10kB.mid 	"private\20011383\MIDI-10kB.mid"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4711
data=\epoc32\data\Z\Private\20011383\MP3-250kB.mp3 	"private\20011383\MP3-250kB.mp3"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4712
data=\epoc32\data\Z\Private\20011383\MP4-200kB.mp4 	"private\20011383\MP4-200kB.mp4"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4713
data=\epoc32\data\Z\Private\20011383\MXMF-40kB.mxmf 	"private\20011383\MXMF-40kB.mxmf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4714
data=\epoc32\data\Z\Private\20011383\PNG-15kB.png 	"private\20011383\PNG-15kB.png"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4715
data=\epoc32\data\Z\Private\20011383\PPT-40kB.ppt 	"private\20011383\PPT-40kB.ppt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4716
data=\epoc32\data\Z\Private\20011383\RAM-1kB.ram 	"private\20011383\RAM-1kB.ram"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4717
data=\epoc32\data\Z\Private\20011383\RM-95kB.rm 	"private\20011383\RM-95kB.rm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4718
data=\epoc32\data\Z\Private\20011383\RNG-1kB.rng 	"private\20011383\RNG-1kB.rng"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4719
data=\epoc32\data\Z\Private\20011383\SVG-15kB.svg 	"private\20011383\SVG-15kB.svg"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4720
data=\epoc32\data\Z\Private\20011383\SWF-15kB.swf 	"private\20011383\SWF-15kB.swf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4721
data=\epoc32\data\Z\Private\20011383\TIF-25kB.tif 	"private\20011383\TIF-25kB.tif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4722
data=\epoc32\data\Z\Private\20011383\VCF-1kB.vcf 	"private\20011383\VCF-1kB.vcf"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4723
data=\epoc32\data\Z\Private\20011383\VCS-1kB.vcs 	"private\20011383\VCS-1kB.vcs"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4724
data=\epoc32\data\Z\Private\20011383\WAV-20kB.wav 	"private\20011383\WAV-20kB.wav"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4725
data=\epoc32\data\Z\Private\20011383\XLS-15kB.xls 	"private\20011383\XLS-15kB.xls"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4726
data=\epoc32\data\Z\Private\20011383\SISX-10kB.sisx 	"private\20011383\SISX-10kB.sisx"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4727
data=\epoc32\data\Z\Private\20011383\WMA-50kB.wma 	"private\20011383\WMA-50kB.wma"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4728
data=\epoc32\data\Z\Private\20011383\WMV-200kB.wmv 	"private\20011383\WMV-200kB.wmv"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4729
file=\epoc32\release\ARMV5\urel\FileBrowser.exe 	"sys\bin\FileBrowser.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4730
data=\epoc32\data\Z\resource\apps\FileBrowser_AIF.MIF 	"resource\apps\FileBrowser_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4731
data=\epoc32\data\Z\resource\apps\FileBrowser.RSC 	"resource\apps\FileBrowser.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4732
data=\epoc32\data\Z\resource\apps\FileBrowser_ExtraIcons.mif 	"resource\apps\FileBrowser_ExtraIcons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4733
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\FileBrowser_reg.rsc 	"Private\10003a3f\import\apps\FileBrowser_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4734
file=\epoc32\release\ARMV5\urel\FileBrowserFileOpServer.exe 	"sys\bin\FileBrowserFileOpServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4735
file=\epoc32\release\ARMV5\urel\FileBrowserFileOpClient.dll 	"sys\bin\FileBrowserFileOpClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4736
data=\epoc32\data\Z\Private\102828D6\backup_registration.xml 	"private\102828D6\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4737
data=\epoc32\data\Z\System\Install\FileBrowser_stub.sis 	"system\install\FileBrowser_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4738
file=\epoc32\release\ARMV5\urel\javainstaller.exe 	"sys\bin\javainstaller.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4739
file=\epoc32\release\ARMV5\urel\tckrunner.dll 	"sys\bin\tckrunner.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4740
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\tckrunner.odc 	"resource\java\jvm\lib\jrt\tckrunner.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4741
data=\epoc32\release\ARMV5\urel\z\private\200211dc\security\trustroots\device\certificates\test_manufacturer.der 	"private\200211dc\security\trustroots\device\certificates\test_manufacturer.der"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4742
data=\epoc32\release\ARMV5\urel\z\private\200211dc\security\trustroots\device\certificates\test_manufacturer.metadata 	"private\200211dc\security\trustroots\device\certificates\test_manufacturer.metadata"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4743
data=\epoc32\release\ARMV5\urel\z\private\200211dc\security\trustroots\device\certificates\test_operator.der 	"private\200211dc\security\trustroots\device\certificates\test_operator.der"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4744
data=\epoc32\release\ARMV5\urel\z\private\200211dc\security\trustroots\device\certificates\test_operator.metadata 	"private\200211dc\security\trustroots\device\certificates\test_operator.metadata"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4745
data=\epoc32\release\ARMV5\urel\z\private\200211dc\security\trustroots\device\certificates\test_trustedthirdparty.der 	"private\200211dc\security\trustroots\device\certificates\test_trustedthirdparty.der"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4746
data=\epoc32\release\ARMV5\urel\z\private\200211dc\security\trustroots\device\certificates\test_trustedthirdparty.metadata 	"private\200211dc\security\trustroots\device\certificates\test_trustedthirdparty.metadata"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4747
file=\epoc32\release\ARMV5\urel\javacontrolpanel.exe 	"sys\bin\javacontrolpanel.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4748
file=\epoc32\release\ARMV5\urel\javacontrolpanel.dll 	"sys\bin\javacontrolpanel.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4749
data=\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javacontrolpanel.odc 	"resource\java\jvm\lib\jrt\javacontrolpanel.odc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4750
data=\epoc32\data\Z\Private\10003a3f\apps\javacontrolpanel_reg.rsc 	"private\10003a3f\import\apps\javacontrolpanel_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4751
file=\epoc32\release\ARMV5\urel\Launcher.exe 	"sys\bin\Launcher.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4752
data=\epoc32\data\Z\resource\apps\Launcher_AIF.MIF 	"resource\apps\Launcher_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4753
data=\epoc32\data\Z\resource\apps\Launcher.RSC 	"resource\apps\Launcher.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4754
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Launcher_reg.rsc 	"Private\10003a3f\import\apps\Launcher_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4755
data=\epoc32\data\Z\Private\101FB74F\backup_registration.xml 	"private\101FB74F\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4756
data=\epoc32\data\Z\System\Install\Launcher_stub.sis 	"system\install\Launcher_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4757
data=\epoc32\data\Z\resource\apps\LoadGen_ExtraIcons.mif 	"resource\apps\LoadGen_ExtraIcons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4758
data=\epoc32\data\Z\Private\20011384\backup_registration.xml 	"private\20011384\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4759
data=\epoc32\data\Z\System\Install\LoadGen_stub.sis 	"system\install\LoadGen_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4760
file=\epoc32\release\ARMV5\urel\MemSpyDriverClient.dll 	"sys\bin\MemSpyDriverClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4761
file=\epoc32\release\ARMV5\urel\MemSpyEngine.dll 	"sys\bin\MemSpyEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4762
file=\epoc32\release\ARMV5\urel\MemSpy.exe 	"sys\bin\MemSpy.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4763
file=\epoc32\release\ARMV5\urel\MemSpyConsole.exe 	"sys\bin\MemSpyConsole.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4764
data=\epoc32\data\Z\Private\\2002129E\MemSpyEComInterfaceIds.xml 	"private\2002129E\MemSpyEComInterfaceIds.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4765
data=\epoc32\data\Z\Private\\2002129E\MemSpyProcessMemoryTrackingAutoStartConfig.xml 	"private\2002129E\MemSpyProcessMemoryTrackingAutoStartConfig.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4766
file=\epoc32\release\ARMV5\urel\MemSpyUI.exe 	"sys\bin\MemSpyUI.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4767
data=\epoc32\data\Z\resource\apps\MemSpyUI_AIF.MIF 	"resource\apps\MemSpyUI_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4768
data=\epoc32\data\Z\resource\apps\MemSpyUI.RSC 	"resource\apps\MemSpyUI.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4769
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\MemSpyUI_reg.rsc 	"Private\10003a3f\import\apps\MemSpyUI_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4770
data=\epoc32\data\Z\Private\2002129F\MemSpyEComInterfaceIds.xml 	"private\2002129F\MemSpyEComInterfaceIds.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4771
data=\epoc32\data\Z\Private\2002129F\MemSpyProcessMemoryTrackingAutoStartConfig.xml 	"private\2002129F\MemSpyProcessMemoryTrackingAutoStartConfig.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4772
data=\epoc32\data\Z\System\Install\MemSpy_stub.sis 	"system\install\MemSpy_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4773
file=\epoc32\release\ARMV5\urel\memspywindowserverhelper.dll 	"sys\bin\memspywindowserverhelper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4774
file=\epoc32\release\ARMV5\urel\PerfMon.exe 	"sys\bin\PerfMon.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4775
data=\epoc32\data\Z\resource\apps\PerfMon_AIF.MIF 	"resource\apps\PerfMon_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4776
data=\epoc32\data\Z\resource\apps\PerfMon.RSC 	"resource\apps\PerfMon.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4777
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\PerfMon_reg.rsc 	"Private\10003a3f\import\apps\PerfMon_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4778
data=\epoc32\data\Z\Private\20011385\backup_registration.xml 	"private\20011385\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4779
data=\epoc32\data\Z\System\Install\PerfMon_stub.sis 	"system\install\PerfMon_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4780
data=\epoc32\data\Z\Private\101FB751\backup_registration.xml 	"private\101FB751\backup_registration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4781
data=\epoc32\data\Z\System\Install\ScreenGrabber_stub.sis 	"system\install\ScreenGrabber_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4782
file=\epoc32\release\ARMV5\urel\stiftestengine.dll 	"sys\bin\stiftestengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4783
file=\epoc32\release\ARMV5\urel\stiftestserver.dll 	"sys\bin\stiftestserver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4784
file=\epoc32\release\ARMV5\urel\stiftestinterface.dll 	"sys\bin\stiftestinterface.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4785
file=\epoc32\release\ARMV5\urel\consoleui.exe 	"sys\bin\consoleui.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4786
file=\epoc32\release\ARMV5\urel\testcombiner.dll 	"sys\bin\testcombiner.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4787
file=\epoc32\release\ARMV5\urel\TestServerStarter.exe 	"sys\bin\TestServerStarter.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4788
file=\epoc32\release\ARMV5\urel\demomodule.dll 	"sys\bin\demomodule.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4789
file=\epoc32\release\ARMV5\urel\atsinterface.exe 	"sys\bin\atsinterface.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4790
file=\epoc32\release\ARMV5\urel\atslogger.dll 	"sys\bin\atslogger.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4791
file=\epoc32\release\ARMV5\urel\testscripter.dll 	"sys\bin\testscripter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4792
file=\epoc32\release\ARMV5\urel\stiftfwif.dll 	"sys\bin\stiftfwif.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4793
file=\epoc32\release\ARMV5\urel\suevent.dll 	"sys\bin\suevent.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4794
data=\epoc32\data\z\system\data\TestFramework.ini 	"testframework\TestFramework.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4795
file=\epoc32\release\ARMV5\urel\Stifui.exe 	"sys\bin\Stifui.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4796
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Stifui_reg.rsc 	"Private\10003a3f\import\apps\Stifui_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4797
data=\epoc32\data\Z\resource\apps\Stifui.RSC 	"resource\apps\Stifui.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4798
file=\epoc32\release\ARMV5\urel\UITestServerStarter.exe 	"sys\bin\UITestServerStarter.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4799
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\UITestServerStarter_reg.rsc 	"Private\10003a3f\import\apps\UITestServerStarter_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4800
data=\epoc32\data\Z\resource\apps\UITestServerStarter.RSC 	"resource\apps\UITestServerStarter.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4801
data=\epoc32\data\Z\resource\plugins\aboutgspluginrsc.rsc 	"resource\plugins\aboutgspluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4802
data=\epoc32\data\Z\resource\accountcreationplugin.rsc 	"resource\accountcreationplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4803
data=\epoc32\data\Z\resource\aiCALENDARPLUGIN2res.RSC 	"resource\aiCALENDARPLUGIN2res.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4804
data=\epoc32\data\Z\resource\aiwcallimageplugin.rsc 	"resource\aiwcallimageplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4805
data=\epoc32\data\Z\resource\AlmAlert.rsc 	"resource\AlmAlert.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4806
data=\epoc32\data\Z\resource\AiwSyncProvider.RSC 	"resource\AiwSyncProvider.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4807
data=\epoc32\data\Z\resource\AspSyncUtil.RSC 	"resource\AspSyncUtil.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4808
data=\epoc32\data\Z\resource\messaging\audiomessagemtm.rsc 	"resource\messaging\audiomessagemtm.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4809
data=\epoc32\data\Z\resource\messaging\mtm\audiomessageregistry.rsc 	"resource\messaging\mtm\audiomessagereg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4810
data=\epoc32\data\Z\resource\messaging\mtm\BioMtm.rsc 	"resource\messaging\mtm\BioMtm.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4811
data=\epoc32\data\Z\resource\messaging\Bium.rsc 	"resource\messaging\Bium.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4812
data=\epoc32\data\Z\resource\satinfo.rsC 	"resource\satinfo.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4813
data=\epoc32\data\Z\Resource\BrowserAudioVideoPlugin.rsc 	"resource\BrowserAudioVideoPlugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4814
data=\epoc32\data\Z\resource\BrowserTelService.rsc 	"resource\BrowserTelService.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4815
data=\epoc32\data\Z\resource\apps\Bva.RSC 	"resource\apps\Bva.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4816
data=\epoc32\data\Z\resource\apps\Calcsoft.RSC 	"resource\apps\Calcsoft.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4817
data=\epoc32\data\Z\resource\apps\calenaiwprovidermenu.rsc 	"resource\apps\calenaiwprovidermenu.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4818
data=\epoc32\data\Z\resource\CalenCommonUI.rsc 	"resource\CalenCommonUI.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4819
data=\epoc32\data\Z\resource\plugins\calendarpluginresource.Rsc 	"resource\plugins\calendarpluginresource.Rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4820
data=\epoc32\data\Z\resource\CalenDefaultEditorsData.rsc 	"resource\CalenDefaultEditorsData.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4821
file=\epoc32\release\ARMV5\urel\calenregionalutil.dll 	"sys\bin\calenregionalutil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4822
data=\epoc32\data\Z\resource\calenregionalutil.rsc 	"resource\calenregionalutil.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4823
data=\epoc32\data\Z\private\10005901\SolarItems 	"private\10005901\SolarItems"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4824
data=\epoc32\data\Z\resource\CalenSvrMissedAlarmManagerResource.rsc 	"resource\CalenSvrMissedAlarmManagerResource.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4825
data=\epoc32\data\Z\resource\apps\nhdcamsettings.RSC 	"resource\apps\nhdcamsettings.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4826
data=\epoc32\data\Z\resource\apps\vgacamsettings.RSC 	"resource\apps\vgacamsettings.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4827
data=\epoc32\data\Z\resource\gscamerapluginrsc.rsc 	"resource\gscamerapluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4828
data=\epoc32\data\Z\resource\gscamerapluginrscv2.rsc 	"resource\gscamerapluginrscv2.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4829
data=\epoc32\data\Z\resource\ccappcommlauncherpluginrsc.rsc 	"resource\ccappcommlauncherpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4830
data=\epoc32\data\Z\resource\ccacontactorservicersc.rsc 	"resource\ccacontactorservicersc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4831
data=\epoc32\data\Z\resource\ccappmycardpluginrsc.rsc 	"resource\ccappmycardpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4832
data=\epoc32\data\Z\resource\ccappdetailsviewpluginrsc.rsc 	"resource\ccappdetailsviewpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4833
data=\epoc32\data\Z\Resource\apps\cch.RSC 	"resource\apps\cch.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4834
data=\epoc32\data\Z\Resource\apps\cchuinotif.rsc 	"resource\apps\cchuinotif.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4835
data=\epoc32\data\Z\resource\timezonelocalization\timezones.rsc 	"resource\timezonelocalization\timezones.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4836
data=\epoc32\data\Z\resource\timezonelocalization\timezonegroups.rsc 	"resource\timezonelocalization\timezonegroups.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4837
data=\epoc32\data\Z\resource\apps\clockindicatorpaneplugin.rsc 	"resource\apps\clockindicatorpaneplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4838
data=\epoc32\data\Z\resource\apps\emailwidget.rsc 	"resource\apps\emailwidget.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4839
data=\epoc32\data\Z\Resource\ConnectUtilrsc.rsc 	"resource\ConnectUtilrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4840
data=\epoc32\data\Z\resource\plugins\contactssearchresource.rsc 	"resource\plugins\contactssearchresource.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4841
DATA=\epoc32\data\Z\resource\cscsettingsui.rsc 	"resource\cscsettingsui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4842
DATA=\epoc32\data\Z\resource\cscgspluginrsc.rsc 	"resource\cscgspluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4843
data=\epoc32\data\Z\resource\apps\defaultappserver.rsc 	"resource\apps\defaultappserver.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4844
data=\epoc32\data\Z\resource\gsdasplugin_rsc.rsc 	"resource\gsdasplugin_rsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4845
data=\epoc32\data\Z\Private\200159c0\install\desktop_20026f4f\hsps\00\icon.mif 	"private\200159c0\install\desktop_20026f4f\hsps\00\icon.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4846
data=\epoc32\data\Z\Private\200159c0\install\desktop_20026f4f\hsps\00\desktopconfiguration.dtd 	"private\200159c0\install\desktop_20026f4f\hsps\00\desktopconfiguration.dtd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4847
data=\epoc32\data\Z\resource\devencnotifplugin.rsc 	"resource\devencnotifplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4848
data=\epoc32\data\Z\resource\devencGsPluginRsc.rsc 	"resource\devencGsPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4849
data=\epoc32\data\Z\resource\easydialingpluginresources.rsc 	"resource\easydialingpluginresources.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4850
data=\epoc32\data\Z\resource\apps\easydialing.mif 	"resource\apps\easydialing.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4851
data=\epoc32\data\Z\Private\200159c0\install\emailwidget\hsps\00\emailwidgetconfiguration.dtd 	"private\200159c0\install\emailwidget\hsps\00\emailwidgetconfiguration.dtd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4852
data=\epoc32\data\Z\Private\200159c0\install\emailwidget\hsps\00\emailwidgeticon.mif 	"private\200159c0\install\emailwidget\hsps\00\emailwidgeticon.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4853
data=\epoc32\data\Z\Resource\evtmgmteditorui.rsc 	"resource\evtmgmteditorui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4854
data=\epoc32\data\Z\resource\evtinfonote.rsc 	"resource\evtinfonote.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4855
data=\epoc32\data\Z\resource\apps\MPFileDetails.RSC 	"resource\apps\MPFileDetails.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4856
data=\epoc32\data\Z\Resource\FILELIST.RSC 	"resource\FILELIST.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4857
REM Filemanager Localized Data
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4858
data=\epoc32\data\Z\resource\FILEMANAGERENGINE.rsc 	"resource\FILEMANAGERENGINE.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4859
data=\epoc32\data\Z\resource\FILEMANAGERVIEW.rsc 	"resource\FILEMANAGERVIEW.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4860
data=\epoc32\data\Z\resource\filemanagerbkupchecker.rsc 	"resource\filemanagerbkupchecker.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4861
data=\epoc32\data\Z\resource\plugins\filessearchresource.rsc 	"resource\plugins\filessearchresource.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4862
data=\epoc32\data\Z\resource\fmradioengine.rsc 	"resource\fmradioengine.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4863
data=\epoc32\data\Z\resource\fmradiomcpplugin.rsc 	"resource\fmradiomcpplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4864
data=\epoc32\data\Z\resource\ipssossettings.rsc 	"resource\ipssossettings.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4865
data=\epoc32\data\Z\resource\apps\fsccallplugin.RSC 	"resource\apps\fsccallplugin.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4866
data=\epoc32\data\Z\resource\apps\fscsaveascontactplugin.RSC 	"resource\apps\fscsaveascontactplugin.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4867
data=\epoc32\data\Z\resource\apps\fscpocplugin.RSC 	"resource\apps\fscpocplugin.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4868
data=\epoc32\data\Z\resource\apps\fscsendplugin.RSC 	"resource\apps\fscsendplugin.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4869
data=\epoc32\data\Z\resource\apps\glxcommoncommandhandlers.rsc 	"resource\apps\glxcommoncommandhandlers.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4870
data=\epoc32\data\Z\resource\apps\glxfetcherdialog.rsc 	"resource\apps\glxfetcherdialog.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4871
data=\epoc32\data\Z\resource\apps\glx_loc.Rsc 	"resource\apps\glx_loc.Rsc"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4872
data=\epoc32\data\Z\resource\apps\glx.Rsc 	"resource\apps\glx.Rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4873
data=\epoc32\data\Z\resource\apps\glxivwr_loc.Rsc 	"resource\apps\glxivwr_loc.Rsc"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4874
data=\epoc32\data\Z\resource\apps\glxivwr.Rsc 	"resource\apps\glxivwr.Rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4875
data=\epoc32\data\Z\resource\apps\glxtagsbrowserview.rsc 	"resource\apps\glxtagsbrowserview.rsc"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4876
data=\epoc32\data\Z\resource\plugins\glxplugintags.rsc 	"resource\plugins\glxplugintags.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4877
data=\epoc32\data\Z\resource\apps\glxviewbase.rsc 	"resource\apps\glxviewbase.rsc"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4878
data=\epoc32\data\Z\resource\apps\glxcommandhandlermarking.rsc 	"resource\apps\glxcommandhandlermarking.rsc"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4879
data=\epoc32\data\Z\resource\plugins\glxpluginalbums.rsc 	"resource\plugins\glxpluginalbums.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4880
data=\epoc32\data\Z\resource\plugins\glxpluginall.rsc 	"resource\plugins\glxpluginall.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4881
data=\epoc32\data\Z\resource\apps\glxuiutilities.rsc 	"resource\apps\glxuiutilities.rsc"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4882
data=\epoc32\data\Z\resource\apps\glxgridviewdata.rsc 	"resource\apps\glxgridviewdata.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4883
data=\epoc32\data\Z\resource\apps\glxfullscreenviewdata.rsc 	"resource\apps\glxfullscreenviewdata.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4884
data=\epoc32\data\Z\resource\apps\glxlistviewplugin.rsc 	"resource\apps\glxlistviewplugin.rsc"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4885
data=\epoc32\data\Z\resource\apps\glxdownloadtext.rsc 	"resource\apps\glxdownloadtext.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4886
data=\epoc32\data\Z\resource\apps\glxmetadatadialog.rsc 	"resource\apps\glxmetadatadialog.rsc"   
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4887
data=\epoc32\data\Z\resource\gsdevdiagpluginrsc.rsc 	"resource\gsdevdiagpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4888
data=\epoc32\data\Z\resource\apps\GSEmailSettingsPlugin.rsc 	"resource\apps\GSEmailSettingsPlugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4889
data=\epoc32\data\Z\resource\mediasettings.rsc 	"resource\mediasettings.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4890
data=\epoc32\data\Z\resource\gsvmbxpluginrsc.rsc 	"resource\gsvmbxpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4891
data=\epoc32\data\Z\resource\apps\vcxhgmyvideosicons.mif 	"resource\apps\vcxhgmyvideosicons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4892
data=\epoc32\data\Z\resource\apps\vcxhgvoddefaulticons.mif 	"resource\apps\vcxhgvoddefaulticons.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4893
data=\epoc32\data\Z\private\101ffa91\plugins\BlackWhite.rsc 	"private\101ffa91\plugins\BlackWhite.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4894
data=\epoc32\data\Z\private\101ffa91\plugins\Brightness.rsc 	"private\101ffa91\plugins\Brightness.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4895
data=\epoc32\data\Z\private\101ffa91\plugins\Cartoonize.rsc 	"private\101ffa91\plugins\Cartoonize.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4896
data=\epoc32\data\Z\private\101ffa91\plugins\Clipart.rsc 	"private\101ffa91\plugins\Clipart.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4897
data=\epoc32\data\Z\private\101ffa91\plugins\Bubble.rsc 	"private\101ffa91\plugins\Bubble.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4898
data=\epoc32\data\Z\private\101ffa91\plugins\Contrast.rsc 	"private\101ffa91\plugins\Contrast.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4899
data=\epoc32\data\Z\private\101ffa91\plugins\Crop.rsc 	"private\101ffa91\plugins\Crop.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4900
data=\epoc32\data\Z\private\101ffa91\plugins\Frame.rsc 	"private\101ffa91\plugins\Frame.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4901
data=\epoc32\data\Z\private\101ffa91\plugins\Negative.rsc 	"private\101ffa91\plugins\Negative.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4902
data=\epoc32\data\Z\private\101ffa91\plugins\RedEyeReduction.rsc 	"private\101ffa91\plugins\RedEyeReduction.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4903
data=\epoc32\data\Z\private\101ffa91\plugins\Resize.rsc 	"private\101ffa91\plugins\Resize.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4904
data=\epoc32\data\Z\private\101ffa91\plugins\Rotateleft.rsc 	"private\101ffa91\plugins\Rotateleft.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4905
data=\epoc32\data\Z\private\101ffa91\plugins\Rotateright.rsc 	"private\101ffa91\plugins\Rotateright.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4906
data=\epoc32\data\Z\private\101ffa91\plugins\Sepia.rsc 	"private\101ffa91\plugins\Sepia.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4907
data=\epoc32\data\Z\private\101ffa91\plugins\Sharpness.rsc 	"private\101ffa91\plugins\Sharpness.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4908
data=\epoc32\data\Z\private\101ffa91\plugins\Text.rsc 	"private\101ffa91\plugins\Text.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4909
data=\epoc32\data\Z\resource\ImageEditorProviderInternal.rsc 	"resource\ImageEditorProviderInternal.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4910
data=\epoc32\data\Z\resource\apps\ImageEditorPluginBase.rsc 	"resource\apps\ImageEditorPluginBase.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4911
data=\epoc32\data\Z\resource\apps\ImageEditor.rsc 	"resource\apps\ImageEditor.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4912
DATA=\epoc32\data\Z\resource\imageprintengine.rsc 	"resource\imageprintengine.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4913
DATA=\epoc32\data\Z\resource\aiwprintingprovider.rsc 	"resource\aiwprintingprovider.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4914
data=\epoc32\data\Z\resource\imageprintdata\protocols\dpof.rsc 	"resource\imageprintdata\protocols\dpof.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4915
data=\epoc32\data\Z\resource\imstatuspaneindicatorpluginrss.rsc 	"resource\imstatuspaneindicatorpluginrss.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4916
data=\epoc32\data\Z\resource\vimpstuires.rsc 	"resource\vimpstuires.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4917
data=\epoc32\data\Z\resource\vimpstdetailsviewpluginrsc.rsc 	"resource\vimpstdetailsviewpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4918
data=\epoc32\data\Z\resource\apps\vimpst_servicetab_default.mif 	"resource\apps\vimpst_servicetab_default.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4919
data=\epoc32\winscw\c\private\102828DD\data\xsp\xsp\files\r47.conversations.mif 	"private\102828DD\data\xsp\xsp\files\r47.conversations.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4920
data=\epoc32\winscw\c\private\102828DD\data\xsp\xsp\brandfile.bin.r47 	"private\102828DD\data\xsp\xsp\brandfile.bin.r47"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4921
data=\epoc32\data\Z\resource\IMUMUTILS.rsc 	"resource\ImumUtils.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4922
data=\epoc32\data\Z\resource\messaging\IMUM.rsc 	"resource\messaging\Imum.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4923
data=\epoc32\data\Z\resource\messaging\mtm\smtp.rsc 	"resource\messaging\mtm\smtp.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4924
data=\epoc32\data\Z\resource\messaging\mtm\pop3.rsc 	"resource\messaging\mtm\pop3.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4925
data=\epoc32\data\Z\resource\messaging\mtm\imap4.rsc 	"resource\messaging\mtm\imap4.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4926
data=\epoc32\data\Z\resource\ipvoicemailengine.rsc 	"resource\ipvoicemailengine.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4927
data=\epoc32\data\Z\resource\java\javaapplicationsettings.rsc 	"resource\java\javaapplicationsettings.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4928
data=\epoc32\data\Z\resource\java\javausermessages.rsc 	"resource\java\javausermessages.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4929
data=\epoc32\data\Z\resource\java\pimcm.rsc 	"resource\java\pimcm.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4930
data=\epoc32\data\Z\resource\java\pimevent.rsc 	"resource\java\pimevent.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4931
data=\epoc32\data\Z\resource\java\pimtodo.rsc 	"resource\java\pimtodo.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4932
data=\epoc32\data\Z\resource\java\lcdui.rsc 	"resource\java\lcdui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4933
data=\epoc32\data\Z\resource\java\eswtcore.rsc 	"resource\java\eswtcore.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4934
data=\epoc32\data\Z\resource\lmkui.rsC 	"resource\lmkui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4935
data=\epoc32\data\Z\Resource\apps\Landmarks.rsc 	"resource\apps\Landmarks.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4936
REM Light Weight Player
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4937
data=\epoc32\data\Z\resource\MailPlainView.rsc 	"resource\MailPlainView.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4938
data=\epoc32\data\Z\resource\MsgMailUtils.rsc 	"resource\MsgMailUtils.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4939
data=\epoc32\data\Z\resource\apps\matrixmenu.RSC 	"resource\apps\matrixmenu.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4940
data=\epoc32\data\Z\resource\apps\MCEEXTRAITEMS.RSC 	"resource\apps\mceextraitems.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4941
data=\epoc32\data\Z\resource\apps\MceLogEng.rsc 	"resource\apps\MceLogEng.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4942
data=\epoc32\data\Z\resource\mcesettings.rsc 	"resource\mcesettings.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4943
data=\epoc32\data\Z\resource\MceSettingsGSPluginRsc.rsc 	"resource\MceSettingsGSPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4944
data=\epoc32\data\Z\resource\MemStatePopup.rsc 	"resource\MemStatePopup.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4945
data=\epoc32\data\z\resource\apps\foldersuite.rsc 	"resource\apps\foldersuite.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4946
data=\epoc32\data\Z\private\200113DD\content\01\matrixmenudata.dtd 	"private\200113DD\content\01\matrixmenudata.dtd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4947
data=\epoc32\data\Z\resource\plugins\messagespluginresource.rsc 	"resource\plugins\messagespluginresource.Rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4948
data=\epoc32\data\Z\resource\missedalarmindicatorplugin.rsc 	"resource\missedalarmindicatorplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4949
data=\epoc32\data\z\resource\apps\mmfolderuiextplugin.rsc 	"resource\apps\mmfolderuiextplugin.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4950
data=\epoc32\data\Z\resource\mmssettings.rsc 	"resource\MmsSettings.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4951
data=\epoc32\data\Z\resource\messaging\mmsui.rsc 	"resource\messaging\MmsUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4952
data=\epoc32\data\Z\resource\messaging\mtm\mms.rsc 	"resource\messaging\mtm\Mms.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4953
data=\epoc32\data\Z\resource\messaging\notui.rsc 	"resource\messaging\NotUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4954
data=\epoc32\data\Z\resource\messaging\mtm\not.rsc 	"resource\messaging\mtm\Not.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4955
data=\epoc32\data\Z\resource\apps\mpxaudioeffectsview.rsc 	"resource\apps\mpxaudioeffectsview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4956
data=\epoc32\data\Z\resource\apps\mpxfmtx.rsc 	"resource\apps\mpxfmtx.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4957
data=\epoc32\data\Z\resource\apps\mpxcollectiondbhgres.rsc 	"resource\apps\mpxcollectiondbhgres.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4958
data=\epoc32\data\Z\resource\apps\mpxcollectiondbres.rsc 	"resource\apps\mpxcollectiondbres.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4959
data=\epoc32\data\Z\resource\apps\pcres.rsc 	"resource\apps\pcres.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4960
data=\epoc32\data\Z\resource\apps\mpxupnpbrowsedialog.rsc 	"resource\apps\mpxupnpbrowsedialog.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4961
data=\epoc32\data\Z\resource\apps\mpxwaitnotedialog.rsc 	"resource\apps\mpxwaitnotedialog.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4962
data=\epoc32\data\Z\resource\mseng.rsc 	"resource\mseng.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4963
data=\epoc32\data\Z\resource\MsgEditorAppUi.rsc 	"resource\MsgEditorAppUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4964
data=\epoc32\data\Z\resource\MsgErrorWatcherData.rsc 	"resource\MsgErrorWatcherData.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4965
data=\epoc32\data\Z\resource\msgindicator.rsc 	"resource\msgindicator.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4966
data=\epoc32\data\Z\resource\MsgNotifiers.rsc 	"resource\MsgNotifiers.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4967
data=\epoc32\data\Z\resource\muiu.rsc 	"resource\muiu.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4968
data=\epoc32\data\Z\resource\muiu_internal.Rsc 	"resource\muiu_internal.Rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4969
data=\epoc32\data\Z\resource\multicaluidialog.rsc 	"resource\multicaluidialog.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4970
data=\epoc32\data\Z\resource\plugins\multimediasearchresource.rsc 	"resource\plugins\multimediasearchresource.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4971
data=\epoc32\data\Z\resource\mussettingsuirsc.rsc 	"resource\mussettingsuirsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4972
data=\epoc32\data\Z\resource\muswpadapterresource.rsc 	"resource\muswpadapterresource.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4973
data=\epoc32\data\Z\resource\musaiwproviderui.rsc 	"resource\musaiwproviderui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4974
data=\epoc32\data\Z\resource\musindicator.rsc 	"resource\musindicator.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4975
data=\epoc32\data\Z\resource\apps\musichomescreen.rsc 	"resource\apps\musichomescreen.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4976
data=\epoc32\data\Z\Private\200159c0\install\musicwidget_10207c18\hsps\00\musicwidgetconfiguration.dtd 	"private\200159c0\install\musicwidget_10207c18\hsps\00\musicwidgetconfiguration.dtd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4977
data=\epoc32\data\Z\Private\200159c0\install\musicwidget_10207c18\hsps\00\musicwidgeticon.mif 	"private\200159c0\install\musicwidget_10207c18\hsps\00\musicwidgeticon.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4978
data=\epoc32\data\z\resource\apps\ainativeui.rsc 	"resource\apps\ainativeui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4979
data=\epoc32\data\Z\Resource\ncnlist.rsc 	"resource\ncnlist.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4980
data=\epoc32\data\Z\resource\NpdLib.rsc 	"resource\NpdLib.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4981
data=\epoc32\data\Z\resource\plugins\notespluginsresource.rsc 	"resource\plugins\notespluginsresource.Rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4982
data=\epoc32\data\Z\resource\WPEMailAdapterResource.rsc 	"resource\WPEMailAdapter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4983
REM OMA Device Management Application UI IBY-file for localizable elements
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4984
data=\epoc32\data\Z\resource\OmaDmCPPluginResource.rsc 	"resource\OmaDmCPPluginResource.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4985
REM OMA Data Synchronization Application UI IBY-file for localizable elements
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4986
data=\epoc32\data\Z\resource\NsmlDSGSPluginResource.RSC 	"resource\NsmlDSGSPluginResource.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4987
data=\epoc32\data\Z\resource\apps\Operatormenu.RSC 	"resource\apps\Operatormenu.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4988
data=\epoc32\data\Z\Private\200159c0\install\organizer_2001f481\xuikon\00\orga.o0000 	"private\200159c0\install\organizer_2001f481\xuikon\00\orga.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4989
data=\epoc32\data\Z\Private\200159c0\install\organizer_2001f481\hsps\00\organizerconfiguration.dtd 	"private\200159c0\install\organizer_2001f481\hsps\00\organizerconfiguration.dtd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4990
data=\epoc32\data\Z\resource\apps\pbk2rclcallplugin.RSC 	"resource\apps\pbk2rclcallplugin.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4991
data=\epoc32\data\Z\resource\apps\pbk2rclsaveascontactplugin.RSC 	"resource\apps\pbk2rclsaveascontactplugin.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4992
data=\epoc32\data\Z\resource\apps\pbk2rclpocplugin.RSC 	"resource\apps\pbk2rclpocplugin.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4993
data=\epoc32\data\Z\resource\apps\pbk2rclsendplugin.RSC 	"resource\apps\pbk2rclsendplugin.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4994
data=\epoc32\data\Z\resource\apps\pbk2rclsendbusinesscardpluginimpl.RSC 	"resource\apps\pbk2rclsendbusinesscardpluginimpl.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4995
data=\epoc32\data\Z\resource\apps\pbk2rclactionutils.RSC 	"resource\apps\pbk2rclactionutils.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4996
data=\epoc32\data\Z\resource\pbk2rclengine.rsc 	"resource\pbk2rclengine.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4997
data=\epoc32\data\Z\resource\Pbk2Presentation.rsc 	"resource\Pbk2Presentation.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4998
data=\epoc32\data\Z\resource\Pbk2PresentationChinese.rsc 	"resource\Pbk2PresentationChinese.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4999
data=\epoc32\data\Z\resource\Pbk2PresentationJapanese.rsc 	"resource\Pbk2PresentationJapanese.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5000
data=\epoc32\data\Z\resource\Pbk2UIControls.rsc 	"resource\Pbk2UIControls.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5001
data=\epoc32\data\Z\resource\Pbk2Commands.rsc 	"resource\Pbk2Commands.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5002
data=\epoc32\data\Z\resource\Pbk2UiExtCommon.rsc 	"resource\Pbk2UiExtCommon.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5003
data=\epoc32\data\Z\resource\Pbk2CommonUi.rsc 	"resource\Pbk2CommonUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5004
data=\epoc32\data\Z\resource\Pbk2UIServicesRes.rsc 	"resource\Pbk2UIServicesRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5005
data=\epoc32\data\Z\resource\Pbk2ExNamesListRes.rsc 	"resource\Pbk2ExNamesListRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5006
data=\epoc32\data\Z\resource\Pbk2GroupUIRes.rsc 	"resource\Pbk2GroupUIRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5007
data=\epoc32\data\Z\resource\Pbk2CmdExtRes.rsc 	"resource\Pbk2CmdExtRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5008
data=\epoc32\data\Z\resource\Pbk2USIMUIRes.rsc 	"resource\Pbk2USIMUIRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5009
data=\epoc32\data\Z\resource\Pbk2USimThinUIRes.rsc 	"resource\Pbk2USimThinUIRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5010
data=\epoc32\data\Z\resource\Pbk2MMCUIRes.rsc 	"resource\Pbk2MMCUIRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5011
data=\epoc32\data\Z\resource\Pbk2MapUIRes.rsc 	"resource\Pbk2MapUIRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5012
data=\epoc32\data\Z\Resource\ExtensionManagerRes.rsc 	"resource\ExtensionManagerRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5013
data=\epoc32\data\Z\resource\pbk2rclsettingres.rsc 	"resource\pbk2rclsettingres.rsc"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5014
data=\epoc32\data\Z\resource\PbkEng.rsc 	"resource\PbkEng.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5015
data=\epoc32\data\Z\resource\PbkEngChinese.rsc 	"resource\PbkEngChinese.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5016
data=\epoc32\data\Z\resource\PbkEngJapanese.rsc 	"resource\PbkEngJapanese.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5017
data=\epoc32\data\Z\resource\BCardEng.rsc 	"resource\BCardEng.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5018
data=\epoc32\data\Z\resource\PbkView.rsc 	"resource\PbkView.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5019
data=\epoc32\data\Z\resource\cntmodel\cntmodel.rsc 	"resource\cntmodel\cntmodel.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5020
data=\epoc32\data\Z\resource\PbkEngine_FMRes.RSC 	"resource\PbkEngine_FMRes.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5021
data=\epoc32\data\Z\resource\PbkEngine_FMJapaneseRes.RSC 	"resource\PbkEngine_FMJapaneseRes.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5022
data=\epoc32\data\Z\resource\PbkEngine_FMChineseRes.RSC 	"resource\PbkEngine_FMChineseRes.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5023
data=\epoc32\data\Z\resource\PhoneClient.rsc 	"resource\PhoneClient.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5024
data=\epoc32\data\Z\resource\PhoneServer.rsc 	"resource\PhoneServer.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5025
data=\epoc32\data\Z\resource\apps\callhandlingui.rsc 	"resource\apps\callhandlingui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5026
data=\epoc32\data\Z\resource\apps\phoneuitouch.rsc 	"resource\apps\phoneuitouch.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5027
data=\epoc32\data\Z\resource\apps\phoneuivoip.rsc 	"resource\apps\phoneuivoip.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5028
data=\epoc32\data\Z\Private\200159c0\install\posterwideimage_2001fdbc\xuikon\00\posterwideimage.o0000 	"private\200159c0\install\posterwideimage_2001fdbc\xuikon\00\posterwideimage.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5029
data=\epoc32\data\Z\Private\200159c0\install\profile_2001cb7c\xuikon\00\profile.o0000 	"private\200159c0\install\profile_2001cb7c\xuikon\00\profile.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5030
data=\epoc32\data\Z\Private\200159c0\install\profile_2001cb7c\hsps\00\icon.mif 	"private\200159c0\install\profile_2001cb7c\hsps\00\icon.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5031
data=\epoc32\data\Z\Private\200159c0\install\profile_2001cb7c\hsps\00\profileconfiguration.dtd 	"private\200159c0\install\profile_2001cb7c\hsps\00\profileconfiguration.dtd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5032
data=\epoc32\data\Z\Resource\profilesettingsview.rsc 	"resource\profilesettingsview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5033
data=\epoc32\data\Z\Resource\GSProfilesPluginRsc.rsc 	"resource\GSProfilesPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5034
data=\epoc32\data\Z\Resource\profileaiwproviderresource.rsc 	"resource\profileaiwproviderresource.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5035
data=\epoc32\data\Z\resource\PslnCallImagePluginRsc.rsc 	"resource\PslnCallImagePluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5036
data=\epoc32\data\Z\resource\messaging\mtm\PushRegistry.rsc 	"resource\messaging\mtm\PushRegistry.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5037
data=\epoc32\data\Z\resource\messaging\PushMtmUi.rsc 	"resource\messaging\PushMtmUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5038
data=\epoc32\data\Z\resource\plugins\srchuiindevice.rsc 	"resource\plugins\srchuiindevice.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5039
data=\epoc32\data\Z\resource\plugins\srchaiwprovidermenu.rsc 	"resource\plugins\srchaiwprovidermenu.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5040
data=\epoc32\data\Z\resource\apps\srchuiresultview.rsc 	"resource\apps\srchuiresultview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5041
data=\epoc32\data\Z\resource\apps\srchui.rsc 	"resource\apps\srchui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5042
data=\epoc32\data\Z\resource\DrmLinkSenderUi.rsc 	"resource\DrmLinkSenderUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5043
data=\epoc32\data\Z\resource\servicewidgetpluginres.rsc 	"resource\servicewidgetpluginres.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5044
data=\epoc32\data\Z\resource\apps\shwslideshowengine.rsc 	"resource\apps\shwslideshowengine.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5045
data=\epoc32\data\Z\resource\apps\shwslideshowview.rsc 	"resource\apps\shwslideshowview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5046
data=\epoc32\data\Z\resource\apps\shwsettingsdialog.rsc 	"resource\apps\shwsettingsdialog.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5047
data=\epoc32\data\Z\resource\messaging\bif\CliLogoBif.rsc 	"resource\messaging\bif\CliLogoBif.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5048
data=\epoc32\data\Z\resource\messaging\bif\DmcpBif.rsc 	"resource\messaging\bif\DmcpBif.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5049
data=\epoc32\data\Z\resource\MsgEditorUtils.rsc 	"resource\MsgEditorUtils.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5050
data=\epoc32\data\Z\resource\messaging\bif\EnotifBif_sms_no.rsc 	"resource\messaging\bif\EnotifBif_sms_no.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5051
data=\epoc32\data\Z\resource\messaging\bif\IacBif_sms_no.rsc 	"resource\messaging\bif\IacBif_sms_no.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5052
data=\epoc32\data\Z\resource\OpLogoBC.rsc 	"resource\OpLogoBC.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5053
data=\epoc32\data\Z\resource\messaging\bif\OpLogoBif.rsc 	"resource\messaging\bif\OpLogoBif.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5054
data=\epoc32\data\Z\resource\RingBC.rsc 	"resource\RingBC.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5055
data=\epoc32\data\Z\resource\messaging\bif\RingBif.rsc 	"resource\messaging\bif\RingBif.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5056
data=\epoc32\data\Z\resource\VCalBc.rsc 	"resource\VCalBc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5057
data=\epoc32\data\Z\resource\messaging\bif\VcalBif_sms.rsc 	"resource\messaging\bif\VcalBif_sms.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5058
data=\epoc32\data\Z\resource\VcardBc.rsc 	"resource\VcardBc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5059
data=\epoc32\data\Z\resource\messaging\bif\VcardBif_sms.rsc 	"resource\messaging\bif\VcardBif_sms.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5060
data=\epoc32\data\Z\resource\messaging\bif\cbcBif_sms.rsc 	"resource\messaging\bif\cbcBif_sms.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5061
data=\epoc32\data\Z\resource\WMLBC.rsc 	"resource\WMLBC.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5062
data=\epoc32\data\Z\resource\messaging\bif\WMLBif.rsc 	"resource\messaging\bif\WapBif.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5063
data=\epoc32\data\Z\resource\messaging\bif\WvBif_sms_no.rsc 	"resource\messaging\bif\WvBif_sms_no.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5064
data=\epoc32\data\Z\resource\messaging\bif\GmsBif.rsc 	"resource\messaging\bif\GmsBif.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5065
data=\epoc32\data\Z\resource\SmilPlayer.rsc 	"resource\SmilPlayer.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5066
data=\epoc32\data\Z\resource\messaging\smum.rsc 	"resource\messaging\smum.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5067
data=\epoc32\data\Z\resource\messaging\mtm\sms.rsc 	"resource\messaging\mtm\sms.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5068
data=\epoc32\data\Z\resource\smsdetailsplugindata.rsc 	"resource\smsdetailsplugindata.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5069
data=\epoc32\data\Z\resource\defaultsimdialog.rsc 	"resource\defaultsimdialog.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5070
data=\epoc32\data\Z\resource\SpdCtrl.rsc 	"resource\SpdCtrl.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5071
data=\epoc32\data\Z\resource\plugins\speeddialgspluginrsc.rsc 	"resource\plugins\speeddialgspluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5072
data=\epoc32\data\Z\resource\nssvascontacthandler.rsc 	"resource\nssvascontacthandler.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5073
data=\epoc32\data\Z\resource\defaultvoicecommands.rsc 	"resource\defaultvoicecommands.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5074
data=\epoc32\data\Z\resource\vcommandexecutor.rsc 	"resource\vcommandexecutor.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5075
data=\epoc32\data\Z\resource\vcprofileobserver.rsc 	"resource\vcprofileobserver.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5076
data=\epoc32\data\Z\resource\SVGTAppObserverUtil.rsc 	"resource\SVGTAppObserverUtil.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5077
data=\epoc32\data\Z\resource\SVGTFileViewDetails.rsc 	"resource\SVGTFileViewDetails.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5078
data=\epoc32\data\Z\resource\SVGTUIControl.rsc 	"resource\SVGTUIControl.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5079
data=\epoc32\data\Z\resource\apps\glxtagsbrowserview.rsc 	"resource\glxtagsbrowserview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5080
data=\epoc32\data\Z\Private\200159c0\install\templateview_20026f50\xuikon\00\templateview.o0000 	"private\200159c0\install\templateview_20026f50\xuikon\00\templateview.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5081
data=\epoc32\data\Z\resource\UniMmsPluginD.rsc 	"resource\UniMmsPluginD.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5082
data=\epoc32\data\Z\resource\UniDataModel.rsc 	"resource\UniDataModel.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5083
data=\epoc32\data\Z\resource\messaging\UniMtms.rsc 	"resource\messaging\UniMtms.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5084
data=\epoc32\data\Z\resource\messaging\mtm\Uni.rsc 	"resource\messaging\mtm\Uni.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5085
data=\epoc32\data\Z\resource\UniSmsPluginD.rsc 	"resource\UniSmsPluginD.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5086
data=\epoc32\data\Z\resource\UniUtils.rsc 	"resource\UniUtils.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5087
REM Resource file(s) for Ussd application (ussd.iby)
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5088
data=\epoc32\data\Z\resource\wpvccadapterrsc.rsc 	"resource\wpvccadapterrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5089
data=\epoc32\data\Z\resource\vccontrolpanelpluginrsc.rsc 	"resource\vccontrolpanelpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5090
data=\epoc32\data\Z\resource\Plugins\vcxnotifier.rsc 	"resource\Plugins\vcxnotifier.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5091
data=\epoc32\data\Z\resource\Plugins\IptvOmaProvisioningAdapterRes.rsc 	"resource\Plugins\IptvOmaProvisioningAdapterRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5092
data=\epoc32\data\Z\Private\200159c0\install\view_2001f48b\xuikon\00\view.o0000 	"private\200159c0\install\view_2001f48b\xuikon\00\view.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5093
data=\epoc32\data\Z\Private\200159c0\install\view_20022fe0\xuikon\00\view.o0000 	"private\200159c0\install\view_20022fe0\xuikon\00\view.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5094
data=\epoc32\data\Z\Private\200159c0\install\view_200286e4\xuikon\00\view.o0000 	"private\200159c0\install\view_200286e4\xuikon\00\view.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5095
data=\epoc32\data\Z\Private\200159c0\install\view_200286e5\xuikon\00\view.o0000 	"private\200159c0\install\view_200286e5\xuikon\00\view.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5096
data=\epoc32\data\Z\resource\VPbkCntModelRes.rsc 	"resource\VPbkCntModelRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5097
data=\epoc32\data\Z\resource\aiwpbkinfoviewprovider.rsc 	"resource\aiwpbkinfoviewprovider.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5098
data=\epoc32\data\Z\resource\pbkinfoview.rsc 	"resource\pbkinfoview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5099
data=\epoc32\data\Z\resource\apps\widgetmanagerview.rsc 	"resource\apps\widgetmanagerview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5100
data=\epoc32\data\Z\resource\wpgeneralvoipsettingsadapter.rsc 	"resource\wpgeneralvoipsettingsadapter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5101
data=\epoc32\data\Z\resource\wpvoipadapter.rsc 	"resource\wpvoipadapter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5102
data=\epoc32\data\Z\resource\accfwnoteuinotifier.rsc 	"resource\accfwnoteuinotifier.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5103
data=\epoc32\data\Z\resource\aidevstaplgres.rsc 	"resource\aidevstaplgres.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5104
data=\epoc32\data\Z\resource\aiprofilepluginres.rsc 	"resource\aiprofilepluginres.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5105
data=\epoc32\data\Z\resource\fep\aknfep.rsc 	"resource\fep\aknfep.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5106
data=\epoc32\data\Z\Resource\Aknnotpi.rsc 	"resource\Aknnotpi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5107
data=\epoc32\data\Z\private\10207218\AKNMEMORYCARDUI.rsc 	"Private\10207218\AKNMEMORYCARDUI.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5108
data=\epoc32\data\Z\resource\aknswallpaperplugin.rsc 	"resource\aknswallpaperplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5109
data=\epoc32\data\Z\resource\AlwaysOnlineEmailPluginData.rsc 	"resource\AlwaysOnlineEmailPluginData.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5110
data=\epoc32\data\Z\resource\APControlListPluginRsc.rsc 	"resource\APControlListPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5111
DATA=\epoc32\data\Z\resource\ApEngine.rsc 	"resource\ApEngine.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5112
data=\epoc32\data\Z\resource\apps\SWInstSvrUI.RSC 	"resource\apps\SWInstSvrUI.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5113
data=\epoc32\data\Z\resource\SWInstCommonUI.rsc 	"resource\SWInstCommonUI.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5114
data=\epoc32\data\Z\Resource\SisxUIData.rsc 	"Resource\SisxUIData.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5115
data=\epoc32\data\Z\resource\swidaemon.rsc 	"resource\swidaemon.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5116
data=\epoc32\data\Z\resource\appmngr2gsinstalledpluginrsc.rsc 	"resource\appmngr2gsinstalledpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5117
data=\epoc32\data\Z\resource\appmngr2gsinstfilespluginrsc.rsc 	"resource\appmngr2gsinstfilespluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5118
data=\epoc32\data\Z\resource\appmngr2gssettingspluginrsc.rsc 	"resource\appmngr2gssettingspluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5119
data=\epoc32\data\Z\resource\apps\appmngr2.RSC 	"resource\apps\appmngr2.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5120
DATA=\epoc32\data\Z\resource\ApSetUi.rsc 	"resource\ApSetUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5121
data=\epoc32\data\Z\resource\ApSettingsPluginRsc.rsc 	"resource\ApSettingsPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5122
data=\epoc32\data\Z\resource\apps\audiofetcherdialog.rsc 	"resource\apps\audiofetcherdialog.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5123
data=\epoc32\data\Z\Resource\BrowserDialogsProvider.rsc 	"resource\BrowserDialogsProvider.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5124
data=\epoc32\data\Z\resource\BthidResource.rsc 	"resource\BthidResource.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5125
data=\epoc32\data\Z\resource\apps\PaintCursor.rsc 	"resource\apps\PaintCursor.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5126
data=\epoc32\data\Z\resource\btnotif.rsc 	"resource\btnotif.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5127
data=\epoc32\data\Z\resource\BtuiViewResources.rsc 	"resource\BtuiViewResources.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5128
data=\epoc32\data\Z\resource\CallUI.rsc 	"resource\CallUI.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5129
data=\epoc32\data\Z\Resource\cbsserver.rsc 	"resource\cbsserver.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5130
data=\epoc32\data\Z\resource\apps\CbsUiApp.RSC 	"resource\apps\CbsUiApp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5131
data=\epoc32\data\Z\resource\CConndlgplugin.rsc 	"resource\CConndlgplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5132
data=\epoc32\data\Z\resource\certmanui.rsc 	"resource\certmanui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5133
data=\epoc32\data\Z\Resource\cmmanager.rsc 	"resource\cmmanager.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5134
data=\epoc32\data\Z\resource\cmpluginembdestinationui.rsc 	"resource\cmpluginembdestinationui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5135
data=\epoc32\data\Z\resource\cmpacketdataui.RSC 	"resource\cmpacketdataui.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5136
data=\epoc32\data\Z\resource\cmpluginvpnui.rsc 	"resource\cmpluginvpnui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5137
data=\epoc32\data\Z\resource\cmwlanui.rsc 	"resource\cmwlanui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5138
data=\epoc32\data\Z\resource\CodUi.rsc 	"resource\CodUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5139
data=\epoc32\data\Z\Resource\CommonDialogs.rsc 	"resource\CommonDialogs.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5140
data=\epoc32\data\Z\Resource\FindItemui.rsc 	"resource\FindItemui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5141
data=\epoc32\data\Z\Resource\FindItemmenu.rsc 	"resource\FindItemmenu.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5142
data=\epoc32\data\Z\Resource\DocumentHandlerUi.rsc 	"resource\DocumentHandlerUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5143
data=\epoc32\data\Z\Resource\ConnectionManager.rsc 	"resource\ConnectionManager.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5144
data=\epoc32\data\Z\resource\connectionmonitorpluginrsc.rsc 	"resource\connectionmonitorpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5145
data=\epoc32\data\Z\resource\ConnectionUiUtilities.RSC 	"resource\ConnectionUiUtilities.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5146
data=\epoc32\data\Z\resource\ConnUiUtilsNotif.RSC 	"resource\ConnUiUtilsNotif.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5147
data=\epoc32\data\Z\resource\CTSECDLGS.RSC 	"resource\CTSECDLGS.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5148
data=\epoc32\data\Z\resource\devdiagaudiopluginrsc.rsc 	"resource\devdiagaudiopluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5149
data=\epoc32\data\Z\resource\devdiagbatterychargercabletestpluginrsc.rsc 	"resource\devdiagbatterychargercabletestpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5150
data=\epoc32\data\Z\resource\devdiagbrowserpluginrsc.rsc 	"resource\devdiagbrowserpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5151
data=\epoc32\data\Z\resource\devdiagdatanetworktestpluginrsc.rsc 	"resource\devdiagdatanetworktestpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5152
data=\epoc32\data\Z\resource\devdiagexternalmediacardpluginrsc.rsc 	"resource\devdiagexternalmediacardpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5153
data=\epoc32\data\Z\resource\devdiagheadsetcabletestpluginrsc.rsc 	"resource\devdiagheadsetcabletestpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5154
data=\epoc32\data\Z\resource\devdiagnetcoveragepluginrsc.rsc 	"resource\devdiagnetcoveragepluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5155
data=\epoc32\data\Z\resource\devdiagspeakerpluginrsc.rsc 	"resource\devdiagspeakerpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5156
data=\epoc32\data\Z\resource\DevDiagUSBCableTestPluginRsc.rsc 	"resource\DevDiagUSBCableTestPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5157
data=\epoc32\data\Z\resource\devdiagvibratepluginrsc.rsc 	"resource\devdiagvibratepluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5158
data=\epoc32\data\Z\resource\devdiaginternalmemorypluginrsc.rsc 	"resource\devdiaginternalmemorypluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5159
data=\epoc32\data\Z\resource\DirectoryLocalizer.rsc 	"resource\DirectoryLocalizer.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5160
data=\epoc32\data\Z\resource\DisconnectDlg.RSC 	"resource\DisconnectDlg.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5161
data=\epoc32\data\Z\Resource\DownloadMgrUiLib.rsc 	"resource\DownloadMgrUiLib.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5162
data=\epoc32\data\Z\resource\drmhelper.rsc 	"resource\drmhelper.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5163
data=\epoc32\data\Z\resource\apps\DRMRightsManager.RSC 	"resource\apps\DRMRightsManager.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5164
data=\epoc32\data\Z\resource\RoHandler.RSC 	"resource\RoHandler.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5165
data=\epoc32\data\Z\resource\messaging\ROMTMUI.rsc 	"resource\messaging\ROMTMUI.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5166
data=\epoc32\data\Z\resource\drmsettingspluginrsc.rsc 	"resource\drmsettingspluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5167
data=\epoc32\data\Z\resource\DrmUtility.rsc 	"resource\DrmUtility.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5168
data=\epoc32\data\Z\resource\DrmUtilityDmgrWrapper.rsc 	"resource\DrmUtilityDmgrWrapper.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5169
data=\epoc32\data\Z\resource\dunutils.rsc 	"resource\dunutils.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5170
data=\epoc32\data\Z\Resource\eikctl.rsc 	"resource\eikctl.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5171
data=\epoc32\data\Z\Resource\EIKSRVUI.rsc 	"resource\Eiksrvui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5172
data=\epoc32\data\Z\Resource\EIKCOCTL.rsc 	"resource\EikCoctl.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5173
file=\epoc32\release\ARMV5\urel\Elocl.dll 	"sys\bin\Elocl.loc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5174
REM Equalizer
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5175
data=\epoc32\data\Z\resource\gsaccessoryplugin.rsc 	"resource\gsaccessoryplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5176
data=\epoc32\data\Z\resource\GSAdminPluginRsc.rsc 	"resource\GSAdminPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5177
data=\epoc32\data\Z\resource\apps\GSApp.RSC 	"resource\apps\GSApp.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5178
data=\epoc32\data\Z\resource\GSParentPluginRsc.rsc 	"resource\GSParentPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5179
data=\epoc32\data\Z\resource\GSFrameworkRsc.rsc 	"resource\GSFrameworkRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5180
data=\epoc32\data\Z\resource\GSAppsPluginRsc.rsc 	"resource\GSAppsPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5181
data=\epoc32\data\Z\resource\GSCallBarringPluginRsc.rsc 	"resource\GSCallBarringPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5182
data=\epoc32\data\Z\resource\GSCallDivertPluginRsc.rsc 	"resource\GSCallDivertPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5183
data=\epoc32\data\Z\resource\GSCallPluginRsc.rsc 	"resource\GSCallPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5184
data=\epoc32\data\Z\resource\gsconnsettingspluginrsc.rsc 	"resource\gsconnsettingspluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5185
data=\epoc32\data\Z\resource\GSConPluginRsc.rsc 	"resource\GSConPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5186
data=\epoc32\data\Z\resource\GSDataCallPluginRsc.rsc 	"resource\GSDataCallPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5187
data=\epoc32\data\Z\resource\GSDeviceManagementPluginRsc.rsc 	"resource\GSDeviceManagementPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5188
data=\epoc32\data\Z\resource\GSDisplayPluginRsc.rsc 	"resource\GSDisplayPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5189
data=\epoc32\data\Z\resource\GSGenPluginRsc.rsc 	"resource\GSGenPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5190
data=\epoc32\data\Z\resource\GSInstallationsPluginRsc.rsc 	"resource\GSInstallationsPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5191
data=\epoc32\data\Z\resource\GSLangPluginRsc.rsc 	"resource\GSLangPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5192
data=\epoc32\data\Z\resource\GSNetworkPluginRsc.rsc 	"resource\GSNetworkPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5193
data=\epoc32\data\Z\resource\GSOpticalJoystickPluginRsc.rsc 	"resource\GSOpticalJoystickPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5194
data=\epoc32\data\Z\resource\GSPDataAccessPointPluginRsc.rsc 	"resource\GSPDataAccessPointPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5195
data=\epoc32\data\Z\resource\GSPDataConnectionPluginRsc.rsc 	"resource\GSPDataConnectionPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5196
data=\epoc32\data\Z\resource\GSPDataHSDPAPluginRsc.rsc 	"resource\GSPDataHSDPAPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5197
data=\epoc32\data\Z\resource\GSPDataPluginRsc.rsc 	"resource\GSPDataPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5198
data=\epoc32\data\Z\resource\GSPowerSavingQueryPluginRsc.rsc 	"resource\GSPowerSavingQueryPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5199
data=\epoc32\data\Z\resource\GSSecurityPluginRsc.rsc 	"resource\GSSecurityPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5200
data=\epoc32\data\Z\resource\gssensorpluginrsc.rsc 	"resource\gssensorpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5201
data=\epoc32\data\Z\resource\GSSimSecPluginRsc.rsc 	"resource\GSSimSecPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5202
data=\epoc32\data\Z\resource\GSSIPSettingsPluginRsc.RSC 	"resource\GSSIPSettingsPluginRsc.RSC"        
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5203
data=\epoc32\data\Z\resource\GSSynchronisationPluginRsc.rsc 	"resource\GSSynchronisationPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5204
data=\epoc32\data\Z\resource\GSTelPluginRsc.rsc 	"resource\GSTelPluginRsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5205
data=\epoc32\data\Z\resource\SoftReject.rsc 	"resource\SoftReject.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5206
data=\epoc32\data\Z\resource\XDMPluginRsc.RSC 	"resource\XDMPluginRsc.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5207
data=\epoc32\data\Z\resource\apps\homescreen.rsc 	"resource\apps\homescreen.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5208
data=\epoc32\data\Z\resource\lbtmgmtpluginview.rsc 	"resource\lbtmgmtpluginview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5209
data=\epoc32\data\Z\resource\lcstylustaprsc.rsc 	"resource\lcstylustaprsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5210
data=\epoc32\data\Z\resource\eposlmglobalcategories.rsc 	"resource\eposlmglobalcategories.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5211
data=\epoc32\data\Z\resource\eposlmdefaultdbname.rsc 	"resource\eposlmdefaultdbname.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5212
data=\epoc32\data\Z\resource\mnclientlib.rsc 	"resource\mnclientlib.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5213
data=\epoc32\data\Z\resource\mnaiwproviderres.rsc 	"resource\mnaiwproviderres.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5214
data=\epoc32\data\Z\resource\locsysuiviewrsc.rsc 	"resource\locsysuiviewrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5215
data=\epoc32\data\Z\resource\apps\locbtnotifierresources.rsc 	"resource\apps\locbtnotifierresources.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5216
data=\epoc32\data\Z\resource\locgpsindicatorplugin.rsc 	"resource\locgpsindicatorplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5217
data=\epoc32\data\Z\resource\locnotprefpluginview.rsc 	"resource\locnotprefpluginview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5218
data=\epoc32\data\Z\resource\locpsysettingsuiview.rsc 	"resource\locpsysettingsuiview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5219
data=\epoc32\data\Z\RESOURCE\APPS\locsettingsuiserver.rsc 	"resource\apps\locsettingsuiserver.rsc"       
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5220
data=\epoc32\data\Z\resource\locsuplsettingsui.rsc 	"resource\locsuplsettingsui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5221
data=\epoc32\data\Z\RESOURCE\locverifierdlg.RSC 	"resource\locverifierdlg.rsc"       
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5222
data=\epoc32\data\Z\resource\mcspluginres.rsc 	"resource\mcspluginres.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5223
data=\epoc32\data\Z\resource\mcspluginsettingsres.rsc 	"resource\mcspluginsettingsres.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5224
data=\epoc32\data\Z\Resource\MEDIAFILELIST.RSC 	"resource\MEDIAFILELIST.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5225
data=\epoc32\data\Z\resource\apps\mpxmediator.rsc 	"resource\apps\mpxmediator.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5226
data=\epoc32\data\Z\resource\messaging\mtm\btmtmui.rsc 	"resource\messaging\mtm\btmtmui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5227
data=\epoc32\data\Z\resource\messaging\mtm\irmtmui.rsc 	"resource\messaging\mtm\irmtmui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5228
data=\epoc32\data\Z\Resource\nlanpppsy_name.rsc 	"resource\nlanpppsy_name.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5229
data=\epoc32\data\Z\Resource\nla_agpspositioner.rsc 	"resource\nla_agpspositioner.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5230
data=\epoc32\data\Z\Resource\nla_gpspositioner.rsc 	"resource\nla_gpspositioner.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5231
data=\epoc32\data\Z\Resource\nla_nbppositioner.rsc 	"resource\nla_nbppositioner.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5232
data=\epoc32\data\Z\resource\NSmlDsProvisioningAdapter.rsc 	"resource\NSmlDsProvisioningAdapter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5233
REM data=\epoc32\data\Z\resource\nsmlemailmtmserver.rsc			resource\nsmlemailmtmserver.rsc
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5234
REM \dm\provisioningadapter
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5235
data=\epoc32\data\Z\resource\NSmlDmProvisioningAdapter.rsc 	"resource\NSmlDmProvisioningAdapter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5236
data=\epoc32\data\Z\resource\NSmlTransport.rsc 	"resource\NSmlTransport.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5237
data=\epoc32\data\Z\resource\obexutils.rsc 	"resource\obexutils.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5238
data=\epoc32\data\Z\resource\epos_omasuplnotifier.rsc 	"resource\epos_omasuplnotifier.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5239
data=\epoc32\data\Z\resource\lafmemorywatcher.rsc 	"resource\lafmemorywatcher.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5240
data=\epoc32\data\Z\resource\outofdiskmonitor.rsc 	"resource\outofdiskmonitor.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5241
REM PENINPUTARC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5242
data=\EPOC32\DATA\Z\resource\gspeninputpluginrsc.RSC 	"resource\gspeninputpluginrsc.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5243
data=\epoc32\data\Z\resource\apps\peninputsetting.RSC 	"resource\apps\peninputsetting.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5244
data=\epoc32\data\Z\resource\plugins\peninputgeneralitutnew.rsc 	"resource\plugins\peninputgeneralitutnew.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5245
data=\epoc32\data\Z\resource\plugins\peninputvkbwindow.rsc 	"resource\plugins\peninputvkbwindow.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5246
data=\epoc32\data\Z\resource\plugins\peninputsplititutnew.rsc 	"resource\plugins\peninputsplititutnew.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5247
data=\epoc32\data\Z\resource\plugins\peninputssqwin.rsc 	"resource\plugins\peninputssqwin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5248
data=\epoc32\data\Z\resource\peninputvkbcn.rsc 	"resource\peninputvkbcn.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5249
data=\epoc32\data\Z\resource\PolicyEngineUIdlgs.rsc 	"resource\PolicyEngineUIdlgs.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5250
data=\epoc32\data\Z\resource\plugins\batindpaneplugin.rsc 	"resource\plugins\batindpaneplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5251
data=\epoc32\data\Z\Resource\profileeng.rsc 	"resource\profileeng.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5252
data=\epoc32\data\Z\Resource\profilescheduleevent.rsc 	"resource\profilescheduleevent.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5253
data=\epoc32\data\Z\Resource\proengwrapper.rsc 	"resource\proengwrapper.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5254
data=\epoc32\data\Z\resource\ProvisioningHandlerResource.rsc 	"resource\ProvisioningHandler.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5255
data=\epoc32\data\Z\resource\WPWAPAdapterResource.rsc 	"resource\WPWAPAdapter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5256
data=\epoc32\data\Z\resource\WPWVAdapterResource.rsc 	"resource\WPWVAdapter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5257
data=\epoc32\data\Z\resource\WpstreamingadapterResource.rsc 	"resource\Wpstreamingadapter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5258
data=\epoc32\data\Z\resource\WPMbxNbrAdapterResource.rsc 	"resource\WPMbxNbrAdapter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5259
data=\epoc32\data\Z\resource\ProvisioningBC.rsc 	"resource\ProvisioningBC.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5260
data=\epoc32\data\Z\resource\messaging\bif\prov.rsc 	"resource\messaging\bif\prov.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5261
data=\epoc32\data\Z\resource\ProvisioningSC.rsc 	"resource\ProvisioningSC.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5262
data=\epoc32\data\Z\resource\WPAPAdapterResource.rsc 	"resource\WPAPAdapterResource.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5263
data=\epoc32\data\Z\resource\wpdestinationnwadapter.rsc 	"resource\wpdestinationnwadapter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5264
data=\epoc32\data\Z\resource\apps\psln.RSC 	"resource\apps\psln.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5265
data=\epoc32\data\Z\resource\apps\pslnskinnames.RSC 	"resource\apps\pslnskinnames.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5266
data=\epoc32\data\Z\resource\apps\pslncommon.rsc 	"resource\apps\pslncommon.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5267
data=\epoc32\data\Z\resource\pslngspluginrsc.rsc 	"resource\pslngspluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5268
data=\epoc32\data\Z\resource\pslnslidesetdialogrsc.rsc 	"resource\pslnslidesetdialogrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5269
data=\epoc32\data\Z\resource\psuigspluginrsc.rsc 	"resource\psuigspluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5270
data=\epoc32\data\Z\resource\psui.rsc 	"resource\psui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5271
data=\epoc32\data\Z\resource\apps\Remotelock.rsc 	"resource\apps\Remotelock.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5272
data=\epoc32\data\Z\resource\Rfs.rsc 	"resource\Rfs.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5273
data=\epoc32\data\Z\resource\GSRFSPluginRsc.RSC 	"resource\GSRFSPluginRsc.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5274
data=\epoc32\data\Z\resource\rsfwgspluginrsc.RSC 	"resource\rsfwgspluginrsc.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5275
data=\epoc32\data\Z\resource\RemoteFileEngine.RSC 	"resource\RemoteFileEngine.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5276
data=\epoc32\data\Z\resource\rsfwmountconfbc.rsc 	"resource\rsfwmountconfbc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5277
data=\epoc32\data\Z\resource\messaging\bif\rsfwmountconfbcbif.rsc 	"resource\messaging\bif\rsfwmountconfbcbif.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5278
data=\epoc32\data\Z\resource\rsfwnotplugindlg.rsc 	"resource\rsfwnotplugindlg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5279
data=\epoc32\data\Z\resource\satserver.rsc 	"resource\satserver.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5280
data=\epoc32\data\Z\resource\apps\SchemeApp.rsc 	"resource\apps\SchemeApp.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5281
data=\epoc32\data\Z\resource\sconftp.rsc 	"resource\sconftp.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5282
data=\epoc32\data\Z\resource\SCPNotifier.rsc 	"resource\SCPNotifier.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5283
data=\epoc32\data\Z\resource\SCPPatternPluginLang.rsc 	"resource\SCPPatternPluginLang.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5284
data=\epoc32\data\Z\resource\SCPHistoryPluginLang.rsc 	"resource\SCPHistoryPluginLang.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5285
data=\epoc32\data\Z\resource\SCPTimestampPluginLang.rsc 	"resource\SCPTimestampPluginLang.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5286
data=\epoc32\data\Z\resource\screensaveraiwplugin.rsc 	"resource\screensaveraiwplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5287
data=\epoc32\data\Z\resource\ScreenSaverAnimPlugin.rsc 	"resource\ScreenSaverAnimPlugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5288
data=\epoc32\data\Z\resource\secmodui.rsc 	"resource\secmodui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5289
data=\epoc32\data\Z\resource\SecUi.rsc 	"resource\SecUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5290
data=\epoc32\data\Z\resource\Sendnorm.rsc 	"resource\Sendnorm.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5291
data=\epoc32\data\Z\resource\APPS\rtsecmanager.RSC 	"resource\apps\rtsecmanager.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5292
data=\epoc32\data\Z\resource\APPS\contactprovidername.RSC 	"resource\apps\contactprovidername.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5293
data=\epoc32\data\Z\resource\APPS\calendarprovidername.RSC 	"resource\apps\calendarprovidername.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5294
data=\epoc32\data\Z\resource\APPS\locationprovidername.RSC 	"resource\apps\locationprovidername.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5295
data=\epoc32\data\Z\resource\APPS\loggingprovidername.RSC 	"resource\apps\loggingprovidername.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5296
data=\epoc32\data\Z\resource\APPS\mediamanagementprovidername.RSC 	"resource\apps\mediamanagementprovidername.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5297
data=\epoc32\data\Z\resource\APPS\messagingprovidername.RSC 	"resource\apps\messagingprovidername.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5298
data=\epoc32\data\Z\resource\APPS\sysinfoprovidername.RSC 	"resource\apps\sysinfoprovidername.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5299
data=\epoc32\data\Z\resource\APPS\sensorprovidername.RSC 	"resource\apps\sensorprovidername.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5300
data=\epoc32\data\Z\resource\APPS\landmarkprovidername.RSC 	"resource\apps\landmarkprovidername.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5301
data=\epoc32\data\Z\resource\APPS\appmanagerprovidername.RSC 	"resource\apps\appmanagerprovidername.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5302
data=\epoc32\data\Z\resource\APPS\serviceregistryprovidername.RSC 	"resource\apps\serviceregistryprovidername.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5303
data=\epoc32\data\Z\resource\SERVICEREQUEST.rsc 	"resource\SERVICEREQUEST.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5304
data=\epoc32\data\Z\resource\serviceselector.rsc 	"resource\serviceselector.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5305
data=\epoc32\data\Z\resource\PresenceProvisioningTexts.RSC 	"resource\PresenceProvisioningTexts.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5306
data=\epoc32\data\Z\resource\wpsipadapter.rsc 	"resource\wpsipadapter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5307
data=\epoc32\data\Z\resource\SlideshowPlugin.rsc 	"resource\SlideshowPlugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5308
data=\epoc32\data\Z\resource\apps\Startup.RSC 	"resource\apps\Startup.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5309
data=\epoc32\data\Z\resource\SyncMLNotifier.rsc 	"resource\SyncMLNotifier.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5310
data=\epoc32\data\Z\resource\apps\taskswitcher.rsc 	"resource\apps\taskswitcher.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5311
data=\epoc32\data\Z\Resource\uiklaf\Eikcore.rsc 	"resource\uiklaf\Eikcore.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5312
data=\epoc32\data\Z\resource\apps\USBClassChangeUI.RSC 	"resource\apps\USBClassChangeUI.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5313
data=\epoc32\data\Z\resource\USBClassChangeUIPlugin.rsc 	"resource\USBClassChangeUIPlugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5314
REM USB UI notifiers resources
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5315
data=\epoc32\data\Z\resource\usbuinotif.rsc 	"resource\usbuinotif.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5316
data=\epoc32\data\Z\private\101fe1db\usbman_pcsmtp.rsc 	"private\101fe1db\usbman.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5317
data=\epoc32\data\Z\resource\VMBX.RSC 	"resource\VMBX.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5318
data=\epoc32\data\Z\resource\WebKit.rsc 	"resource\WebKit.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5319
data=\epoc32\data\Z\resource\WebKitUtils.rsc 	"resource\WebKitUtils.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5320
DATA=\epoc32\data\Z\resource\WEPSecuritySettingsUI.rsc 	"resource\WEPSecuritySettingsUI.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5321
data=\epoc32\data\Z\resource\WidgetMenu.rsc 	"resource\WidgetMenu.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5322
data=\epoc32\data\Z\Resource\WidgetInstallerUI.rsc 	"Resource\WidgetInstallerUI.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5323
data=\epoc32\data\Z\resource\WiFiProtPlugin.rsc 	"resource\WiFiProtPlugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5324
DATA=\epoc32\data\Z\resource\EapSimUi.rsc 	"resource\EapSimUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5325
DATA=\epoc32\data\Z\resource\EapAkaUi.rsc 	"resource\EapAkaUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5326
DATA=\epoc32\data\Z\resource\EapMschapv2Ui.rsc 	"resource\EapMschapv2Ui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5327
DATA=\epoc32\data\Z\resource\EapTlsUi.rsc 	"resource\EapTlsUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5328
DATA=\epoc32\data\Z\resource\EapPeapUi.rsc 	"resource\EapPeapUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5329
DATA=\epoc32\data\Z\resource\EapTtlsUi.rsc 	"resource\EapTtlsUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5330
DATA=\epoc32\data\Z\resource\EapGtcUi.rsc 	"resource\EapGtcUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5331
DATA=\epoc32\data\Z\resource\papui.rsc 	"resource\papui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5332
DATA=\epoc32\data\Z\resource\MsChapv2NotifDlgUi.rsc 	"resource\MsChapv2NotifDlgUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5333
DATA=\epoc32\data\Z\resource\GtcNotifDlgUi.rsc 	"resource\GtcNotifDlgUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5334
DATA=\epoc32\data\Z\resource\papnotifdlgui.rsc 	"resource\papnotifdlgui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5335
DATA=\epoc32\data\Z\resource\EapPluginConfigRes.rsc 	"resource\EapPluginConfigRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5336
data=\epoc32\data\Z\resource\wlanindicator.rsc 	"resource\wlanindicator.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5337
data=\epoc32\data\Z\resource\wlanpluginrsc.rsc 	"resource\wlanpluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5338
data=\epoc32\data\Z\resource\wlansettingsui.rsc 	"resource\wlansettingsui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5339
data=\epoc32\data\Z\resource\wmdrmpkserver.rsc 	"resource\wmdrmpkserver.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5340
data=\epoc32\data\Z\resource\wmdrmdlautils.rsc 	"resource\wmdrmdlautils.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5341
DATA=\epoc32\data\Z\resource\WPASecuritySettingsUI.rsc 	"resource\WPASecuritySettingsUI.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5342
data=\epoc32\data\Z\resource\wpnatfwtraversaladapter.rsc 	"resource\wpnatfwtraversaladapter.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5343
data=\epoc32\data\Z\Resource\wrtharvester.rsc 	"resource\wrtharvester.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5344
REM WlanSnifferAiHelperApplicationResources
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5345
data=\epoc32\data\Z\resource\apps\wsfaihelper.RSC 	"resource\apps\wsfaihelper.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5346
data=\epoc32\data\Z\resource\wsfaipluginrsc.rsc 	"resource\wsfaipluginrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5347
REM WlanSnifferApWizardResources
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5348
data=\epoc32\data\Z\resource\wsfapwizard.rsc 	"resource\wsfapwizard.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5349
REM WlanSnifferApplicationResources
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5350
data=\epoc32\data\Z\Private\200159c0\install\wsfwidget_20026F45\hsps\00\wsfwidgetconfiguration.dtd 	"private\200159c0\install\wsfwidget_20026F45\hsps\00\wsfwidgetconfiguration.dtd"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5351
REM WlanInfoSortingResources
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5352
data=\epoc32\data\Z\resource\wsfwlaninfosorting.rsc 	"resource\wsfwlaninfosorting.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5353
data=\epoc32\data\Z\private\10003a4a\SenNotifierPluginDlgImpl.rsc 	"private\10003a4a\SenNotifierPluginDlgImpl.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5354
data=\epoc32\data\Z\resource\XdmProvisioningTexts.RSC 	"resource\XdmProvisioningTexts.RSC"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5355
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calenlunarchineseplugin.dll  ,  calenlunarchineseplugin.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5356
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calenlunarvietnameseplugin.dll  ,  calenlunarvietnameseplugin.dll  ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5357
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calenthaiplugin.dll  ,  calenthaiplugin.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5358
data=\epoc32\data\Z\Private\200159c0\install\desktop_20026f4f\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\desktop_20026f4f\hsps\00\widgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5359
data=\epoc32\data\Z\resource\dialerkeypad.rsc 	"resource\dialerkeypad.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5360
data=\epoc32\data\Z\resource\dialerkeypad_cyrillic.rsc 	"resource\dialerkeypad_cyrillic.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5361
data=\epoc32\data\Z\resource\dialerkeypad_greek.rsc 	"resource\dialerkeypad_greek.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5362
data=\epoc32\data\Z\resource\dialerkeypad_hebrew.rsc 	"resource\dialerkeypad_hebrew.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5363
data=\epoc32\data\Z\resource\dialerkeypad_arabic.rsc 	"resource\dialerkeypad_arabic.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5364
data=\epoc32\data\Z\resource\dialerkeypad_farsi.rsc 	"resource\dialerkeypad_farsi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5365
data=\epoc32\data\Z\resource\dialerkeypad_urdu.rsc 	"resource\dialerkeypad_urdu.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5366
data=\epoc32\data\Z\resource\dialerkeypad_thai.rsc 	"resource\dialerkeypad_thai.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5367
data=\epoc32\data\Z\resource\dialerkeypad_devanagari.rsc 	"resource\dialerkeypad_devanagari.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5368
data=\epoc32\data\Z\resource\dialerkeypad_chn_pinyin.rsc 	"resource\dialerkeypad_chn_pinyin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5369
data=\epoc32\data\Z\resource\dialerkeypad_chn_stroke.rsc 	"resource\dialerkeypad_chn_stroke.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5370
data=\epoc32\data\Z\resource\dialerkeypad_chn_zhuyin.rsc 	"resource\dialerkeypad_chn_zhuyin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5371
data=\epoc32\data\Z\Private\200159c0\install\emailwidget\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\emailwidget\hsps\00\widgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5372
data=\epoc32\data\Z\Private\200159c0\install\empty_2001f47f\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\empty_2001f47f\hsps\00\widgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5373
data=\epoc32\data\Z\resource\xhtml\theme\xsl\index2html.xslt 	"resource\xhtml\theme\xsl\index2html.xslt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5374
data=\epoc32\data\Z\resource\xhtml\theme\js\functions.js 	"resource\xhtml\theme\js\functions.js"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5375
data=\epoc32\data\Z\resource\xhtml\theme\icons\qgn_indi_link_apps.gif 	"resource\xhtml\theme\icons\qgn_indi_link_apps.gif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5376
data=\epoc32\data\Z\resource\xhtml\theme\icons\qgn_indi_link_help.gif 	"resource\xhtml\theme\icons\qgn_indi_link_help.gif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5377
data=\epoc32\data\Z\resource\xhtml\theme\icons\qgn_indi_link_help_bidi.gif 	"resource\xhtml\theme\icons\qgn_indi_link_help_bidi.gif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5378
data=\epoc32\data\Z\resource\xhtml\theme\icons\qgn_indi_link_ref_popup.gif 	"resource\xhtml\theme\icons\qgn_indi_link_ref_popup.gif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5379
data=\epoc32\data\Z\resource\xhtml\theme\icons\qgn_indi_link_web.gif 	"resource\xhtml\theme\icons\qgn_indi_link_web.gif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5380
data=\epoc32\data\Z\resource\xhtml\theme\icons\qgn_indi_tip.gif 	"resource\xhtml\theme\icons\qgn_indi_tip.gif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5381
data=\epoc32\data\Z\resource\xhtml\theme\css\help.css 	"resource\xhtml\theme\css\help.css"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5382
data=\epoc32\data\Z\resource\xhtml\theme\css\help_bidi.css 	"resource\xhtml\theme\css\help_bidi.css"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5383
data=\epoc32\data\Z\Private\200159c0\install\musicwidget_10207c18\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\musicwidget_10207c18\hsps\00\widgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5384
data=\epoc32\data\Z\Private\200159c0\install\onerow_2001f480\xuikon\00\onerow.o0000 	"private\200159c0\install\onerow_2001f480\xuikon\00\onerow.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5385
data=\epoc32\data\Z\Private\200159c0\install\onerow_2001f480\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\onerow_2001f480\hsps\00\widgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5386
data=\epoc32\data\Z\Private\200159c0\install\organizer_2001f481\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\organizer_2001f481\hsps\00\widgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5387
data=\epoc32\data\Z\Private\200159c0\install\posterwideimage_2001fdbc\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\posterwideimage_2001fdbc\hsps\00\widgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5388
data=\epoc32\data\Z\Private\200159c0\install\profile_2001cb7c\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\profile_2001cb7c\hsps\00\widgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5389
data=\epoc32\data\Z\Private\200159c0\install\servicewidget_20021383\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\servicewidget_20021383\hsps\00\widgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5390
data=\epoc32\data\Z\Private\200159c0\install\templateview_20026f50\hsps\00\templateviewconfiguration.xml 	"private\200159c0\install\templateview_20026f50\hsps\00\templateviewconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5391
data=\epoc32\data\Z\Private\200159c0\install\threerows_2001f486\xuikon\00\threerows.o0000 	"private\200159c0\install\threerows_2001f486\xuikon\00\threerows.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5392
data=\epoc32\data\Z\Private\200159c0\install\threerows_2001f486\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\threerows_2001f486\hsps\00\widgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5393
data=\epoc32\data\Z\Private\200159c0\install\threetextrows_2001f487\xuikon\00\threetextrows.o0000 	"private\200159c0\install\threetextrows_2001f487\xuikon\00\threetextrows.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5394
data=\epoc32\data\Z\Private\200159c0\install\threetextrows_2001f487\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\threetextrows_2001f487\hsps\00\widgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5395
data=\epoc32\data\Z\resource\apps\TouchScreenCalib_anim.RSC 	"resource\apps\TouchScreenCalib_anim.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5396
data=\epoc32\data\Z\Private\200159c0\install\tworows_2001f488\xuikon\00\tworows.o0000 	"private\200159c0\install\tworows_2001f488\xuikon\00\tworows.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5397
data=\epoc32\data\Z\Private\200159c0\install\tworows_2001f488\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\tworows_2001f488\hsps\00\widgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5398
data=\epoc32\data\Z\Private\200159c0\install\wideimage_2001f489\xuikon\00\wideimage.o0000 	"private\200159c0\install\wideimage_2001f489\xuikon\00\wideimage.o0000"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5399
data=\epoc32\data\Z\Private\200159c0\install\wideimage_2001f489\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\wideimage_2001f489\hsps\00\widgetconfiguration.xml"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5400
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, avkonfep.dll , avkonfep.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5401
data=\epoc32\data\Z\resource\apps\aknfepuictrls.mif 	"resource\apps\aknfepuictrls.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5402
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AknFepUiAvkonPlugin.dll , AknFepUiAvkonPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5403
data=\epoc32\data\Z\System\Data\SkinExclusions.ini 	"System\Data\SkinExclusions.ini"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5404
file=\epoc32\release\ARMV5\urel\FindUtilImpl.dll 	"sys\bin\FindUtilImpl.dll"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5405
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ityperast.dll , ityperast.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5406
REM MISSING   data=\epoc32\release\ARMV5\urel\s60snr.ttf           resource\Fonts\s60snr.ttf
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5407
REM MISSING   data=\epoc32\release\ARMV5\urel\s60ssb.ttf           resource\Fonts\s60ssb.ttf
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5408
REM MISSING   data=\epoc32\release\ARMV5\urel\s60tsb.ttf           resource\Fonts\s60tsb.ttf
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5409
REM MISSING data=\epoc32\release\ARMV5\urel\S60ZDIGI.ttf           resource\Fonts\S60ZDIGI.ttf
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5410
data=\epoc32\data\Z\Private\20019119\config.xml 	"PRIVATE\20019119\config.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5411
REM  \dm\settings		
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5412
data=\epoc32\data\Z\resource\NSmlDMProfileRes.rsc 	"resource\NSmlDMProfileRes.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5413
data=\epoc32\data\Z\resource\plugins\peninputgenericitut.rsc 	"resource\plugins\peninputgenericitut.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5414
data=\epoc32\data\Z\resource\apps\peninputgenericitut.mif 	"resource\apps\peninputgenericitut.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5415
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, peninputgenericitut.dll , peninputgenericitut.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5416
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, peninputimepluginitut.dll , peninputimepluginitut.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5417
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PeninputPluginKr.dll , PeninputPluginKr.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5418
data=\epoc32\data\Z\resource\fep\PeninputPluginKrRes.r01 	"resource\fep\PeninputPluginKrRes.r01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5419
data=\epoc32\data\Z\resource\fep\PeninputPluginKrRes.r65 	"resource\fep\PeninputPluginKrRes.r65"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5420
data=\epoc32\data\Z\resource\plugins\peninputsplititut.rsc 	"resource\plugins\peninputsplititut.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5421
data=\epoc32\data\Z\resource\apps\peninputsplititut.mif 	"resource\apps\peninputsplititut.mif"
8
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5422
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, peninputsplititut.dll , peninputsplititut.dll ) 
36cb9eb36988 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5423
__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PeninputVkbKr.dll , PeninputVkbKr.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5424
data=\epoc32\data\Z\resource\apps\PeninputVkbKr.mif 	"resource\apps\PeninputVkbKr.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5425
data=\epoc32\data\Z\resource\plugins\PeninputVkbKrWindowKr.rsc 	"resource\plugins\PeninputVkbKrWindowKr.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5426
data=\epoc32\data\Z\resource\plugins\PeninputVkbKrWindowConfigInfo_65.rsc 	"resource\plugins\PeninputVkbKrWindowConfigInfo_65.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5427
REM MISSING data=\epoc32\data\Z\Private\100059C9\cenrep_rfs.txt               private\100059C9\cenrep_rfs.txt
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5428
file=\epoc32\release\ARMV5\urel\SortUtilImpl.dll 	"sys\bin\SortUtilImpl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5429
data=\epoc32\data\Z\resource\apps\SplashScreen.mif 	"resource\apps\SplashScreen.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5430
data=\epoc32\data\Z\resource\apps\Startup.mif 	"resource\apps\Startup.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5431
data=\epoc32\data\Z\Resource\uiklaf\EIKPRIV.rsc 	"resource\uiklaf\EikPriv.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5432
data=\epoc32\data\Z\resource\apps\variatedbitmaps.mif 	"resource\apps\variatedbitmaps.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5433
data=\epoc32\release\ARMV5\urel\z\private\100059C9\ScriptInit.txt 	"private\100059C9\ScriptInit.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5434
data=\epoc32\release\ARMV5\urel\z\private\100059C9\script0.txt 	"private\100059C9\script0.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5435
data=\epoc32\release\ARMV5\urel\z\private\100059C9\script1.txt 	"private\100059C9\script1.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5436
data=\epoc32\data\Z\Private\200159c0\install\wsfwidget_20026F45\hsps\00\wsfwidgetconfiguration.xml 	"private\200159c0\install\wsfwidget_20026F45\hsps\00\wsfwidgetconfiguration.xml"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5437
REM MISSING file=\epoc32\release\ARMV5\urel\standarddialogs.exe                   sys\bin\standarddialogs.exe 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5438
REM MISSING data=\epoc32\data\Z\resource\apps\standarddialogs.RSC   resource\apps\standarddialogs.rsc 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5439
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\standarddialogs_reg.rsc   \private\10003a3f\import\apps\standarddialogs_reg.rsc
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5440
REM MISSING file=\epoc32\release\ARMV5\urel\gradients.exe                   sys\bin\gradients.exe 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5441
REM MISSING data=\epoc32\data\Z\resource\apps\gradients.RSC   resource\apps\gradients.rsc 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5442
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\gradients_reg.rsc   \private\10003a3f\import\apps\gradients_reg.rsc
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5443
REM MISSING file=\epoc32\release\ARMV5\urel\blurpicker.exe                   sys\bin\blurpicker.exe 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5444
REM MISSING data=\epoc32\data\Z\resource\apps\blurpicker.RSC   resource\apps\blurpicker.rsc 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5445
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\blurpicker_reg.rsc   \private\10003a3f\import\apps\blurpicker_reg.rsc
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5446
REM MISSING file=\epoc32\release\ARMV5\urel\knobs.exe                   sys\bin\knobs.exe 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5447
REM MISSING data=\epoc32\data\Z\resource\apps\knobs.RSC   resource\apps\knobs.rsc 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5448
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\knobs_reg.rsc   \private\10003a3f\import\apps\knobs_reg.rsc
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5449
REM MISSING file=\epoc32\release\ARMV5\urel\defaultprototypes.exe                   sys\bin\defaultprototypes.exe 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5450
REM MISSING data=\epoc32\data\Z\resource\apps\defaultprototypes.RSC   resource\apps\defaultprototypes.rsc 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5451
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\defaultprototypes_reg.rsc   \private\10003a3f\import\apps\defaultprototypes_reg.rsc
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5452
REM MISSING file=\epoc32\release\ARMV5\urel\queuedcustomtype.exe                   sys\bin\queuedcustomtype.exe 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5453
REM MISSING data=\epoc32\data\Z\resource\apps\queuedcustomtype.RSC   resource\apps\queuedcustomtype.rsc 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5454
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\queuedcustomtype_reg.rsc   \private\10003a3f\import\apps\queuedcustomtype_reg.rsc
66
fc9981c83de7 Add weatherinfo demo to syborg_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
  5455
fc9981c83de7 Add weatherinfo demo to syborg_stem_rom.oby
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
  5456
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5457
romchecksum=0x12345678
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5458
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5459
10
686ce409da30 Latest generated version of syborg_stem_rom.oby - now includes the new syborg_stem_features.iby file
William Roberts <williamr@symbian.org>
parents: 8
diff changeset
  5460
}
686ce409da30 Latest generated version of syborg_stem_rom.oby - now includes the new syborg_stem_features.iby file
William Roberts <williamr@symbian.org>
parents: 8
diff changeset
  5461
ROM_IMAGE[1] {
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5462
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5463
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5464
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5465
REM MISSING  data=\epoc32\rom\include\OBEYFILE.oby		System\Samples\DESIRED_ABI_OBEYFILE
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5466
pagingoverride defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5467
pagingoverride defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5468
pagingoverride defaultpaged
10
686ce409da30 Latest generated version of syborg_stem_rom.oby - now includes the new syborg_stem_features.iby file
William Roberts <williamr@symbian.org>
parents: 8
diff changeset
  5469
}