original/syborg.rom.oby
author William Roberts <williamr@symbian.org>
Sun, 10 Oct 2010 13:45:56 +0100
changeset 12 ab7598bdae30
parent 7 58366ddcbc93
child 58 37bdadebbfc0
permissions -rw-r--r--
Add tools\static_dependencies.pl which processes rom_contents.csv calculates static dependency information The static_dependencies.txt file has two sections - the first shows what each rom file depends on, - the second (lines beginning with x), shows the things which directly depend on this file (in sys\bin) The aim will be to use this file to calculate the ripple effect of removing selected executables.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
romname=syborg.img
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
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
     4
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
     5
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
     6
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
     7
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
     8
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
     9
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
    10
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
    11
REM Define whether or not to include USB client support:
7
58366ddcbc93 Further tweaks to buildrom.pm, and updated originals after re-running imaker
William Roberts <williamr@symbian.org>
parents: 4
diff changeset
    12
REM processed ROMBUILD_OPTION -no-header 
58366ddcbc93 Further tweaks to buildrom.pm, and updated originals after re-running imaker
William Roberts <williamr@symbian.org>
parents: 4
diff changeset
    13
REM redefined ROMDATE as 09\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
    14
unicode
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
romsize=0x5000000
7
58366ddcbc93 Further tweaks to buildrom.pm, and updated originals after re-running imaker
William Roberts <williamr@symbian.org>
parents: 4
diff changeset
    16
time=09/10/2010 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
    17
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
    18
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
    19
version=0.01(0)
7
58366ddcbc93 Further tweaks to buildrom.pm, and updated originals after re-running imaker
William Roberts <williamr@symbian.org>
parents: 4
diff changeset
    20
REM processed 	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
    21
PlatSecDiagnostics OFF
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
PlatSecEnforcement ON
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
PlatSecEnforceSysBin ON
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
PlatSecProcessIsolation ON 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
kerneltrace 0x80000000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
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
    27
multikernel
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
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
    29
debugport 0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
romsize=0x8000000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    31
romlinearbase=0x80000000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    32
romalign=0x10
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    33
kerneldataaddress=0xC8000000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    34
kernelheapmin=0x08000			 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    35
kernelheapmax=0x00FFC000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    36
dataaddress=0x400000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    37
defaultstackreserve=0x200000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    38
romchecksum=0x12345678
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    39
primary[0x0b0a0001]=\epoc32\release\ARMV5\urel\_syborg_ekern.exe 	"sys\bin\ekern.exe"	code-align 0x4000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    40
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
    41
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
    42
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
    43
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
    44
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
    45
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
    46
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
    47
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
    48
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
    49
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
    50
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
    51
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
    52
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
    53
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
    54
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
    55
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
    56
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
    57
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
    58
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
    59
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
    60
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
    61
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
    62
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
    63
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
    64
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
    65
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
    66
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
    67
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
    68
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
    69
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
    70
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
    71
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
    72
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
    73
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
    74
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
    75
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
    76
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
    77
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
    78
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
    79
    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
    80
    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
    81
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
    82
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
    83
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
    84
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
    85
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
    86
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
    87
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
    88
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
    89
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
    90
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
    91
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
    92
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
    93
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
    94
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
    95
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
    96
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
    97
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
    98
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
    99
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
   100
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
   101
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
   102
file=\epoc32\release\ARMV5\urel\usbdescriptors.dll 	"sys\bin\usbdescriptors.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   103
file=\epoc32\release\ARMV5\urel\usbdi_utils.dll 	"sys\bin\usbdi_utils.dll"
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\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
   105
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
   106
file=\epoc32\release\ARMV5\urel\usbhostmssrv.exe 	"sys\bin\usbhostmssrv.exe"
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\_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
   108
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
   109
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
   110
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
   111
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
   112
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
   113
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
   114
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
   115
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
   116
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
   117
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
   118
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
   119
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
   120
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
   121
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
   122
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
   123
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
   124
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
   125
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
   126
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
   127
file=\epoc32\release\ARMV5\urel\mmfdevsound.dll 	"sys\bin\mmfdevsound.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   128
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
   129
file=\epoc32\release\ARMV5\urel\mmfdevsoundproxy.dll 	"sys\bin\mmfdevsoundproxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   130
file=\epoc32\release\ARMV5\urel\mmfdevsoundserver.dll 	"sys\bin\mmfdevsoundserver.dll"
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\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
   132
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
   133
file=\epoc32\release\ARMV5\urel\mmfaudioserver.dll 	"sys\bin\mmfaudioserver.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\mmfdevsoundadaptor.dll 	"sys\bin\mmfdevsoundadaptor.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   135
REM expanded __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
   136
file=\epoc32\release\ARMV5\urel\a3fFourCCConvertorPlugin.dll 	"Sys\Bin\a3fFourCCConvertorPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   137
file=\epoc32\release\ARMV5\urel\mmfaudioserverstart.exe 	"sys\bin\mmfaudioserverstart.exe"
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"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   152
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiocodec.dll , logicalaudiocodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   153
file=\epoc32\release\ARMV5\urel\logicalaudiocodec.dll 	"Sys\Bin\logicalaudiocodec.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   154
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiostream.dll , logicalaudiostream.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   155
file=\epoc32\release\ARMV5\urel\logicalaudiostream.dll 	"Sys\Bin\logicalaudiostream.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   156
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalbuffersource.dll , logicalbuffersource.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   157
file=\epoc32\release\ARMV5\urel\logicalbuffersource.dll 	"Sys\Bin\logicalbuffersource.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   158
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiodevicesource.dll , logicalaudiodevicesource.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\logicalaudiodevicesource.dll 	"Sys\Bin\logicalaudiodevicesource.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   160
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalaudiogaincontrol.dll , logicalaudiogaincontrol.dll ) 
0
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\logicalaudiogaincontrol.dll 	"Sys\Bin\logicalaudiogaincontrol.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   162
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, logicalbuffersink.dll , logicalbuffersink.dll ) 
0
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\logicalbuffersink.dll 	"Sys\Bin\logicalbuffersink.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   164
REM expanded __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
   165
file=\epoc32\release\ARMV5\urel\logicalaudiodevicesink.dll 	"Sys\Bin\logicalaudiodevicesink.dll" 
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\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
   167
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
   168
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
   169
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
   170
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
   171
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
   172
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
   173
file=\epoc32\release\ARMV5\urel\agentprcore.dll 	"sys\bin\agentprcore.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   174
REM expanded __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
   175
file=\epoc32\release\ARMV5\urel\agentpr.dll 	"Sys\Bin\agentpr.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   176
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
   177
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
   178
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
   179
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
   180
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
   181
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
   182
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
   183
REM Agenda Versit
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   184
REM expanded __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
   185
file=\epoc32\release\ARMV5\urel\AgnVersit.dll 	"Sys\Bin\AgnVersit.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   186
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
   187
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
   188
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
   189
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
   190
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
   191
REM SQL
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   192
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
   193
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
   194
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
   195
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
   196
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
   197
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
   198
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
   199
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
   200
REM *** SWI Plugin ***
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   201
REM expanded __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
   202
file=\epoc32\release\ARMV5\urel\tzswiobserverplugin.dll 	"Sys\Bin\tzswiobserverplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   203
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
   204
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
   205
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
   206
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
   207
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
   208
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
   209
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
   210
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
   211
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
   212
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
   213
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
   214
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
   215
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
   216
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
   217
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
   218
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
   219
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
   220
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
   221
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
   222
REM Animation
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\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
   224
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
   225
file=\epoc32\release\ARMV5\urel\animationserver.dll 	"sys\bin\animationserver.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   226
REM expanded __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
   227
file=\epoc32\release\ARMV5\urel\animators.dll 	"Sys\Bin\animators.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   228
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
   229
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
   230
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
   231
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
   232
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
   233
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
   234
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
   235
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
   236
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
   237
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
   238
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
   239
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
   240
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
   241
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
   242
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
   243
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
   244
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
   245
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
   246
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
   247
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
   248
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
   249
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
   250
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
   251
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
   252
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
   253
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
   254
file=\epoc32\release\ARMV5\urel\SpeechRecognitionUtility.dll 	"sys\bin\SpeechRecognitionUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   255
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
   256
file=\epoc32\release\ARMV5\urel\SpeechRecognitionCustomCommands.dll 	"sys\bin\SpeechRecognitionCustomCommands.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   257
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
   258
file=\epoc32\release\ARMV5\urel\autotest.dll 	"sys\bin\autotest.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   259
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aviplaycontroller.dll , aviplaycontroller.dll ) 
0
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\aviplaycontroller.dll 	"Sys\Bin\aviplaycontroller.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   261
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, avirecordcontroller.dll , avirecordcontroller.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   262
file=\epoc32\release\ARMV5\urel\avirecordcontroller.dll 	"Sys\Bin\avirecordcontroller.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   263
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
   264
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
   265
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
   266
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
   267
file=\epoc32\release\ARMV5\urel\flogsvr.exe 	"sys\bin\FLogSvr.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   268
patchdata  sys\bin\Flogger.dll addr 0x00009f50 4 0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   269
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
   270
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
   271
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
   272
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
   273
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
   274
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
   275
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
   276
file=\epoc32\release\ARMV5\urel\BioWatcher.dll 	"sys\bin\BioWatcher.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   277
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
   278
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
   279
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
   280
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
   281
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
   282
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
   283
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
   284
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
   285
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
   286
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
   287
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
   288
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
   289
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
   290
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
   291
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
   292
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
   293
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
   294
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
   295
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
   296
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
   297
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
   298
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
   299
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
   300
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
   301
file=\epoc32\release\ARMV5\urel\usbman.dll 	"sys\bin\usbman.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   302
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
   303
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
   304
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
   305
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
   306
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
   307
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
   308
REM Epoc Socket Layer
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   309
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SubconParams.dll , SubconParams.dll ) 
0
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\SubconParams.dll 	"Sys\Bin\SubconParams.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   311
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ConnServParams.dll , ConnServParams.dll ) 
0
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\ConnServParams.dll 	"Sys\Bin\ConnServParams.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   313
REM expanded __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
   314
file=\epoc32\release\ARMV5\urel\ESockMessages.dll 	"Sys\Bin\ESockMessages.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\esockmessagesimpl.dll 	"sys\bin\esockmessagesimpl.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   316
REM expanded __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
   317
file=\epoc32\release\ARMV5\urel\esock_params.dll 	"Sys\Bin\esock_params.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   318
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
   319
file=\epoc32\release\ARMV5\urel\commsdataobjects.dll 	"sys\bin\commsdataobjects.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   320
REM expanded __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
   321
file=\epoc32\release\ARMV5\urel\commsdataobjectsecom.dll 	"Sys\Bin\commsdataobjectsecom.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   322
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
   323
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
   324
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
   325
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
   326
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
   327
file=\epoc32\release\ARMV5\urel\NetInterfaces.dll 	"sys\bin\NetInterfaces.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   328
REM expanded __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
   329
file=\epoc32\release\ARMV5\urel\NetMessages.dll 	"Sys\Bin\NetMessages.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\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
   331
REM dependencies
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\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
   333
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
   334
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
   335
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
   336
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
   337
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
   338
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
   339
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
   340
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
   341
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
   342
file=\epoc32\release\ARMV5\urel\esocksvr.dll 	"sys\bin\esocksvr.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   343
REM expanded __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
   344
file=\epoc32\release\ARMV5\urel\eintsock_transport.dll 	"Sys\Bin\eintsock_transport.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   345
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
   346
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
   347
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
   348
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
   349
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
   350
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
   351
REM DBMS
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\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
   353
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
   354
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
   355
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
   356
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
   357
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
   358
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
   359
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
   360
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
   361
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
   362
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
   363
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
   364
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
   365
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
   366
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
   367
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
   368
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
   369
file=\epoc32\release\ARMV5\urel\halsettings.exe 	"sys\bin\halsettings.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   370
patchdata  sys\bin\halsettings.exe addr 0x000086e4 4 1
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   371
patchdata  sys\bin\halsettings.exe addr 0x000086e8 4 1
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   372
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
   373
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
   374
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
   375
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
   376
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
   377
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
   378
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
   379
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
   380
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
   381
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
   382
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
   383
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
   384
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
   385
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
   386
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
   387
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
   388
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
   389
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
   390
REM Contact matching plugin
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   391
REM expanded __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
   392
file=\epoc32\release\ARMV5\urel\cntmatchlog.dll 	"Sys\Bin\cntmatchlog.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 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
   394
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
   395
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
   396
file=\epoc32\release\ARMV5\urel\cntview.dll 	"sys\bin\cntview.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   397
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cntvcard.dll , cntvcard.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   398
file=\epoc32\release\ARMV5\urel\cntvcard.dll 	"Sys\Bin\cntvcard.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   399
REM expanded __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
   400
file=\epoc32\release\ARMV5\urel\cntphone.dll 	"Sys\Bin\cntphone.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   401
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
   402
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
   403
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
   404
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
   405
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
   406
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
   407
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
   408
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
   409
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
   410
REM Commdb
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   411
REM CommsDat
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   412
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
   413
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
   414
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
   415
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
   416
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
   417
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
   418
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
   419
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
   420
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
   421
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
   422
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
   423
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
   424
file=\epoc32\release\ARMV5\urel\etel.dll 	"sys\bin\ETel.dll"
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\101F7988\etel.cmi 	"private\101F7988\etel.cmi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   426
patchdata  sys\bin\etel.dll addr 0x000116a8 4 271063046
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   427
patchdata  sys\bin\etel.dll addr 0x000116ac 4 271063046
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   428
patchdata  sys\bin\etel.dll addr 0x000116b0 4 271063046
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   429
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
   430
file=\epoc32\release\ARMV5\urel\etelmm.dll 	"sys\bin\etelmm.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   431
file=\epoc32\release\ARMV5\urel\GsmU.dll 	"sys\bin\GsmU.dll"
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\SmsU.dll 	"sys\bin\SmsU.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   433
file=\epoc32\release\ARMV5\urel\SmsProt.prt 	"sys\bin\SmsProt.prt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   434
file=\epoc32\release\ARMV5\urel\WapProt.prt 	"sys\bin\WapProt.prt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   435
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
   436
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
   437
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
   438
file=\epoc32\release\ARMV5\urel\smcm.dll 	"sys\bin\smcm.dll"
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\smss.dll 	"sys\bin\smss.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   440
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, smsgetdetdescdefault.dll , smsgetdetdescdefault.dll ) 
0
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\smsgetdetdescdefault.dll 	"Sys\Bin\smsgetdetdescdefault.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   442
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
   443
REM The NBsWatcher Class0SMS Plugin
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   444
REM expanded __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
   445
file=\epoc32\release\ARMV5\urel\class0sms.dll 	"Sys\Bin\class0sms.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   446
REM The Bio NBS\SMS Watcher
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   447
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nbswatcher.dll , nbswatcher.dll ) 
0
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\nbswatcher.dll 	"Sys\Bin\nbswatcher.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   449
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
   450
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
   451
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
   452
file=\epoc32\release\ARMV5\urel\iacp.dll 	"sys\bin\iacp.dll"
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\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
   454
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
   455
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
   456
file=\epoc32\release\ARMV5\urel\wapmsgcli.dll 	"sys\bin\wapmsgcli.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   457
REM expanded __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
   458
file=\epoc32\release\ARMV5\urel\swswapmsg.dll 	"Sys\Bin\swswapmsg.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   459
REM The Bio WAP\SMS Watcher
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   460
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wapwatcher.dll , wapwatcher.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   461
file=\epoc32\release\ARMV5\urel\wapwatcher.dll 	"Sys\Bin\wapwatcher.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   462
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
   463
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
   464
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
   465
file=\epoc32\release\ARMV5\urel\BitmapTransforms.dll 	"sys\bin\BitmapTransforms.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   466
REM expanded __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
   467
file=\epoc32\release\ARMV5\urel\BitmapTransformsRefPlugin.dll 	"Sys\Bin\BitmapTransformsRefPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   468
REM --- Bluetooth ---
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   469
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
   470
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
   471
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
   472
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
   473
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
   474
file=\epoc32\release\ARMV5\urel\bluetooth.dll 	"sys\bin\bluetooth.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   475
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
   476
file=\epoc32\release\ARMV5\urel\btdevice.dll 	"sys\bin\btdevice.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\btmanclient.dll 	"sys\bin\btmanclient.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 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
   479
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
   480
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
   481
file=\epoc32\release\ARMV5\urel\btextnotifiers.dll 	"sys\bin\btextnotifiers.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   482
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
   483
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
   484
REM SDP
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   485
file=\epoc32\release\ARMV5\urel\sdpdatabase.dll 	"sys\bin\sdpdatabase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   486
file=\epoc32\release\ARMV5\urel\sdpagent.dll 	"sys\bin\sdpagent.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   487
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
   488
file=\epoc32\release\ARMV5\urel\bluetoothav.dll 	"sys\bin\bluetoothAV.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   489
file=\epoc32\release\ARMV5\urel\gavdp.dll 	"sys\bin\gavdp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   490
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
   491
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
   492
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
   493
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
   494
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
   495
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
   496
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
   497
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
   498
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
   499
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
   500
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
   501
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
   502
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
   503
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
   504
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
   505
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
   506
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
   507
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
   508
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
   509
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
   510
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
   511
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
   512
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
   513
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
   514
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
   515
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
   516
file=\epoc32\release\ARMV5\urel\a2dpoptimisation.dll 	"sys\bin\a2dpoptimisation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   517
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
   518
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
   519
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
   520
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
   521
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
   522
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
   523
file=\epoc32\release\ARMV5\urel\btcomm.csy 	"sys\bin\btcomm.csy"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   524
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
   525
file=\epoc32\release\ARMV5\urel\btmanserver.exe 	"sys\bin\btmanserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   526
REM SDP
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   527
file=\epoc32\release\ARMV5\urel\sdpserver.exe 	"sys\bin\sdpserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   528
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
   529
file=\epoc32\release\ARMV5\urel\bt_v2.prt 	"sys\bin\bt_v2.prt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   530
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
   531
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
   532
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
   533
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
   534
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
   535
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
   536
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
   537
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
   538
file=\epoc32\release\ARMV5\urel\corehci_base.dll 	"sys\bin\corehci_base.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   539
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
   540
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
   541
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
   542
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
   543
file=\epoc32\release\ARMV5\urel\hcicmdq.dll 	"sys\bin\hcicmdq.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   544
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
   545
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
   546
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
   547
REM Symbian CoreHCI reference implementation
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   548
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, corehci_symbian.dll , corehci_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
   549
file=\epoc32\release\ARMV5\urel\corehci_symbian.dll 	"Sys\Bin\corehci_symbian.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   550
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
   551
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
   552
file=\epoc32\release\ARMV5\urel\commandsevents.dll 	"sys\bin\commandsevents.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   553
REM Symbian reference QDP implementation
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   554
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, qdp_symbian.dll , qdp_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
   555
file=\epoc32\release\ARMV5\urel\qdp_symbian.dll 	"Sys\Bin\qdp_symbian.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   556
REM BCSP HCTL implementation
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   557
REM expanded __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
   558
file=\epoc32\release\ARMV5\urel\hctl_bcsp.dll 	"Sys\Bin\hctl_bcsp.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   559
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
   560
REM Symbian reference Bluetooth initialisor
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   561
REM expanded __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
   562
file=\epoc32\release\ARMV5\urel\initialisor_symbian.dll 	"Sys\Bin\initialisor_symbian.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   563
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
   564
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
   565
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
   566
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
   567
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
   568
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
   569
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
   570
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
   571
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
   572
REM AVRCP
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\avc.dll 	"sys\bin\avc.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   574
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, remconbeareravrcp.dll , remconbeareravrcp.dll ) 
0
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\remconbeareravrcp.dll 	"Sys\Bin\remconbeareravrcp.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   576
REM expanded __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
   577
file=\epoc32\release\ARMV5\urel\remconavrcpstatusconverter.dll 	"Sys\Bin\remconavrcpstatusconverter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   578
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
   579
file=\epoc32\release\ARMV5\urel\avctpservices.dll 	"sys\bin\avctpservices.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   580
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
   581
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
   582
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
   583
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
   584
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
   585
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
   586
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
   587
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
   588
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
   589
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
   590
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
   591
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
   592
file=\epoc32\release\ARMV5\urel\panagt.agt 	"sys\bin\panagt.agt"
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\panhelper.dll 	"sys\bin\panhelper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   594
file=\epoc32\release\ARMV5\urel\bnep.drv 	"sys\bin\bnep.drv"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   595
file=\epoc32\release\ARMV5\urel\panmessages.dll 	"sys\bin\panmessages.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   596
REM expanded __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
   597
file=\epoc32\release\ARMV5\urel\panproviders.dll 	"Sys\Bin\panproviders.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\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
   599
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
   600
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
   601
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
   602
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
   603
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
   604
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
   605
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
   606
file=\epoc32\release\ARMV5\urel\f32agentui.dll 	"sys\bin\f32agentui.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   607
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, f32agent.dll , f32agent.dll ) 
0
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\f32agent.dll 	"Sys\Bin\f32agent.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   609
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, reccaf.dll , reccaf.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   610
file=\epoc32\release\ARMV5\urel\reccaf.dll 	"Sys\Bin\reccaf.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   611
REM expanded __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
   612
file=\epoc32\release\ARMV5\urel\cconplugin.dll 	"Sys\Bin\cconplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   613
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
   614
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
   615
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
   616
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
   617
REM CED
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   618
REM expanded __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
   619
file=\epoc32\release\ARMV5\urel\xmlcustomresolver.dll 	"Sys\Bin\xmlcustomresolver.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   620
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
   621
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
   622
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
   623
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
   624
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
   625
REM XML Parser
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   626
REM expanded __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
   627
file=\epoc32\release\ARMV5\urel\xmlparserplugin.dll 	"Sys\Bin\xmlparserplugin.dll" 
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\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
   629
REM WBXML Parser
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   630
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wbxmlparser.dll , wbxmlparser.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   631
file=\epoc32\release\ARMV5\urel\wbxmlparser.dll 	"Sys\Bin\wbxmlparser.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   632
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_1stringdictionary00.dll , syncml1_1stringdictionary00.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   633
file=\epoc32\release\ARMV5\urel\syncml1_1stringdictionary00.dll 	"Sys\Bin\syncml1_1stringdictionary00.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   634
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_1stringdictionary01.dll , syncml1_1stringdictionary01.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   635
file=\epoc32\release\ARMV5\urel\syncml1_1stringdictionary01.dll 	"Sys\Bin\syncml1_1stringdictionary01.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   636
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_1opaquestringdictionary00.dll , syncml1_1opaquestringdictionary00.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   637
file=\epoc32\release\ARMV5\urel\syncml1_1opaquestringdictionary00.dll 	"Sys\Bin\syncml1_1opaquestringdictionary00.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   638
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_2stringdictionary00.dll , syncml1_2stringdictionary00.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   639
file=\epoc32\release\ARMV5\urel\syncml1_2stringdictionary00.dll 	"Sys\Bin\syncml1_2stringdictionary00.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   640
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_2stringdictionary01.dll , syncml1_2stringdictionary01.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   641
file=\epoc32\release\ARMV5\urel\syncml1_2stringdictionary01.dll 	"Sys\Bin\syncml1_2stringdictionary01.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   642
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, syncml1_2opaquestringdictionary00.dll , syncml1_2opaquestringdictionary00.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   643
file=\epoc32\release\ARMV5\urel\syncml1_2opaquestringdictionary00.dll 	"Sys\Bin\syncml1_2opaquestringdictionary00.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   644
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wml1_1stringdictionary00.dll , wml1_1stringdictionary00.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   645
file=\epoc32\release\ARMV5\urel\wml1_1stringdictionary00.dll 	"Sys\Bin\wml1_1stringdictionary00.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   646
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, si1_0stringdict00.dll , si1_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
   647
file=\epoc32\release\ARMV5\urel\si1_0stringdict00.dll 	"Sys\Bin\si1_0stringdict00.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   648
REM expanded __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
   649
file=\epoc32\release\ARMV5\urel\emn1_0stringdict00.dll 	"Sys\Bin\emn1_0stringdict00.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   650
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
   651
file=\epoc32\release\ARMV5\urel\xmlengineutils.dll 	"sys\bin\xmlengineutils.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   652
REM expanded __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
   653
file=\epoc32\release\ARMV5\urel\xmlenginesaxplugin.dll 	"Sys\Bin\xmlenginesaxplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   654
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
   655
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
   656
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
   657
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
   658
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
   659
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
   660
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
   661
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
   662
REM CED
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   663
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
   664
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
   665
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
   666
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
   667
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
   668
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
   669
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
   670
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
   671
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
   672
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
   673
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
   674
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
   675
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
   676
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
   677
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
   678
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
   679
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
   680
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
   681
file=\epoc32\release\ARMV5\urel\swicertstore.dll 	"sys\bin\swicertstore.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   682
REM expanded __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
   683
file=\epoc32\release\ARMV5\urel\swicertstoreplugin.dll 	"Sys\Bin\swicertstoreplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   684
REM Add certificate recogniser 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   685
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, reccert.dll , reccert.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   686
file=\epoc32\release\ARMV5\urel\reccert.dll 	"Sys\Bin\reccert.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   687
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pkcs8recog.dll , pkcs8recog.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   688
file=\epoc32\release\ARMV5\urel\pkcs8recog.dll 	"Sys\Bin\pkcs8recog.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   689
REM expanded __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
   690
file=\epoc32\release\ARMV5\urel\pkcs12recog.dll 	"Sys\Bin\pkcs12recog.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   691
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
   692
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
   693
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
   694
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
   695
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
   696
rem #endif
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   697
file=\epoc32\release\ARMV5\urel\rtpcore.dll 	"sys\bin\rtpcore.dll"
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\private\101F7989\esock\ip.rtp.esk 	"private\101F7989\esock\ip.rtp.esk"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   699
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cfrtp.dll , cfrtp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   700
file=\epoc32\release\ARMV5\urel\cfrtp.dll 	"Sys\Bin\cfrtp.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   701
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
   702
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
   703
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
   704
file=\epoc32\release\ARMV5\urel\gb18030_4byte.dll 	"sys\bin\gb18030_4byte.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   705
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gb2312.dll , gb2312.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   706
file=\epoc32\release\ARMV5\urel\gb2312.dll 	"Sys\Bin\gb2312.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   707
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hz.dll , hz.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
file=\epoc32\release\ARMV5\urel\hz.dll 	"Sys\Bin\hz.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   709
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gbk.dll , gbk.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   710
file=\epoc32\release\ARMV5\urel\gbk.dll 	"Sys\Bin\gbk.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   711
REM expanded __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
   712
file=\epoc32\release\ARMV5\urel\gb18030.dll 	"Sys\Bin\gb18030.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   713
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
   714
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
   715
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
   716
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
   717
file=\epoc32\release\ARMV5\urel\big5_shared.dll 	"sys\bin\big5_shared.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   718
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gb12345.dll , gb12345.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   719
file=\epoc32\release\ARMV5\urel\gb12345.dll 	"Sys\Bin\gb12345.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   720
REM expanded __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
   721
file=\epoc32\release\ARMV5\urel\big5.dll 	"Sys\Bin\big5.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   722
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
   723
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
   724
file=\epoc32\release\ARMV5\urel\shiftjis_docomo_shared.dll 	"sys\bin\shiftjis_docomo_shared.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   725
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, shiftjis_ntt_docomo.dll , shiftjis_ntt_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
   726
file=\epoc32\release\ARMV5\urel\shiftjis_ntt_docomo.dll 	"Sys\Bin\shiftjis_ntt_docomo.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   727
REM expanded __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
   728
file=\epoc32\release\ARMV5\urel\j5_docomo.dll 	"Sys\Bin\j5_docomo.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   729
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
   730
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
   731
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
   732
file=\epoc32\release\ARMV5\urel\jisx0212.dll 	"sys\bin\jisx0212.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   733
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso2022jp.dll , iso2022jp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   734
file=\epoc32\release\ARMV5\urel\iso2022jp.dll 	"Sys\Bin\iso2022jp.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   735
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso2022jp1.dll , iso2022jp1.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   736
file=\epoc32\release\ARMV5\urel\iso2022jp1.dll 	"Sys\Bin\iso2022jp1.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   737
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, jis.dll , jis.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
file=\epoc32\release\ARMV5\urel\jis.dll 	"Sys\Bin\jis.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   739
REM expanded __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
   740
file=\epoc32\release\ARMV5\urel\eucjp_packed.dll 	"Sys\Bin\eucjp_packed.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   741
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
   742
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
   743
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
   744
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
   745
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
   746
data=\epoc32\data\Z\Resource\charconv\j5.RSC 	"resource\charconv\j5.RSC"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   747
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88592.dll , iso88592.dll ) 
0
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\iso88592.dll 	"Sys\Bin\iso88592.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   749
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88593.dll , iso88593.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   750
file=\epoc32\release\ARMV5\urel\iso88593.dll 	"Sys\Bin\iso88593.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   751
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88594.dll , iso88594.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   752
file=\epoc32\release\ARMV5\urel\iso88594.dll 	"Sys\Bin\iso88594.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   753
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88595.dll , iso88595.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
file=\epoc32\release\ARMV5\urel\iso88595.dll 	"Sys\Bin\iso88595.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   755
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88596.dll , iso88596.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
file=\epoc32\release\ARMV5\urel\iso88596.dll 	"Sys\Bin\iso88596.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   757
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88597.dll , iso88597.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
file=\epoc32\release\ARMV5\urel\iso88597.dll 	"Sys\Bin\iso88597.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   759
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88598.dll , iso88598.dll ) 
0
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\iso88598.dll 	"Sys\Bin\iso88598.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   761
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso88599.dll , iso88599.dll ) 
0
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\iso88599.dll 	"Sys\Bin\iso88599.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   763
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso885910.dll , iso885910.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   764
file=\epoc32\release\ARMV5\urel\iso885910.dll 	"Sys\Bin\iso885910.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   765
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso885913.dll , iso885913.dll ) 
0
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\iso885913.dll 	"Sys\Bin\iso885913.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   767
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso885914.dll , iso885914.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   768
file=\epoc32\release\ARMV5\urel\iso885914.dll 	"Sys\Bin\iso885914.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   769
REM expanded __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
   770
file=\epoc32\release\ARMV5\urel\iso885915.dll 	"Sys\Bin\iso885915.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   771
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
   772
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
   773
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
   774
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
   775
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
   776
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
   777
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
   778
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
   779
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
   780
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
   781
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
   782
data=\epoc32\data\Z\Resource\charconv\iso885915.RSC 	"resource\charconv\iso885915.RSC"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   783
REM expanded __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
   784
file=\epoc32\release\ARMV5\urel\cp850.dll 	"Sys\Bin\cp850.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   785
data=\epoc32\data\Z\Resource\charconv\cp850.RSC 	"resource\charconv\ISOCP850.RSC"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   786
REM expanded __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
   787
file=\epoc32\release\ARMV5\urel\extended_sms_7bit.dll 	"Sys\Bin\extended_sms_7bit.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   788
data=\epoc32\data\Z\Resource\charconv\extended_sms_7bit.RSC 	"resource\charconv\extended_sms_7bit.RSC"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   789
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gsm7_turkish_single.dll , gsm7_turkish_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
   790
file=\epoc32\release\ARMV5\urel\gsm7_turkish_single.dll 	"Sys\Bin\gsm7_turkish_single.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   791
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, turkish_locking_gsm7ext.dll , turkish_locking_gsm7ext.dll ) 
0
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\turkish_locking_gsm7ext.dll 	"Sys\Bin\turkish_locking_gsm7ext.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   793
REM expanded __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
   794
file=\epoc32\release\ARMV5\urel\turkish_locking_single.dll 	"Sys\Bin\turkish_locking_single.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   795
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
   796
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
   797
data=\epoc32\data\Z\Resource\charconv\turkish_locking_single.RSC 	"resource\charconv\turkish_locking_single.RSC"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   798
REM expanded __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
   799
file=\epoc32\release\ARMV5\urel\spanish_gsm7_single.dll 	"Sys\Bin\spanish_gsm7_single.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   800
data=\epoc32\data\Z\Resource\charconv\spanish_gsm7_single.RSC 	"resource\charconv\spanish_gsm7_single.RSC"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   801
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, portuguese_gsm7_single.dll , portuguese_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
   802
file=\epoc32\release\ARMV5\urel\portuguese_gsm7_single.dll 	"Sys\Bin\portuguese_gsm7_single.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   803
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, portuguese_locking_gsm7ext.dll , portuguese_locking_gsm7ext.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\portuguese_locking_gsm7ext.dll 	"Sys\Bin\portuguese_locking_gsm7ext.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   805
REM expanded __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
   806
file=\epoc32\release\ARMV5\urel\portuguese_locking_single.dll 	"Sys\Bin\portuguese_locking_single.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   807
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
   808
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
   809
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
   810
file=\epoc32\release\ARMV5\urel\CP949table.dll 	"sys\bin\CP949table.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   811
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win949.dll , win949.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   812
file=\epoc32\release\ARMV5\urel\win949.dll 	"Sys\Bin\win949.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   813
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, EUCKR.dll , EUCKR.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   814
file=\epoc32\release\ARMV5\urel\EUCKR.dll 	"Sys\Bin\EUCKR.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   815
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iscii.dll , iscii.dll ) 
0
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\iscii.dll 	"Sys\Bin\iscii.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   817
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iso2022kr.dll , iso2022kr.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\iso2022kr.dll 	"Sys\Bin\iso2022kr.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   819
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, KOI8R.dll , KOI8R.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   820
file=\epoc32\release\ARMV5\urel\KOI8R.dll 	"Sys\Bin\KOI8R.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   821
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, KOI8U.dll , KOI8U.dll ) 
0
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\KOI8U.dll 	"Sys\Bin\KOI8U.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   823
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ksc5601.dll , ksc5601.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   824
file=\epoc32\release\ARMV5\urel\ksc5601.dll 	"Sys\Bin\ksc5601.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   825
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, TIS_620.dll , TIS_620.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   826
file=\epoc32\release\ARMV5\urel\TIS_620.dll 	"Sys\Bin\TIS_620.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   827
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1250.dll , win1250.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   828
file=\epoc32\release\ARMV5\urel\win1250.dll 	"Sys\Bin\win1250.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   829
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1251.dll , win1251.dll ) 
0
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\win1251.dll 	"Sys\Bin\win1251.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   831
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1253.dll , win1253.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   832
file=\epoc32\release\ARMV5\urel\win1253.dll 	"Sys\Bin\win1253.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   833
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1254.dll , win1254.dll ) 
0
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\win1254.dll 	"Sys\Bin\win1254.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   835
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1255.dll , win1255.dll ) 
0
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\win1255.dll 	"Sys\Bin\win1255.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   837
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1256.dll , win1256.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   838
file=\epoc32\release\ARMV5\urel\win1256.dll 	"Sys\Bin\win1256.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   839
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1257.dll , win1257.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   840
file=\epoc32\release\ARMV5\urel\win1257.dll 	"Sys\Bin\win1257.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   841
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, win1258.dll , win1258.dll ) 
0
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\win1258.dll 	"Sys\Bin\win1258.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   843
REM expanded __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
   844
file=\epoc32\release\ARMV5\urel\win874.dll 	"Sys\Bin\win874.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   845
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
   846
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
   847
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
   848
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
   849
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
   850
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
   851
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
   852
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
   853
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
   854
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
   855
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
   856
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
   857
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
   858
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
   859
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
   860
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
   861
data=\epoc32\data\Z\Resource\charconv\win874.RSC 	"resource\charconv\win874.RSC"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   862
REM expanded __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
   863
file=\epoc32\release\ARMV5\urel\UCS2.DLL 	"Sys\Bin\UCS2.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   864
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
   865
REM HTML to CRichtext converter
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   866
REM expanded __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
   867
file=\epoc32\release\ARMV5\urel\CHtmlToCrtConverter.DLL 	"Sys\Bin\CHtmlToCrtConverter.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   868
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
   869
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
   870
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
   871
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
   872
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
   873
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
   874
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
   875
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
   876
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
   877
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
   878
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
   879
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
   880
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
   881
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
   882
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
   883
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
   884
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
   885
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
   886
REM reset.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   887
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
   888
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
   889
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
   890
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
   891
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
   892
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
   893
REM Cone
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   894
file=\epoc32\release\ARMV5\urel\cone.dll 	"sys\bin\Cone.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   895
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
   896
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
   897
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
   898
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
   899
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
   900
REM Only valid in Symbian OS 9.3 and 9.4
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   901
patchdata  sys\bin\cone.dll addr 0x00010f00 4 1
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   902
REM #endif
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   903
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
   904
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
   905
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
   906
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
   907
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
   908
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
   909
REM Core Provider Plugins
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   910
REM expanded __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
   911
file=\epoc32\release\ARMV5\urel\coreprovidersecom.dll 	"Sys\Bin\coreprovidersecom.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   912
REM Window Server CSC Plugins
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   913
REM expanded __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
   914
REM MISSING file=\epoc32\release\ARMV5\urel\10286506.dll Sys\Bin\10286506.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\COMMONTSY.DLL 	"Sys\Bin\COMMONTSY.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   916
data=\epoc32\data\Z\Private\101f7989\operatorVariants.ini 	"private\101f7989\operatorVariants.ini"
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\CUSTOMAPI.DLL 	"Sys\Bin\CUSTOMAPI.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   918
file=\epoc32\release\ARMV5\urel\PHONETSY.TSY 	"Sys\Bin\PHONETSY.TSY"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   919
REM expanded __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
   920
file=\epoc32\release\ARMV5\urel\ctsysystemstateplugin.dll 	"Sys\Bin\ctsysystemstateplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   921
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
   922
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
   923
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
   924
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
   925
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
   926
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
   927
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
   928
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
   929
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
   930
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
   931
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
   932
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
   933
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
   934
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
   935
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
   936
REM DirectGDI
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\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
   938
REM dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   939
REM dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   940
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
   941
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
   942
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
   943
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
   944
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
   945
REM dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   946
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
   947
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
   948
REM dependencies
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   949
REM expanded __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
   950
file=\epoc32\release\ARMV5\urel\dnsproxyupdateif.dll 	"Sys\Bin\dnsproxyupdateif.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   951
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
   952
file=\epoc32\release\ARMV5\urel\dptestcons.exe 	"sys\bin\dptestcons.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   953
REM expanded __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
   954
file=\epoc32\release\ARMV5\urel\ECamStubPlugin.dll 	"Sys\Bin\ECamStubPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   955
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
   956
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
   957
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
   958
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
   959
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
   960
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
   961
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
   962
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
   963
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
   964
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
   965
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
   966
REM Mime recognition
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   967
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rectxt.dll , rectxt.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   968
file=\epoc32\release\ARMV5\urel\rectxt.dll 	"Sys\Bin\rectxt.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   969
REM expanded __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
   970
file=\epoc32\release\ARMV5\urel\recapp2.dll 	"Sys\Bin\recapp2.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   971
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
   972
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
   973
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
   974
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
   975
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
   976
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
   977
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
   978
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
   979
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
   980
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
   981
file=\epoc32\release\ARMV5\urel\Etel3rdParty.dll 	"sys\bin\Etel3rdParty.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   982
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
   983
file=\epoc32\release\ARMV5\urel\etelpckt.dll 	"sys\bin\etelpckt.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   984
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
   985
file=\epoc32\release\ARMV5\urel\EthInt.nif 	"sys\bin\EthInt.nif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   986
REM expanded __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
   987
file=\epoc32\release\ARMV5\urel\ether802.dll 	"Sys\Bin\ether802.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\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
   989
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
   990
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
   991
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
   992
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
   993
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
   994
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
   995
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
   996
REM *** TimeZoneLocalization***
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   997
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
   998
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
   999
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
  1000
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
  1001
file=\epoc32\release\ARMV5\urel\libcipcserver.exe 	"sys\bin\LibCIpcServer.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\backend.dll 	"sys\bin\backend.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\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
  1004
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
  1005
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
  1006
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
  1007
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
  1008
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
  1009
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
  1010
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
  1011
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
  1012
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
  1013
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
  1014
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
  1015
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
  1016
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
  1017
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
  1018
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
  1019
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
  1020
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
  1021
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
  1022
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
  1023
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
  1024
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
  1025
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
  1026
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
  1027
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
  1028
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
  1029
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
  1030
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
  1031
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
  1032
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
  1033
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
  1034
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
  1035
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
  1036
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
  1037
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
  1038
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
  1039
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
  1040
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
  1041
file=\epoc32\release\ARMV5\urel\fdf.exe 	"sys\bin\fdf.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1042
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
  1043
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
  1044
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
  1045
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
  1046
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
  1047
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
  1048
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
  1049
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
  1050
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
  1051
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
  1052
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
  1053
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
  1054
file=\epoc32\release\ARMV5\urel\fstokencli.dll 	"sys\bin\fstokencli.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1055
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, filecertstore.dll , filecertstore.dll ) 
0
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\filecertstore.dll 	"Sys\Bin\filecertstore.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1057
REM expanded __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
  1058
file=\epoc32\release\ARMV5\urel\filekeystore.dll 	"Sys\Bin\filekeystore.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1059
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
  1060
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
  1061
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
  1062
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
  1063
REM True Type Fonts
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1064
REM expanded __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
  1065
file=\epoc32\release\ARMV5\urel\freetype.dll 	"Sys\Bin\freetype.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 TrueType fonts
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1067
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
  1068
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
  1069
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
  1070
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
  1071
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
  1072
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
  1073
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
  1074
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
  1075
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
  1076
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
  1077
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
  1078
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
  1079
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
  1080
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
  1081
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
  1082
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
  1083
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
  1084
REM PALETTE
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1085
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
  1086
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
  1087
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
  1088
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
  1089
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
  1090
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
  1091
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
  1092
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
  1093
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
  1094
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
  1095
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
  1096
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
  1097
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
  1098
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
  1099
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
  1100
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
  1101
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
  1102
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
  1103
data=\epoc32\data\Z\resource\messaging\sendasserver.rsc 	"resource\messaging\sendasserver.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1104
REM expanded __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
  1105
file=\epoc32\release\ARMV5\urel\sendaseikeditutils.dll 	"Sys\Bin\sendaseikeditutils.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1106
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
  1107
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
  1108
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
  1109
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
  1110
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
  1111
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
  1112
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
  1113
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
  1114
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
  1115
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
  1116
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
  1117
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
  1118
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
  1119
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
  1120
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
  1121
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
  1122
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
  1123
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
  1124
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
  1125
file=\epoc32\release\ARMV5\urel\transporthandler.dll 	"sys\bin\transporthandler.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1126
REM expanded __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
  1127
file=\epoc32\release\ARMV5\urel\mobilitypolicydefault.dll 	"Sys\Bin\mobilitypolicydefault.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1128
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
  1129
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
  1130
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
  1131
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
  1132
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
  1133
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
  1134
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
  1135
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
  1136
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
  1137
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
  1138
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
  1139
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
  1140
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
  1141
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
  1142
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
  1143
REM Initialisor for TI Bluetooth hardware
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1144
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, initialisor_ti.dll , initialisor_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
  1145
file=\epoc32\release\ARMV5\urel\initialisor_ti.dll 	"Sys\Bin\initialisor_ti.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1146
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
  1147
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
  1148
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
  1149
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
  1150
REM HCTL for TI hardware
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1151
REM expanded __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
  1152
file=\epoc32\release\ARMV5\urel\hctl_ti.dll 	"Sys\Bin\hctl_ti.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\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
  1154
REM H4 HCTL implementation
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1155
REM expanded __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
  1156
file=\epoc32\release\ARMV5\urel\hctl_uart_original.dll 	"Sys\Bin\hctl_uart_original.dll" 
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\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
  1158
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
  1159
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
  1160
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
  1161
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
  1162
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
  1163
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
  1164
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
  1165
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
  1166
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
  1167
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
  1168
file=\epoc32\release\ARMV5\urel\httputils.dll 	"sys\bin\httputils.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1169
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httptransporthandler.dll , httptransporthandler.dll ) 
0
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\httptransporthandler.dll 	"Sys\Bin\httptransporthandler.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1171
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpsecuresocket.dll , httpsecuresocket.dll ) 
0
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\httpsecuresocket.dll 	"Sys\Bin\httpsecuresocket.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1173
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, tfcorefilters.dll , tfcorefilters.dll ) 
0
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\tfcorefilters.dll 	"Sys\Bin\tfcorefilters.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1175
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HttpClientCodec.dll , HttpClientCodec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1176
file=\epoc32\release\ARMV5\urel\HttpClientCodec.dll 	"Sys\Bin\HttpClientCodec.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1177
REM expanded __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
  1178
file=\epoc32\release\ARMV5\urel\httpclient.dll 	"Sys\Bin\httpclient.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1179
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
  1180
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
  1181
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
  1182
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
  1183
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
  1184
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
  1185
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
  1186
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
  1187
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
  1188
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
  1189
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
  1190
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
  1191
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
  1192
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
  1193
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
  1194
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
  1195
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
  1196
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
  1197
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
  1198
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
  1199
data=\epoc32\data\Z\private\101f7a02\ConvertFromUnicode.dat 	"private\101f7a02\ConvertFromUnicode.dat"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1200
REM expanded __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
  1201
file=\epoc32\release\ARMV5\urel\hwrmuiplugin.dll 	"Sys\Bin\hwrmuiplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1202
REM BMP Plugin for Image Conversion Library
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1203
REM expanded __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
  1204
file=\epoc32\release\ARMV5\urel\bmpcodec.dll 	"Sys\Bin\bmpcodec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1205
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
  1206
REM GIF Plugin for Image Conversion Library
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1207
REM expanded __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
  1208
file=\epoc32\release\ARMV5\urel\gifcodec.dll 	"Sys\Bin\gifcodec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1209
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
  1210
REM ICO Plugin for Image Conversion Library
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1211
REM expanded __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
  1212
file=\epoc32\release\ARMV5\urel\icocodec.dll 	"Sys\Bin\icocodec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1213
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
  1214
REM JPEG Plugin for Image Conversion Library
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1215
REM expanded __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
  1216
file=\epoc32\release\ARMV5\urel\jpegcodec.dll 	"Sys\Bin\jpegcodec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1217
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
  1218
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
  1219
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
  1220
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
  1221
REM MBM Plugin for Image Conversion Library
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1222
REM expanded __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
  1223
file=\epoc32\release\ARMV5\urel\mbmcodec.dll 	"Sys\Bin\mbmcodec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1224
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
  1225
REM OTA Plugin for Image Conversion Library
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1226
REM expanded __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
  1227
file=\epoc32\release\ARMV5\urel\otacodec.dll 	"Sys\Bin\otacodec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1228
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
  1229
REM WBMP Plugin for Image Conversion Library
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1230
REM expanded __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
  1231
file=\epoc32\release\ARMV5\urel\wbmpcodec.dll 	"Sys\Bin\wbmpcodec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1232
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
  1233
REM TIFF Plugin for Image Conversion Library
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1234
REM expanded __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
  1235
file=\epoc32\release\ARMV5\urel\tiffcodec.dll 	"Sys\Bin\tiffcodec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1236
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
  1237
REM PNG Plugin for Image Conversion Library
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1238
REM expanded __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
  1239
file=\epoc32\release\ARMV5\urel\pngcodec.dll 	"Sys\Bin\pngcodec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1240
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
  1241
REM WMF Plugin for Image Conversion Library
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1242
REM expanded __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
  1243
file=\epoc32\release\ARMV5\urel\wmfcodec.dll 	"Sys\Bin\wmfcodec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1244
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
  1245
REM Shaper
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1246
REM expanded __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
  1247
file=\epoc32\release\ARMV5\urel\IcuLayoutEngine.dll 	"Sys\Bin\IcuLayoutEngine.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1248
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
  1249
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
  1250
REM ImageConversionResolver Plugin for Image Conversion Library
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1251
REM expanded __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
  1252
file=\epoc32\release\ARMV5\urel\imageconversionresolver.dll 	"Sys\Bin\imageconversionresolver.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1253
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
  1254
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
  1255
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
  1256
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
  1257
REM ICL Recognizer library
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1258
REM expanded __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
  1259
file=\epoc32\release\ARMV5\urel\recicl.dll 	"Sys\Bin\recicl.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1260
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
  1261
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
  1262
file=\epoc32\release\ARMV5\urel\ImageTransform.dll 	"sys\bin\ImageTransform.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1263
REM expanded __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
  1264
file=\epoc32\release\ARMV5\urel\imagetransformresolver.dll 	"Sys\Bin\imagetransformresolver.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\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
  1266
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
  1267
file=\epoc32\release\ARMV5\urel\ImageDisplay.dll 	"sys\bin\ImageDisplay.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1268
REM expanded __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
  1269
file=\epoc32\release\ARMV5\urel\ImageDisplayResolver.dll 	"Sys\Bin\ImageDisplayResolver.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1270
REM MngImageDisplay.dll 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1271
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MngImageDisplay.dll , MngImageDisplay.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1272
file=\epoc32\release\ARMV5\urel\MngImageDisplay.dll 	"Sys\Bin\MngImageDisplay.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1273
REM expanded __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
  1274
file=\epoc32\release\ARMV5\urel\IclWrapperImageDisplay.dll 	"Sys\Bin\IclWrapperImageDisplay.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1275
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
  1276
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
  1277
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
  1278
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
  1279
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
  1280
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
  1281
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
  1282
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
  1283
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
  1284
file=\epoc32\release\ARMV5\urel\iniparser.dll 	"sys\bin\iniparser.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1285
REM expanded __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
  1286
file=\epoc32\release\ARMV5\urel\ipaddrinfoparams.dll 	"Sys\Bin\ipaddrinfoparams.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1287
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
  1288
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
  1289
REM ESock IP Protocol Meta and Connection Provider
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1290
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ipproto.dll , ipproto.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1291
file=\epoc32\release\ARMV5\urel\ipproto.dll 	"Sys\Bin\ipproto.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1292
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
  1293
	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
  1294
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
  1295
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
  1296
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
  1297
file=\epoc32\release\ARMV5\urel\iptransportimpl.dll 	"sys\bin\iptransportimpl.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1298
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iptransport.dll , iptransport.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1299
file=\epoc32\release\ARMV5\urel\iptransport.dll 	"Sys\Bin\iptransport.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1300
REM expanded __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
  1301
file=\epoc32\release\ARMV5\urel\iptransportmanagement.dll 	"Sys\Bin\iptransportmanagement.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1302
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
  1303
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
  1304
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
  1305
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
  1306
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
  1307
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
  1308
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
  1309
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
  1310
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
  1311
file=\epoc32\release\ARMV5\urel\obex.dll 	"sys\bin\OBEX.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1312
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
  1313
alias sys\bin\obex.dll			sys\bin\irobex.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\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
  1315
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
  1316
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
  1317
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
  1318
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
  1319
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
  1320
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
  1321
REM *** supports bluetooth, to save ROM space...
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1322
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexbtrfcommtransportcontroller.dll , obexbtrfcommtransportcontroller.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1323
file=\epoc32\release\ARMV5\urel\obexbtrfcommtransportcontroller.dll 	"Sys\Bin\obexbtrfcommtransportcontroller.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1324
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
  1325
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
  1326
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
  1327
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
  1328
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
  1329
file=\epoc32\release\ARMV5\urel\irtranp.dll 	"sys\bin\IrTranp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1330
kerneltrace=0x00080000
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1331
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
  1332
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
  1333
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
  1334
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
  1335
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
  1336
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
  1337
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
  1338
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
  1339
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
  1340
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
  1341
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
  1342
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
  1343
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
  1344
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
  1345
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
  1346
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
  1347
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
  1348
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
  1349
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
  1350
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
  1351
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
  1352
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
  1353
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
  1354
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
  1355
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
  1356
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
  1357
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
  1358
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
  1359
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
  1360
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
  1361
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
  1362
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
  1363
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
  1364
file=\epoc32\release\ARMV5\urel\lbsreflocdatasource.dll 	"sys\bin\lbsreflocdatasource.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1365
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nlabtgpspsy.dll , nlabtgpspsy.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1366
file=\epoc32\release\ARMV5\UDEB\nlabtgpspsy.dll 	"Sys\Bin\nlabtgpspsy.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1367
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
  1368
data=\epoc32\data\Z\Resource\nlabtgpspsy_name.rsc 	"resource\nlabtgpspsy_name.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1369
file=\epoc32\release\ARMV5\urel\lbsbtgpsconfig.dll 	"sys\bin\lbsbtgpsconfig.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1370
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,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
  1371
file=\epoc32\release\ARMV5\UDEB\eposdefault.dll 	"Sys\Bin\eposdefault.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1372
file=\epoc32\release\ARMV5\urel\locationmonitor.exe 	"sys\bin\locationmonitor.exe"
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\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
  1374
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
  1375
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
  1376
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
  1377
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
  1378
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
  1379
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
  1380
file=\epoc32\release\ARMV5\urel\lbsnetgateway.exe 	"sys\bin\lbsnetgateway.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1381
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
  1382
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
  1383
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
  1384
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
  1385
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
  1386
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
  1387
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
  1388
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
  1389
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
  1390
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
  1391
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
  1392
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
  1393
REM LBS Network Test
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1394
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,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
  1395
file=\epoc32\release\ARMV5\UDEB\lbsprotocolmodule.dll 	"Sys\Bin\lbsprotocolmodule.dll" 
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\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
  1397
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
  1398
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
  1399
REM LBS SUPL Test Module
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1400
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,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
  1401
file=\epoc32\release\ARMV5\UDEB\lbssupltestmodule.dll 	"Sys\Bin\lbssupltestmodule.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1402
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
  1403
REM LBS Privacy protocol module
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1404
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,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
  1405
file=\epoc32\release\ARMV5\UDEB\lbsprivacyprotocolmodule.dll 	"Sys\Bin\lbsprivacyprotocolmodule.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1406
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
  1407
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
  1408
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
  1409
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
  1410
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
  1411
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
  1412
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
  1413
file=\epoc32\release\ARMV5\urel\LOOPBACK.CSY 	"sys\bin\LOOPBACK.CSY"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1414
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,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
  1415
file=\epoc32\release\ARMV5\UDEB\mbmsparams.dll 	"Sys\Bin\mbmsparams.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1416
file=\epoc32\release\ARMV5\urel\omxcomponent.dll 	"sys\bin\omxcomponent.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1417
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
  1418
file=\epoc32\release\ARMV5\urel\mdasoundadapter.dll 	"sys\bin\mdasoundadapter.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1419
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mdfvideoencodehwdeviceadapter.dll , mdfvideoencodehwdeviceadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1420
file=\epoc32\release\ARMV5\urel\mdfvideoencodehwdeviceadapter.dll 	"Sys\Bin\mdfvideoencodehwdeviceadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1421
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mdfvideodecodehwdeviceadapter.dll , mdfvideodecodehwdeviceadapter.dll ) 
0
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\mdfvideodecodehwdeviceadapter.dll 	"Sys\Bin\mdfvideodecodehwdeviceadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1423
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mdfaudiohwdeviceadapter.dll , mdfaudiohwdeviceadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1424
file=\epoc32\release\ARMV5\urel\mdfaudiohwdeviceadapter.dll 	"Sys\Bin\mdfaudiohwdeviceadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1425
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, puloader.dll , puloader.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
file=\epoc32\release\ARMV5\urel\puloader.dll 	"Sys\Bin\puloader.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1427
REM expanded __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
  1428
file=\epoc32\release\ARMV5\urel\codecapiresolver.dll 	"Sys\Bin\codecapiresolver.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1429
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, audiodevice.dll , audiodevice.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1430
file=\epoc32\release\ARMV5\urel\audiodevice.dll 	"Sys\Bin\audiodevice.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1431
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vorbisdecoderprocessingunit.dll , vorbisdecoderprocessingunit.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1432
file=\epoc32\release\ARMV5\urel\vorbisdecoderprocessingunit.dll 	"Sys\Bin\vorbisdecoderprocessingunit.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1433
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vorbisencoderprocessingunit.dll , vorbisencoderprocessingunit.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1434
file=\epoc32\release\ARMV5\urel\vorbisencoderprocessingunit.dll 	"Sys\Bin\vorbisencoderprocessingunit.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1435
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
  1436
REM STORE
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1437
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
  1438
REM EText
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1439
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
  1440
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
  1441
REM Form
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1442
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
  1443
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
  1444
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
  1445
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
  1446
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
  1447
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
  1448
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
  1449
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
  1450
REM PwrCli
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1451
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
  1452
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
  1453
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
  1454
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
  1455
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
  1456
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
  1457
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
  1458
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
  1459
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
  1460
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
  1461
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
  1462
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
  1463
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
  1464
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
  1465
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
  1466
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
  1467
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
  1468
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
  1469
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
  1470
file=\epoc32\release\ARMV5\urel\MidiClient.dll 	"sys\bin\MidiClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1471
file=\epoc32\release\ARMV5\urel\MidiStandardCustomCommands.dll 	"sys\bin\MidiStandardCustomCommands.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1472
file=\epoc32\release\ARMV5\urel\omxilgenericilif.dll 	"sys\bin\omxilgenericilif.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1473
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
  1474
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
  1475
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
  1476
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
  1477
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
  1478
file=\epoc32\release\ARMV5\urel\MmfServerBaseclasses.dll 	"sys\bin\MmfServerBaseclasses.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1479
file=\epoc32\release\ARMV5\urel\MmfFormatBaseclasses.dll 	"sys\bin\MmfFormatBaseclasses.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1480
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
  1481
file=\epoc32\release\ARMV5\urel\MediaClientUtility.dll 	"sys\bin\MediaClientUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1482
file=\epoc32\release\ARMV5\urel\MediaClientAudio.dll 	"sys\bin\MediaClientAudio.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1483
file=\epoc32\release\ARMV5\urel\MediaClientAudioStream.dll 	"sys\bin\MediaClientAudioStream.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1484
file=\epoc32\release\ARMV5\urel\MediaClientAudioInputStream.dll 	"sys\bin\MediaClientAudioInputStream.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1485
file=\epoc32\release\ARMV5\urel\MediaClientVideo.dll 	"sys\bin\MediaClientVideo.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1486
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
  1487
file=\epoc32\release\ARMV5\urel\mmfcontrollerframework.dll 	"sys\bin\mmfcontrollerframework.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1488
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
  1489
file=\epoc32\release\ARMV5\urel\MMFStandardCustomCommands.dll 	"sys\bin\MMFStandardCustomCommands.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1490
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
  1491
file=\epoc32\release\ARMV5\urel\GSM610CodecCommon.dll 	"sys\bin\GSM610CodecCommon.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1492
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmruf.dll , mmruf.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1493
file=\epoc32\release\ARMV5\urel\mmruf.dll 	"Sys\Bin\mmruf.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1494
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gsm610.dll , gsm610.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1495
file=\epoc32\release\ARMV5\urel\gsm610.dll 	"Sys\Bin\gsm610.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1496
REM expanded __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
  1497
file=\epoc32\release\ARMV5\urel\audiocodecs.dll 	"Sys\Bin\audiocodecs.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1498
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfaudiocontroller.dll , mmfaudiocontroller.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1499
file=\epoc32\release\ARMV5\urel\mmfaudiocontroller.dll 	"Sys\Bin\mmfaudiocontroller.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1500
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfstdsourceandsinkplugin.dll , mmfstdsourceandsinkplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1501
file=\epoc32\release\ARMV5\urel\mmfstdsourceandsinkplugin.dll 	"Sys\Bin\mmfstdsourceandsinkplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1502
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfaudioinput.dll , mmfaudioinput.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1503
file=\epoc32\release\ARMV5\urel\mmfaudioinput.dll 	"Sys\Bin\mmfaudioinput.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1504
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfaudiooutput.dll , mmfaudiooutput.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1505
file=\epoc32\release\ARMV5\urel\mmfaudiooutput.dll 	"Sys\Bin\mmfaudiooutput.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1506
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
  1507
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
  1508
file=\epoc32\release\ARMV5\urel\mmfdrmpluginserver.exe 	"sys\bin\mmfdrmpluginserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1509
file=\epoc32\release\ARMV5\urel\mmfdrmpluginserverproxy.dll 	"sys\bin\mmfdrmpluginserverproxy.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1510
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfauformat.dll , mmfauformat.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1511
file=\epoc32\release\ARMV5\urel\mmfauformat.dll 	"Sys\Bin\mmfauformat.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1512
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfrawformat.dll , mmfrawformat.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1513
file=\epoc32\release\ARMV5\urel\mmfrawformat.dll 	"Sys\Bin\mmfrawformat.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1514
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfwavformat.dll , mmfwavformat.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1515
file=\epoc32\release\ARMV5\urel\mmfwavformat.dll 	"Sys\Bin\mmfwavformat.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1516
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
  1517
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
  1518
REM MMTSY
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1519
file=\epoc32\release\ARMV5\urel\MM.TSY 	"sys\bin\MM.TSY"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1520
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, msfdc.dll , msfdc.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1521
file=\epoc32\release\ARMV5\UDEB\msfdc.dll 	"Sys\Bin\msfdc.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1522
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpdevicedp.dll , mtpdevicedp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1523
file=\epoc32\release\ARMV5\urel\mtpdevicedp.dll 	"Sys\Bin\mtpdevicedp.dll" 
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\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
  1525
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
  1526
file=\epoc32\release\ARMV5\urel\mtpframework.dll 	"sys\bin\mtpframework.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1527
file=\epoc32\release\ARMV5\urel\mtpserver.exe 	"sys\bin\mtpserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1528
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
  1529
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
  1530
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
  1531
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
  1532
file=\epoc32\release\ARMV5\urel\mtpdataproviderutility.dll 	"sys\bin\mtpdataproviderutility.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1533
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpproxydp.dll , mtpproxydp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1534
file=\epoc32\release\ARMV5\urel\mtpproxydp.dll 	"Sys\Bin\mtpproxydp.dll" 
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\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
  1536
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
  1537
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
  1538
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
  1539
data=\epoc32\data\Z\private\102827a2\mtpdevice.ico 	"private\102827a2\mtpdevice.ico"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1540
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpfiledp.dll , mtpfiledp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1541
file=\epoc32\release\ARMV5\urel\mtpfiledp.dll 	"Sys\Bin\mtpfiledp.dll" 
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\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
  1543
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
  1544
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
  1545
file=\epoc32\release\ARMV5\urel\ptpipfilterapi.dll 	"sys\bin\ptpipfilterapi.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1546
REM expanded __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
  1547
file=\epoc32\release\ARMV5\urel\ptpipplugin.dll 	"Sys\Bin\ptpipplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1548
REM dependencies
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1549
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
  1550
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
  1551
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
  1552
REM MISSING file=\epoc32\release\ARMV5\urel\NetCfgExtnBase.dll   System\Libs\NetCfgExtnBase.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1553
REM expanded __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
  1554
file=\epoc32\release\ARMV5\urel\NetCfgExtnMip.dll 	"Sys\Bin\NetCfgExtnMip.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1555
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
  1556
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
  1557
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
  1558
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
  1559
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
  1560
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
  1561
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
  1562
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
  1563
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
  1564
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
  1565
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
  1566
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
  1567
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
  1568
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
  1569
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
  1570
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
  1571
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
  1572
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
  1573
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
  1574
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
  1575
file=\epoc32\release\ARMV5\urel\tlscacheserver.exe 	"sys\bin\tlscacheserver.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1576
REM expanded __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
  1577
file=\epoc32\release\ARMV5\urel\swtlstokentypeplugin.dll 	"Sys\Bin\swtlstokentypeplugin.dll" 
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\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
  1579
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
  1580
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
  1581
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
  1582
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
  1583
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
  1584
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
  1585
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
  1586
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
  1587
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
  1588
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
  1589
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
  1590
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
  1591
file=\epoc32\release\ARMV5\urel\csd.agt 	"sys\bin\Csd.agt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1592
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
  1593
file=\epoc32\release\ARMV5\urel\psd.agt 	"sys\bin\psd.agt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1594
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
  1595
file=\epoc32\release\ARMV5\urel\NullAgt.agt 	"sys\bin\NullAgt.agt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1596
REM dependencies
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\101F7989\esock\ccp.ini 	"private\101f7989\esock\ccp.ini"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1598
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ppp.dll , ppp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1599
file=\epoc32\release\ARMV5\UDEB\ppp.dll 	"Sys\Bin\ppp.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1600
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
  1601
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
  1602
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
  1603
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
  1604
file=\epoc32\release\ARMV5\urel\packetlogger.dll 	"sys\bin\packetlogger.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1605
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rawip.dll , rawip.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1606
file=\epoc32\release\ARMV5\UDEB\rawip.dll 	"Sys\Bin\rawip.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1607
patchdata  Sys\Bin\rawip.dll addr 0x0000da14 4 5
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1608
patchdata  Sys\Bin\rawip.dll addr 0x0000da18 4 1402
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1609
patchdata  Sys\Bin\rawip.dll addr 0x0000da1c 4 1402
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1610
patchdata  Sys\Bin\rawip.dll addr 0x0000d9d0 4 1400
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1611
patchdata  Sys\Bin\rawip.dll addr 0x0000d9d4 4 1400
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1612
patchdata  Sys\Bin\rawip.dll addr 0x0000d9ec 4 1400
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1613
patchdata  Sys\Bin\rawip.dll addr 0x0000d9f0 4 1400
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1614
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
  1615
file=\epoc32\release\ARMV5\urel\umtsif.dll 	"sys\bin\umtsif.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1616
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
  1617
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
  1618
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
  1619
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
  1620
REM IP Subconnection Provider
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1621
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,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
  1622
file=\epoc32\release\ARMV5\UDEB\Qos3GPP.dll 	"Sys\Bin\Qos3GPP.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1623
REM PDP Meta and Sub-Connection Connection Providers
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1624
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pdp.dll , pdp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1625
file=\epoc32\release\ARMV5\UDEB\pdp.dll 	"Sys\Bin\pdp.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1626
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
  1627
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
  1628
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
  1629
file=\epoc32\release\ARMV5\urel\dnsproxyclient.dll 	"sys\bin\dnsproxyclient.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1630
REM expanded __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
  1631
file=\epoc32\release\ARMV5\urel\nvgrenderstage.dll 	"Sys\Bin\nvgrenderstage.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1632
file=\epoc32\release\ARMV5\urel\obexservermtm.dll 	"sys\bin\obexservermtm.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1633
file=\epoc32\release\ARMV5\urel\obexclientmtm.dll 	"sys\bin\obexclientmtm.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1634
file=\epoc32\release\ARMV5\urel\obexmtmutil.dll 	"sys\bin\obexmtmutil.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1635
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
  1636
file=\epoc32\release\ARMV5\urel\btcmtm.dll 	"sys\bin\btcmtm.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1637
file=\epoc32\release\ARMV5\urel\btsmtm.dll 	"sys\bin\btsmtm.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1638
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
  1639
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
  1640
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
  1641
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
  1642
file=\epoc32\release\ARMV5\urel\omxilcomponentcommon.dll 	"sys\bin\omxilcomponentcommon.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1643
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, omxilpcmrenderer.dll , omxilpcmrenderer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1644
file=\epoc32\release\ARMV5\urel\omxilpcmrenderer.dll 	"Sys\Bin\omxilpcmrenderer.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1645
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
  1646
file=\epoc32\release\ARMV5\urel\omxilcoreclient.dll 	"sys\bin\omxilcoreclient.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1647
REM expanded __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
  1648
file=\epoc32\release\ARMV5\urel\omxilsymbianloader.dll 	"Sys\Bin\omxilsymbianloader.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1649
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
  1650
pagingoverride defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1651
codepagingpolicy defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1652
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
  1653
pagingoverride defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1654
codepagingpolicy defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1655
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
  1656
pagingoverride defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1657
codepagingpolicy defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1658
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
  1659
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
  1660
file=\epoc32\release\ARMV5\urel\btaccesshost.exe 	"sys\bin\btaccesshost.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1661
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
  1662
REM PDRSTORE
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1663
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
  1664
REM ETel SAT API
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1665
file=\epoc32\release\ARMV5\urel\etelsat.dll 	"sys\bin\etelsat.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1666
REM expanded __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
  1667
file=\epoc32\release\ARMV5\urel\phbksyncplugin.dll 	"Sys\Bin\phbksyncplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1668
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
  1669
file=\epoc32\release\ARMV5\urel\phbksyncsvrexe.exe 	"sys\bin\phbksyncsvrexe.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1670
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
  1671
file=\epoc32\release\ARMV5\urel\crpkcs12.dll 	"sys\bin\crpkcs12.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1672
REM expanded __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
  1673
file=\epoc32\release\ARMV5\urel\PKCS12Recognizer.dll 	"Sys\Bin\PKCS12Recognizer.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1674
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
  1675
PlatSecDiagnostics ON
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1676
PlatSecDiagnostics ON
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1677
PlatSecEnforcement ON
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1678
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
  1679
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
  1680
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
  1681
REM Application Protocol recognisers
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1682
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WebUrlRec.dll , WebUrlRec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1683
file=\epoc32\release\ARMV5\urel\WebUrlRec.dll 	"Sys\Bin\WebUrlRec.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1684
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RecBmark.dll , RecBmark.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1685
file=\epoc32\release\ARMV5\urel\RecBmark.dll 	"Sys\Bin\RecBmark.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1686
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RecWeb.dll , RecWeb.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1687
file=\epoc32\release\ARMV5\urel\RecWeb.dll 	"Sys\Bin\RecWeb.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1688
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recwap.dll , recwap.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1689
file=\epoc32\release\ARMV5\urel\recwap.dll 	"Sys\Bin\recwap.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1690
REM expanded __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
  1691
file=\epoc32\release\ARMV5\urel\audiostream.dll 	"Sys\Bin\audiostream.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1692
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, tonehwdevice.dll , tonehwdevice.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1693
file=\epoc32\release\ARMV5\urel\tonehwdevice.dll 	"Sys\Bin\tonehwdevice.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1694
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
  1695
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
  1696
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
  1697
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
  1698
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
  1699
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
  1700
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
  1701
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
  1702
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
  1703
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
  1704
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
  1705
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
  1706
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
  1707
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
  1708
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
  1709
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
  1710
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
  1711
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
  1712
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
  1713
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
  1714
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
  1715
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
  1716
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
  1717
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
  1718
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
  1719
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
  1720
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
  1721
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
  1722
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
  1723
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
  1724
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
  1725
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
  1726
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
  1727
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
  1728
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
  1729
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
  1730
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
  1731
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
  1732
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
  1733
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
  1734
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
  1735
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
  1736
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
  1737
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
  1738
REM Internal:  Rt2htmCv
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1739
REM expanded __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
  1740
file=\epoc32\release\ARMV5\urel\RT2HTMCV.DLL 	"Sys\Bin\RT2HTMCV.DLL" 
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\resource\convert\1000071c.RSC 	"Resource\Convert\1000071c.RSC"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1742
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DRMstringdict00.dll , DRMstringdict00.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1743
file=\epoc32\release\ARMV5\urel\DRMstringdict00.dll 	"Sys\Bin\DRMstringdict00.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1744
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, rocontenthandler.dll , rocontenthandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1745
file=\epoc32\release\ARMV5\urel\rocontenthandler.dll 	"Sys\Bin\rocontenthandler.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1746
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, roaptcontenthandler.dll , roaptcontenthandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1747
file=\epoc32\release\ARMV5\urel\roaptcontenthandler.dll 	"Sys\Bin\roaptcontenthandler.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  1748
REM expanded __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
  1749
file=\epoc32\release\ARMV5\urel\roapphandler.dll 	"Sys\Bin\roapphandler.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  1750
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
  1751
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
  1752
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
  1753
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
  1754
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
  1755
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
  1756
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
  1757
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
  1758
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
  1759
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
  1760
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
  1761
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
  1762
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
  1763
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
  1764
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
  1765
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
  1766
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
  1767
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
  1768
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
  1769
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
  1770
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
  1771
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
  1772
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
  1773
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
  1774
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
  1775
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
  1776
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
  1777
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
  1778
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
  1779
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
  1780
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
  1781
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
  1782
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
  1783
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
  1784
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
  1785
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
  1786
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
  1787
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
  1788
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
  1789
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
  1790
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
  1791
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
  1792
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
  1793
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
  1794
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
  1795
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
  1796
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
  1797
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
  1798
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
  1799
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
  1800
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
  1801
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
  1802
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
  1803
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
  1804
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
  1805
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
  1806
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
  1807
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
  1808
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
  1809
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
  1810
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
  1811
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
  1812
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
  1813
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
  1814
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
  1815
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
  1816
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
  1817
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
  1818
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
  1819
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
  1820
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
  1821
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
  1822
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
  1823
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
  1824
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
  1825
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
  1826
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
  1827
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
  1828
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
  1829
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
  1830
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
  1831
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
  1832
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
  1833
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
  1834
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
  1835
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
  1836
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
  1837
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
  1838
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
  1839
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
  1840
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
  1841
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
  1842
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
  1843
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
  1844
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
  1845
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
  1846
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
  1847
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
  1848
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
  1849
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
  1850
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
  1851
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
  1852
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
  1853
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
  1854
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
  1855
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
  1856
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
  1857
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
  1858
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
  1859
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
  1860
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
  1861
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
  1862
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
  1863
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
  1864
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
  1865
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
  1866
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
  1867
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
  1868
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
  1869
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
  1870
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
  1871
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
  1872
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
  1873
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
  1874
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
  1875
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
  1876
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
  1877
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
  1878
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
  1879
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
  1880
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
  1881
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
  1882
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
  1883
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
  1884
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
  1885
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
  1886
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
  1887
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
  1888
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
  1889
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
  1890
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
  1891
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
  1892
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
  1893
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
  1894
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
  1895
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
  1896
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
  1897
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
  1898
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
  1899
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
  1900
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
  1901
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
  1902
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
  1903
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
  1904
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
  1905
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
  1906
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
  1907
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
  1908
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
  1909
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
  1910
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
  1911
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
  1912
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
  1913
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
  1914
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
  1915
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
  1916
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
  1917
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
  1918
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
  1919
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
  1920
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
  1921
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
  1922
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
  1923
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
  1924
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
  1925
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
  1926
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
  1927
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
  1928
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
  1929
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
  1930
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
  1931
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
  1932
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
  1933
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
  1934
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
  1935
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
  1936
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
  1937
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
  1938
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
  1939
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
  1940
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
  1941
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
  1942
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
  1943
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
  1944
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
  1945
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
  1946
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
  1947
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
  1948
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
  1949
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
  1950
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
  1951
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
  1952
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
  1953
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
  1954
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
  1955
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
  1956
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
  1957
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
  1958
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
  1959
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
  1960
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
  1961
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
  1962
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
  1963
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
  1964
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
  1965
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
  1966
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
  1967
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
  1968
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
  1969
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
  1970
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
  1971
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
  1972
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
  1973
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
  1974
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
  1975
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
  1976
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
  1977
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
  1978
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
  1979
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
  1980
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
  1981
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
  1982
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
  1983
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
  1984
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
  1985
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
  1986
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
  1987
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
  1988
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
  1989
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
  1990
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
  1991
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
  1992
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
  1993
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
  1994
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
  1995
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
  1996
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
  1997
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
  1998
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
  1999
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
  2000
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
  2001
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
  2002
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
  2003
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
  2004
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
  2005
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
  2006
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
  2007
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
  2008
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
  2009
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
  2010
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
  2011
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
  2012
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
  2013
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
  2014
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
  2015
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
  2016
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
  2017
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
  2018
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
  2019
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
  2020
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
  2021
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
  2022
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
  2023
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
  2024
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
  2025
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
  2026
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
  2027
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
  2028
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
  2029
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
  2030
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
  2031
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
  2032
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
  2033
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
  2034
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
  2035
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
  2036
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
  2037
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
  2038
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
  2039
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
  2040
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
  2041
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
  2042
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
  2043
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
  2044
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
  2045
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
  2046
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
  2047
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
  2048
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
  2049
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
  2050
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
  2051
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
  2052
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
  2053
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
  2054
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
  2055
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
  2056
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
  2057
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
  2058
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
  2059
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
  2060
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
  2061
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
  2062
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
  2063
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
  2064
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
  2065
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
  2066
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
  2067
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
  2068
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
  2069
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
  2070
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
  2071
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
  2072
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
  2073
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
  2074
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
  2075
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
  2076
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
  2077
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
  2078
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
  2079
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
  2080
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
  2081
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
  2082
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
  2083
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
  2084
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
  2085
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
  2086
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
  2087
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
  2088
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
  2089
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
  2090
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
  2091
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
  2092
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
  2093
REM SysMon
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2094
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
  2095
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
  2096
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
  2097
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
  2098
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
  2099
data=\epoc32\data\z\private\101F7989\Esock\sip.providers.esk 	"private\101F7989\Esock\sip.providers.esk"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2100
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SipH2LanBearerMonitor.dll , SipH2LanBearerMonitor.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2101
file=\epoc32\release\ARMV5\urel\SipH2LanBearerMonitor.dll 	"Sys\Bin\SipH2LanBearerMonitor.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2102
REM expanded __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
  2103
file=\epoc32\release\ARMV5\urel\sipproviders.dll 	"Sys\Bin\sipproviders.dll" 
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\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
  2105
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
  2106
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
  2107
file=\epoc32\release\ARMV5\urel\sigcomp.dll 	"sys\bin\SIGCOMP.DLL"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2108
REM expanded __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
  2109
file=\epoc32\release\ARMV5\urel\deflatecomp.dll 	"Sys\Bin\deflatecomp.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2110
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
  2111
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
  2112
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
  2113
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
  2114
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
  2115
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
  2116
file=\epoc32\release\ARMV5\urel\sipserver.exe 	"sys\bin\sipserver.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2117
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SIPSIGCOMP.DLL , SIPSIGCOMP.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2118
file=\epoc32\release\ARMV5\urel\SIPSIGCOMP.DLL 	"Sys\Bin\SIPSIGCOMP.DLL" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2119
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipgprsmon.dll , sipgprsmon.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2120
file=\epoc32\release\ARMV5\urel\sipgprsmon.dll 	"Sys\Bin\sipgprsmon.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2121
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipdigest.dll , sipdigest.dll ) 
0
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\sipdigest.dll 	"Sys\Bin\sipdigest.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2123
REM expanded __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
  2124
file=\epoc32\release\ARMV5\urel\siptls.dll 	"Sys\Bin\siptls.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2125
REM Feature IPSEC not included in this rom
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2126
REM expanded __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
  2127
file=\epoc32\release\ARMV5\urel\SipReqHand.dll 	"Sys\Bin\SipReqHand.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\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
  2129
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
  2130
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
  2131
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
  2132
file=\epoc32\release\ARMV5\urel\sipprofilesrv.exe 	"sys\bin\sipprofilesrv.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2133
REM expanded __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
  2134
file=\epoc32\release\ARMV5\urel\sipietfagnt.dll 	"Sys\Bin\sipietfagnt.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2135
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipimsagnt.dll , sipimsagnt.dll ) 
0
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\sipimsagnt.dll 	"Sys\Bin\sipimsagnt.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\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
  2138
REM SQLITE3
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\sqlite3.dll 	"sys\bin\sqlite3.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2140
file=\epoc32\release\ARMV5\urel\ssmcmn.dll 	"sys\bin\ssmcmn.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2141
file=\epoc32\release\ARMV5\urel\ssmcmd.dll 	"sys\bin\ssmcmd.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2142
file=\epoc32\release\ARMV5\urel\sysstatemgr.exe 	"sys\bin\sysstatemgr.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2143
file=\epoc32\release\ARMV5\urel\ssmstartsafe.dll 	"sys\bin\ssmstartsafe.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2144
file=\epoc32\release\ARMV5\urel\domainpolicy2.dll 	"sys\bin\domainpolicy2.dll"
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\subtitlegraphic.dll 	"sys\bin\subtitlegraphic.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2146
REM expanded __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
  2147
file=\epoc32\release\ARMV5\urel\subtitlegraphicdrawer.dll 	"Sys\Bin\subtitlegraphicdrawer.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2148
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
  2149
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
  2150
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
  2151
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
  2152
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
  2153
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
  2154
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
  2155
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
  2156
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
  2157
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
  2158
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
  2159
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
  2160
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
  2161
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
  2162
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
  2163
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
  2164
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
  2165
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
  2166
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
  2167
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
  2168
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
  2169
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
  2170
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
  2171
file=\epoc32\release\ARMV5\urel\devinfosupport.exe 	"sys\bin\devinfosupport.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2172
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
  2173
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
  2174
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
  2175
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
  2176
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
  2177
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
  2178
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
  2179
file=\epoc32\release\ARMV5\urel\swiobserverclient.dll 	"sys\bin\swiobserverclient.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2180
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, upsobserver.dll , upsobserver.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2181
file=\epoc32\release\ARMV5\urel\upsobserver.dll 	"Sys\Bin\upsobserver.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2182
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recsisx.dll , recsisx.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2183
file=\epoc32\release\ARMV5\urel\recsisx.dll 	"Sys\Bin\recsisx.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2184
REM expanded __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
  2185
file=\epoc32\release\ARMV5\urel\swisidchecker.dll 	"Sys\Bin\swisidchecker.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2186
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
  2187
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
  2188
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
  2189
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
  2190
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
  2191
file=\epoc32\release\ARMV5\urel\telwatcherbase.dll 	"sys\bin\TelWatcherBase.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2192
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, signalstrengthwatcher.dll , signalstrengthwatcher.dll ) 
0
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\signalstrengthwatcher.dll 	"Sys\Bin\signalstrengthwatcher.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2194
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, indicatorwatcher.dll , indicatorwatcher.dll ) 
0
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\indicatorwatcher.dll 	"Sys\Bin\indicatorwatcher.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2196
REM SysStart
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2197
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
  2198
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
  2199
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
  2200
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
  2201
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
  2202
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
  2203
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
  2204
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
  2205
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
  2206
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
  2207
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
  2208
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
  2209
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
  2210
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
  2211
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
  2212
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
  2213
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
  2214
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
  2215
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
  2216
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
  2217
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
  2218
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
  2219
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
  2220
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
  2221
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
  2222
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
  2223
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
  2224
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
  2225
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
  2226
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
  2227
REM Uikon
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2228
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
  2229
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
  2230
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
  2231
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
  2232
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
  2233
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
  2234
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
  2235
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
  2236
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
  2237
REM ErrorResGt
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\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
  2239
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
  2240
REM Viewsrv
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2241
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
  2242
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
  2243
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
  2244
REM Test code for Uikon Subsystem - kept in \uikon\groupREM #include "uikon_subsytem_unit_test.iby"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2245
patchdata  sys\bin\eiksrv.dll addr 0x0000c944 4 5
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2246
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
  2247
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
  2248
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
  2249
file=\epoc32\release\ARMV5\urel\uloggerpluginframework.dll 	"Sys\Bin\uloggerpluginframework.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2250
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, uloggerfileplugin.dll , uloggerfileplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2251
file=\epoc32\release\ARMV5\urel\uloggerfileplugin.dll 	"Sys\Bin\uloggerfileplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2252
REM expanded __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
  2253
file=\epoc32\release\ARMV5\urel\uloggerserialplugin.dll 	"Sys\Bin\uloggerserialplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2254
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
  2255
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
  2256
data=\epoc32\data\Z\private\10273881\uloggerconfig.ini 	"private\10273881\uloggerconfig.ini"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2257
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,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
  2258
file=\epoc32\release\ARMV5\UDEB\referencepolicyplugin.dll 	"Sys\Bin\referencepolicyplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2259
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
  2260
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
  2261
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
  2262
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
  2263
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
  2264
REM Versit Recognizer
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2265
REM expanded __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
  2266
file=\epoc32\release\ARMV5\urel\rversit.dll 	"Sys\Bin\rversit.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2267
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
  2268
data=\epoc32\data\Z\resource\videorenderer\videorenderer.rsc 	"resource\videorenderer\videorenderer.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2269
REM expanded __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
  2270
file=\epoc32\release\ARMV5\urel\wapurilookup.dll 	"Sys\Bin\wapurilookup.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2271
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
  2272
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
  2273
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
  2274
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
  2275
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
  2276
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
  2277
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
  2278
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
  2279
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
  2280
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
  2281
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
  2282
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
  2283
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
  2284
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
  2285
alias \sys\bin\libwfchwsyborg.dll                      \sys\bin\libWFC.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2286
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,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
  2287
file=\epoc32\release\ARMV5\UDEB\10286378.dll 	"Sys\Bin\10286378.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\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
  2289
file=\epoc32\release\ARMV5\urel\w32stdgraphic.dll 	"sys\bin\W32StdGraphic.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2290
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,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
  2291
file=\epoc32\release\ARMV5\UDEB\10281922.dll 	"Sys\Bin\10281922.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2292
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
  2293
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
  2294
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
  2295
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
  2296
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
  2297
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
  2298
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
  2299
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
  2300
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
  2301
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
  2302
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
  2303
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
  2304
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
  2305
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
  2306
REM FONTUTILS
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\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
  2308
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
  2309
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
  2310
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
  2311
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
  2312
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
  2313
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
  2314
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
  2315
file=\epoc32\release\ARMV5\urel\LICENSEETSY_STUB.DLL 	"Sys\Bin\licenseetsy.dll"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2316
file=\epoc32\release\ARMV5\urel\SIMATKTSY_STUB.DLL 	"Sys\Bin\simatktsy.dll"  
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\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
  2318
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
  2319
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
  2320
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
  2321
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
  2322
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
  2323
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
  2324
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
  2325
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
  2326
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
  2327
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
  2328
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
  2329
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
  2330
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
  2331
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
  2332
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
  2333
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
  2334
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
  2335
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
  2336
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
  2337
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
  2338
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
  2339
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
  2340
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
  2341
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
  2342
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
  2343
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
  2344
file=\epoc32\release\armv5\urel\elocl.01 	"sys\bin\elocl.01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2345
file=\epoc32\release\ARMV5\urel\ABOUT.exe 	"sys\bin\ABOUT.exe" 
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\resource\apps\About.mbm_rom" 	"resource\apps\About.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2347
data=\epoc32\data\Z\resource\apps\About.mif 	"resource\apps\About.mif"
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\ABOUT_AIF.MIF 	"resource\apps\ABOUT_aif.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\PRIVATE\10003A3F\APPS\ABOUT_reg.rsc 	"Private\10003a3f\apps\ABOUT_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2350
REM expanded 	__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
  2351
file=\epoc32\release\ARMV5\urel\aboutgsplugin.dll 	"Sys\Bin\aboutgsplugin.dll" 
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\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
  2353
file=\epoc32\release\ARMV5\urel\accountcreationengine.dll 	"sys\bin\accountcreationengine.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2354
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  accountcreationplugin.dll ,  accountcreationplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2355
file=\epoc32\release\ARMV5\urel\accountcreationplugin.dll 	"Sys\Bin\accountcreationplugin.dll" 
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\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
  2357
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
  2358
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
  2359
file=\epoc32\release\ARMV5\urel\adtupdater.exe 	"sys\bin\adtupdater.exe" 
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\10003a3f\import\apps\adtupdater_reg.rsc 	"private\10003a3f\import\apps\adtupdater_reg.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2361
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, agnentryui.dll , agnentryui.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2362
file=\epoc32\release\ARMV5\urel\agnentryui.dll 	"Sys\Bin\agnentryui.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2363
REM AgnVersit2
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2364
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, agnversit2.dll , agnversit2.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2365
file=\epoc32\release\ARMV5\urel\agnversit2.dll 	"Sys\Bin\agnversit2.dll" 
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\resource\AgnVersit2Strings.rsc 	"resource\AgnVersit2Strings.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2367
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ai3xmluimain.dll ,  ai3xmluimain.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2368
file=\epoc32\release\ARMV5\urel\ai3xmluimain.dll 	"Sys\Bin\ai3xmluimain.dll" 
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\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
  2370
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
  2371
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
  2372
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
  2373
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
  2374
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
  2375
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
  2376
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
  2377
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
  2378
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
  2379
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
  2380
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
  2381
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
  2382
data=\epoc32\data\Z\resource\apps\xnwallpaperview.rsc 	"resource\apps\xnwallpaperview.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2383
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3textfactory.dll  ,  xn3textfactory.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2384
file=\epoc32\release\ARMV5\urel\xn3textfactory.dll 	"Sys\Bin\xn3textfactory.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2385
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3viewfactory.dll  ,  xn3viewfactory.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2386
file=\epoc32\release\ARMV5\urel\xn3viewfactory.dll 	"Sys\Bin\xn3viewfactory.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2387
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3bitmapfactory.dll  ,  xn3bitmapfactory.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2388
file=\epoc32\release\ARMV5\urel\xn3bitmapfactory.dll 	"Sys\Bin\xn3bitmapfactory.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2389
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3menufactory.dll  ,  xn3menufactory.dll  ) 
0
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\xn3menufactory.dll 	"Sys\Bin\xn3menufactory.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2391
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3domvisitor.dll  ,  xn3domvisitor.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
file=\epoc32\release\ARMV5\urel\xn3domvisitor.dll 	"Sys\Bin\xn3domvisitor.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2393
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3popupfactory.dll  ,  xn3popupfactory.dll  ) 
0
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\xn3popupfactory.dll 	"Sys\Bin\xn3popupfactory.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2395
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3newstickerfactory.dll  ,  xn3newstickerfactory.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2396
file=\epoc32\release\ARMV5\urel\xn3newstickerfactory.dll 	"Sys\Bin\xn3newstickerfactory.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2397
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3volumecontrolfactory.dll  ,  xn3volumecontrolfactory.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2398
file=\epoc32\release\ARMV5\urel\xn3volumecontrolfactory.dll 	"Sys\Bin\xn3volumecontrolfactory.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2399
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3clockfactory.dll  ,  xn3clockfactory.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2400
file=\epoc32\release\ARMV5\urel\xn3clockfactory.dll 	"Sys\Bin\xn3clockfactory.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2401
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3nppluginfactory.dll  ,  xn3nppluginfactory.dll  ) 
0
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\xn3nppluginfactory.dll 	"Sys\Bin\xn3nppluginfactory.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2403
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  xn3texteditorfactory.dll  ,  xn3texteditorfactory.dll  ) 
0
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\xn3texteditorfactory.dll 	"Sys\Bin\xn3texteditorfactory.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2405
REM expanded __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
  2406
file=\epoc32\release\ARMV5\urel\xn3animationfactory.dll 	"Sys\Bin\xn3animationfactory.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2407
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  AIAgendaPluginEngine.dll ,  AIAgendaPluginEngine.dll ) 
0
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\AIAgendaPluginEngine.dll 	"Sys\Bin\AIAgendaPluginEngine.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2409
data=\epoc32\data\Z\resource\apps\aicalendarplugin2.mif 	"resource\apps\aicalendarplugin2.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2410
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  aicalendarplugin2.dll ,  aicalendarplugin2.dll ) 
0
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\aicalendarplugin2.dll 	"Sys\Bin\aicalendarplugin2.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2412
REM expanded __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
  2413
file=\epoc32\release\ARMV5\urel\aicontainer.dll 	"Sys\Bin\aicontainer.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2414
REM AiwCallImagePlugin
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2415
REM expanded __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
  2416
file=\epoc32\release\ARMV5\urel\AiwCallImagePlugin.dll 	"Sys\Bin\AiwCallImagePlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2417
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
  2418
file=\epoc32\release\ARMV5\urel\alarmeditorapp.exe 	"sys\bin\alarmeditorapp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2419
data=\epoc32\data\Z\resource\apps\alarmeditorapp_AIF.MIF 	"resource\apps\alarmeditorapp_aif.mif" 
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\apps\alarmeditorapp.RSC 	"resource\apps\alarmeditorapp.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\resource\apps\alarmeditorapp_loc.RSC 	"resource\apps\alarmeditorapp_loc.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\private\10003a3f\import\apps\alarmeditorapp_reg.rsc 	"private\10003a3f\import\apps\alarmeditorapp_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2423
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
  2424
file=\epoc32\release\ARMV5\urel\AknAlarmService.dll 	"sys\bin\AknAlarmService.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\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
  2426
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
  2427
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
  2428
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
  2429
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
  2430
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
  2431
data=\epoc32\data\Z\private\10282BC4\Rules\alarmui_silence.rul 	"private\10282BC4\Rules\alarmui_silence.rul"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2432
REM expanded __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
  2433
file=\epoc32\release\ARMV5\urel\amadapter2.dll 	"Sys\Bin\amadapter2.dll" 
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\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
  2435
file=\epoc32\release\ARMV5\urel\ApplicationManagement.exe 	"sys\bin\ApplicationManagement.exe" 
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\private\10003a3f\apps\ApplicationManagement_reg.RSC 	"private\10003a3f\import\apps\ApplicationManagement_reg.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2437
file=\epoc32\release\ARMV5\urel\ApplicationManagement.dll 	"sys\bin\ApplicationManagement.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2438
REM expanded 	__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RfsAppMgmtPlugin.dll , RfsAppMgmtPlugin.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
file=\epoc32\release\ARMV5\urel\RfsAppMgmtPlugin.dll 	"Sys\Bin\RfsAppMgmtPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2440
REM expanded       __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
  2441
file=\epoc32\release\ARMV5\urel\omascomoadapter.dll 	"Sys\Bin\omascomoadapter.dll" 
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\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
  2443
data=\epoc32\data\Z\Private\100012a5\policy\1020781C.spd 	"PRIVATE\100012a5\policy\1020781C.spd"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2444
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AiwSyncProvider.dll , AiwSyncProvider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2445
file=\epoc32\release\ARMV5\urel\AiwSyncProvider.dll 	"Sys\Bin\AiwSyncProvider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2446
file=\epoc32\release\ARMV5\urel\AspSyncUtil.dll 	"sys\bin\AspSyncutil.dll"
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\aspschedulehandler.exe 	"sys\bin\aspschedulehandler.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2448
REM expanded __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
  2449
file=\epoc32\release\ARMV5\urel\AspPreSyncDefault.dll 	"Sys\Bin\AspPreSyncDefault.dll" 
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\resource\apps\AspSyncUtil.MIF 	"resource\apps\AspSyncUtil.mif"
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\data\Z\resource\apps\AspSyncUtil.mbm_rom" 	"resource\apps\AspSyncUtil.mbm"
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\audiomessageui.dll 	"sys\bin\audiomessageui.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\audiomessage.exe 	"sys\bin\audiomessage.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2454
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\audiomessage_reg.rsc 	"Private\10003a3f\import\apps\audiomessage_reg.rsc"        
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2455
data=\epoc32\data\Z\resource\apps\audiomessage_AIF.MIF 	"resource\apps\audiomessage_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2456
data=\epoc32\data\Z\resource\apps\audiomessage.mif 	"resource\apps\audiomessage.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2457
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
  2458
file=\epoc32\release\ARMV5\urel\Bium.dll 	"sys\bin\Bium.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2459
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
  2460
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
  2461
data=\epoc32\data\Z\resource\apps\BLID.mif 	"resource\apps\BLID.mif"
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\data\Z\resource\apps\BLID_AIF.MIF 	"resource\apps\BLID_aif.mif" 
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\data\Z\PRIVATE\10003A3F\APPS\blid_reg.rsc 	"Private\10003a3f\import\apps\blid_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2464
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
  2465
file=\epoc32\release\ARMV5\urel\Blid.exe 	"sys\bin\Blid.exe"
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\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
  2467
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
  2468
file=\epoc32\release\ARMV5\urel\bmcustomization.dll 	"sys\bin\bmcustomization.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2469
REM expanded __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
  2470
file=\epoc32\release\ARMV5\urel\bookmarkdataprovider.dll 	"Sys\Bin\bookmarkdataprovider.dll" 
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\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
  2472
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
  2473
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
  2474
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
  2475
file=\epoc32\release\ARMV5\urel\bpas.dll 	"sys\bin\bpas.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2476
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, npbrowseraudiovideoplugin.dll , npbrowseraudiovideoplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2477
file=\epoc32\release\ARMV5\urel\npbrowseraudiovideoplugin.dll 	"Sys\Bin\npbrowseraudiovideoplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2478
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
  2479
file=\epoc32\release\ARMV5\urel\browserlauncher.dll 	"sys\bin\browserlauncher.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2480
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, npSystemInfoPlugin.dll , npSystemInfoPlugin.dll ) 
0
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\npSystemInfoPlugin.dll 	"Sys\Bin\npSystemInfoPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2482
data="\epoc32\data\Z\resource\apps\Browser.mbm_rom" 	"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
  2483
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
  2484
data="\epoc32\data\Z\resource\apps\browserbitmaps.mbm_rom" 	"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
  2485
file=\epoc32\release\ARMV5\urel\BrowserNG.exe 	"sys\bin\BrowserNG.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2486
data=\epoc32\data\Z\resource\apps\BrowserNG_AIF.MIF 	"resource\apps\BrowserNG_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2487
data=\epoc32\data\z\private\10003a3f\apps\BrowserNG_reg.rsc 	"private\10003a3f\import\apps\BrowserNG_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2488
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
  2489
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
  2490
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
  2491
file=\epoc32\release\ARMV5\urel\BUBBLEMANAGER.dll 	"sys\bin\BubbleManager.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\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
  2493
data="\epoc32\data\Z\resource\apps\BubbleManager.mbm_rom" 	"resource\apps\BubbleManager.mbm"
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\data\Z\resource\apps\BubbleManager.mif 	"resource\apps\BubbleManager.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2495
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
  2496
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
  2497
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
  2498
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
  2499
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
  2500
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
  2501
data="\epoc32\data\Z\resource\apps\Calcsoft.mbm_rom" 	"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
  2502
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
  2503
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
  2504
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
  2505
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
  2506
file=\epoc32\release\ARMV5\urel\CalDavClient.dll 	"sys\bin\CalDavClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2507
file=\epoc32\release\ARMV5\urel\!CalDavServer.exe 	"sys\bin\!CalDavServer.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2508
REM expanded __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
  2509
file=\epoc32\release\ARMV5\urel\calencaldavplugin.dll 	"Sys\Bin\calencaldavplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2510
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calenaiwprovider.dll ,  calenaiwprovider.dll ) ;
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2511
file=\epoc32\release\ARMV5\urel\calenaiwprovider.dll 	"Sys\Bin\calenaiwprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2512
file=\epoc32\release\ARMV5\urel\calencommonutils.dll 	"sys\bin\calencommonutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2513
file=\epoc32\release\ARMV5\urel\CalenController.dll 	"sys\bin\CalenController.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2514
file=\epoc32\release\ARMV5\urel\calencustomisationmanager.dll 	"sys\bin\calencustomisationmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2515
file=\epoc32\release\ARMV5\urel\Calendar.exe 	"sys\bin\Calendar.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2516
data=\epoc32\data\Z\resource\apps\Calendar.mif 	"resource\apps\Calendar.mif"
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\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
  2518
data=\epoc32\data\Z\resource\apps\CALENDAR_AIF.MIF 	"resource\apps\Calendar_aif.mif"
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\data\Z\private\10003a3f\apps\CALENDAR_REG.RSC 	"private\10003a3f\import\apps\CALENDAR_REG.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2520
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
  2521
data=\epoc32\data\Z\system\install\calendar_stub.sis 	"System\Install\calendar_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2522
REM expanded __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
  2523
file=\epoc32\release\ARMV5\urel\calendarsearchplugin.dll 	"Sys\Bin\calendarsearchplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2524
data=\epoc32\data\Z\resource\apps\calendarsearchplugin.mif 	"resource\apps\calendarsearchplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2525
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  CalenDefaultEditors.dll  ,  CalenDefaultEditors.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2526
file=\epoc32\release\ARMV5\urel\CalenDefaultEditors.dll 	"Sys\Bin\CalenDefaultEditors.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2527
file=\epoc32\release\ARMV5\urel\CalenGlobalData.dll 	"sys\bin\CalenGlobalData.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2528
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  CalenGsPlugin.dll  ,  CalenGsPlugin.dll  ) 
0
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\CalenGsPlugin.dll 	"Sys\Bin\CalenGsPlugin.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\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
  2531
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
  2532
file=\epoc32\release\ARMV5\urel\CalenInterimUtils2.dll 	"sys\bin\CalenInterimUtils2.dll"
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\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
  2534
file=\epoc32\release\ARMV5\urel\CalenSettingsUi.dll 	"sys\bin\CalenSettingsUi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2535
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
  2536
file=\epoc32\release\ARMV5\urel\CalenSvr.exe 	"sys\bin\CalenSvr.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2537
file=\epoc32\release\ARMV5\urel\calenviews.dll 	"sys\bin\calenviews.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2538
file=\epoc32\release\ARMV5\urel\cameraapp.exe 	"sys\bin\cameraapp.exe" 
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\data\Z\resource\apps\cameraapp.mbm_rom" 	"resource\apps\cameraapp.mbm"
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\data\Z\resource\apps\cameraapp.mif 	"resource\apps\cameraapp.mif"
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\data\Z\resource\apps\cameraapp2.mbm_rom" 	"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
  2542
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
  2543
data=\epoc32\data\Z\resource\apps\cameraapp_AIF.MIF 	"resource\apps\cameraapp_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2544
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\cameraapp_reg.rsc 	"Private\10003a3f\import\apps\cameraapp_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2545
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
  2546
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
  2547
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
  2548
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
  2549
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
  2550
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
  2551
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
  2552
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
  2553
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
  2554
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
  2555
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
  2556
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
  2557
data=\epoc32\data\Z\Private\101FFA86\backup_registration.xml 	"private\101FFA86\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2558
REM expanded __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
  2559
file=\epoc32\release\ARMV5\urel\gscameraplugin.dll 	"Sys\Bin\gscameraplugin.dll" 
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\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
  2561
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
  2562
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
  2563
file=\epoc32\release\ARMV5\urel\ccaapp.exe 	"sys\bin\ccaapp.exe" 
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\private\10003a3f\apps\ccaapp_reg.rsc 	"private\10003a3f\apps\ccaapp_reg.rsc"
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\ccaclient.dll 	"sys\bin\ccaclient.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2566
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ccappcommlauncherplugin.dll ,  ccappcommlauncherplugin.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
file=\epoc32\release\ARMV5\urel\ccappcommlauncherplugin.dll 	"Sys\Bin\ccappcommlauncherplugin.dll" 
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\ccacontactorservice.dll 	"sys\bin\ccacontactorservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2569
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ccappmycardplugin.dll ,  ccappmycardplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2570
file=\epoc32\release\ARMV5\urel\ccappmycardplugin.dll 	"Sys\Bin\ccappmycardplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2571
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ccappdetailsviewplugin.dll ,  ccappdetailsviewplugin.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
file=\epoc32\release\ARMV5\urel\ccappdetailsviewplugin.dll 	"Sys\Bin\ccappdetailsviewplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2573
data=\epoc32\data\Z\resource\apps\ccappdetailsviewplugin.mif 	"resource\apps\ccappdetailsviewplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2574
file=\epoc32\release\ARMV5\urel\ccapputil.dll 	"sys\bin\ccapputil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2575
file=\epoc32\release\ARMV5\urel\CCHServer.exe 	"sys\bin\CCHServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2576
file=\epoc32\release\ARMV5\urel\CCHClient.dll 	"sys\bin\CCHClient.dll"
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\cch.dll 	"sys\bin\cch.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2578
REM expanded __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
  2579
file=\epoc32\release\ARMV5\urel\cchuinotifwrapper.dll 	"Sys\Bin\cchuinotifwrapper.dll" 
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\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
  2581
file=\epoc32\release\ARMV5\urel\clock.exe 	"sys\bin\clock.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\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
  2583
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
  2584
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
  2585
data=\epoc32\data\Z\private\10003a3f\import\apps\clock_reg.rsc 	"private\10003a3f\import\apps\clock_reg.rsc"
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\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
  2587
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
  2588
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
  2589
file=\epoc32\release\ARMV5\urel\clkdatetimeview.dll 	"sys\bin\clkdatetimeview.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2590
file=\epoc32\release\ARMV5\urel\clockcityselectionlist.dll 	"sys\bin\clockcityselectionlist.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2591
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  clkdatetimeviewplugin.dll ,  clkdatetimeviewplugin.dll ) 
0
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\clkdatetimeviewplugin.dll 	"Sys\Bin\clkdatetimeviewplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2593
REM expanded __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
  2594
file=\epoc32\release\ARMV5\urel\clockindicatorpaneplugin.dll 	"Sys\Bin\clockindicatorpaneplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2595
file=\epoc32\release\ARMV5\urel\clockserver.exe 	"sys\bin\clockserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2596
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
  2597
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
  2598
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
  2599
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
  2600
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
  2601
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
  2602
data=\epoc32\data\Z\system\install\clocknitzplugin_stub.sis 	"system\install\nitzplugin_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2603
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  clocknitzplugin.dll ,  clocknitzplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2604
file=\epoc32\release\ARMV5\urel\clocknitzplugin.dll 	"Sys\Bin\clocknitzplugin.dll" 
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\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
  2606
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
  2607
data=\epoc32\data\Z\private\200159A2\backup_registration.xml 	"private\200159A2\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2608
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  cmailhandlerplugin.dll ,  cmailhandlerplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2609
file=\epoc32\release\ARMV5\urel\cmailhandlerplugin.dll 	"Sys\Bin\cmailhandlerplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2610
data=\epoc32\data\Z\resource\apps\cmailhandlerplugin.mif 	"resource\apps\cmailhandlerplugin.mif"
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\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
  2612
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
  2613
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
  2614
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
  2615
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
  2616
data=\epoc32\data\Z\resource\cms\cmsserver.rsc 	"resource\cms\cmsserver.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2617
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CntFindPlugin.dll , CntFindPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2618
file=\epoc32\release\ARMV5\urel\CntFindPlugin.dll 	"Sys\Bin\CntFindPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2619
REM expanded __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
  2620
file=\epoc32\release\ARMV5\urel\CntSortPlugin.dll 	"Sys\Bin\CntSortPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2621
REM Connection utility
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2622
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ConnectUtil.dll , ConnectUtil.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2623
file=\epoc32\release\ARMV5\urel\ConnectUtil.dll 	"Sys\Bin\ConnectUtil.dll" 
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\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
  2625
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
  2626
data=\epoc32\data\Z\resource\apps\contactssearchplugin.mif 	"resource\apps\contactssearchplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2627
REM expanded __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
  2628
file=\epoc32\release\ARMV5\urel\contactssearchplugin.dll 	"Sys\Bin\contactssearchplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2629
file=\epoc32\release\ARMV5\urel\cscengine.dll 	"sys\bin\cscengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2630
file=\epoc32\release\ARMV5\urel\cscsettingsui.dll 	"sys\bin\cscsettingsui.dll"
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\cscengine.rsc 	"resource\cscengine.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2632
REM expanded     __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
  2633
file=\epoc32\release\ARMV5\urel\cscgsplugin.dll 	"Sys\Bin\cscgsplugin.dll" 
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\System\install\commsconfig_stub.sis 	"System\Install\commsconfig_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2635
REM expanded     __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
  2636
file=\epoc32\release\ARMV5\urel\cscsipvoipcleanupplugin.dll 	"Sys\Bin\cscsipvoipcleanupplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2637
file=\epoc32\release\ARMV5\urel\CSC.exe 	"sys\bin\CSC.exe" 
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\apps\CSC_AIF.MIF 	"resource\apps\CSC_aif.mif" 
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\PRIVATE\10003A3F\APPS\CSC_reg.rsc 	"Private\10003a3f\import\apps\CSC_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2640
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
  2641
file=\epoc32\release\ARMV5\urel\cshelp.exe 	"sys\bin\cshelp.exe" 
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\apps\cshelp_AIF.MIF 	"resource\apps\cshelp_aif.mif" 
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\PRIVATE\10003A3F\APPS\cshelp_reg.rsc 	"Private\10003a3f\apps\cshelp_reg.rsc" 
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\apps\cshelp.mif 	"resource\apps\cshelp.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2645
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
  2646
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
  2647
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
  2648
file=\epoc32\release\ARMV5\urel\defaultappclient.dll 	"sys\bin\defaultappclient.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2649
REM expanded __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
  2650
file=\epoc32\release\ARMV5\urel\gsdasplugin.dll 	"Sys\Bin\gsdasplugin.dll" 
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\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
  2652
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
  2653
data=\epoc32\data\Z\resource\apps\imageprintapp_aif.mif 	"resource\apps\imageprintapp_aif.mif"
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\Private\10003A3F\Apps\imageprintapp_reg.rsc 	"Private\10003A3F\Apps\imageprintapp_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2655
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
  2656
file=\epoc32\release\ARMV5\urel\imageprintapp.exe 	"sys\bin\imageprintapp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2657
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
  2658
FILE=\epoc32\release\ARMV5\urel\imgpprintdll.dll 	"sys\bin\imgpprintdll.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2659
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aiwprintingprovider.dll , aiwprintingprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2660
file=\epoc32\release\ARMV5\urel\aiwprintingprovider.dll 	"Sys\Bin\aiwprintingprovider.dll" 
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\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
  2662
file=\epoc32\release\ARMV5\urel\devdiagapp.exe 	"sys\bin\devdiagapp.exe" 
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\PRIVATE\10003A3F\APPS\devdiagapp_reg.rsc 	"Private\10003a3f\import\apps\devdiagapp_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2664
data=\epoc32\data\z\resource\apps\devdiagapp.mif 	"resource\apps\devdiagapp.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2665
data=\epoc32\data\z\system\install\devdiagapp.SIS 	"System\Install\devdiagapp.SIS"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2666
file=\epoc32\release\ARMV5\urel\DevEncUi.exe 	"sys\bin\DevEncUi.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2667
data=\epoc32\data\Z\resource\apps\DevEncUi_AIF.MIF 	"resource\apps\DevEncUi_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2668
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\DevEncUi_reg.rsc 	"Private\10003a3f\apps\DevEncUi_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2669
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DevEncUiDmAdapter.dll , DevEncUiDmAdapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2670
file=\epoc32\release\ARMV5\urel\DevEncUiDmAdapter.dll 	"Sys\Bin\DevEncUiDmAdapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2671
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, devencnotifplugin.dll , devencnotifplugin.dll ) 
0
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\devencnotifplugin.dll 	"Sys\Bin\devencnotifplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2673
REM expanded __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
  2674
file=\epoc32\release\ARMV5\urel\devencgsplugin.dll 	"Sys\Bin\devencgsplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2675
data=\epoc32\data\Z\resource\apps\devencgsplugin.mif 	"resource\apps\devencgsplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2676
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btprotocol.dll , btprotocol.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2677
file=\epoc32\release\ARMV5\urel\btprotocol.dll 	"Sys\Bin\btprotocol.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2678
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
  2679
DATA=\epoc32\data\Z\resource\imageprintdata\protocols\btxmltemplate.txt 	"resource\imageprintdata\protocols\btxmltemplate.txt"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2680
REM expanded __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
  2681
file=\epoc32\release\ARMV5\urel\dpofprotdll.dll 	"Sys\Bin\dpofprotdll.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2682
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pdphotolib.dll , pdphotolib.dll ) 
0
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\pdphotolib.dll 	"Sys\Bin\pdphotolib.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\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
  2685
DATA=\epoc32\data\Z\resource\imageprintdata\protocols\xhtmltempl\xhtmlfiletemplate.txt 	"resource\imageprintdata\protocols\xhtmltempl\xhtmlfiletemplate.txt"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2686
REM expanded __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
  2687
file=\epoc32\release\ARMV5\urel\dhcppositionprovider.dll 	"Sys\Bin\dhcppositionprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2688
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
  2689
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
  2690
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
  2691
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
  2692
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
  2693
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
  2694
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
  2695
data=\epoc32\data\Z\System\install\displaysink_stub.sis 	"system\install\displaysink_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2696
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NSmlDmGeneralVoIPSettingsAdapter.dll , NSmlDmGeneralVoIPSettingsAdapter.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
file=\epoc32\release\ARMV5\urel\NSmlDmGeneralVoIPSettingsAdapter.dll 	"Sys\Bin\NSmlDmGeneralVoIPSettingsAdapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2698
REM expanded __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
  2699
file=\epoc32\release\ARMV5\urel\nsmldmvoipadapter.dll 	"Sys\Bin\nsmldmvoipadapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2700
data=\epoc32\data\Z\System\install\easydialing_stub.sis 	"System\Install\easydialing_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2701
REM expanded __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
  2702
file=\epoc32\release\ARMV5\urel\easydialingplugin.dll 	"Sys\Bin\easydialingplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2703
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
  2704
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
  2705
data=\epoc32\data\z\private\10202be9\200212A0.txt 	"private\10202be9\200212A0.txt"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2706
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  emailclientapi.dll ,  emailclientapi.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
file=\epoc32\release\ARMV5\urel\emailclientapi.dll 	"Sys\Bin\emailclientapi.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2708
file=\epoc32\release\ARMV5\urel\cmaillogger.dll 	"sys\bin\cmaillogger.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2709
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, EmailNotificationHandler.dll , EmailNotificationHandler.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\EmailNotificationHandler.dll 	"Sys\Bin\EmailNotificationHandler.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2711
REM expanded __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
  2712
file=\epoc32\release\ARMV5\urel\OMAPushEMNStringDict00.dll 	"Sys\Bin\OMAPushEMNStringDict00.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2713
file=\epoc32\release\ARMV5\urel\emailservermonitor.exe 	"sys\bin\emailservermonitor.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2714
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
  2715
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
  2716
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
  2717
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
  2718
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
  2719
file=\epoc32\release\ARMV5\urel\ImsPointSecMonitor.dll 	"sys\bin\ImsPointSecMonitor.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2720
REM expanded __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
  2721
file=\epoc32\release\ARMV5\urel\RfsMsgStorePlugin.dll 	"Sys\Bin\RfsMsgStorePlugin.dll" 
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\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
  2723
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
  2724
file=\epoc32\release\ARMV5\urel\emailwidgetsettings.exe 	"sys\bin\emailwidgetsettings.exe"
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\emailwidgetsettings_reg.rsc 	"Private\10003a3f\import\apps\emailwidgetsettings_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\resource\apps\emailwidgetsettings.mif 	"resource\apps\emailwidgetsettings.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2727
data=\epoc32\data\Z\private\2001E272\backup_registration.xml 	"private\2001E272\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2728
REM expanded __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
  2729
file=\epoc32\release\ARMV5\urel\EmbeddedLinkAdapter.dll 	"Sys\Bin\EmbeddedLinkAdapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2730
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
  2731
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
  2732
file=\epoc32\release\ARMV5\urel\evtutils.dll 	"sys\bin\evtutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2733
file=\epoc32\release\ARMV5\urel\evtengine.dll 	"sys\bin\evtengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2734
file=\epoc32\release\ARMV5\urel\evteditor.dll 	"sys\bin\evteditor.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2735
file=\epoc32\release\ARMV5\urel\evthandlerserver.exe 	"sys\bin\evthandlerserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2736
file=\epoc32\release\ARMV5\urel\evthandler.exe 	"sys\bin\evthandler.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2737
file=\epoc32\release\ARMV5\urel\evthandlerapp.exe 	"sys\bin\evthandlerapp.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2738
file=\epoc32\release\ARMV5\urel\evtmgmtui.exe 	"sys\bin\evtmgmtui.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2739
data=\epoc32\data\Z\resource\apps\evtmgmtui_AIF.MIF 	"resource\apps\evtmgmtui_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2740
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\evtmgmtui_reg.rsc 	"Private\10003a3f\import\apps\evtmgmtui_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2741
data=\epoc32\data\Z\resource\apps\evtmgmtui.mif 	"resource\apps\evtmgmtui.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2742
data=\epoc32\data\Z\resource\apps\evteditor.mif 	"resource\apps\evteditor.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2743
data=\epoc32\data\Z\resource\apps\evthandlerserver.mif 	"resource\apps\evthandlerserver.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2744
data=\epoc32\data\Z\resource\apps\evtinfonote.mif 	"resource\apps\evtinfonote.mif"
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\apps\evthandlerapp_AIF.MIF 	"resource\apps\evthandlerapp_aif.mif" 
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\PRIVATE\10003A3F\APPS\evthandlerapp_reg.rsc 	"Private\10003a3f\import\apps\evthandlerapp_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2747
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, evtnotifierplugin.dll , evtnotifierplugin.dll ) 
0
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\evtnotifierplugin.dll 	"Sys\Bin\evtnotifierplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2749
file=\epoc32\release\ARMV5\urel\evtinfonote.dll 	"sys\bin\evtinfonote.dll"
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\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
  2751
data=\epoc32\data\Z\System\install\eventsuistub.sis 	"system\install\eventsuistub.sis"
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\MPFileDetailsDialog.dll 	"sys\bin\MPFileDetailsDialog.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2753
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  filedetailsplugin.dll ,  filedetailsplugin.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
file=\epoc32\release\ARMV5\urel\filedetailsplugin.dll 	"Sys\Bin\filedetailsplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2755
file=\epoc32\release\ARMV5\urel\FileList.dll 	"sys\bin\FileList.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2756
data=\epoc32\data\Z\resource\apps\filelist.mif 	"resource\apps\filelist.mif"
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\FileManager.exe 	"sys\bin\FileManager.exe" 
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\FileManager_AIF.MIF 	"resource\apps\FileManager_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2759
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\FileManager_reg.rsc 	"Private\10003a3f\apps\FileManager_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2760
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, filemanagerbkupplugin.dll , filemanagerbkupplugin.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
file=\epoc32\release\ARMV5\urel\filemanagerbkupplugin.dll 	"Sys\Bin\filemanagerbkupplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2762
REM expanded __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
  2763
file=\epoc32\release\ARMV5\urel\filemanageraiwprovider.dll 	"Sys\Bin\filemanageraiwprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2764
file=\epoc32\release\ARMV5\urel\FILEMANAGERENGINE.DLL 	"sys\bin\FileManagerEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2765
file=\epoc32\release\ARMV5\urel\FILEMANAGERVIEW.DLL 	"sys\bin\FileManagerView.dll"
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\resource\apps\FileManager.mif 	"resource\apps\FileManager.mif"
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\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
  2768
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
  2769
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
  2770
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
  2771
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
  2772
data=\epoc32\data\Z\resource\apps\filessearchplugin.mif 	"resource\apps\filessearchplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2773
REM expanded __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
  2774
file=\epoc32\release\ARMV5\urel\filessearchplugin.dll 	"Sys\Bin\filessearchplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2775
file=\epoc32\release\ARMV5\urel\fmradio.exe 	"sys\bin\fmradio.exe" 
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\resource\apps\fmradio_AIF.MIF 	"resource\apps\fmradio_aif.mif" 
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\PRIVATE\10003A3F\IMPORT\APPS\fmradio_reg.rsc 	"private\10003a3f\import\apps\fmradio_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2778
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
  2779
data=\epoc32\data\Z\resource\apps\fmradio.mif 	"resource\apps\fmradio.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2780
file=\epoc32\release\ARMV5\urel\fmradioactiveidleengine200.dll 	"sys\bin\fmradioactiveidleengine200.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2781
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fmradiomcpplugin100.dll , fmradiomcpplugin100.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2782
file=\epoc32\release\ARMV5\urel\fmradiomcpplugin100.dll 	"Sys\Bin\fmradiomcpplugin100.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2783
REM expanded __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
  2784
file=\epoc32\release\ARMV5\urel\fmradioactionhandler.dll 	"Sys\Bin\fmradioactionhandler.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2785
file=\epoc32\release\ARMV5\urel\fmradioengine.dll 	"sys\bin\fmradioengine.dll"
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\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
  2787
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
  2788
file=\epoc32\release\ARMV5\urel\FreestyleEmailUi.exe 	"sys\bin\FreestyleEmailUi.exe" 
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\FreestyleEmailUi.mbm_rom" 	"resource\apps\FreestyleEmailUi.mbm"
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\apps\FreestyleEmailUi.mif 	"resource\apps\FreestyleEmailUi.mif"
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\resource\apps\FreestyleEmailUi_AIF.MIF 	"resource\apps\FreestyleEmailUi_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2792
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\FreestyleEmailUi_reg.rsc 	"Private\10003a3f\import\apps\FreestyleEmailUi_reg.rsc" 
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\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
  2794
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
  2795
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
  2796
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
  2797
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
  2798
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
  2799
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
  2800
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
  2801
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
  2802
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
  2803
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
  2804
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
  2805
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
  2806
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
  2807
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
  2808
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
  2809
data=\epoc32\data\Z\private\2001E277\HtmlFile\hidden.png 	"private\2001E277\HtmlFile\hidden.png"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2810
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ipssosplugin.dll ,  ipssosplugin.dll ) 
0
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\ipssosplugin.dll 	"Sys\Bin\ipssosplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2812
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ipssossettings.dll ,  ipssossettings.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2813
file=\epoc32\release\ARMV5\urel\ipssossettings.dll 	"Sys\Bin\ipssossettings.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2814
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  IPSSosAOPlugin.dll ,  IPSSosAOPlugin.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\IPSSosAOPlugin.dll 	"Sys\Bin\IPSSosAOPlugin.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\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
  2817
file=\epoc32\release\ARMV5\urel\fs_generic.dll 	"sys\bin\fs_generic.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2818
REM expanded __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
  2819
file=\epoc32\release\ARMV5\urel\fsscrollbarplugin.dll 	"Sys\Bin\fsscrollbarplugin.dll" 
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\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
  2821
REM ALFRED
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2822
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
  2823
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
  2824
file=\epoc32\release\ARMV5\urel\alfappservercore.dll 	"sys\bin\alfappservercore.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2825
REM expanded __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
  2826
file=\epoc32\release\ARMV5\urel\huirenderpluginvg.dll 	"Sys\Bin\huirenderpluginvg.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2827
file=\epoc32\release\ARMV5\urel\alfdecoderserverclient.dll 	"sys\bin\alfdecoderserverclient.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2828
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfrenderstage.dll , alfrenderstage.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\alfrenderstage.dll 	"Sys\Bin\alfrenderstage.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2830
REM expanded __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
  2831
file=\epoc32\release\ARMV5\urel\alfhintplugindrawer.dll 	"Sys\Bin\alfhintplugindrawer.dll" 
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\alfhintplugin.dll 	"sys\bin\alfhintplugin.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2833
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfoogmplugin.dll , alfoogmplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2834
file=\epoc32\release\ARMV5\urel\alfoogmplugin.dll 	"Sys\Bin\alfoogmplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2835
REM expanded __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
  2836
file=\epoc32\release\ARMV5\urel\alfcrpplugin.dll 	"Sys\Bin\alfcrpplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2837
data=\epoc32\data\Z\resource\plugins\alfnonsupportedwscommands.rsc 	"resource\plugins\alfnonsupportedwscommands.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2838
REM expanded __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
  2839
file=\epoc32\release\ARMV5\urel\alfappfwproxy.dll 	"Sys\Bin\alfappfwproxy.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2840
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
  2841
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
  2842
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
  2843
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
  2844
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
  2845
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
  2846
data=\epoc32\data\Z\private\200286D3\reffragmentshader.fsh 	"private\200286D3\reffragmentshader.fsh"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2847
REM expanded __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
  2848
file=\epoc32\release\ARMV5\urel\fsccontactactionmenu.dll 	"Sys\Bin\fsccontactactionmenu.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2849
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fsccontactactionservice.dll , fsccontactactionservice.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2850
file=\epoc32\release\ARMV5\urel\fsccontactactionservice.dll 	"Sys\Bin\fsccontactactionservice.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2851
data=\epoc32\data\Z\resource\fscactionutils.rsc 	"resource\fscactionutils.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2852
REM expanded __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
  2853
file=\epoc32\release\ARMV5\urel\fsccallplugin.dll 	"Sys\Bin\fsccallplugin.dll" 
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\resource\apps\fsccallplugin.mif 	"resource\apps\fsccallplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2855
REM expanded __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
  2856
file=\epoc32\release\ARMV5\urel\fscsaveascontactplugin.dll 	"Sys\Bin\fscsaveascontactplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2857
data=\epoc32\data\Z\resource\apps\fscsaveascontactplugin.mif 	"resource\apps\fscsaveascontactplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2858
REM expanded __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
  2859
file=\epoc32\release\ARMV5\urel\fscpocplugin.dll 	"Sys\Bin\fscpocplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2860
data=\epoc32\data\Z\resource\apps\fscpocplugin.mif 	"resource\apps\fscpocplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2861
REM expanded __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
  2862
file=\epoc32\release\ARMV5\urel\fscsendplugin.dll 	"Sys\Bin\fscsendplugin.dll" 
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\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
  2864
file=\epoc32\release\ARMV5\urel\FSMailFramework.dll 	"sys\bin\FSMailFramework.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2865
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
  2866
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
  2867
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
  2868
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
  2869
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
  2870
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
  2871
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
  2872
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
  2873
file=\epoc32\release\ARMV5\urel\fsmailserver.exe 	"sys\bin\fsmailserver.exe" 
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\10003A3F\APPS\fsmailserver_reg.rsc 	"Private\10003a3f\import\apps\fsmailserver_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2875
file=\epoc32\release\ARMV5\urel\fssendashelper.dll 	"sys\bin\fssendashelper.dll"
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\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
  2877
file=\epoc32\release\ARMV5\urel\fsclientmtm.dll 	"sys\bin\fsclientmtm.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2878
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
  2879
file=\epoc32\release\ARMV5\urel\fsuimtm.dll 	"sys\bin\fsuimtm.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2880
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
  2881
file=\epoc32\release\ARMV5\urel\fsuidatamtm.dll 	"sys\bin\fsuidatamtm.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2882
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
  2883
data=\epoc32\data\Z\resource\apps\fsuidatamtm.mif 	"resource\apps\fsuidatamtm.mif"
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\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
  2885
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
  2886
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
  2887
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
  2888
file=\epoc32\release\ARMV5\urel\glxdrmutility.dll 	"sys\bin\glxdrmutility.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2889
REM expanded __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
  2890
file=\epoc32\release\ARMV5\urel\glxfetcher.dll 	"Sys\Bin\glxfetcher.dll" 
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\10003a3f\import\apps\glx_reg.rsc 	"private\10003a3f\import\apps\glx_reg.rsc"
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\10003a3f\import\apps\glxivwr_reg.rsc 	"private\10003a3f\import\apps\glxivwr_reg.rsc"
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\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
  2894
file=\epoc32\release\ARMV5\urel\glx.exe 	"sys\bin\glx.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2895
file=\epoc32\release\ARMV5\urel\glxivwr.exe 	"sys\bin\glxivwr.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2896
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
  2897
data=\epoc32\data\Z\resource\apps\glx_aif.mif 	"resource\apps\glx_aif.mif"  
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\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
  2899
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
  2900
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
  2901
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
  2902
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
  2903
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
  2904
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
  2905
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
  2906
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
  2907
file=\epoc32\release\ARMV5\urel\glxdatasourcemanager.dll 	"sys\bin\glxdatasourcemanager.dll"  
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2908
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxdatasourcemde.dll ,  glxdatasourcemde.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2909
file=\epoc32\release\ARMV5\urel\glxdatasourcemde.dll 	"Sys\Bin\glxdatasourcemde.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2910
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxcollectionpluginalbums.dll ,  glxcollectionpluginalbums.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
file=\epoc32\release\ARMV5\urel\glxcollectionpluginalbums.dll 	"Sys\Bin\glxcollectionpluginalbums.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2912
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxcollectionpluginall.dll ,  glxcollectionpluginall.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2913
file=\epoc32\release\ARMV5\urel\glxcollectionpluginall.dll 	"Sys\Bin\glxcollectionpluginall.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2914
REM expanded __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
  2915
file=\epoc32\release\ARMV5\urel\glxcollectionpluginimageviewer.dll 	"Sys\Bin\glxcollectionpluginimageviewer.dll" 
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\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
  2917
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
  2918
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
  2919
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
  2920
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
  2921
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
  2922
file=\epoc32\release\ARMV5\urel\glxgridviewpluginbase.dll 	"sys\bin\glxgridviewpluginbase.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2923
REM expanded __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
  2924
file=\epoc32\release\ARMV5\urel\glxgridviewplugin.dll 	"Sys\Bin\glxgridviewplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2925
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
  2926
file=\epoc32\release\ARMV5\urel\glxfullscreenviewpluginbase.dll 	"sys\bin\glxfullscreenviewpluginbase.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2927
REM expanded __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
  2928
file=\epoc32\release\ARMV5\urel\glxfullscreenviewplugin.dll 	"Sys\Bin\glxfullscreenviewplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2929
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
  2930
file=\epoc32\release\ARMV5\urel\glxlistviewpluginbase.dll 	"sys\bin\glxlistviewpluginbase.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2931
REM expanded __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
  2932
file=\epoc32\release\ARMV5\urel\glxlistviewplugin.dll 	"Sys\Bin\glxlistviewplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2933
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
  2934
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
  2935
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
  2936
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
  2937
file=\epoc32\release\ARMV5\urel\glxlogging.dll 	"sys\bin\glxlogging.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2938
REM expanded __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
  2939
file=\epoc32\release\ARMV5\urel\glxmemoryplugin.dll 	"Sys\Bin\glxmemoryplugin.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\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
  2941
file=\epoc32\release\ARMV5\urel\GMSModel.dll 	"sys\bin\GMSModel.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2942
REM expanded __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
  2943
file=\epoc32\release\ARMV5\urel\gsdevdiagplugin.dll 	"Sys\Bin\gsdevdiagplugin.dll" 
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\GSDevDiagPlugin.mif 	"resource\apps\GSDevDiagPlugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2945
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSEmailSettingsPluginDll.dll ,  GSEmailSettingsPluginDll.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2946
file=\epoc32\release\ARMV5\urel\GSEmailSettingsPluginDll.dll 	"Sys\Bin\GSEmailSettingsPluginDll.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2947
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gsvideoplugin.dll ,  gsvideoplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2948
file=\epoc32\release\ARMV5\urel\gsvideoplugin.dll 	"Sys\Bin\gsvideoplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2949
REM expanded __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
  2950
file=\epoc32\release\ARMV5\urel\gsvmbxplugin.dll 	"Sys\Bin\gsvmbxplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2951
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
  2952
file=\epoc32\release\ARMV5\urel\vcxhgmyvideos.dll 	"sys\bin\vcxhgmyvideos.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2953
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  vcxhgmyvideosplugin.dll ,  vcxhgmyvideosplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2954
file=\epoc32\release\ARMV5\urel\vcxhgmyvideosplugin.dll 	"Sys\Bin\vcxhgmyvideosplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  2955
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  vcxhgvodplugin.dll ,  vcxhgvodplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2956
file=\epoc32\release\ARMV5\urel\vcxhgvodplugin.dll 	"Sys\Bin\vcxhgvodplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2957
file=\epoc32\release\ARMV5\urel\vcxhgvodui.dll 	"sys\bin\vcxhgvodui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2958
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
  2959
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
  2960
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
  2961
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
  2962
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
  2963
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
  2964
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
  2965
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
  2966
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
  2967
file=\epoc32\release\ARMV5\urel\Brightness.pgn 	"sys\bin\Brightness.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2968
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
  2969
file=\epoc32\release\ARMV5\urel\Bubble.pgn 	"sys\bin\Bubble.pgn"
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\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
  2971
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
  2972
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
  2973
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
  2974
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
  2975
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
  2976
file=\epoc32\release\ARMV5\urel\Clipart.pgn 	"sys\bin\Clipart.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  2977
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
  2978
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
  2979
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
  2980
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
  2981
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
  2982
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
  2983
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
  2984
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
  2985
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
  2986
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
  2987
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
  2988
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
  2989
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
  2990
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
  2991
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
  2992
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
  2993
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
  2994
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
  2995
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
  2996
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
  2997
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
  2998
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
  2999
file=\epoc32\release\ARMV5\urel\Contrast.pgn 	"sys\bin\Contrast.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3000
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
  3001
file=\epoc32\release\ARMV5\urel\Crop.pgn 	"sys\bin\Crop.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3002
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
  3003
file=\epoc32\release\ARMV5\urel\Frame.pgn 	"sys\bin\Frame.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3004
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
  3005
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
  3006
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
  3007
file=\epoc32\release\ARMV5\urel\ImageEditorManager.dll 	"sys\bin\ImageEditorManager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3008
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
  3009
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
  3010
file=\epoc32\release\ARMV5\urel\pb.dll 	"sys\bin\pb.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3011
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ImageEditorProvider.dll , ImageEditorProvider.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
file=\epoc32\release\ARMV5\urel\ImageEditorProvider.dll 	"Sys\Bin\ImageEditorProvider.dll" 
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\RedEyeReduction.pgn 	"sys\bin\RedEyeReduction.pgn"
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\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
  3015
file=\epoc32\release\ARMV5\urel\Resize.pgn 	"sys\bin\Resize.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3016
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
  3017
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
  3018
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
  3019
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
  3020
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
  3021
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
  3022
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
  3023
file=\epoc32\release\ARMV5\urel\Sharpness.pgn 	"sys\bin\Sharpness.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3024
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
  3025
file=\epoc32\release\ARMV5\urel\Text.pgn 	"sys\bin\Text.pgn"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3026
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
  3027
file=\epoc32\release\ARMV5\urel\ImageEditorUi.dll 	"sys\bin\ImageEditorUi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3028
data=\epoc32\data\Z\resource\apps\ImageEditorUi.mif 	"resource\apps\ImageEditorUi.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3029
file=\epoc32\release\ARMV5\urel\imageprintserver.exe 	"sys\bin\imageprintserver.exe"
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\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
  3031
file=\epoc32\release\ARMV5\urel\imcvuiapp.exe 	"sys\bin\imcvuiapp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3032
data=\epoc32\data\Z\private\10003a3f\apps\imcvuiapp_reg.rsc 	"private\10003a3f\Import\Apps\imcvuiapp_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3033
file=\epoc32\release\ARMV5\urel\imcvengine.dll 	"sys\bin\imcvengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3034
file=\epoc32\release\ARMV5\urel\imcvlauncher.dll 	"sys\bin\imcvlauncher.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3035
REM expanded __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
  3036
file=\epoc32\release\ARMV5\urel\imcmslauncherplugin.dll 	"Sys\Bin\imcmslauncherplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3037
data=\epoc32\data\Z\system\install\imcvuiappstub.sis 	"system\install\imcvuiappstub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3038
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, imstatuspaneindicatorplugin.dll , imstatuspaneindicatorplugin.dll ) 
0
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\imstatuspaneindicatorplugin.dll 	"Sys\Bin\imstatuspaneindicatorplugin.dll" 
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\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
  3041
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
  3042
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
  3043
file=\epoc32\release\ARMV5\urel\vimpstengine.dll 	"sys\bin\vimpstengine.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\vimpstcmdprocess.dll 	"sys\bin\vimpstcmdprocess.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3045
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vimpstui.dll , vimpstui.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3046
file=\epoc32\release\ARMV5\urel\vimpstui.dll 	"Sys\Bin\vimpstui.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3047
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vimpstdetailsviewplugin.dll , vimpstdetailsviewplugin.dll ) 
0
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\vimpstdetailsviewplugin.dll 	"Sys\Bin\vimpstdetailsviewplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3049
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
  3050
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
  3051
file=\epoc32\release\ARMV5\urel\ImumDa.dll 	"sys\bin\ImumDa.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3052
file=\epoc32\release\ARMV5\urel\ImumUtils.dll 	"sys\bin\ImumUtils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3053
file=\epoc32\release\ARMV5\urel\Imum.dll 	"sys\bin\Imum.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3054
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
  3055
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
  3056
file=\epoc32\release\ARMV5\urel\instantmessagesalert.dll 	"sys\bin\instantmessagesalert.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3057
data=\epoc32\data\Z\system\install\instantmessagesalertstub.sis 	"system\install\instantmessagesalertstub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3058
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, instantmsgindicatorplugin.dll , instantmsgindicatorplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3059
file=\epoc32\release\ARMV5\urel\instantmsgindicatorplugin.dll 	"Sys\Bin\instantmsgindicatorplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3060
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
  3061
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
  3062
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
  3063
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
  3064
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
  3065
file=\epoc32\release\ARMV5\urel\ipvoicemailengine.dll 	"sys\bin\ipvoicemailengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3066
data=\epoc32\data\Z\System\install\java.sis 	"System\Install\java.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3067
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2midletplugin.dll ,  appmngr2midletplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3068
file=\epoc32\release\ARMV5\urel\appmngr2midletplugin.dll 	"Sys\Bin\appmngr2midletplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3069
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
  3070
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
  3071
file=\epoc32\release\ARMV5\urel\javacaptain_ext_btdeviceclassmanager.dll 	"sys\bin\javacaptain_ext_btdeviceclassmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3072
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
  3073
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
  3074
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
  3075
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
  3076
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
  3077
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
  3078
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
  3079
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
  3080
file=\epoc32\release\ARMV5\urel\javaregistryclient.dll 	"sys\bin\javaregistryclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3081
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
  3082
file=\epoc32\release\ARMV5\urel\javasizehelperserver.dll 	"sys\bin\javasizehelperserver.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3083
REM expanded __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
  3084
file=\epoc32\release\ARMV5\urel\ifeui.dll 	"Sys\Bin\ifeui.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3085
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
  3086
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
  3087
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
  3088
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
  3089
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
  3090
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
  3091
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
  3092
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
  3093
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
  3094
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
  3095
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
  3096
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
  3097
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
  3098
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
  3099
file=\epoc32\release\ARMV5\urel\javalauncher.exe 	"sys\bin\javalauncher.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3100
REM expanded __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
  3101
file=\epoc32\release\ARMV5\urel\javaappschemeplugin.dll 	"Sys\Bin\javaappschemeplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3102
data=\epoc32\data\Z\Resource\plugins\javaappschemeplugin.rsc 	"resource\plugins\javaappschemeplugin.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3103
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, javasidchecker.dll , javasidchecker.dll ) 
0
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\javasidchecker.dll 	"Sys\Bin\javasidchecker.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3105
data=\epoc32\data\Z\Resource\plugins\javasidchecker.rsc 	"resource\plugins\javasidchecker.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3106
REM expanded __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
  3107
file=\epoc32\release\ARMV5\urel\recjar.dll 	"Sys\Bin\recjar.dll" 
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\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
  3109
file=\epoc32\release\ARMV5\urel\javabackup.exe 	"sys\bin\javabackup.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3110
REM expanded __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
  3111
file=\epoc32\release\ARMV5\urel\midp2backupplugin.dll 	"Sys\Bin\midp2backupplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3112
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
  3113
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
  3114
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
  3115
file=\epoc32\release\ARMV5\urel\javacoreui.dll 	"sys\bin\javacoreui.dll"
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\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
  3117
file=\epoc32\release\ARMV5\urel\eswt.dll 	"sys\bin\eswt.dll"
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\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
  3119
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
  3120
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
  3121
file=\epoc32\release\ARMV5\urel\eswtdirectcontent.dll 	"sys\bin\eswtdirectcontent.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3122
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
  3123
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
  3124
file=\epoc32\release\ARMV5\urel\javalcdui.dll 	"sys\bin\javalcdui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3125
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
  3126
file=\epoc32\release\ARMV5\urel\lcdui.dll 	"sys\bin\lcdui.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\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
  3128
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
  3129
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
  3130
file=\epoc32\release\ARMV5\urel\lcduiphysicswrap.dll 	"sys\bin\lcduiphysicswrap.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3131
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LCDC4K.dll , LCDC4K.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3132
file=\epoc32\release\ARMV5\urel\LCDC4K.dll 	"Sys\Bin\LCDC4K.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3133
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LCDC64K.dll , LCDC64K.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3134
file=\epoc32\release\ARMV5\urel\LCDC64K.dll 	"Sys\Bin\LCDC64K.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3135
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LCDC16MU.dll , LCDC16MU.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3136
file=\epoc32\release\ARMV5\urel\LCDC16MU.dll 	"Sys\Bin\LCDC16MU.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3137
REM expanded __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
  3138
file=\epoc32\release\ARMV5\urel\LCDC16MA.dll 	"Sys\Bin\LCDC16MA.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3139
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
  3140
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
  3141
data=\epoc32\data\Z\resource\apps\lcdui.mif 	"resource\apps\lcdui.mif"
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\javaamms.dll 	"sys\bin\javaamms.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3143
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
  3144
file=\epoc32\release\ARMV5\urel\javamobilemedia.dll 	"sys\bin\javamobilemedia.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3145
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
  3146
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
  3147
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
  3148
file=\epoc32\release\ARMV5\urel\javamobinfo.dll 	"sys\bin\javamobinfo.dll"
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\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
  3150
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
  3151
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
  3152
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
  3153
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
  3154
file=\epoc32\release\ARMV5\urel\javam2g.dll 	"sys\bin\javam2g.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3155
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
  3156
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
  3157
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
  3158
file=\epoc32\release\ARMV5\urel\javanokiasound.dll 	"sys\bin\javanokiasound.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3159
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
  3160
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
  3161
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
  3162
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
  3163
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
  3164
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
  3165
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
  3166
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
  3167
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
  3168
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
  3169
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
  3170
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
  3171
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
  3172
file=\epoc32\release\ARMV5\urel\j9.dll 	"sys\bin\j9.dll"
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\j9vmall23.dll 	"sys\bin\j9vmall23.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3174
file=\epoc32\release\ARMV5\urel\j9mjit23.dll 	"sys\bin\j9mjit23.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3175
file=\epoc32\release\ARMV5\urel\jclcldc11_23.dll 	"sys\bin\jclcldc11_23.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3176
file=\epoc32\release\ARMV5\urel\jclcdc11_23.dll 	"sys\bin\jclcdc11_23.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3177
file=\epoc32\release\ARMV5\urel\j9fdm23.dll 	"sys\bin\j9fdm23.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3178
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
  3179
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
  3180
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
  3181
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
  3182
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
  3183
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
  3184
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
  3185
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
  3186
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
  3187
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
  3188
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
  3189
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
  3190
file=\epoc32\release\ARMV5\urel\javasecurity.dll 	"sys\bin\javasecurity.dll"
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\release\ARMV5\urel\z\resource\java\jvm\lib\jrt\javasecurity.odc 	"resource\java\jvm\lib\jrt\javasecurity.odc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3192
REM expanded __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
  3193
file=\epoc32\release\ARMV5\urel\javaunicertstoreplugin.dll 	"Sys\Bin\javaunicertstoreplugin.dll" 
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\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
  3195
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
  3196
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
  3197
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
  3198
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
  3199
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
  3200
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
  3201
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
  3202
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
  3203
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
  3204
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
  3205
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
  3206
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
  3207
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
  3208
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
  3209
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
  3210
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
  3211
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
  3212
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
  3213
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
  3214
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
  3215
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
  3216
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
  3217
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
  3218
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
  3219
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
  3220
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
  3221
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
  3222
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
  3223
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
  3224
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
  3225
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
  3226
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
  3227
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
  3228
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
  3229
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
  3230
file=\epoc32\release\ARMV5\urel\javabluetooth.dll 	"sys\bin\javabluetooth.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3231
file=\epoc32\release\ARMV5\urel\javabluetoothcommons.dll 	"sys\bin\javabluetoothcommons.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3232
file=\epoc32\release\ARMV5\urel\javabtgoepscplugin.dll 	"sys\bin\javabtgoepscplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3233
file=\epoc32\release\ARMV5\urel\javabtl2capscplugin.dll 	"sys\bin\javabtl2capscplugin.dll"
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\javabtsppscplugin.dll 	"sys\bin\javabtsppscplugin.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\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
  3236
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
  3237
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
  3238
file=\epoc32\release\ARMV5\urel\javawma.dll 	"sys\bin\javawma.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3239
file=\epoc32\release\ARMV5\urel\javawmamms.dll 	"sys\bin\javawmamms.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3240
file=\epoc32\release\ARMV5\urel\javacbsscplugin.dll 	"sys\bin\javacbsscplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3241
file=\epoc32\release\ARMV5\urel\javammsscplugin.dll 	"sys\bin\javammsscplugin.dll"
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\javasmsscplugin.dll 	"sys\bin\javasmsscplugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3243
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
  3244
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
  3245
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
  3246
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
  3247
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
  3248
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
  3249
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
  3250
file=\epoc32\release\ARMV5\urel\javalocation.dll 	"sys\bin\javalocation.dll"
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\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
  3252
file=\epoc32\release\ARMV5\urel\javasensor.dll 	"sys\bin\javasensor.dll"
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\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
  3254
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
  3255
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
  3256
file=\epoc32\release\ARMV5\urel\javapim.dll 	"sys\bin\javapim.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3257
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
  3258
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
  3259
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
  3260
file=\epoc32\release\ARMV5\urel\javasatsa.dll 	"sys\bin\javasatsa.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3261
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
  3262
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
  3263
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
  3264
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
  3265
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
  3266
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
  3267
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
  3268
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
  3269
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
  3270
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
  3271
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
  3272
file=\epoc32\release\ARMV5\urel\javaupgradeapp.exe 	"sys\bin\javaupgradeapp.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3273
REM expanded __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
  3274
file=\epoc32\release\ARMV5\urel\javaiconsizenotifplugin.dll 	"Sys\Bin\javaiconsizenotifplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3275
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
  3276
file=\epoc32\release\ARMV5\urel\LmkCommonUi.dll 	"sys\bin\LmkCommonUi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3277
file=\epoc32\release\ARMV5\urel\LmkUi.dll 	"sys\bin\LmkUi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3278
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
  3279
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
  3280
data=\epoc32\data\Z\Resource\apps\LmkUi.mif 	"resource\apps\LmkUi.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3281
data=\epoc32\data\Z\resource\apps\LmkMsgViewer_AIF.MIF 	"resource\apps\LmkMsgViewer_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3282
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\LmkMsgViewer_reg.rsc 	"Private\10003a3f\import\apps\LmkMsgViewer_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3283
file=\epoc32\release\ARMV5\urel\LmkMsgViewer.exe 	"sys\bin\LmkMsgViewer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3284
data=\epoc32\data\Z\System\install\landmarksstub.sis 	"system\install\landmarksstub.sis"
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\LogsEng.dll 	"sys\bin\LogsEng.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\AocCtView.dll 	"sys\bin\AocCtView.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3287
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LogsPlugin.dll , LogsPlugin.dll )  
0
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\LogsPlugin.dll 	"Sys\Bin\LogsPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3289
REM expanded __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
  3290
file=\epoc32\release\ARMV5\urel\LogsIndicatorPlugin.dll 	"Sys\Bin\LogsIndicatorPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3291
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
  3292
file=\epoc32\release\ARMV5\urel\Logs.exe 	"sys\bin\Logs.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3293
data=\epoc32\data\Z\resource\apps\Logs.mif 	"resource\apps\Logs.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3294
data=\epoc32\data\Z\resource\apps\Logs_AIF.MIF 	"resource\apps\Logs_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3295
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Logs_reg.rsc 	"Private\10003a3f\apps\Logs_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3296
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
  3297
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
  3298
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
  3299
file=\epoc32\release\ARMV5\urel\lwplayer.exe 	"sys\bin\lwplayer.exe" 
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\Private\10003a3f\apps\lwplayer_reg.rsc 	"PRIVATE\10003a3f\import\apps\lwplayer_reg.rsc"
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\MsgMailEditor.exe 	"sys\bin\MsgMailEditor.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3302
data=\epoc32\data\Z\resource\apps\MsgMailEditor_AIF.MIF 	"resource\apps\MsgMailEditor_aif.mif" 
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\PRIVATE\10003A3F\APPS\MsgMailEditor_reg.rsc 	"Private\10003a3f\apps\MsgMailEditor_reg.rsc" 
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\MsgMailViewer.exe 	"sys\bin\MsgMailViewer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3305
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\MsgMailViewer_reg.rsc 	"Private\10003a3f\apps\MsgMailViewer_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3306
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
  3307
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
  3308
data=\epoc32\data\Z\resource\apps\msgmailutils.mif 	"resource\apps\msgmailutils.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3309
REM expanded __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
  3310
file=\epoc32\release\ARMV5\urel\MailPlainView.dll 	"Sys\Bin\MailPlainView.dll" 
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\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
  3312
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
  3313
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
  3314
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
  3315
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
  3316
file=\epoc32\release\ARMV5\urel\Mce.exe 	"sys\bin\Mce.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3317
data=\epoc32\data\Z\resource\apps\Mce_AIF.MIF 	"resource\apps\Mce_aif.mif" 
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\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
  3319
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
  3320
data=\epoc32\data\Z\private\10003a3f\apps\mce_reg.rsc 	"private\10003a3f\import\apps\mce_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3321
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
  3322
file=\epoc32\release\ARMV5\urel\MceSettings.dll 	"sys\bin\MceSettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3323
data=\epoc32\data\Z\system\install\MceSettings_stub.sis 	"system\install\MceSettings_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3324
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MceSettingsGSPlugin.dll , MceSettingsGSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3325
file=\epoc32\release\ARMV5\urel\MceSettingsGSPlugin.dll 	"Sys\Bin\MceSettingsGSPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3326
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
  3327
data=\epoc32\data\Z\resource\MceSettingsEmailSel.rsc 	"resource\MceSettingsEmailSel.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3328
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mcpmusicplayer.dll , mcpmusicplayer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3329
file=\epoc32\release\ARMV5\urel\mcpmusicplayer.dll 	"Sys\Bin\mcpmusicplayer.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3330
file=\epoc32\release\ARMV5\urel\mediasettings.exe 	"sys\bin\mediasettings.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3331
data=\epoc32\data\Z\resource\apps\mediasettings.mif 	"resource\apps\mediasettings.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3332
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\mediasettings_reg.rsc 	"Private\10003a3f\import\apps\mediasettings_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3333
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
  3334
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
  3335
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
  3336
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
  3337
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
  3338
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
  3339
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
  3340
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
  3341
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
  3342
data=\epoc32\include\foldersuite.rsg 	"resource\apps\foldersuite.rsg"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3343
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  messagessearchplugin.dll ,  messagessearchplugin.dll ) 
0
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\messagessearchplugin.dll 	"Sys\Bin\messagessearchplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3345
data=\epoc32\data\Z\resource\apps\messagessearchplugin.mif 	"resource\apps\messagessearchplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3346
REM expanded __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
  3347
file=\epoc32\release\ARMV5\urel\missedalarmindicatorplugin.dll 	"Sys\Bin\missedalarmindicatorplugin.dll" 
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\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
  3349
file=\epoc32\release\ARMV5\urel\mmextensionmanager.dll 	"sys\bin\mmextensionmanager.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3350
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfolderuiextensionplugin.dll , mmfolderuiextensionplugin.dll )  
0
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\mmfolderuiextensionplugin.dll 	"Sys\Bin\mmfolderuiextensionplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3352
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmsdataprovider.dll , mmsdataprovider.dll ) 
0
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\mmsdataprovider.dll 	"Sys\Bin\mmsdataprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3354
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
  3355
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
  3356
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
  3357
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
  3358
file=\epoc32\release\ARMV5\urel\mmsconninit.dll 	"sys\bin\mmsconninit.dll"
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\mmscli.dll 	"sys\bin\mmscli.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\mmssrv.dll 	"sys\bin\mmssrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3361
file=\epoc32\release\ARMV5\urel\mmstransport.dll 	"sys\bin\mmstransport.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3362
file=\epoc32\release\ARMV5\urel\mmscodec.dll 	"sys\bin\mmscodec.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3363
file=\epoc32\release\ARMV5\urel\mmsmessage.dll 	"sys\bin\mmsmessage.dll"
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\mmsserversettings.dll 	"sys\bin\mmsserversettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3365
file=\epoc32\release\ARMV5\urel\mmscodecclient.dll 	"sys\bin\mmscodecclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3366
file=\epoc32\release\ARMV5\urel\mmsappadapter.dll 	"sys\bin\mmsappadapter.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3367
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmswatcher.dll , mmswatcher.dll ) 
0
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\mmswatcher.dll 	"Sys\Bin\mmswatcher.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3369
REM expanded __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
  3370
file=\epoc32\release\ARMV5\urel\MmsPushHandler.dll 	"Sys\Bin\MmsPushHandler.dll" 
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\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
  3372
file=\epoc32\release\ARMV5\urel\mmssettings.dll 	"sys\bin\MmsSettings.dll"
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\mmsui.dll 	"sys\bin\MmsUi.dll"
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\notui.dll 	"sys\bin\NotUi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3375
file=\epoc32\release\ARMV5\urel\notviewer.exe 	"sys\bin\notviewer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3376
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\notviewer_reg.rsc 	"Private\10003a3f\import\apps\notviewer_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3377
data=\epoc32\data\Z\resource\apps\notviewer_AIF.MIF 	"resource\apps\notviewer_aif.mif" 
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\mmsviewer.exe 	"sys\bin\mmsviewer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3379
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\mmsviewer_reg.rsc 	"Private\10003a3f\import\apps\mmsviewer_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3380
data=\epoc32\data\Z\resource\apps\mmsviewer_AIF.MIF 	"resource\apps\mmsviewer_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3381
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
  3382
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
  3383
data=\epoc32\data\Z\resource\apps\mmsui.mif 	"resource\apps\mmsui.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3384
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
  3385
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
  3386
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
  3387
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
  3388
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
  3389
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
  3390
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
  3391
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
  3392
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
  3393
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
  3394
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
  3395
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
  3396
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
  3397
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
  3398
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
  3399
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
  3400
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
  3401
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
  3402
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
  3403
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
  3404
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
  3405
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
  3406
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
  3407
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
  3408
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
  3409
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
  3410
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
  3411
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
  3412
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
  3413
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
  3414
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
  3415
data=\epoc32\data\z\resource\grid\lct\akn_logical_template_3.xml 	"resource\grid\lct\akn_logical_template_3.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3416
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpsettropmodel.dll ,  mpsettropmodel.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3417
file=\epoc32\release\ARMV5\urel\mpsettropmodel.dll 	"Sys\Bin\mpsettropmodel.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3418
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
  3419
file=\epoc32\release\ARMV5\urel\mpxaddtracksdialog.dll 	"sys\bin\mpxaddtracksdialog.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3420
data=\epoc32\data\Z\resource\apps\mpxaddtracksdialog.mif 	"resource\apps\mpxaddtracksdialog.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3421
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxaddtracksdialogplugin.dll ,  mpxaddtracksdialogplugin.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
file=\epoc32\release\ARMV5\urel\mpxaddtracksdialogplugin.dll 	"Sys\Bin\mpxaddtracksdialogplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3423
file=\epoc32\release\ARMV5\urel\mpxalbumarteditordialog.dll 	"sys\bin\mpxalbumarteditordialog.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3424
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxalbumarteditordialogplugin.dll ,  mpxalbumarteditordialogplugin.dll ) 
0
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\mpxalbumarteditordialogplugin.dll 	"Sys\Bin\mpxalbumarteditordialogplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3426
file=\epoc32\release\ARMV5\urel\mpxaudioeffectengine.dll 	"sys\bin\mpxaudioeffectengine.dll"
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\mpxaudioeffectsview.dll 	"sys\bin\mpxaudioeffectsview.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3428
REM expanded __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
  3429
file=\epoc32\release\ARMV5\urel\mpxaudioeffectsviewplugin.dll 	"Sys\Bin\mpxaudioeffectsviewplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3430
file=\epoc32\release\ARMV5\urel\mpxcollectionview.dll 	"sys\bin\mpxcollectionview.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3431
data=\epoc32\data\Z\resource\apps\mpxcollectionview.mif 	"resource\apps\mpxcollectionview.mif"
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\mpxcollectionviewhg.dll 	"sys\bin\mpxcollectionviewhg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3433
data=\epoc32\data\Z\resource\apps\mpxcollectionviewhg.mif 	"resource\apps\mpxcollectionviewhg.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3434
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxcollectionviewhgplugin.dll ,  mpxcollectionviewhgplugin.dll ) 
0
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\mpxcollectionviewhgplugin.dll 	"Sys\Bin\mpxcollectionviewhgplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3436
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxcollectionviewplugin.dll ,  mpxcollectionviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3437
file=\epoc32\release\ARMV5\urel\mpxcollectionviewplugin.dll 	"Sys\Bin\mpxcollectionviewplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3438
file=\epoc32\release\ARMV5\urel\mpxcommoncontainer.dll 	"sys\bin\mpxcommoncontainer.dll"
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\mpxcommonplaybackview.dll 	"sys\bin\mpxcommonplaybackview.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3440
data=\epoc32\data\Z\resource\apps\mpxcommonplaybackview.mif 	"resource\apps\mpxcommonplaybackview.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3441
file=\epoc32\release\ARMV5\urel\mpxcommonui.dll 	"sys\bin\mpxcommonui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3442
data=\epoc32\data\Z\resource\apps\mpxcommonui.mif 	"resource\apps\mpxcommonui.mif"
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\mpxembeddedplaybackview.dll 	"sys\bin\mpxembeddedplaybackview.dll"
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\resource\apps\mpxembeddedplaybackview.mif 	"resource\apps\mpxembeddedplaybackview.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3445
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxembeddedplaybackviewplugin.dll ,  mpxembeddedplaybackviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3446
file=\epoc32\release\ARMV5\urel\mpxembeddedplaybackviewplugin.dll 	"Sys\Bin\mpxembeddedplaybackviewplugin.dll" 
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\mpxequalizerview.dll 	"sys\bin\mpxequalizerview.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3448
data=\epoc32\data\Z\System\data\nullsound.mp3 	"system\data\nullsound.mp3"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3449
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxequalizerviewplugin.dll ,  mpxequalizerviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3450
file=\epoc32\release\ARMV5\urel\mpxequalizerviewplugin.dll 	"Sys\Bin\mpxequalizerviewplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3451
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,   mpxinmemoryplugin.dll ,   mpxinmemoryplugin.dll ) 
0
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\mpxinmemoryplugin.dll 	"Sys\Bin\mpxinmemoryplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3453
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mpxlocalaudioplayback.dll , mpxlocalaudioplayback.dll ) 
0
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\mpxlocalaudioplayback.dll 	"Sys\Bin\mpxlocalaudioplayback.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3455
file=\epoc32\release\ARMV5\urel\mpxm3uplaylistparsers.dll 	"sys\bin\mpxm3uplaylistparsers.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3456
REM expanded __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
  3457
file=\epoc32\release\ARMV5\urel\mpxm3uplaylistplugin.dll 	"Sys\Bin\mpxm3uplaylistplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3458
file=\epoc32\release\ARMV5\urel\mpxmainview.dll 	"sys\bin\mpxmainview.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3459
data=\epoc32\data\Z\resource\apps\mpxmainview.mif 	"resource\apps\mpxmainview.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3460
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxmainviewplugin.dll ,  mpxmainviewplugin.dll ) 
0
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\mpxmainviewplugin.dll 	"Sys\Bin\mpxmainviewplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3462
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
  3463
file=\epoc32\release\ARMV5\urel\mpxmediakeyhandler.dll 	"sys\bin\mpxmediakeyhandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3464
data=\epoc32\data\Z\resource\apps\mpxmediakeyhandler.mif 	"resource\apps\mpxmediakeyhandler.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3465
file=\epoc32\release\ARMV5\urel\mpxmetadataeditordialog.dll 	"sys\bin\mpxmetadataeditordialog.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3466
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxmetadataeditordialogplugin.dll ,  mpxmetadataeditordialogplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3467
file=\epoc32\release\ARMV5\urel\mpxmetadataeditordialogplugin.dll 	"Sys\Bin\mpxmetadataeditordialogplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3468
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
  3469
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
  3470
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
  3471
data=\epoc32\data\Z\Private\102072c3\backup_registration.xml 	"private\102072c3\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
  3472
file=\epoc32\release\ARMV5\urel\mpx.exe 	"sys\bin\mpx.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3473
data=\epoc32\data\Z\resource\apps\mpx_AIF.MIF 	"resource\apps\mpx_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3474
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\mpx_reg.rsc 	"Private\10003a3f\import\apps\mpx_reg.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3475
REM expanded __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
  3476
file=\epoc32\release\ARMV5\urel\vcxmyvideoscollectionplugin.DLL 	"Sys\Bin\vcxmyvideoscollectionplugin.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3477
file=\epoc32\release\ARMV5\urel\mpxpdplaybackview.dll 	"sys\bin\mpxpdplaybackview.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3478
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxpdplaybackviewplugin.dll ,  mpxpdplaybackviewplugin.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
file=\epoc32\release\ARMV5\urel\mpxpdplaybackviewplugin.dll 	"Sys\Bin\mpxpdplaybackviewplugin.dll" 
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\mpxpdsbplaybackview.dll 	"sys\bin\mpxpdsbplaybackview.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3481
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxpdsbplaybackviewplugin.dll ,  mpxpdsbplaybackviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3482
file=\epoc32\release\ARMV5\urel\mpxpdsbplaybackviewplugin.dll 	"Sys\Bin\mpxpdsbplaybackviewplugin.dll" 
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\mpxplaybackview.dll 	"sys\bin\mpxplaybackview.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3484
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxplaybackviewplugin.dll ,  mpxplaybackviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3485
file=\epoc32\release\ARMV5\urel\mpxplaybackviewplugin.dll 	"Sys\Bin\mpxplaybackviewplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3486
file=\epoc32\release\ARMV5\urel\mpxpodcastplaybackview.dll 	"sys\bin\mpxpodcastplaybackview.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3487
data=\epoc32\data\Z\resource\apps\mpxpodcastplaybackview.mif 	"resource\apps\mpxpodcastplaybackview.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3488
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxpodcastplaybackviewplugin.dll ,  mpxpodcastplaybackviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3489
file=\epoc32\release\ARMV5\urel\mpxpodcastplaybackviewplugin.dll 	"Sys\Bin\mpxpodcastplaybackviewplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3490
file=\epoc32\release\ARMV5\urel\mpxpodcastcollectionview.dll 	"sys\bin\mpxpodcastcollectionview.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3491
data=\epoc32\data\Z\resource\apps\mpxpodcastcollectionview.mif 	"resource\apps\mpxpodcastcollectionview.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3492
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxpodcastcollectionviewplugin.dll ,  mpxpodcastcollectionviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3493
file=\epoc32\release\ARMV5\urel\mpxpodcastcollectionviewplugin.dll 	"Sys\Bin\mpxpodcastcollectionviewplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3494
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mpxprogressdownload.dll , mpxprogressdownload.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3495
file=\epoc32\release\ARMV5\urel\mpxprogressdownload.dll 	"Sys\Bin\mpxprogressdownload.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3496
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mpxprogressdownloadsb.dll , mpxprogressdownloadsb.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3497
file=\epoc32\release\ARMV5\urel\mpxprogressdownloadsb.dll 	"Sys\Bin\mpxprogressdownloadsb.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3498
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mpxscreensaverplugin.dll , mpxscreensaverplugin.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
file=\epoc32\release\ARMV5\urel\mpxscreensaverplugin.dll 	"Sys\Bin\mpxscreensaverplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3500
data=\epoc32\data\Z\resource\apps\mpxscreensaverplugin.mif 	"resource\apps\mpxscreensaverplugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3501
file=\epoc32\release\ARMV5\urel\mpxsqlitedbcommon.dll 	"sys\bin\mpxsqlitedbcommon.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3502
REM expanded __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
  3503
file=\epoc32\release\ARMV5\urel\mpxsqlitedbhgplugin.dll 	"Sys\Bin\mpxsqlitedbhgplugin.dll" 
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\mpxdbhgplugin.mif 	"resource\apps\mpxdbhgplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3505
REM expanded __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
  3506
file=\epoc32\release\ARMV5\urel\mpxsqlitedbplugin.dll 	"Sys\Bin\mpxsqlitedbplugin.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\resource\apps\mpxdbplugin.mif 	"resource\apps\mpxdbplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3508
REM expanded __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
  3509
file=\epoc32\release\ARMV5\urel\mpxsqlitepodcastdbplugin.dll 	"Sys\Bin\mpxsqlitepodcastdbplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3510
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
  3511
file=\epoc32\release\ARMV5\urel\mpxupnpbrowsedialog.dll 	"sys\bin\mpxupnpbrowsedialog.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3512
REM expanded __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
  3513
file=\epoc32\release\ARMV5\urel\mpxupnpbrowsedialogplugin.dll 	"Sys\Bin\mpxupnpbrowsedialogplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3514
file=\epoc32\release\ARMV5\urel\mpxupnpplaybackdialog.dll 	"sys\bin\mpxupnpplaybackdialog.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3515
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxupnpplaybackdialogplugin.dll ,  mpxupnpplaybackdialogplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3516
file=\epoc32\release\ARMV5\urel\mpxupnpplaybackdialogplugin.dll 	"Sys\Bin\mpxupnpplaybackdialogplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3517
file=\epoc32\release\ARMV5\urel\mpxupnpplaybackview.dll 	"sys\bin\mpxupnpplaybackview.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3518
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxupnpplaybackviewplugin.dll ,  mpxupnpplaybackviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3519
file=\epoc32\release\ARMV5\urel\mpxupnpplaybackviewplugin.dll 	"Sys\Bin\mpxupnpplaybackviewplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3520
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mpxvideohelixplayback.dll , mpxvideohelixplayback.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3521
file=\epoc32\release\ARMV5\urel\mpxvideohelixplayback.dll 	"Sys\Bin\mpxvideohelixplayback.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3522
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxvideopdlplaybackviewplugin.dll ,  mpxvideopdlplaybackviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3523
file=\epoc32\release\ARMV5\urel\mpxvideopdlplaybackviewplugin.dll 	"Sys\Bin\mpxvideopdlplaybackviewplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3524
file=\epoc32\release\ARMV5\urel\mpxvideoplaybackcontrols.dll 	"sys\bin\mpxvideoplaybackcontrols.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3525
data=\epoc32\data\Z\resource\apps\mpxvideoplaybackcontrols.mif 	"resource\apps\mpxvideoplaybackcontrols.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3526
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mpxvideoplaybackviewplugin.dll ,  mpxvideoplaybackviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3527
file=\epoc32\release\ARMV5\urel\mpxvideoplaybackviewplugin.dll 	"Sys\Bin\mpxvideoplaybackviewplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3528
file=\epoc32\release\ARMV5\urel\mpxvideoplaybackviews.dll 	"sys\bin\mpxvideoplaybackviews.dll"
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\MpxVideoPlayer.exe 	"sys\bin\MpxVideoPlayer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3530
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\mpxvideoplayer_reg.rsc 	"Private\10003a3f\import\apps\mpxvideoplayer_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3531
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
  3532
file=\epoc32\release\ARMV5\urel\mpxwaitnotedialog.dll 	"sys\bin\mpxwaitnotedialog.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3533
REM expanded __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
  3534
file=\epoc32\release\ARMV5\urel\mpxwaitnotedialogplugin.dll 	"Sys\Bin\mpxwaitnotedialogplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3535
file=\epoc32\release\ARMV5\urel\mrmailbox.dll 	"sys\bin\mrmailbox.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3536
REM expanded         __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
  3537
file=\epoc32\release\ARMV5\urel\mrmailboxutils.dll 	"Sys\Bin\mrmailboxutils.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3538
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
  3539
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
  3540
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
  3541
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
  3542
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
  3543
file=\epoc32\release\ARMV5\urel\MsgEditorMediaControl.dll 	"sys\bin\MsgEditorMediaControl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3544
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
  3545
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
  3546
file=\epoc32\release\ARMV5\urel\MsgEditorUtils.dll 	"sys\bin\MsgEditorUtils.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3547
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MsgErrorWatcher.dll , MsgErrorWatcher.dll ) 
0
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\MsgErrorWatcher.dll 	"Sys\Bin\MsgErrorWatcher.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3549
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  MsgIndicatorPlugin.dll ,  MsgIndicatorPlugin.dll ) 
0
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\MsgIndicatorPlugin.dll 	"Sys\Bin\MsgIndicatorPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3551
file=\epoc32\release\ARMV5\urel\MsgMedia.dll 	"sys\bin\MsgMedia.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3552
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
  3553
file=\epoc32\release\ARMV5\urel\MsgNotifiers.dll 	"sys\bin\MsgNotifiers.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3554
REM expanded __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
  3555
file=\epoc32\release\ARMV5\urel\MsgNotifiersWrapper.dll 	"Sys\Bin\MsgNotifiersWrapper.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3556
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
  3557
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
  3558
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
  3559
data="\epoc32\data\Z\resource\apps\Muiu.mbm_rom" 	"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
  3560
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
  3561
file=\epoc32\release\ARMV5\urel\multicaluidialog.dll 	"sys\bin\multicaluidialog.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3562
data=\epoc32\data\Z\resource\apps\multicaluidialog.mif 	"resource\apps\multicaluidialog.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3563
data=\epoc32\data\Z\resource\apps\multimediasearchplugin.mif 	"resource\apps\multimediasearchplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3564
REM expanded __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
  3565
file=\epoc32\release\ARMV5\urel\multimediasearchplugin.dll 	"Sys\Bin\multimediasearchplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3566
file=\epoc32\release\ARMV5\urel\musui.exe 	"sys\bin\musui.exe" 
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\resource\apps\musui_AIF.MIF 	"resource\apps\musui_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3568
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
  3569
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
  3570
data=\epoc32\data\Z\Private\10003A3F\APPS\musui_reg.rsc 	"PRIVATE\10003A3F\IMPORT\APPS\musui_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\musui.mbm_rom" 	"resource\apps\musui.mbm"
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\musmanagerserver.exe 	"sys\bin\musmanagerserver.exe"
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\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
  3574
file=\epoc32\release\ARMV5\urel\musengine.dll 	"sys\bin\musengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3575
file=\epoc32\release\ARMV5\urel\musindicator.dll 	"sys\bin\musindicator.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3576
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
  3577
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
  3578
data=\epoc32\data\Z\resource\apps\musindicatoricons.mbm 	"resource\apps\musindicatoricons.mbm"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3579
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, musaoplugin.dll , musaoplugin.dll ) 
0
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\musaoplugin.dll 	"Sys\Bin\musaoplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3581
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, musaiwprovider.dll , musaiwprovider.dll ) 
0
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\musaiwprovider.dll 	"Sys\Bin\musaiwprovider.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3583
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, musavailabilityplugin.dll , musavailabilityplugin.dll ) 
0
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\musavailabilityplugin.dll 	"Sys\Bin\musavailabilityplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3585
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, muswpadapter.dll , muswpadapter.dll ) 
0
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\muswpadapter.dll 	"Sys\Bin\muswpadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3587
REM expanded __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
  3588
file=\epoc32\release\ARMV5\urel\mussettingsui.dll 	"Sys\Bin\mussettingsui.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3589
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
  3590
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
  3591
data=\epoc32\data\Z\private\1028238D\backup_registration.xml 	"private\1028238D\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3592
REM expanded __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
  3593
file=\epoc32\release\ARMV5\urel\musiccontentpublisher.dll 	"Sys\Bin\musiccontentpublisher.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3594
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
  3595
data=\epoc32\include\musichomescreen.rsg 	"resource\apps\musichomescreen.rsg"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3596
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, musicplayeractionhandlerplugin.dll , musicplayeractionhandlerplugin.dll ) 
0
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\musicplayeractionhandlerplugin.dll 	"Sys\Bin\musicplayeractionhandlerplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3598
data=\epoc32\data\Z\Private\200159c0\install\musicwidget_10207c18\hsps\00\manifest.dat 	"private\200159c0\install\musicwidget_10207c18\hsps\00\manifest.dat"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3599
REM expanded __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
  3600
file=\epoc32\release\ARMV5\urel\myvideosindicatorplugin.dll 	"Sys\Bin\myvideosindicatorplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3601
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ai3natiui.dll ,  ai3natiui.dll ) 
0
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\ai3natiui.dll 	"Sys\Bin\ai3natiui.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3603
file=\epoc32\release\ARMV5\urel\Ncnlist.exe 	"sys\bin\Ncnlist.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3604
data=\epoc32\data\Z\system\install\ncnlist_stub.SIS 	"system\install\ncnlist_stub.SIS"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3605
REM expanded __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
  3606
file=\epoc32\release\ARMV5\urel\NCNNOTIFICATION.DLL 	"Sys\Bin\NCNNOTIFICATION.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3607
file=\epoc32\release\ARMV5\urel\Notepad.exe 	"sys\bin\Notepad.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3608
data=\epoc32\data\Z\resource\apps\Notepad_AIF.MIF 	"resource\apps\Notepad_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3609
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Notepad_reg.rsc 	"Private\10003a3f\apps\Notepad_reg.rsc" 
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\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
  3611
data=\epoc32\data\Z\resource\apps\notespluginicons.mif 	"resource\apps\notespluginicons.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3612
REM expanded __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
  3613
file=\epoc32\release\ARMV5\urel\notessearchplugin.dll 	"Sys\Bin\notessearchplugin.dll" 
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\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
  3615
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
  3616
data=\epoc32\data\Z\private\100012a5\policy\101F8878.spd 	"private\100012a5\policy\101F8878.spd"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3617
REM expanded __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
  3618
file=\epoc32\release\ARMV5\urel\nsmlnotepaddataprovider.dll 	"Sys\Bin\nsmlnotepaddataprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3619
data=\epoc32\data\Z\resource\NSmlNotepadDataStoreFormat.RSC 	"resource\NSmlNotepadDataStoreFormat.RSC"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3620
file=\epoc32\release\ARMV5\urel\NpdViewer.exe 	"sys\bin\NpdViewer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3621
data=\epoc32\data\Z\resource\apps\NpdViewer_AIF.MIF 	"resource\apps\NpdViewer_aif.mif" 
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\10003A3F\APPS\NpdViewer_reg.rsc 	"Private\10003a3f\apps\NpdViewer_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3623
REM expanded __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
  3624
file=\epoc32\release\ARMV5\urel\nsmldmimpsadapter.dll 	"Sys\Bin\nsmldmimpsadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3625
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WPEMailAdapter.dll , WPEMailAdapter.dll ) 
0
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\WPEMailAdapter.dll 	"Sys\Bin\WPEMailAdapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3627
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
  3628
file=\epoc32\release\ARMV5\urel\NSmlDMSync.exe 	"sys\bin\NSmlDMSync.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\resource\apps\NSmlDMSync.mbm_rom" 	"resource\apps\NSmlDMSync.mbm"
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\resource\apps\NSmlDMSync.mif 	"resource\apps\NSmlDMSync.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3631
data=\epoc32\data\Z\resource\apps\NSmlDMSync_AIF.MIF 	"resource\apps\NSmlDMSync_aif.mif" 
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\PRIVATE\10003A3F\APPS\NSmlDMSync_reg.rsc 	"Private\10003a3f\apps\NSmlDMSync_reg.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\private\101F6DE5\backup_registration.xml 	"private\101F6DE5\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3634
REM expanded __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
  3635
file=\epoc32\release\ARMV5\urel\OmaDmCPPlugin.dll 	"Sys\Bin\OmaDmCPPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3636
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
  3637
REM file=\epoc32\release\ARMV5\UDEB\NSmlDSSync.exe                   sys\bin\NSmlDSSync.exe 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3638
REM file=\epoc32\release\ARMV5\UDEB\NSmlDSSync.exe                   sys\bin\NSmlDSSync.exe
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\NSmlDSSync.exe 	"sys\bin\NSmlDSSync.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3640
REM __SCALABLE_IMAGE(\epoc32\data\Z,resource\apps,resource\apps,NSmlDSSync) 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3641
data=\epoc32\data\Z\resource\apps\NSmlDSSync.mif 	"resource\apps\NSmlDSSync.mif"
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\resource\apps\NSmlDSSync_AIF.MIF 	"resource\apps\NSmlDSSync_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3643
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\NSmlDSSync_reg.rsc 	"Private\10003a3f\apps\NSmlDSSync_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3644
REM expanded __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
  3645
file=\epoc32\release\ARMV5\urel\OmaDsAppUiPlugin.dll 	"Sys\Bin\OmaDsAppUiPlugin.dll" 
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\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
  3647
file=\epoc32\release\ARMV5\urel\OnlineSupport.exe 	"sys\bin\OnlineSupport.exe" 
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\10003a3f\apps\OnlineSupport_reg.RSC 	"private\10003a3f\import\apps\OnlineSupport_reg.RSC"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3649
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, OperatorLogoAdapter.dll , OperatorLogoAdapter.dll ) 
0
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\OperatorLogoAdapter.dll 	"Sys\Bin\OperatorLogoAdapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3651
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
  3652
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
  3653
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
  3654
file=\epoc32\release\ARMV5\urel\OpLogoBC.dll 	"sys\bin\OpLogoBC.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3655
data=\epoc32\data\Z\Private\200159c0\install\organizer_2001f481\hsps\00\manifest.dat 	"private\200159c0\install\organizer_2001f481\hsps\00\manifest.dat"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3656
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  pbk2rclcontactactionmenu.dll ,  pbk2rclcontactactionmenu.dll ) 
0
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\pbk2rclcontactactionmenu.dll 	"Sys\Bin\pbk2rclcontactactionmenu.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3658
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclcontactactionservice.dll , pbk2rclcontactactionservice.dll ) 
0
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\pbk2rclcontactactionservice.dll 	"Sys\Bin\pbk2rclcontactactionservice.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3660
REM expanded __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
  3661
file=\epoc32\release\ARMV5\urel\pbk2rclcallplugin.dll 	"Sys\Bin\pbk2rclcallplugin.dll" 
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\resource\apps\pbk2rclcallplugin.mif 	"resource\apps\pbk2rclcallplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3663
REM expanded __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
  3664
file=\epoc32\release\ARMV5\urel\pbk2rclsaveascontactplugin.dll 	"Sys\Bin\pbk2rclsaveascontactplugin.dll" 
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\resource\apps\pbk2rclsaveascontactplugin.mif 	"resource\apps\pbk2rclsaveascontactplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3666
REM expanded __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
  3667
file=\epoc32\release\ARMV5\urel\pbk2rclpocplugin.dll 	"Sys\Bin\pbk2rclpocplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3668
data=\epoc32\data\Z\resource\apps\pbk2rclpocplugin.mif 	"resource\apps\pbk2rclpocplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3669
REM expanded __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
  3670
file=\epoc32\release\ARMV5\urel\pbk2rclsendplugin.dll 	"Sys\Bin\pbk2rclsendplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3671
data=\epoc32\data\Z\resource\apps\pbk2rclsendplugin.mif 	"resource\apps\pbk2rclsendplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3672
REM expanded __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
  3673
file=\epoc32\release\ARMV5\urel\pbk2rclsendbusinesscardplugin.dll 	"Sys\Bin\pbk2rclsendbusinesscardplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3674
data=\epoc32\data\Z\resource\apps\pbk2rclsendbusinesscardplugin.mif 	"resource\apps\pbk2rclsendbusinesscardplugin.mif"
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\pbk2rclengine.dll 	"sys\bin\pbk2rclengine.dll"
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\pbk2rclengine.mif 	"resource\apps\pbk2rclengine.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3677
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PcsAlgorithm1.dll , PcsAlgorithm1.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3678
file=\epoc32\release\ARMV5\urel\PcsAlgorithm1.dll 	"Sys\Bin\PcsAlgorithm1.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3679
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PcsAlgorithm2.dll , PcsAlgorithm2.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\PcsAlgorithm2.dll 	"Sys\Bin\PcsAlgorithm2.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3681
REM expanded __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
  3682
file=\epoc32\release\ARMV5\urel\pscontactdatastore.dll 	"Sys\Bin\pscontactdatastore.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3683
REM 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\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
  3685
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
  3686
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
  3687
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
  3688
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
  3689
file=\epoc32\release\ARMV5\urel\PhoneAnimDll.dll 	"sys\bin\PhoneAnimDll.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3690
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
  3691
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
  3692
file=\epoc32\release\ARMV5\urel\BCardEng.dll 	"sys\bin\BCardEng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3693
file=\epoc32\release\ARMV5\urel\PbkView.dll 	"sys\bin\PbkView.dll"
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\resource\apps\Phonebook.mbm_rom" 	"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
  3695
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
  3696
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
  3697
file=\epoc32\release\ARMV5\urel\PbkExt.dll 	"sys\bin\PbkExt.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3698
REM expanded __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
  3699
file=\epoc32\release\ARMV5\urel\PbkEngine_FM.dll 	"Sys\Bin\PbkEngine_FM.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3700
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
  3701
file=\epoc32\release\ARMV5\urel\Phonebook2.exe 	"sys\bin\Phonebook2.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3702
data="\epoc32\data\Z\resource\apps\Phonebook2.mbm_rom" 	"resource\apps\Phonebook2.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3703
data=\epoc32\data\Z\resource\apps\Phonebook2.mif 	"resource\apps\Phonebook2.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3704
data=\epoc32\data\Z\resource\apps\Phonebook2_AIF.MIF 	"resource\apps\Phonebook2_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3705
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
  3706
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
  3707
file=\epoc32\release\ARMV5\urel\Pbk2UIControls.dll 	"sys\bin\Pbk2UIControls.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3708
file=\epoc32\release\ARMV5\urel\Pbk2CommonUI.dll 	"sys\bin\Pbk2CommonUI.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3709
file=\epoc32\release\ARMV5\urel\Pbk2Commands.dll 	"sys\bin\Pbk2Commands.dll"
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\Pbk2UIExt.dll 	"sys\bin\Pbk2UIExt.dll"
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\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
  3712
file=\epoc32\release\ARMV5\urel\pbk2spbcontentprovider.dll 	"sys\bin\pbk2spbcontentprovider.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3713
file=\epoc32\release\ARMV5\urel\Pbk2ServerApp.exe 	"sys\bin\Pbk2ServerApp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3714
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Pbk2ServerApp_reg.rsc 	"Private\10003a3f\apps\Pbk2ServerApp_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3715
data=\epoc32\data\Z\resource\apps\phonebook2ece.mif 	"resource\apps\phonebook2ece.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3716
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2UIServices.dll , Pbk2UIServices.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\Pbk2UIServices.dll 	"Sys\Bin\Pbk2UIServices.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3718
REM expanded __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
  3719
file=\epoc32\release\ARMV5\urel\Pbk2UIPolicy.dll 	"Sys\Bin\Pbk2UIPolicy.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3720
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2ExNamesListPlugin.dll , Pbk2ExNamesListPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3721
file=\epoc32\release\ARMV5\urel\Pbk2ExNamesListPlugin.dll 	"Sys\Bin\Pbk2ExNamesListPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3722
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2GroupUI.dll , Pbk2GroupUI.dll ) 
0
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\Pbk2GroupUI.dll 	"Sys\Bin\Pbk2GroupUI.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3724
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2CmdExt.dll , Pbk2CmdExt.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3725
file=\epoc32\release\ARMV5\urel\Pbk2CmdExt.dll 	"Sys\Bin\Pbk2CmdExt.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3726
data=\epoc32\data\Z\resource\Pbk2UIPolicyRes.rsc 	"resource\Pbk2UIPolicyRes.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3727
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2MigrationSupport.dll , Pbk2MigrationSupport.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3728
file=\epoc32\release\ARMV5\urel\Pbk2MigrationSupport.dll 	"Sys\Bin\Pbk2MigrationSupport.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3729
data=\epoc32\data\Z\resource\apps\psu2.mif 	"resource\apps\psu2.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3730
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2USIMUI.dll , Pbk2USIMUI.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3731
file=\epoc32\release\ARMV5\urel\Pbk2USIMUI.dll 	"Sys\Bin\Pbk2USIMUI.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3732
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2USIMThinUI.dll , Pbk2USIMThinUI.dll ) 
0
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\Pbk2USIMThinUI.dll 	"Sys\Bin\Pbk2USIMThinUI.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3734
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2MMCUI.dll , Pbk2MMCUI.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3735
file=\epoc32\release\ARMV5\urel\Pbk2MMCUI.dll 	"Sys\Bin\Pbk2MMCUI.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3736
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, Pbk2MapUI.dll , Pbk2MapUI.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3737
file=\epoc32\release\ARMV5\urel\Pbk2MapUI.dll 	"Sys\Bin\Pbk2MapUI.dll" 
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\101f4cce\backup_registration.xml 	"private\101f4cce\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3739
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ExtensionManager.dll , ExtensionManager.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3740
file=\epoc32\release\ARMV5\urel\ExtensionManager.dll 	"Sys\Bin\ExtensionManager.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3741
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
  3742
file=\epoc32\release\ARMV5\urel\xSPViewServices.dll 	"sys\bin\xSPViewServices.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3743
data=\epoc32\data\Z\private\10003a3f\apps\Phonebook2_reg.rsc 	"private\10003a3f\Import\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
  3744
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
  3745
file=\epoc32\release\ARMV5\urel\NewContactLauncher.exe 	"sys\bin\NewContactLauncher.exe" 
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\resource\apps\NewContactLauncher.rsc 	"resource\apps\NewContactLauncher.rsc"  
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\private\10003a3f\apps\NewContactLauncher_reg.rsc 	"private\10003a3f\import\apps\NewContactLauncher_reg.rsc"
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\resource\apps\NewContactLauncher.mif 	"resource\apps\NewContactLauncher.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3749
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pbk2rclsetting.dll , pbk2rclsetting.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3750
file=\epoc32\release\ARMV5\urel\pbk2rclsetting.dll 	"Sys\Bin\pbk2rclsetting.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3751
file=\epoc32\release\ARMV5\urel\phonecntfinder.dll 	"sys\bin\phonecntfinder.dll"
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\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
  3753
file=\epoc32\release\ARMV5\urel\PHONEENGINE.DLL 	"sys\bin\PHONEENGINE.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3754
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
  3755
file=\epoc32\release\ARMV5\urel\AUDIOHANDLING.DLL 	"sys\bin\AUDIOHANDLING.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3756
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
  3757
file=\epoc32\release\ARMV5\urel\CALLHANDLING.DLL 	"sys\bin\CALLHANDLING.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3758
file=\epoc32\release\ARMV5\urel\CONTACTHANDLING.DLL 	"sys\bin\CONTACTHANDLING.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3759
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
  3760
file=\epoc32\release\ARMV5\urel\peservicehandling.dll 	"sys\bin\peservicehandling.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3761
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
  3762
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
  3763
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
  3764
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
  3765
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
  3766
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
  3767
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
  3768
file=\epoc32\release\ARMV5\urel\phonesettings.dll 	"sys\bin\phonesettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3769
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
  3770
REM PhoneUI
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3771
file=\epoc32\release\ARMV5\urel\phoneui.exe 	"sys\bin\phoneui.exe" 
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\apps\phoneui_AIF.MIF 	"resource\apps\phoneui_aif.mif" 
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\PRIVATE\10003A3F\APPS\phoneui_reg.rsc 	"Private\10003a3f\apps\phoneui_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3774
data=\epoc32\data\Z\resource\apps\PhoneUI.mif 	"resource\apps\PhoneUI.mif"
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\phoneuicontrol.dll 	"sys\bin\phoneuicontrol.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3776
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
  3777
file=\epoc32\release\ARMV5\urel\phoneuiview.dll 	"sys\bin\phoneuiview.dll"
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\phoneuistates.dll 	"sys\bin\phoneuistates.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3779
file=\epoc32\release\ARMV5\urel\phonemediatorcenter.dll 	"sys\bin\phonemediatorcenter.dll"
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\phoneuivoipextension.dll 	"sys\bin\phoneuivoipextension.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3781
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
  3782
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
  3783
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
  3784
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
  3785
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
  3786
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
  3787
data=\epoc32\data\Z\System\install\phoneuivoipextension_stub.sis 	"System\Install\phoneuivoipextension_stub.sis"
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\PnpProvisioning.exe 	"sys\bin\PnpProvisioning.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3789
data=\EPOC32\DATA\Z\private\10003a3f\apps\pnpprovisioning_reg.RSC 	"private\10003a3f\import\apps\pnpprovisioning_reg.RSC"
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\NHwrParser.dll 	"sys\bin\NHwrParser.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3791
REM expanded     __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
  3792
file=\epoc32\release\ARMV5\urel\recnhwr.dll 	"Sys\Bin\recnhwr.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3793
REM expanded     __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  PnpPaosFilter.dll ,  PnpPaosFilter.dll ) 
0
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\PnpPaosFilter.dll 	"Sys\Bin\PnpPaosFilter.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\podcast.exe 	"sys\bin\podcast.ext"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3796
file=\epoc32\release\ARMV5\urel\podcastengine.dll 	"sys\bin\podcastengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3797
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
  3798
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
  3799
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
  3800
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
  3801
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
  3802
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
  3803
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
  3804
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
  3805
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
  3806
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
  3807
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
  3808
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
  3809
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
  3810
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
  3811
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
  3812
file=\epoc32\release\ARMV5\urel\ProfileApp.exe 	"sys\bin\ProfileApp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3813
data=\epoc32\data\Z\resource\apps\ProfileApp_AIF.MIF 	"resource\apps\ProfileApp_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3814
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\ProfileApp_reg.rsc 	"Private\10003a3f\apps\ProfileApp_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3815
file=\epoc32\release\ARMV5\urel\profilesettingsview.dll 	"sys\bin\profilesettingsview.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3816
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, GSProfilesPlugin.dll , GSProfilesPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3817
file=\epoc32\release\ARMV5\urel\GSProfilesPlugin.dll 	"Sys\Bin\GSProfilesPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3818
data=\epoc32\data\Z\resource\apps\gsprofilesplugin.mif 	"resource\apps\gsprofilesplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3819
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, profileaiwprovider.dll , profileaiwprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3820
file=\epoc32\release\ARMV5\urel\profileaiwprovider.dll 	"Sys\Bin\profileaiwprovider.dll" 
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\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
  3822
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
  3823
file=\epoc32\release\ARMV5\urel\ProvisioningFile.dll 	"sys\bin\ProvisioningFile.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3824
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
  3825
data=\epoc32\data\Z\System\install\pslncallimageplugin_stub.SIS 	"System\Install\pslncallimageplugin_stub.SIS"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3826
REM expanded __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
  3827
file=\epoc32\release\ARMV5\urel\PslnCallImagePlugin.dll 	"Sys\Bin\PslnCallImagePlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3828
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  PsMruAdapter.dll ,  PsMruAdapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3829
file=\epoc32\release\ARMV5\urel\PsMruAdapter.dll 	"Sys\Bin\PsMruAdapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3830
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
  3831
file=\epoc32\release\ARMV5\urel\psui.dll 	"sys\bin\psui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3832
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
  3833
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
  3834
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
  3835
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
  3836
data=\epoc32\data\Z\resource\apps\PushMtm.mif 	"resource\apps\PushMtm.mif"
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\PushViewer.exe 	"sys\bin\PushViewer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3838
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\PushViewer_reg.rsc 	"Private\10003a3f\import\apps\PushViewer_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3839
REM expanded __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
  3840
file=\epoc32\release\ARMV5\urel\PushMtmPushContentHandler.dll 	"Sys\Bin\PushMtmPushContentHandler.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3841
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PushMtmWhiteListAdapter.dll , PushMtmWhiteListAdapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3842
file=\epoc32\release\ARMV5\urel\PushMtmWhiteListAdapter.dll 	"Sys\Bin\PushMtmWhiteListAdapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3843
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
  3844
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
  3845
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
  3846
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
  3847
file=\epoc32\release\ARMV5\urel\RingBC.dll 	"sys\bin\RingBC.dll"
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\resource\apps\RingBC.mif 	"resource\apps\RingBC.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3849
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
  3850
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
  3851
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
  3852
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
  3853
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
  3854
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
  3855
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
  3856
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
  3857
data=\epoc32\data\Z\Resource\wappush\sl10.tok 	"RESOURCE\wappush\sl10.tok"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3858
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, iptvscheduleddownloadplugin.dll , iptvscheduleddownloadplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3859
file=\epoc32\release\ARMV5\urel\iptvscheduleddownloadplugin.dll 	"Sys\Bin\iptvscheduleddownloadplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3860
REM expanded __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
  3861
file=\epoc32\release\ARMV5\urel\SchemePlugin.dll 	"Sys\Bin\SchemePlugin.dll" 
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\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
  3863
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
  3864
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
  3865
file=\epoc32\release\ARMV5\urel\ScreenSaverClient.dll 	"sys\bin\ScreenSaverClient.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3866
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ScreenSaverAdapter.dll , ScreenSaverAdapter.dll ) 
0
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\ScreenSaverAdapter.dll 	"Sys\Bin\ScreenSaverAdapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3868
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  srchuiindeviceserviceplugin.dll ,  srchuiindeviceserviceplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3869
file=\epoc32\release\ARMV5\urel\srchuiindeviceserviceplugin.dll 	"Sys\Bin\srchuiindeviceserviceplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3870
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  srchuiresviewplugin.dll ,  srchuiresviewplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3871
file=\epoc32\release\ARMV5\urel\srchuiresviewplugin.dll 	"Sys\Bin\srchuiresviewplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3872
REM expanded __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
  3873
file=\epoc32\release\ARMV5\urel\srchaiwprovider.dll 	"Sys\Bin\srchaiwprovider.dll" 
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\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
  3875
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
  3876
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
  3877
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
  3878
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
  3879
file=\epoc32\release\ARMV5\urel\srchuiapp.exe 	"sys\bin\srchuiapp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3880
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\srchuiapp_reg.rsc 	"Private\10003a3f\apps\srchuiapp_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3881
data=\epoc32\data\Z\resource\apps\srchuiapp.mif 	"resource\apps\srchuiapp.mif"
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\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
  3883
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
  3884
file=\epoc32\release\ARMV5\urel\searchserver.exe 	"sys\bin\searchserver.exe" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3885
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, GenericMtmPlugin.dll , GenericMtmPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3886
file=\epoc32\release\ARMV5\urel\GenericMtmPlugin.dll 	"Sys\Bin\GenericMtmPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3887
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DrmLinkSender.dll , DrmLinkSender.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3888
file=\epoc32\release\ARMV5\urel\DrmLinkSender.dll 	"Sys\Bin\DrmLinkSender.dll" 
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\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
  3890
data=\epoc32\data\Z\System\install\Servicerequest_stub.sis 	"System\Install\Servicerequest_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3891
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, servicewidgetdatapublisher.dll , servicewidgetdatapublisher.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3892
file=\epoc32\release\ARMV5\urel\servicewidgetdatapublisher.dll 	"Sys\Bin\servicewidgetdatapublisher.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3893
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
  3894
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
  3895
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
  3896
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
  3897
file=\epoc32\release\ARMV5\urel\shwslideshowengine.dll 	"sys\bin\shwslideshowengine.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3898
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  shwslideshowviewplugin.dll ,  shwslideshowviewplugin.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
file=\epoc32\release\ARMV5\urel\shwslideshowviewplugin.dll 	"Sys\Bin\shwslideshowviewplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3900
REM expanded __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
  3901
file=\epoc32\release\ARMV5\urel\shwsettingsplugin.dll 	"Sys\Bin\shwsettingsplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3902
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  silenceactionplugin.dll ,  silenceactionplugin.dll ) 
0
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\silenceactionplugin.dll 	"Sys\Bin\silenceactionplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3904
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
  3905
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
  3906
data=\epoc32\data\Z\System\install\silenceactionplugin_stub.SIS 	"System\Install\silenceactionplugin_stub.SIS"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3907
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sipconnectionprovider.dll ,  sipconnectionprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3908
file=\epoc32\release\ARMV5\urel\sipconnectionprovider.dll 	"Sys\Bin\sipconnectionprovider.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3909
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sipimresolver.dll ,  sipimresolver.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3910
file=\epoc32\release\ARMV5\urel\sipimresolver.dll 	"Sys\Bin\sipimresolver.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3911
REM expanded __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
  3912
file=\epoc32\release\ARMV5\urel\sipmxresolver.dll 	"Sys\Bin\sipmxresolver.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3913
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
  3914
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
  3915
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
  3916
file=\epoc32\release\ARMV5\urel\smilmediarenderer.dll 	"sys\bin\smilmediarenderer.dll"
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\smilplayer.dll 	"sys\bin\smilplayer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3918
data=\epoc32\data\Z\resource\apps\smilplayer.mif 	"resource\apps\smilplayer.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3919
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, smsdataprovider.dll , smsdataprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3920
file=\epoc32\release\ARMV5\urel\smsdataprovider.dll 	"Sys\Bin\smsdataprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3921
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
  3922
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
  3923
data=\epoc32\data\Z\System\install\smsdsa_stub.sis 	"system\install\smsdsa_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3924
REM expanded __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
  3925
file=\epoc32\release\ARMV5\urel\SmsStrict.DLL 	"Sys\Bin\SmsStrict.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3926
file=\epoc32\release\ARMV5\urel\SmsViewer.exe 	"sys\bin\SmsViewer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3927
data=\epoc32\data\Z\resource\apps\SmsViewer_AIF.MIF 	"resource\apps\SmsViewer_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3928
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\SmsViewer_reg.rsc 	"Private\10003a3f\import\apps\SmsViewer_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3929
data=\epoc32\data\z\system\install\stubsmsviewer.sis 	"system\install\stubsmsviewer.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3930
file=\epoc32\release\ARMV5\urel\smum.dll 	"sys\bin\smum.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3931
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, smsdetailsplugin.dll , smsdetailsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3932
file=\epoc32\release\ARMV5\urel\smsdetailsplugin.dll 	"Sys\Bin\smsdetailsplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3933
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, defaultsimdialogplugin.dll , defaultsimdialogplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3934
file=\epoc32\release\ARMV5\urel\defaultsimdialogplugin.dll 	"Sys\Bin\defaultsimdialogplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3935
file=\epoc32\release\ARMV5\urel\SpdCtrl.dll 	"sys\bin\SpdCtrl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3936
data=\epoc32\data\Z\resource\apps\SpdCtrl.mif 	"resource\apps\SpdCtrl.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3937
file=\epoc32\release\ARMV5\urel\Speeddial.exe 	"sys\bin\Speeddial.exe" 
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\apps\Speeddial_AIF.MIF 	"resource\apps\Speeddial_aif.mif" 
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\PRIVATE\10003A3F\APPS\Speeddial_reg.rsc 	"Private\10003a3f\apps\Speeddial_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3940
REM expanded 	__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
  3941
file=\epoc32\release\ARMV5\urel\speeddialgsplugin.dll 	"Sys\Bin\speeddialgsplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3942
data=\epoc32\data\Z\resource\apps\speeddialgsplugin.mif 	"resource\apps\speeddialgsplugin.mif"
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\nssvcommandexecutor.exe 	"sys\bin\nssvcommandexecutor.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3944
REM expanded __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
  3945
file=\epoc32\release\ARMV5\urel\nssvcexecutorbearer.dll 	"Sys\Bin\nssvcexecutorbearer.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3946
file=\epoc32\release\ARMV5\urel\vcommandmanager.exe 	"sys\bin\vcommandmanager.exe"         
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3947
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\vcommandmanager_reg.rsc 	"Private\10003a3f\apps\vcommandmanager_reg.rsc"     
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3948
data=\epoc32\data\Z\resource\apps\vcommandmanager.RSC 	"resource\apps\vcommandmanager.rsc"    
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3949
file=\epoc32\release\ARMV5\urel\vcexecutorapp.exe 	"sys\bin\vcexecutorapp.exe"         
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\10003A3F\APPS\vcexecutorapp_reg.rsc 	"Private\10003a3f\apps\vcexecutorapp_reg.rsc"     
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3951
file=\epoc32\release\ARMV5\urel\nssvoiceuipluginhandler.dll 	"sys\bin\nssvoiceuipluginhandler.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3952
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vuipprofileobserverplugin.dll , vuipprofileobserverplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3953
file=\epoc32\release\ARMV5\urel\vuipprofileobserverplugin.dll 	"Sys\Bin\vuipprofileobserverplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3954
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
  3955
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
  3956
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
  3957
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
  3958
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
  3959
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
  3960
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
  3961
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
  3962
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
  3963
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
  3964
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
  3965
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
  3966
file=\epoc32\release\ARMV5\urel\vcommandhandler.dll 	"sys\bin\vcommandhandler.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3967
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  nsssicontrollerplugin.dll ,  nsssicontrollerplugin.dll ) 
0
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\nsssicontrollerplugin.dll 	"Sys\Bin\nsssicontrollerplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3969
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  nssttscontrollerplugin.dll ,  nssttscontrollerplugin.dll ) 
0
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\nssttscontrollerplugin.dll 	"Sys\Bin\nssttscontrollerplugin.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\nssdevasr.dll 	"sys\bin\nssdevasr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3972
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
  3973
file=\epoc32\release\ARMV5\urel\nsssispeechrecognitioncustomcommands.dll 	"sys\bin\nsssispeechrecognitioncustomcommands.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3974
file=\epoc32\release\ARMV5\urel\nsssispeechrecognitionutility.dll 	"sys\bin\nsssispeechrecognitionutility.dll"
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\nssdevtts.dll 	"sys\bin\nssdevtts.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\nssttscustomcommands.dll 	"sys\bin\nssttscustomcommands.dll"    
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3977
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
  3978
file=\epoc32\release\ARMV5\urel\nssttsutility.dll 	"sys\bin\nssttsutility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3979
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
  3980
file=\epoc32\release\ARMV5\urel\speechsynthesisserver.exe 	"sys\bin\speechsynthesisserver.exe"
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\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
  3982
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
  3983
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
  3984
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
  3985
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
  3986
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
  3987
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
  3988
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
  3989
file=\epoc32\release\ARMV5\urel\SSSettings.dll 	"sys\bin\sssettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3990
data=\epoc32\data\Z\System\install\sssettings_stub.SIS 	"System\Install\sssettings_stub.SIS"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3991
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, supadapter.dll , supadapter.dll ) 
0
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\supadapter.dll 	"Sys\Bin\supadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3993
REM expanded __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
  3994
file=\epoc32\release\ARMV5\urel\SVGCodec.dll 	"Sys\Bin\SVGCodec.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\Resource\ICL\102073D7_extra.rsc 	"Resource\ICL\102073D7_extra.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  3996
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SVGTScreenSaverPlugin.dll , SVGTScreenSaverPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3997
file=\epoc32\release\ARMV5\urel\SVGTScreenSaverPlugin.dll 	"Sys\Bin\SVGTScreenSaverPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3998
file=\epoc32\release\ARMV5\urel\SVGTAppObserverUtil.dll 	"sys\bin\SVGTAppObserverUtil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  3999
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
  4000
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
  4001
data=\epoc32\data\Z\resource\apps\SVGTUIControl.mif 	"resource\apps\SVGTUIControl.mif"
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\SVGTViewerApp.exe 	"sys\bin\SVGTViewerApp.exe" 
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\SVGTViewerApp_AIF.MIF 	"resource\apps\SVGTViewerApp_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4004
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\SVGTViewerApp_reg.rsc 	"Private\10003a3f\apps\SVGTViewerApp_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4005
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  svp.dll ,  svp.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
file=\epoc32\release\ARMV5\urel\svp.dll 	"Sys\Bin\svp.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4007
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  svtcallmenu.dll ,  svtcallmenu.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4008
file=\epoc32\release\ARMV5\urel\svtcallmenu.dll 	"Sys\Bin\svtcallmenu.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4009
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  svtlogging.dll ,  svtlogging.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4010
file=\epoc32\release\ARMV5\urel\svtlogging.dll 	"Sys\Bin\svtlogging.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4011
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  svtmatching.dll ,  svtmatching.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4012
file=\epoc32\release\ARMV5\urel\svtmatching.dll 	"Sys\Bin\svtmatching.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4013
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxcollectionplugintags.dll ,  glxcollectionplugintags.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4014
file=\epoc32\release\ARMV5\urel\glxcollectionplugintags.dll 	"Sys\Bin\glxcollectionplugintags.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4015
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  glxtagsbrowserviewplugin.dll ,  glxtagsbrowserviewplugin.dll ) 
0
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\glxtagsbrowserviewplugin.dll 	"Sys\Bin\glxtagsbrowserviewplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4017
REM expanded __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
  4018
file=\epoc32\release\ARMV5\urel\telbranding.dll 	"Sys\Bin\telbranding.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4019
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
  4020
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
  4021
data=\epoc32\data\Z\Private\200159c0\install\templateview_20026f50\hsps\00\manifest.dat 	"private\200159c0\install\templateview_20026f50\hsps\00\manifest.dat"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4022
REM expanded __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
  4023
file=\epoc32\release\ARMV5\urel\ThemesAdapter.dll 	"Sys\Bin\ThemesAdapter.dll" 
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\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
  4025
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
  4026
file=\epoc32\release\ARMV5\urel\TouchScreenCalib.exe 	"sys\bin\TouchScreenCalib.exe" 
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\PRIVATE\10003A3F\APPS\TouchScreenCalib_reg.rsc 	"Private\10003a3f\apps\TouchScreenCalib_reg.rsc" 
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\200159c0\install\tworows_2001f488\hsps\00\manifest.dat 	"private\200159c0\install\tworows_2001f488\hsps\00\manifest.dat"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4029
REM expanded __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
  4030
file=\epoc32\release\ARMV5\urel\TXTRECOG.dll 	"Sys\Bin\TXTRECOG.dll" 
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\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
  4032
file=\epoc32\release\ARMV5\urel\UISettingsSrv.exe 	"sys\bin\UISettingsSrv.exe" 
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\PRIVATE\10003A3F\APPS\UISettingsSrv_reg.rsc 	"Private\10003a3f\apps\UISettingsSrv_reg.rsc" 
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\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
  4035
file=\epoc32\release\ARMV5\urel\UniEditor.exe 	"sys\bin\UniEditor.exe"            
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\10003A3F\APPS\UniEditor_reg.rsc 	"Private\10003a3f\import\apps\UniEditor_reg.rsc"        
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4037
data=\epoc32\data\Z\resource\apps\UniEditor_AIF.MIF 	"resource\apps\UniEditor_aif.mif"      
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\system\install\stub_unieditor.sis 	"system\install\stub_unieditor.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4039
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  UniMmsPlugin.dll ,  UniMmsPlugin.dll )      
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4040
file=\epoc32\release\ARMV5\urel\UniMmsPlugin.dll 	"Sys\Bin\UniMmsPlugin.dll" 
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\UniDataModel.dll 	"sys\bin\UniDataModel.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\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
  4043
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
  4044
file=\epoc32\release\ARMV5\urel\VideoConversionApi.dll 	"sys\bin\VideoConversionApi.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4045
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  UniSmsPlugin.dll ,  UniSmsPlugin.dll )              
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4046
file=\epoc32\release\ARMV5\urel\UniSmsPlugin.dll 	"Sys\Bin\UniSmsPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4047
file=\epoc32\release\ARMV5\urel\UniUtils.dll 	"sys\bin\UniUtils.dll"
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\resource\apps\uniutils.mbm_rom" 	"resource\apps\uniutils.mbm"
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\resource\apps\uniutils.mif 	"resource\apps\uniutils.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4050
file=\epoc32\release\ARMV5\urel\USSD.EXE 	"sys\bin\Ussd.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4051
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
  4052
data=\epoc32\data\Z\resource\apps\Ussd_AIF.MIF 	"resource\apps\Ussd_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4053
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Ussd_reg.rsc 	"Private\10003a3f\apps\Ussd_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4054
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
  4055
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
  4056
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
  4057
data=\epoc32\data\Z\System\install\vcc_stub.sis 	"System\Install\vcc_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4058
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpvccadapter.dll , wpvccadapter.dll ) 
0
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\wpvccadapter.dll 	"Sys\Bin\wpvccadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4060
REM expanded __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
  4061
file=\epoc32\release\ARMV5\urel\nsmldmvccadapter.dll 	"Sys\Bin\nsmldmvccadapter.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\vcchotrigger.dll 	"sys\bin\vcchotrigger.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4063
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  vccperformer.dll ,  vccperformer.dll ) 
0
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\vccperformer.dll 	"Sys\Bin\vccperformer.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\vccuipropertyhandler.dll 	"sys\bin\vccuipropertyhandler.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4066
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vcxnsscheduleplugin.dll , vcxnsscheduleplugin.dll ) 
0
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\vcxnsscheduleplugin.dll 	"Sys\Bin\vcxnsscheduleplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4068
file=\epoc32\release\ARMV5\urel\vcxnsscheduleview.dll 	"sys\bin\vcxnsscheduleview.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4069
file=\epoc32\release\ARMV5\urel\vcommand.exe 	"sys\bin\vcommand.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4070
data=\epoc32\data\Z\resource\apps\vcommand_AIF.MIF 	"resource\apps\vcommand_aif.mif" 
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\PRIVATE\10003A3F\APPS\vcommand_reg.rsc 	"Private\10003a3f\apps\vcommand_reg.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\apps\vcommand.mif 	"resource\apps\vcommand.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4073
REM expanded __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
  4074
file=\epoc32\release\ARMV5\urel\vccontrolpanelplugin.dll 	"Sys\Bin\vccontrolpanelplugin.dll" 
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\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
  4076
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
  4077
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
  4078
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
  4079
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
  4080
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
  4081
file=\epoc32\release\ARMV5\urel\versit2.dll 	"sys\bin\Versit2.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4082
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, VcXNotifierPlugin.DLL , VcXNotifierPlugin.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4083
file=\epoc32\release\ARMV5\urel\VcXNotifierPlugin.DLL 	"Sys\Bin\VcXNotifierPlugin.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4084
file=\epoc32\release\ARMV5\urel\vcxnsuiengine.dll 	"sys\bin\vcxnsuiengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4085
file=\epoc32\release\ARMV5\urel\IptvClientApi.dll 	"sys\bin\IptvClientApi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4086
file=\epoc32\release\ARMV5\urel\IptvServer.exe 	"sys\bin\IptvServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4087
file=\epoc32\release\ARMV5\urel\LiveTvUtils.dll 	"sys\bin\LiveTvUtils.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4088
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, IptvOmaProvisioningAdapter.dll , IptvOmaProvisioningAdapter.dll ) 
0
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\IptvOmaProvisioningAdapter.dll 	"Sys\Bin\IptvOmaProvisioningAdapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4090
file=\epoc32\release\ARMV5\urel\vcxnssettingsengine.dll 	"sys\bin\vcxnssettingsengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4091
file=\epoc32\release\ARMV5\urel\IptvProvisioningApp.exe 	"sys\bin\IptvProvisioningApp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4092
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\IptvProvisioningApp_reg.rsc 	"Private\10003a3f\import\apps\IptvProvisioningApp_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4093
file=\epoc32\release\ARMV5\urel\IptvProvisioningProcessor.dll 	"sys\bin\IptvProvisioningProcessor.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4094
REM expanded __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
  4095
file=\epoc32\release\ARMV5\urel\IptvProvRec.DLL 	"Sys\Bin\IptvProvRec.DLL" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4096
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, IptvRssPlugin.DLL , IptvRssPlugin.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4097
file=\epoc32\release\ARMV5\urel\IptvRssPlugin.DLL 	"Sys\Bin\IptvRssPlugin.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4098
file=\epoc32\release\ARMV5\urel\VideoServices.exe 	"sys\bin\VideoServices.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4099
data=\epoc32\data\Z\resource\apps\VideoServices_AIF.MIF 	"resource\apps\VideoServices_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4100
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\VideoServices_reg.rsc 	"Private\10003a3f\import\apps\VideoServices_reg.rsc" 
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\VideoSource.dll 	"sys\bin\VideoSource.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4102
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
  4103
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
  4104
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
  4105
file=\epoc32\release\ARMV5\urel\Videoteleng.dll 	"sys\bin\Videoteleng.dll"
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\cscallctrl.dll 	"sys\bin\cscallctrl.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\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
  4108
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
  4109
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
  4110
file=\epoc32\release\ARMV5\urel\videotelui.exe 	"sys\bin\videotelui.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4111
data=\epoc32\data\Z\resource\apps\videotelui_AIF.MIF 	"resource\apps\videotelui_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4112
data=\epoc32\data\Z\resource\apps\videotelui.mif 	"resource\apps\videotelui.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4113
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
  4114
data=\epoc32\data\Z\Private\10003a3f\apps\videotelui_reg.rsc 	"private\10003a3f\import\apps\videotelui_reg.rsc"
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\IptvUtil.dll 	"sys\bin\IptvUtil.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4116
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
  4117
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
  4118
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
  4119
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
  4120
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
  4121
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
  4122
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
  4123
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
  4124
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
  4125
file=\epoc32\release\ARMV5\urel\VPbkSimStoreImpl.dll 	"sys\bin\VPbkSimStoreImpl.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\VPbkSimStoreCommon.dll 	"sys\bin\VPbkSimStoreCommon.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\VPbkSimServer.exe 	"sys\bin\VPbkSimServer.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4128
REM expanded __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
  4129
file=\epoc32\release\ARMV5\urel\VPbkCntModel.dll 	"Sys\Bin\VPbkCntModel.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4130
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, VPbkSimStore.dll , VPbkSimStore.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4131
file=\epoc32\release\ARMV5\urel\VPbkSimStore.dll 	"Sys\Bin\VPbkSimStore.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4132
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
  4133
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
  4134
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
  4135
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
  4136
file=\epoc32\release\ARMV5\urel\Vm.exe 	"sys\bin\Vm.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4137
data=\epoc32\data\Z\resource\apps\Vm_AIF.MIF 	"resource\apps\Vm_aif.mif" 
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\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
  4139
data="\epoc32\data\Z\resource\apps\Vm.mbm_rom" 	"resource\apps\Vm.mbm"
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\resource\apps\Vm.mif 	"resource\apps\Vm.mif"
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\System\install\vm_stub.sis 	"System\Install\vm_stub.sis"
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\10003a3f\apps\vm_reg.rsc 	"private\10003a3f\import\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
  4143
file=\epoc32\release\ARMV5\urel\Voicerecorder.exe 	"sys\bin\Voicerecorder.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4144
data=\epoc32\data\Z\resource\apps\Voicerecorder_AIF.MIF 	"resource\apps\Voicerecorder_aif.mif" 
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\PRIVATE\10003A3F\APPS\Voicerecorder_reg.rsc 	"Private\10003a3f\import\apps\Voicerecorder_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4146
REM expanded __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
  4147
file=\epoc32\release\ARMV5\urel\GSVoiceRecorderPlugin.dll 	"Sys\Bin\GSVoiceRecorderPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4148
data=\epoc32\data\Z\Resource\apps\Voicerecorder.mif 	"resource\apps\Voicerecorder.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4149
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
  4150
file=\epoc32\release\ARMV5\urel\VoicerecorderRecview.DLL 	"sys\bin\VoicerecorderRecview.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\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
  4152
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
  4153
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
  4154
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
  4155
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
  4156
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
  4157
file=\epoc32\release\ARMV5\urel\vuivoicerecognition.exe 	"sys\bin\vuivoicerecognition.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4158
data=\epoc32\data\Z\resource\apps\vuivoicerecognition_AIF.MIF 	"resource\apps\vuivoicerecognition_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4159
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\vuivoicerecognition_reg.rsc 	"Private\10003a3f\apps\vuivoicerecognition_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4160
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
  4161
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
  4162
data=\epoc32\release\ARMV5\urel\z\system\sounds\digital\btnamediallerstarttone.wav 	"System\sounds\digital\btnamediallerstarttone.wav"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4163
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aiwpbkinfoviewprovider.dll , aiwpbkinfoviewprovider.dll ) 
0
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\aiwpbkinfoviewprovider.dll 	"Sys\Bin\aiwpbkinfoviewprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4165
file=\epoc32\release\ARMV5\urel\pbkinfoview.dll 	"sys\bin\pbkinfoview.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4166
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
  4167
file=\epoc32\release\ARMV5\urel\voipxmlprocessor.dll 	"sys\bin\voipxmlprocessor.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4168
REM expanded     __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  voipprovrec.dll ,  voipprovrec.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4169
file=\epoc32\release\ARMV5\urel\voipprovrec.dll 	"Sys\Bin\voipprovrec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4170
file=\epoc32\release\ARMV5\urel\voipprovisioningapp.exe 	"sys\bin\voipprovisioningapp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4171
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\voipprovisioningapp_reg.rsc 	"Private\10003a3f\import\apps\voipprovisioningapp_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4172
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, vrec.dll , vrec.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\vrec.dll 	"Sys\Bin\vrec.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4174
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  vtmediatorplugin.dll ,  vtmediatorplugin.dll ) 
0
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\vtmediatorplugin.dll 	"Sys\Bin\vtmediatorplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4176
REM expanded __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
  4177
file=\epoc32\release\ARMV5\urel\WallpaperAdapter.dll 	"Sys\Bin\WallpaperAdapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4178
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
  4179
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
  4180
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
  4181
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
  4182
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
  4183
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
  4184
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
  4185
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
  4186
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
  4187
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
  4188
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
  4189
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
  4190
file=\epoc32\release\ARMV5\urel\wappushutils.dll 	"sys\bin\wappushutils.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4191
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pushapphandler.dll , pushapphandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4192
file=\epoc32\release\ARMV5\urel\pushapphandler.dll 	"Sys\Bin\pushapphandler.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4193
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, pushsecurity.dll , pushsecurity.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4194
file=\epoc32\release\ARMV5\urel\pushsecurity.dll 	"Sys\Bin\pushsecurity.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4195
REM expanded __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
  4196
file=\epoc32\release\ARMV5\urel\pushwatcher.dll 	"Sys\Bin\pushwatcher.dll" 
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\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
  4198
data=\epoc32\data\Z\Private\200159c0\install\wideimage_2001f489\hsps\00\manifest.dat 	"private\200159c0\install\wideimage_2001f489\hsps\00\manifest.dat"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4199
REM expanded __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
  4200
file=\epoc32\release\ARMV5\urel\widgetmanager.dll 	"Sys\Bin\widgetmanager.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4201
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
  4202
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
  4203
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
  4204
file=\epoc32\release\ARMV5\urel\WMLBC.dll 	"sys\bin\WMLBC.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4205
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpgeneralvoipsettingsadapter.dll , wpgeneralvoipsettingsadapter.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4206
file=\epoc32\release\ARMV5\urel\wpgeneralvoipsettingsadapter.dll 	"Sys\Bin\wpgeneralvoipsettingsadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4207
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpvoipadapter.dll , wpvoipadapter.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
file=\epoc32\release\ARMV5\urel\wpvoipadapter.dll 	"Sys\Bin\wpvoipadapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4209
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
  4210
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
  4211
file=\epoc32\release\ARMV5\urel\xhtmlparser.dll 	"sys\bin\xhtmlparser.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4212
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, accfwuinotifier.dll , accfwuinotifier.dll ) 
0
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\accfwuinotifier.dll 	"Sys\Bin\accfwuinotifier.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4214
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, actionhandlerplugins.dll , actionhandlerplugins.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4215
file=\epoc32\release\ARMV5\urel\actionhandlerplugins.dll 	"Sys\Bin\actionhandlerplugins.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4216
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, actionhandlerservice.dll , actionhandlerservice.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4217
file=\epoc32\release\ARMV5\urel\actionhandlerservice.dll 	"Sys\Bin\actionhandlerservice.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4218
REM expanded __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
  4219
file=\epoc32\release\ARMV5\urel\AdvancedTspController.dll 	"Sys\Bin\AdvancedTspController.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4220
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
  4221
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
  4222
data=\epoc32\data\Z\private\10282BC4\rules\keyinfmtx.rul 	"private\10282BC4\rules\keyinfmtx.rul"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4223
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  aidevstaplg.dll ,  aidevstaplg.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4224
file=\epoc32\release\ARMV5\urel\aidevstaplg.dll 	"Sys\Bin\aidevstaplg.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4225
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, aiprofileplugin.dll , aiprofileplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4226
file=\epoc32\release\ARMV5\urel\aiprofileplugin.dll 	"Sys\Bin\aiprofileplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4227
REM expanded __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
  4228
file=\epoc32\release\ARMV5\urel\aisatplugin.dll 	"Sys\Bin\aisatplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4229
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
  4230
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
  4231
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
  4232
file=\epoc32\release\ARMV5\urel\aiwsplugin.dll 	"sys\bin\aiwsplugin.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4233
REM expanded __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
  4234
file=\epoc32\release\ARMV5\urel\akncompamode.dll 	"Sys\Bin\akncompamode.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4235
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
  4236
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
  4237
file=\epoc32\release\ARMV5\urel\akncompasrv.exe 	"sys\bin\akncompasrv.exe" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4238
REM expanded __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
  4239
file=\epoc32\release\ARMV5\urel\akncompags.dll 	"Sys\Bin\akncompags.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4240
data=\epoc32\data\Z\resource\akncompagsrsc.rsc 	"resource\akncompagsrsc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4241
file=\epoc32\release\ARMV5\UDEB\akncustcmds.dll 	"sys\bin\akncustcmds.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4242
REM expanded __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
  4243
file=\epoc32\release\ARMV5\urel\AknExtendedFader_arm11.dll 	"Sys\Bin\AknExtendedFader_arm11.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4244
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
  4245
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
  4246
file=\epoc32\release\ARMV5\urel\AKNNOTIFIERWRAPPER.DLL 	"sys\bin\aknNotifierWrapper.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4247
REM expanded __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
  4248
file=\epoc32\release\ARMV5\urel\aknnotifyplugin2.dll 	"Sys\Bin\aknnotifyplugin2.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4249
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
  4250
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
  4251
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
  4252
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
  4253
file=\epoc32\release\ARMV5\urel\akncapserverclient.dll 	"sys\bin\akncapserverclient.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4254
REM expanded __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
  4255
file=\epoc32\release\ARMV5\urel\avkonstartupextensionplugin.dll 	"Sys\Bin\avkonstartupextensionplugin.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\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
  4257
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
  4258
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
  4259
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
  4260
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
  4261
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
  4262
data=\epoc32\data\Z\resource\AknIconSrv.rsc 	"resource\AknIconSrv.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4263
REM expanded __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
  4264
file=\epoc32\release\ARMV5\urel\AknIconOomPlugin.dll 	"Sys\Bin\AknIconOomPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4265
REM AKNINPUTLANGUAGE
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\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
  4267
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
  4268
REM AKNLAYOUT2
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4269
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
  4270
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
  4271
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
  4272
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
  4273
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
  4274
file=\epoc32\release\ARMV5\urel\aknlayout2hierarchy.dll 	"sys\bin\aknlayout2hierarchy.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4275
REM expanded __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
  4276
file=\epoc32\release\ARMV5\urel\101fe2aa.dll 	"Sys\Bin\101fe2aa.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4277
data=\epoc32\data\Z\resource\cdl\101fe2aa_cdl_detail.rsc 	"Resource\Cdl\101fe2aa_cdl_detail.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4278
REM expanded __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
  4279
file=\epoc32\release\ARMV5\urel\10283389.dll 	"Sys\Bin\10283389.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4280
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
  4281
REM AKNLAYOUT2_NHD
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4282
REM expanded __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
  4283
REM MISSING file=\epoc32\release\ARMV5\urel\10281f13.dll Sys\Bin\10281f13.dll 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4284
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
  4285
REM AKNLAYOUT2_NHD4_TOUCH
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4286
REM expanded __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
  4287
file=\epoc32\release\ARMV5\urel\2001cb93.dll 	"Sys\Bin\2001cb93.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4288
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
  4289
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
  4290
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
  4291
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
  4292
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
  4293
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
  4294
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
  4295
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
  4296
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
  4297
REM AKNLAYOUT2_UIACCEL_QHD_TOUCH
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4298
REM expanded __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
  4299
file=\epoc32\release\ARMV5\urel\10285D7B.dll 	"Sys\Bin\10285D7B.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4300
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
  4301
REM AKNLAYOUT2_UIACCEL_NHD
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4302
REM expanded __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
  4303
REM MISSING file=\epoc32\release\ARMV5\urel\2001CB5B.dll Sys\Bin\2001CB5B.dll 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4304
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
  4305
REM AKNLAYOUT2_UIACCEL_NHD4_TOUCH
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4306
REM expanded __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
  4307
file=\epoc32\release\ARMV5\urel\2001E2B1.dll 	"Sys\Bin\2001E2B1.dll" 
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\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
  4309
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
  4310
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
  4311
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
  4312
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
  4313
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
  4314
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
  4315
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
  4316
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
  4317
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
  4318
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
  4319
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
  4320
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
  4321
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
  4322
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
  4323
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
  4324
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
  4325
data="\epoc32\data\Z\resource\apps\AknMemoryCardUi.mbm_rom" 	"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
  4326
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
  4327
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
  4328
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
  4329
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
  4330
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
  4331
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
  4332
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
  4333
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
  4334
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
  4335
file=\epoc32\release\ARMV5\urel\aknlocalskinlib.dll 	"sys\bin\aknlocalskinlib.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4336
REM expanded __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
  4337
file=\epoc32\release\ARMV5\urel\aknswallpaperplugin.dll 	"Sys\Bin\aknswallpaperplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4338
data="\epoc32\data\Z\resource\skins\101f84b9\series60skin.mbm_rom" 	"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
  4339
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
  4340
data=\epoc32\data\Z\resource\skins\101f84b9\series60skin.mif 	"resource\skins\101f84b9\series60skin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4341
REM expanded __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
  4342
file=\epoc32\release\ARMV5\urel\101f84b9.dll 	"Sys\Bin\101f84b9.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4343
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
  4344
data="\epoc32\data\Z\resource\skins\2000B12D\haze.mbm_rom" 	"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
  4345
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
  4346
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
  4347
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
  4348
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
  4349
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
  4350
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
  4351
data=\epoc32\data\Z\private\10207114\backup_registration.xml 	"private\10207114\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4352
REM expanded __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
  4353
file=\epoc32\release\ARMV5\urel\AknSkinsOOMPlugin.dll 	"Sys\Bin\AknSkinsOOMPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4354
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
  4355
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
  4356
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
  4357
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
  4358
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
  4359
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
  4360
file=\epoc32\release\ARMV5\urel\alfwidgetutils.dll 	"sys\bin\alfwidgetutils.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4361
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  alfwidgetfactory.dll  ,  alfwidgetfactory.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4362
file=\epoc32\release\ARMV5\urel\alfwidgetfactory.dll 	"Sys\Bin\alfwidgetfactory.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4363
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, alfopenwfrs.dll , alfopenwfrs.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
file=\epoc32\release\ARMV5\urel\alfopenwfrs.dll 	"Sys\Bin\alfopenwfrs.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4365
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AlfTransEffectPlugin.dll , AlfTransEffectPlugin.dll ) 
0
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\AlfTransEffectPlugin.dll 	"Sys\Bin\AlfTransEffectPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4367
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, TfxSrvPlugin.dll , TfxSrvPlugin.dll ) 
0
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\TfxSrvPlugin.dll 	"Sys\Bin\TfxSrvPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4369
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  alfcontainerwidget.dll  ,  alfcontainerwidget.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4370
file=\epoc32\release\ARMV5\urel\alfcontainerwidget.dll 	"Sys\Bin\alfcontainerwidget.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4371
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  alfscrollbarwidget.dll  ,  alfscrollbarwidget.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\alfscrollbarwidget.dll 	"Sys\Bin\alfscrollbarwidget.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4373
REM expanded __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
  4374
file=\epoc32\release\ARMV5\urel\alfviewwidget.dll 	"Sys\Bin\alfviewwidget.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4375
file=\epoc32\release\ARMV5\urel\ALWAYSONLINEMANAGERSERVER.dll 	"sys\bin\ALWAYSONLINEMANAGERSERVER.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4376
file=\epoc32\release\ARMV5\urel\ALWAYSONLINEMANAGERCLIENT.dll 	"sys\bin\ALWAYSONLINEMANAGERCLIENT.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4377
file=\epoc32\release\ARMV5\urel\ALWAYSONLINESTARTER.exe 	"sys\bin\ALWAYSONLINESTARTER.exe"
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\system\install\aomanager_stub.sis 	"system\install\aomanager_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4379
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ALWAYSONLINEEMAILPLUGIN.DLL , ALWAYSONLINEEMAILPLUGIN.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4380
file=\epoc32\release\ARMV5\urel\ALWAYSONLINEEMAILPLUGIN.DLL 	"Sys\Bin\ALWAYSONLINEEMAILPLUGIN.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4381
data=\epoc32\data\Z\system\install\aoemailplugin_stub.sis 	"system\install\aoemailplugin_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4382
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, APControlListPlugin.DLL , APControlListPlugin.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4383
file=\epoc32\release\ARMV5\UDEB\APControlListPlugin.DLL 	"Sys\Bin\APControlListPlugin.DLL" 
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\APControlListplugin.mif 	"resource\apps\APControlListplugin.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\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
  4386
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
  4387
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
  4388
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
  4389
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
  4390
file=\epoc32\release\ARMV5\urel\SWInstCommonUI.dll 	"sys\bin\SWInstCommonUI.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4391
REM expanded  __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
  4392
file=\epoc32\release\ARMV5\urel\SisxUI.dll 	"Sys\Bin\SisxUI.dll" 
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\SWInstTaskManager.dll 	"sys\bin\SWInstTaskManager.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4394
REM expanded __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
  4395
file=\epoc32\release\ARMV5\urel\SWInstLogTask.dll 	"Sys\Bin\SWInstLogTask.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4396
data=\epoc32\data\Z\Private\100012a5\policy\10207216.spd 	"PRIVATE\100012a5\policy\10207216.spd"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4397
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SWInstFileTask.dll , SWInstFileTask.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4398
file=\epoc32\release\ARMV5\urel\SWInstFileTask.dll 	"Sys\Bin\SWInstFileTask.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4399
REM expanded  __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
  4400
file=\epoc32\release\ARMV5\urel\SWInstStartupTask.dll 	"Sys\Bin\SWInstStartupTask.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4401
data=\epoc32\data\Z\Private\101F875A\backup_registration.xml 	"PRIVATE\101F875A\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4402
REM expanded __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
  4403
file=\epoc32\release\ARMV5\urel\ApplicationStateSourcePlugIn.dll 	"Sys\Bin\ApplicationStateSourcePlugIn.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4404
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
  4405
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
  4406
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
  4407
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
  4408
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
  4409
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
  4410
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
  4411
data=\epoc32\data\Z\resource\apps\appmngr2.mif 	"resource\apps\appmngr2.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4412
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2gsinstalledplugin.dll ,  appmngr2gsinstalledplugin.dll ) 
0
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\appmngr2gsinstalledplugin.dll 	"Sys\Bin\appmngr2gsinstalledplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4414
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  appmngr2gsinstfilesplugin.dll ,  appmngr2gsinstfilesplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4415
file=\epoc32\release\ARMV5\urel\appmngr2gsinstfilesplugin.dll 	"Sys\Bin\appmngr2gsinstfilesplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4416
REM expanded __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
  4417
file=\epoc32\release\ARMV5\urel\appmngr2gssettingsplugin.dll 	"Sys\Bin\appmngr2gssettingsplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4418
file=\epoc32\release\ARMV5\urel\appmngr2pluginapi.dll 	"sys\bin\appmngr2pluginapi.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4419
REM expanded __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
  4420
file=\epoc32\release\ARMV5\urel\appmngr2sisxplugin.dll 	"Sys\Bin\appmngr2sisxplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4421
data=\epoc32\data\Z\resource\apps\appmngr2sisx.mif 	"resource\apps\appmngr2sisx.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4422
REM expanded __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
  4423
file=\epoc32\release\ARMV5\urel\appmngr2widgetplugin.dll 	"Sys\Bin\appmngr2widgetplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4424
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
  4425
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
  4426
data=\epoc32\data\Z\resource\apps\ApSettings.mif 	"resource\apps\ApSettings.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4427
REM expanded __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
  4428
file=\epoc32\release\ARMV5\urel\ApSettingsPlugin.DLL 	"Sys\Bin\ApSettingsPlugin.DLL" 
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\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
  4430
REM AsxParser 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4431
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
  4432
file=\epoc32\release\ARMV5\urel\AsxParser.dll 	"sys\bin\AsxParser.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4433
REM expanded __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
  4434
file=\epoc32\release\ARMV5\urel\audiofetcher.dll 	"Sys\Bin\audiofetcher.dll" 
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\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
  4436
file=\epoc32\release\ARMV5\urel\Autolock.exe 	"sys\bin\Autolock.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4437
data=\epoc32\data\Z\resource\apps\Autolock.mif 	"resource\apps\Autolock.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4438
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Autolock_reg.rsc 	"Private\10003a3f\apps\Autolock_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4439
REM AVKON
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4440
file=\epoc32\release\ARMV5\urel\avkon.dll 	"sys\bin\avkon.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4441
REM expanded __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
  4442
file=\epoc32\release\ARMV5\urel\akninit.dll 	"Sys\Bin\akninit.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4443
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
  4444
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
  4445
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
  4446
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
  4447
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
  4448
data="\epoc32\data\Z\resource\apps\avkon2.mbm_rom" 	"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
  4449
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
  4450
data="\epoc32\data\Z\resource\apps\callstatus.mbm_rom" 	"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
  4451
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
  4452
data=\epoc32\data\Z\resource\apps\smiley.mif 	"resource\apps\smiley.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4453
REM expanded __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
  4454
file=\epoc32\release\ARMV5\urel\102827CF.dll 	"Sys\Bin\102827CF.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4455
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
  4456
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
  4457
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
  4458
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
  4459
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
  4460
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
  4461
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
  4462
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
  4463
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
  4464
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
  4465
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
  4466
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
  4467
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
  4468
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
  4469
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
  4470
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
  4471
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
  4472
file=\epoc32\release\ARMV5\urel\BrowserDialogsProvider.dll 	"sys\bin\BrowserDialogsProvider.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4473
REM expanded __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
  4474
file=\epoc32\release\ARMV5\urel\BrowserRec.dll 	"Sys\Bin\BrowserRec.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\BrowserTelService.dll 	"sys\bin\BrowserTelService.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4476
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btaudiomanclient.dll , btaudiomanclient.dll ) 
0
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\btaudiomanclient.dll 	"Sys\Bin\btaudiomanclient.dll" 
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\btaudioman.exe 	"sys\bin\btaudioman.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4479
file=\epoc32\release\ARMV5\urel\btaudiostreamer.dll 	"sys\bin\btaudiostreamer.dll"
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\btengsrv.exe 	"sys\bin\btengsrv.exe"
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\bttoggle.exe 	"sys\bin\bttoggle.exe"
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\btengconnman.dll 	"sys\bin\btengconnman.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\btengdevman.dll 	"sys\bin\btengdevman.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\btengdiscovery.dll 	"sys\bin\btengdiscovery.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4485
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
  4486
file=\epoc32\release\ARMV5\urel\btengsettings.dll 	"sys\bin\btengsettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4487
data=\epoc32\data\Z\Private\10003A3F\APPS\bttoggle_reg.rsc 	"Private\10003a3f\apps\bttoggle_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4488
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
  4489
data=\epoc32\data\Z\resource\btrfs.txt 	"resource\btrfs.txt"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4490
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  btbearer.dll ,  btbearer.dll ) 
0
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\btbearer.dll 	"Sys\Bin\btbearer.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4492
REM expanded __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
  4493
file=\epoc32\release\ARMV5\urel\btrfsplugin.dll 	"Sys\Bin\btrfsplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4494
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  btpsmplugin.dll ,  btpsmplugin.dll ) 
0
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\btpsmplugin.dll 	"Sys\Bin\btpsmplugin.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\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
  4497
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
  4498
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
  4499
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
  4500
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
  4501
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
  4502
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
  4503
file=\epoc32\release\ARMV5\urel\bthidserver.exe 	"sys\bin\bthidserver.exe"
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\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
  4505
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
  4506
file=\epoc32\release\ARMV5\urel\BTcursor_server.dll 	"sys\bin\BTcursor_server.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4507
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hidkeyboard.dll , hidkeyboard.dll ) 
0
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\hidkeyboard.dll 	"Sys\Bin\hidkeyboard.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4509
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hidmouse.dll , hidmouse.dll ) 
0
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\hidmouse.dll 	"Sys\Bin\hidmouse.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4511
REM expanded __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
  4512
file=\epoc32\release\ARMV5\urel\kbdlayout.dll 	"Sys\Bin\kbdlayout.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4513
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, bthidkbdsettings.dll , bthidkbdsettings.dll ) 
0
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\bthidkbdsettings.dll 	"Sys\Bin\bthidkbdsettings.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4515
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, bthidengplugin.dll , bthidengplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4516
file=\epoc32\release\ARMV5\urel\bthidengplugin.dll 	"Sys\Bin\bthidengplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4517
data=\epoc32\data\Z\resource\apps\BTMouseBitMaps.mbm 	"resource\apps\BTMouseBitMaps.mbm"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4518
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btmac.dll , btmac.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
file=\epoc32\release\ARMV5\urel\btmac.dll 	"Sys\Bin\btmac.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4520
REM expanded __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
  4521
file=\epoc32\release\ARMV5\urel\btmonobearer.dll 	"Sys\Bin\btmonobearer.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\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
  4523
file=\epoc32\release\ARMV5\urel\BTMonoCmdHandler.dll 	"sys\bin\BTMonoCmdHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4524
REM Bluetooth notifiers library
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4525
file=\epoc32\release\ARMV5\urel\btnotif.dll 	"sys\bin\btnotif.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4526
data=\epoc32\data\Z\resource\apps\btnotif.mif 	"resource\apps\btnotif.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4527
REM expanded __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
  4528
file=\epoc32\release\ARMV5\urel\btnotifwrapper.dll 	"Sys\Bin\btnotifwrapper.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4529
REM expanded     __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btpbap.dll , btpbap.dll ) 
0
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\btpbap.dll 	"Sys\Bin\btpbap.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4531
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btsac.dll , btsac.dll ) 
0
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\btsac.dll 	"Sys\Bin\btsac.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4533
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, btrcc.dll , btrcc.dll ) 
0
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\btrcc.dll 	"Sys\Bin\btrcc.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4535
REM Bluetooth SAP ECom Plugin
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4536
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, BTSap.dll , BTSap.dll ) 
0
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\BTSap.dll 	"Sys\Bin\BTSap.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\BtUi.exe 	"sys\bin\BtUi.exe" 
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\resource\apps\BtUi.mif 	"resource\apps\BtUi.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4540
data=\epoc32\data\Z\resource\apps\BtUi_AIF.MIF 	"resource\apps\BtUi_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4541
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\BtUi_reg.rsc 	"Private\10003a3f\apps\BtUi_reg.rsc" 
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\btdevmodel.dll 	"sys\bin\btdevmodel.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4543
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  BtuiPlugin.dll ,  BtuiPlugin.dll ) 
0
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\BtuiPlugin.dll 	"Sys\Bin\BtuiPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4545
file=\epoc32\release\ARMV5\urel\CallAudioControl.dll 	"sys\bin\CallAudioControl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4546
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
  4547
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
  4548
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
  4549
data=\epoc32\data\Z\System\install\callprovider_stub.SIS 	"System\Install\callprovider_stub.SIS"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4550
REM expanded __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
  4551
file=\epoc32\release\ARMV5\urel\CallStateSourcePlugIn.dll 	"Sys\Bin\CallStateSourcePlugIn.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4552
REM CallUI Plugin
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4553
REM expanded __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
  4554
file=\epoc32\release\ARMV5\urel\CaUiPlugin.dll 	"Sys\Bin\CaUiPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4555
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
  4556
file=\epoc32\release\ARMV5\urel\CaUiEngine.dll 	"sys\bin\CaUiEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4557
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
  4558
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
  4559
file=\epoc32\release\ARMV5\urel\CAEENGINE.DLL 	"sys\bin\CAEENGINE.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4560
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
  4561
file=\epoc32\release\ARMV5\urel\CAESTILLCONVERTER.DLL 	"sys\bin\CAESTILLCONVERTER.DLL"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4562
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CAMCCONTROLLER.DLL , CAMCCONTROLLER.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4563
file=\epoc32\release\ARMV5\urel\CAMCCONTROLLER.DLL 	"Sys\Bin\CAMCCONTROLLER.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4564
file=\epoc32\release\ARMV5\urel\CAMC3GPSINK.DLL 	"sys\bin\CAMC3GPSINK.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4565
file=\epoc32\release\ARMV5\urel\CAMCMEDIARECORDER.DLL 	"sys\bin\CAMCMEDIARECORDER.DLL"
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\CBSSERVER.EXE 	"sys\bin\CBSSERVER.EXE"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4567
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
  4568
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
  4569
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
  4570
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
  4571
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
  4572
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
  4573
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
  4574
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
  4575
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
  4576
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
  4577
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
  4578
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
  4579
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
  4580
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
  4581
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
  4582
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
  4583
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
  4584
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
  4585
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
  4586
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
  4587
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
  4588
REM CDL
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4589
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
  4590
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
  4591
file=\epoc32\release\ARMV5\urel\cenrepdatabase.dll 	"sys\bin\cenrepdatabase.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4592
REM expanded __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
  4593
file=\epoc32\release\ARMV5\urel\cenrepsourceplugin.dll 	"Sys\Bin\cenrepsourceplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4594
data=\epoc32\data\z\private\10282BC4\settings\10282f41\10282f41.xml 	"private\10282bc4\settings\10282f41\10282f41.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4595
REM expanded   __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
  4596
file=\epoc32\release\ARMV5\urel\CertManUi.dll 	"Sys\Bin\CertManUi.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\CERTSAVER.exe 	"sys\bin\CERTSAVER.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4598
data=\epoc32\data\Z\System\..\PRIVATE\10003A3F\APPS\CERTSAVER_reg.rsc 	"Private\10003a3f\apps\CERTSAVER_reg.rsc"
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\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
  4600
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
  4601
file=\epoc32\release\ARMV5\urel\cmmanagerdatabase.dll 	"sys\bin\cmmanagerdatabase.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4602
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cmpluginembdestination.dll , cmpluginembdestination.dll ) 
0
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\cmpluginembdestination.dll 	"Sys\Bin\cmpluginembdestination.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4604
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cmpluginpacketdata.dll , cmpluginpacketdata.dll ) 
0
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\cmpluginpacketdata.dll 	"Sys\Bin\cmpluginpacketdata.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4606
data=\epoc32\data\Z\resource\apps\cmpluginpacketdata.mif 	"resource\apps\cmpluginpacketdata.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4607
REM expanded __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
  4608
file=\epoc32\release\ARMV5\urel\cmpluginvpn.dll 	"Sys\Bin\cmpluginvpn.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4609
data=\epoc32\data\Z\resource\apps\cmpluginvpn.mif 	"resource\apps\cmpluginvpn.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4610
REM expanded __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
  4611
file=\epoc32\release\ARMV5\urel\cmpluginwlan.dll 	"Sys\Bin\cmpluginwlan.dll" 
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\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
  4613
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
  4614
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
  4615
file=\epoc32\release\ARMV5\urel\cntparserserver.dll 	"sys\bin\cntparserserver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4616
file=\epoc32\release\ARMV5\urel\CodEng.dll 	"sys\bin\CodEng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4617
file=\epoc32\release\ARMV5\urel\CodUi.dll 	"sys\bin\CodUi.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4618
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CodRecog.dll , CodRecog.dll ) 
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\CodRecog.dll 	"Sys\Bin\CodRecog.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\CodViewer.exe 	"sys\bin\CodViewer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4621
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\CodViewer_reg.rsc 	"Private\10003a3f\import\apps\CodViewer_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4622
REM expanded __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
  4623
file=\epoc32\release\ARMV5\urel\DdRecog.dll 	"Sys\Bin\DdRecog.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4624
file=\epoc32\release\ARMV5\urel\DdViewer.exe 	"sys\bin\DdViewer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4625
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\DdViewer_reg.rsc 	"Private\10003a3f\import\apps\DdViewer_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4626
file=\epoc32\release\ARMV5\urel\CodDownload.dll 	"sys\bin\CodDownload.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4627
file=\epoc32\release\ARMV5\urel\RoapApp.exe 	"sys\bin\RoapApp.exe" 
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\10003A3F\APPS\RoapApp_reg.rsc 	"Private\10003a3f\import\apps\RoapApp_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4629
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
  4630
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
  4631
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
  4632
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
  4633
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
  4634
file=\epoc32\release\ARMV5\urel\commonuimpengineapiloader.dll 	"sys\bin\commonuimpengineapiloader.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4635
REM binaries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4636
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
  4637
file=\epoc32\release\ARMV5\urel\commsdatcreator.dll 	"sys\bin\commsdatcreator.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4638
REM expanded __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
  4639
file=\epoc32\release\ARMV5\urel\commsdatcreatorrfsplugin.dll 	"Sys\Bin\commsdatcreatorrfsplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4640
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
  4641
REM data=\epoc32\data\Z\private\10281BC3\VariantData.xml     private\10281BC3\VariantData.xml
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4642
REM expanded __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
  4643
file=\epoc32\release\ARMV5\urel\connectiondialogswrapper.DLL 	"Sys\Bin\connectiondialogswrapper.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4644
file=\epoc32\release\ARMV5\urel\ConnectionManager.dll 	"sys\bin\ConnectionManager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4645
data="\epoc32\data\Z\resource\apps\ConnMan.mbm_rom" 	"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
  4646
data=\epoc32\data\Z\resource\apps\ConnMan.mif 	"resource\apps\ConnMan.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4647
REM expanded         __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
  4648
file=\epoc32\release\ARMV5\urel\connectionmonitorplugin.dll 	"Sys\Bin\connectionmonitorplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4649
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
  4650
file=\epoc32\release\ARMV5\urel\ConnectionMonitorUi.exe 	"sys\bin\ConnectionMonitorUi.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4651
data=\epoc32\data\Z\resource\apps\ConnectionMonitorUi.mif 	"resource\apps\ConnectionMonitorUi.mif"
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\data\Z\resource\apps\ConnectionMonitorUi_AIF.MIF 	"resource\apps\ConnectionMonitorUi_aif.mif" 
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\PRIVATE\10003A3F\APPS\ConnectionMonitorUi_reg.rsc 	"Private\10003a3f\apps\ConnectionMonitorUi_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4654
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
  4655
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
  4656
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
  4657
file=\epoc32\release\ARMV5\urel\CONNMON.DLL 	"sys\bin\CONNMON.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\CONNMONEXE.EXE 	"sys\bin\CONNMONEXE.EXE"
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\CONNMONEXT.DLL 	"sys\bin\CONNMONEXT.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\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
  4661
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
  4662
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
  4663
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
  4664
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
  4665
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
  4666
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
  4667
file=\epoc32\release\ARMV5\urel\pluginvalidator.dll 	"sys\bin\pluginvalidator.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4668
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, chswiplugin.dll , chswiplugin.dll ) 
0
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\chswiplugin.dll 	"Sys\Bin\chswiplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4670
REM expanded __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
  4671
file=\epoc32\release\ARMV5\urel\chfactorysettingsplugin.dll 	"Sys\Bin\chfactorysettingsplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4672
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
  4673
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
  4674
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
  4675
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
  4676
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
  4677
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
  4678
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
  4679
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
  4680
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
  4681
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
  4682
data=\epoc32\data\Z\private\10282BC4\backup_registration.xml 	"private\10282BC4\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4683
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  basicoperationsplugin.dll ,  basicoperationsplugin.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\basicoperationsplugin.dll 	"Sys\Bin\basicoperationsplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4685
REM expanded __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
  4686
file=\epoc32\release\ARMV5\urel\CookieFilter.dll 	"Sys\Bin\CookieFilter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4687
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
  4688
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
  4689
data=\epoc32\data\z\private\101F8530\CookieGroup.xml 	"private\101F8530\CookieGroup.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4690
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  csplugin.dll ,  csplugin.dll ) 
0
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\csplugin.dll 	"Sys\Bin\csplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4692
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
  4693
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
  4694
file=\epoc32\release\ARMV5\urel\CTSecDialogImpl.dll 	"sys\bin\CTSecDialogImpl.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4695
REM expanded __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
  4696
file=\epoc32\release\ARMV5\urel\CTSECDLGNOTIFIER.dll 	"Sys\Bin\CTSECDLGNOTIFIER.dll" 
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\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
  4698
file=\epoc32\release\ARMV5\urel\Dataconnectionlogger.exe 	"sys\bin\Dataconnectionlogger.exe"
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\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
  4700
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
  4701
file=\epoc32\release\ARMV5\urel\dcmoclient.dll 	"sys\bin\dcmoclient.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4702
REM expanded __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
  4703
file=\epoc32\release\ARMV5\urel\DeflateFilter.dll 	"Sys\Bin\DeflateFilter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4704
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagaudioplugin.dll ,  devdiagaudioplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4705
file=\epoc32\release\ARMV5\urel\devdiagaudioplugin.dll 	"Sys\Bin\devdiagaudioplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4706
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagbatterychargercabletestplugin.dll ,  devdiagbatterychargercabletestplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4707
file=\epoc32\release\ARMV5\urel\devdiagbatterychargercabletestplugin.dll 	"Sys\Bin\devdiagbatterychargercabletestplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4708
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagbrowserplugin.dll ,  devdiagbrowserplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4709
file=\epoc32\release\ARMV5\urel\devdiagbrowserplugin.dll 	"Sys\Bin\devdiagbrowserplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4710
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagconnectivitysuiteplugin.dll ,  devdiagconnectivitysuiteplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4711
file=\epoc32\release\ARMV5\urel\devdiagconnectivitysuiteplugin.dll 	"Sys\Bin\devdiagconnectivitysuiteplugin.dll" 
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\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
  4713
data=\epoc32\data\Z\resource\apps\devdiagconnectivitysuiteplugin.mif 	"resource\apps\devdiagconnectivitysuiteplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4714
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagcoveragesuiteplugin.dll ,  devdiagcoveragesuiteplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4715
file=\epoc32\release\ARMV5\urel\devdiagcoveragesuiteplugin.dll 	"Sys\Bin\devdiagcoveragesuiteplugin.dll" 
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\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
  4717
data=\epoc32\data\Z\resource\apps\devdiagcoveragesuiteplugin.mif 	"resource\apps\devdiagcoveragesuiteplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4718
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagdatanetworktestplugin.dll ,  devdiagdatanetworktestplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4719
file=\epoc32\release\ARMV5\urel\devdiagdatanetworktestplugin.dll 	"Sys\Bin\devdiagdatanetworktestplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4720
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagexternalmediacardplugin.dll ,  devdiagexternalmediacardplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4721
file=\epoc32\release\ARMV5\urel\devdiagexternalmediacardplugin.dll 	"Sys\Bin\devdiagexternalmediacardplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4722
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiaghardwaresuiteplugin.dll ,  devdiaghardwaresuiteplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4723
file=\epoc32\release\ARMV5\urel\devdiaghardwaresuiteplugin.dll 	"Sys\Bin\devdiaghardwaresuiteplugin.dll" 
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\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
  4725
data=\epoc32\data\Z\resource\apps\devdiaghardwaresuiteplugin.mif 	"resource\apps\devdiaghardwaresuiteplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4726
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagheadsetcabletestplugin.dll ,  devdiagheadsetcabletestplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4727
file=\epoc32\release\ARMV5\urel\devdiagheadsetcabletestplugin.dll 	"Sys\Bin\devdiagheadsetcabletestplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4728
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagnetcoverageplugin.dll ,  devdiagnetcoverageplugin.dll ) 
0
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\devdiagnetcoverageplugin.dll 	"Sys\Bin\devdiagnetcoverageplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4730
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagservicessuiteplugin.dll ,  devdiagservicessuiteplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4731
file=\epoc32\release\ARMV5\urel\devdiagservicessuiteplugin.dll 	"Sys\Bin\devdiagservicessuiteplugin.dll" 
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\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
  4733
data=\epoc32\data\Z\resource\apps\devdiagservicessuiteplugin.mif 	"resource\apps\devdiagservicessuiteplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4734
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagspeakerplugin.dll ,  devdiagspeakerplugin.dll ) 
0
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\devdiagspeakerplugin.dll 	"Sys\Bin\devdiagspeakerplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4736
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagtoplevelsuiteplugin.dll ,  devdiagtoplevelsuiteplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4737
file=\epoc32\release\ARMV5\urel\devdiagtoplevelsuiteplugin.dll 	"Sys\Bin\devdiagtoplevelsuiteplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4738
data=\epoc32\data\Z\resource\devdiagtoplevelsuitepluginrsc.rsc 	"resource\devdiagtoplevelsuitepluginrsc.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4739
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  DevDiagUSBCableTestPlugin.dll ,  DevDiagUSBCableTestPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4740
file=\epoc32\release\ARMV5\urel\DevDiagUSBCableTestPlugin.dll 	"Sys\Bin\DevDiagUSBCableTestPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4741
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiagvibrateplugin.dll ,  devdiagvibrateplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4742
file=\epoc32\release\ARMV5\urel\devdiagvibrateplugin.dll 	"Sys\Bin\devdiagvibrateplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4743
file=\epoc32\release\ARMV5\urel\devenccommonutils.dll 	"sys\bin\devenccommonutils.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4744
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DevEncRfsPlugin.dll , DevEncRfsPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4745
file=\epoc32\release\ARMV5\urel\DevEncRfsPlugin.dll 	"Sys\Bin\DevEncRfsPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4746
REM expanded __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
  4747
file=\epoc32\release\ARMV5\urel\Pk5Recognizer.dll 	"Sys\Bin\Pk5Recognizer.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4748
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
  4749
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
  4750
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
  4751
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
  4752
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
  4753
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
  4754
FILE=\epoc32\release\ARMV5\urel\DevTokenShared.DLL 	"sys\bin\DevTokenShared.DLL"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4755
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  DevCertStore.DLL ,  DevCertStore.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4756
file=\epoc32\release\ARMV5\urel\DevCertStore.DLL 	"Sys\Bin\DevCertStore.DLL" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4757
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  DevKeyStore.DLL ,  DevKeyStore.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4758
file=\epoc32\release\ARMV5\urel\DevKeyStore.DLL 	"Sys\Bin\DevKeyStore.DLL" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4759
REM expanded __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
  4760
file=\epoc32\release\ARMV5\urel\DevSrvCertStore.DLL 	"Sys\Bin\DevSrvCertStore.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\diagframework.dll 	"sys\bin\diagframework.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4762
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  devdiaginternalmemoryplugin.dll ,  devdiaginternalmemoryplugin.dll ) 
0
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\devdiaginternalmemoryplugin.dll 	"Sys\Bin\devdiaginternalmemoryplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4764
file=\epoc32\release\ARMV5\urel\diagpluginbase.dll 	"sys\bin\diagpluginbase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4765
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
  4766
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
  4767
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
  4768
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
  4769
file=\epoc32\release\ARMV5\urel\DisconnectDlg.dll 	"sys\bin\DisconnectDlg.dll"
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\resource\apps\DisconnectDlgUi.mbm_rom" 	"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
  4771
data=\epoc32\data\Z\resource\apps\DisconnectDlgUi.mif 	"resource\apps\DisconnectDlgUi.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4772
REM expanded __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
  4773
file=\epoc32\release\ARMV5\urel\displaysourceplugin.dll 	"Sys\Bin\displaysourceplugin.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\dmeventnotifier.exe 	"sys\bin\dmeventnotifier.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4775
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmnatfwtraversaladapter.dll , nsmldmnatfwtraversaladapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4776
file=\epoc32\release\ARMV5\urel\nsmldmnatfwtraversaladapter.dll 	"Sys\Bin\nsmldmnatfwtraversaladapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4777
REM expanded __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
  4778
file=\epoc32\release\ARMV5\urel\nsmldmsipadapter.dll 	"Sys\Bin\nsmldmsipadapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4779
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
  4780
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
  4781
file=\epoc32\release\ARMV5\urel\HttpDMServEng.dll 	"sys\bin\HttpDMServEng.dll"
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\DownloadMgr.dll 	"sys\bin\DownloadMgr.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\DownloadMgrServer.exe 	"sys\bin\DownloadMgrServer.exe"
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\DownloadMgrUiLib.dll 	"sys\bin\DownloadMgrUiLib.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4785
data="\epoc32\data\Z\resource\apps\DownloadMgrUiLib.mbm_rom" 	"resource\apps\DownloadMgrUiLib.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4786
data=\epoc32\data\Z\resource\apps\DownloadMgrUiLib.mif 	"resource\apps\DownloadMgrUiLib.mif"
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\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
  4788
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
  4789
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
  4790
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
  4791
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
  4792
file=\epoc32\release\ARMV5\urel\DrmKeyStorage.dll 	"sys\bin\DrmKeyStorage.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\DrmStdKeyStorage.dll 	"sys\bin\DrmStdKeyStorage.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4794
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
  4795
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
  4796
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
  4797
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
  4798
file=\epoc32\release\ARMV5\urel\DrmParsers.DLL 	"sys\bin\DrmParsers.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4799
file=\epoc32\release\ARMV5\urel\RightsServer.EXE 	"sys\bin\RightsServer.EXE"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4800
file=\epoc32\release\ARMV5\urel\DrmServiceAPI.dll 	"sys\bin\DrmServiceAPI.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4801
REM expanded __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
  4802
file=\epoc32\release\ARMV5\urel\RECDRM.DLL 	"Sys\Bin\RECDRM.DLL" 
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\private\102073ea\excludes\101F51F2.exc 	"private\102073ea\excludes\101F51F2.exc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4804
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, OmaDrmAgent.dll , OmaDrmAgent.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4805
file=\epoc32\release\ARMV5\urel\OmaDrmAgent.dll 	"Sys\Bin\OmaDrmAgent.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4806
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DrmRel1_0StringDict00.dll , DrmRel1_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
  4807
file=\epoc32\release\ARMV5\urel\DrmRel1_0StringDict00.dll 	"Sys\Bin\DrmRel1_0StringDict00.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4808
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DrmRel2_1StringDict00.dll , DrmRel2_1StringDict00.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4809
file=\epoc32\release\ARMV5\urel\DrmRel2_1StringDict00.dll 	"Sys\Bin\DrmRel2_1StringDict00.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4810
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ROHANDLER.DLL , ROHANDLER.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4811
file=\epoc32\release\ARMV5\urel\ROHANDLER.DLL 	"Sys\Bin\ROHANDLER.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4812
file=\epoc32\release\ARMV5\urel\RoapHandler.DLL 	"sys\bin\RoapHandler.DLL"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4813
REM expanded __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
  4814
file=\epoc32\release\ARMV5\urel\HTTPFilterDRM.dll 	"Sys\Bin\HTTPFilterDRM.dll" 
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\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
  4816
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
  4817
file=\epoc32\release\ARMV5\urel\DRMENCRYPTOR.exe 	"sys\bin\DRMENCRYPTOR.exe" 
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\apps\DRMEncryptor.mbm_rom" 	"resource\apps\DRMEncryptor.mbm"
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\apps\DRMEncryptor.mif 	"resource\apps\DRMEncryptor.mif"
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\apps\DRMENCRYPTOR_AIF.MIF 	"resource\apps\DRMENCRYPTOR_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4821
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\DRMENCRYPTOR_reg.rsc 	"Private\10003a3f\apps\DRMENCRYPTOR_reg.rsc" 
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\apps\drmencryptor.rsc 	"resource\apps\drmencryptor.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4823
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
  4824
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
  4825
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
  4826
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
  4827
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
  4828
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
  4829
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
  4830
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
  4831
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
  4832
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
  4833
file=\epoc32\release\ARMV5\urel\drmserviceapiwrapper.dll 	"sys\bin\drmserviceapiwrapper.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4834
REM expanded __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
  4835
file=\epoc32\release\ARMV5\urel\drmsettingsplugin.dll 	"Sys\Bin\drmsettingsplugin.dll" 
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\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
  4837
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
  4838
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
  4839
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
  4840
file=\epoc32\release\ARMV5\urel\DrmUtilityDmgrWrapper.dll 	"sys\bin\DrmUtilityDmgrWrapper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4841
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
  4842
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
  4843
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
  4844
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
  4845
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
  4846
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
  4847
file=\epoc32\release\ARMV5\urel\dunatext.dll 	"sys\bin\dunatext.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4848
file=\epoc32\release\ARMV5\urel\dunbt.dll 	"sys\bin\dunbt.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4849
REM expanded __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
  4850
file=\epoc32\release\ARMV5\urel\dunclient.dll 	"Sys\Bin\dunclient.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4851
file=\epoc32\release\ARMV5\urel\dunir.dll 	"sys\bin\dunir.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4852
file=\epoc32\release\ARMV5\urel\dunserver.exe 	"sys\bin\dunserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4853
file=\epoc32\release\ARMV5\urel\dunusb.dll 	"sys\bin\dunusb.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4854
file=\epoc32\release\ARMV5\urel\dunutils.dll 	"sys\bin\dunutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4855
file=\epoc32\release\ARMV5\urel\eapol.dll 	"sys\bin\Eapol.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4856
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapsim.dll ,  eapsim.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4857
file=\epoc32\release\ARMV5\urel\eapsim.dll 	"Sys\Bin\eapsim.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4858
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapaka.dll ,  eapaka.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4859
file=\epoc32\release\ARMV5\urel\eapaka.dll 	"Sys\Bin\eapaka.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4860
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapmschapv2.dll ,  eapmschapv2.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4861
file=\epoc32\release\ARMV5\urel\eapmschapv2.dll 	"Sys\Bin\eapmschapv2.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4862
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eaptlspeap.dll ,  eaptlspeap.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4863
file=\epoc32\release\ARMV5\urel\eaptlspeap.dll 	"Sys\Bin\eaptlspeap.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4864
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapsecurid.dll ,  eapsecurid.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4865
file=\epoc32\release\ARMV5\urel\eapsecurid.dll 	"Sys\Bin\eapsecurid.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4866
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eapvpnif.dll , eapvpnif.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4867
file=\epoc32\release\ARMV5\urel\eapvpnif.dll 	"Sys\Bin\eapvpnif.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4868
REM expanded __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
  4869
file=\epoc32\release\ARMV5\urel\wlaneapolif.dll 	"Sys\Bin\wlaneapolif.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4870
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  eapprotectedsetup.dll ,  eapprotectedsetup.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4871
file=\epoc32\release\ARMV5\urel\eapprotectedsetup.dll 	"Sys\Bin\eapprotectedsetup.dll" 
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\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
  4873
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
  4874
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
  4875
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
  4876
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
  4877
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
  4878
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
  4879
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
  4880
data=\epoc32\data\Z\Resource\eikcdlg.rsc 	"resource\eikcdlg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4881
file=\epoc32\release\ARMV5\urel\eiksrvui.dll 	"sys\bin\eiksrvui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4882
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
  4883
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
  4884
file=\epoc32\release\ARMV5\urel\MMDataSourceFactory.dll 	"sys\bin\MMDataSourceFactory.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4885
file=\epoc32\release\ARMV5\urel\StreamControlCustomCommands.dll 	"sys\bin\StreamControlCustomCommands.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4886
file=\epoc32\release\ARMV5\urel\CacheSource.dll 	"sys\bin\CacheSource.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4887
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
  4888
file=\epoc32\release\ARMV5\urel\EnhancedMediaClient.dll 	"sys\bin\EnhancedMediaClient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4889
file=\epoc32\release\ARMV5\urel\TransferRateMonitor.dll 	"sys\bin\TransferRateMonitor.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4890
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ProgDLSource.dll , ProgDLSource.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4891
file=\epoc32\release\ARMV5\urel\ProgDLSource.dll 	"Sys\Bin\ProgDLSource.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4892
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DataBufferSource.DLL , DataBufferSource.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4893
file=\epoc32\release\ARMV5\urel\DataBufferSource.DLL 	"Sys\Bin\DataBufferSource.DLL" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4894
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, FileSource.DLL , FileSource.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4895
file=\epoc32\release\ARMV5\urel\FileSource.DLL 	"Sys\Bin\FileSource.DLL" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4896
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DescriptorDataSource.DLL , DescriptorDataSource.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4897
file=\epoc32\release\ARMV5\urel\DescriptorDataSource.DLL 	"Sys\Bin\DescriptorDataSource.DLL" 
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\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
  4899
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
  4900
file=\epoc32\release\ARMV5\urel\DOSENPOLICY.DLL 	"sys\bin\DOSENPOLICY.DLL"
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\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
  4902
data=\epoc32\data\Z\resource\apps\Equalizer.mif 	"resource\apps\Equalizer.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4903
file=\epoc32\release\ARMV5\urel\Equalizer.dll 	"sys\bin\Equalizer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4904
file=\epoc32\release\ARMV5\urel\extendedconnpref.dll 	"sys\bin\extendedconnpref.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4905
REM expanded __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
  4906
file=\epoc32\release\ARMV5\urel\extendedconnprefecom.dll 	"Sys\Bin\extendedconnprefecom.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4907
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
  4908
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
  4909
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
  4910
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
  4911
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
  4912
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
  4913
file=\epoc32\release\ARMV5\urel\FeedsServer.exe 	"sys\bin\FeedsServer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4914
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
  4915
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
  4916
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
  4917
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
  4918
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
  4919
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
  4920
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
  4921
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
  4922
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
  4923
REM FONTPROVIDER
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4924
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
  4925
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
  4926
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
  4927
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
  4928
file=\epoc32\release\ARMV5\urel\fotaserver.exe 	"sys\bin\fotaserver.exe" 
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\apps\fotaserver.mbm_rom" 	"resource\apps\fotaserver.mbm"
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\apps\fotaserver.mif 	"resource\apps\fotaserver.mif"
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\apps\fotaserver_AIF.MIF 	"resource\apps\fotaserver_aif.mif" 
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\PRIVATE\10003A3F\APPS\fotaserver_reg.rsc 	"Private\10003a3f\apps\fotaserver_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4933
file=\epoc32\release\ARMV5\urel\fotaschedulehandler.exe 	"sys\bin\fotaschedulehandler.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4934
file=\epoc32\release\ARMV5\urel\FMSServer.exe 	"sys\bin\FMSServer.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4935
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, fotadiskstorage.dll , fotadiskstorage.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4936
file=\epoc32\release\ARMV5\urel\fotadiskstorage.dll 	"Sys\Bin\fotadiskstorage.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4937
REM expanded __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
  4938
file=\epoc32\release\ARMV5\urel\RfsFotaPlugin.dll 	"Sys\Bin\RfsFotaPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4939
file=\epoc32\release\ARMV5\urel\fotacustcmds.dll 	"sys\bin\fotacustcmds.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4940
REM expanded __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
  4941
file=\epoc32\release\ARMV5\urel\gamedatarec.dll 	"Sys\Bin\gamedatarec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4942
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
  4943
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
  4944
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
  4945
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
  4946
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
  4947
data=\epoc32\data\Z\System\install\gba_stub.sis 	"System\Install\gba_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4948
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gbauicc2.dll ,  gbauicc2.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4949
file=\epoc32\release\ARMV5\urel\gbauicc2.dll 	"Sys\Bin\gbauicc2.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4950
REM expanded __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
  4951
file=\epoc32\release\ARMV5\urel\httpfiltergba2.dll 	"Sys\Bin\httpfiltergba2.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4952
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
  4953
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
  4954
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
  4955
data=\epoc32\data\Z\System\..\private\10207218\goomconfig.xml 	"private\10207218\goomconfig.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4956
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  gsaccessoryplugin.dll ,  gsaccessoryplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4957
file=\epoc32\release\ARMV5\urel\gsaccessoryplugin.dll 	"Sys\Bin\gsaccessoryplugin.dll" 
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\gsaccplugin.mif 	"resource\apps\gsaccplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4959
REM expanded         __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
  4960
file=\epoc32\release\ARMV5\urel\GSAdminPlugin.dll 	"Sys\Bin\GSAdminPlugin.dll" 
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\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
  4962
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
  4963
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
  4964
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
  4965
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
  4966
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
  4967
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
  4968
data=\epoc32\data\Z\private\100058EC\backup_registration.xml 	"private\100058EC\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4969
REM expanded         __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
  4970
file=\epoc32\release\ARMV5\urel\GSAppsPlugin.dll 	"Sys\Bin\GSAppsPlugin.dll" 
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\apps\GSAppsPlugin.mif 	"resource\apps\GSAppsPlugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4972
file=\epoc32\release\ARMV5\urel\BackgroundImage.dll 	"sys\bin\BackgroundImage.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4973
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSCallBarringPlugin.dll ,  GSCallBarringPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4974
file=\epoc32\release\ARMV5\urel\GSCallBarringPlugin.dll 	"Sys\Bin\GSCallBarringPlugin.dll" 
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\GSCallBarringplugin.mif 	"resource\apps\GSCallBarringplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4976
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSCallDivertPlugin.dll ,  GSCallDivertPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4977
file=\epoc32\release\ARMV5\urel\GSCallDivertPlugin.dll 	"Sys\Bin\GSCallDivertPlugin.dll" 
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\GSCallDivertplugin.mif 	"resource\apps\GSCallDivertplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4979
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSCallPlugin.dll ,  GSCallPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4980
file=\epoc32\release\ARMV5\urel\GSCallPlugin.dll 	"Sys\Bin\GSCallPlugin.dll" 
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\apps\GSCallplugin.mif 	"resource\apps\GSCallplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4982
REM expanded     __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
  4983
file=\epoc32\release\ARMV5\urel\gsconnsettingsplugin.dll 	"Sys\Bin\gsconnsettingsplugin.dll" 
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\apps\gsconnsettingsplugin.mif 	"resource\apps\gsconnsettingsplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4985
REM expanded         __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
  4986
file=\epoc32\release\ARMV5\urel\GSConPlugin.dll 	"Sys\Bin\GSConPlugin.dll" 
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\GSConPlugin.mif 	"resource\apps\GSConPlugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4988
REM expanded         __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
  4989
file=\epoc32\release\ARMV5\urel\GSDataCallPlugin.dll 	"Sys\Bin\GSDataCallPlugin.dll" 
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\GSDataCallPlugin.mif 	"resource\apps\GSDataCallPlugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4991
REM expanded         __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
  4992
file=\epoc32\release\ARMV5\urel\GSDeviceManagementPlugin.dll 	"Sys\Bin\GSDeviceManagementPlugin.dll" 
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\GSDeviceManagementPlugin.mif 	"resource\apps\GSDeviceManagementPlugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4994
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSDisplayPlugin.dll ,  GSDisplayPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  4995
file=\epoc32\release\ARMV5\urel\GSDisplayPlugin.dll 	"Sys\Bin\GSDisplayPlugin.dll" 
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\apps\GSDisplayplugin.mif 	"resource\apps\GSDisplayplugin.mif"
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\Private\2000B187\2000B591.xml 	"private\2000B187\2000B591.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  4998
REM expanded         __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
  4999
file=\epoc32\release\ARMV5\urel\GSGenPlugin.dll 	"Sys\Bin\GSGenPlugin.dll" 
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\apps\GSGenPlugin.mif 	"resource\apps\GSGenPlugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5001
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSIndicatorPlugin.dll ,  GSIndicatorPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5002
file=\epoc32\release\ARMV5\urel\GSIndicatorPlugin.dll 	"Sys\Bin\GSIndicatorPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5003
REM expanded         __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
  5004
file=\epoc32\release\ARMV5\urel\GSInstallationsPlugin.dll 	"Sys\Bin\GSInstallationsPlugin.dll" 
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\apps\GSInstallationsPlugin.mif 	"resource\apps\GSInstallationsPlugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5006
REM expanded         __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
  5007
file=\epoc32\release\ARMV5\urel\GSLangPlugin.dll 	"Sys\Bin\GSLangPlugin.dll" 
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\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
  5009
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
  5010
file=\epoc32\release\ARMV5\urel\GSListBox.dll 	"sys\bin\GSListBox.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5011
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSNetworkPlugin.dll ,  GSNetworkPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5012
file=\epoc32\release\ARMV5\urel\GSNetworkPlugin.dll 	"Sys\Bin\GSNetworkPlugin.dll" 
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\apps\GSNetworkplugin.mif 	"resource\apps\GSNetworkplugin.mif"
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\Private\2000B187\2000B593.xml 	"private\2000B187\2000B593.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5015
REM expanded         __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
  5016
file=\epoc32\release\ARMV5\urel\GSOpticalJoystickPlugin.dll 	"Sys\Bin\GSOpticalJoystickPlugin.dll" 
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\apps\GSOpticalJoystickPlugin.mif 	"resource\apps\GSOpticalJoystickPlugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5018
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSPDataAccessPointPlugin.dll ,  GSPDataAccessPointPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5019
file=\epoc32\release\ARMV5\urel\GSPDataAccessPointPlugin.dll 	"Sys\Bin\GSPDataAccessPointPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5020
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSPDataConnectionPlugin.dll ,  GSPDataConnectionPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5021
file=\epoc32\release\ARMV5\urel\GSPDataConnectionPlugin.dll 	"Sys\Bin\GSPDataConnectionPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5022
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSPDataHSDPAPlugin.dll ,  GSPDataHSDPAPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5023
file=\epoc32\release\ARMV5\urel\GSPDataHSDPAPlugin.dll 	"Sys\Bin\GSPDataHSDPAPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5024
REM expanded         __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
  5025
file=\epoc32\release\ARMV5\urel\GSPDataPlugin.dll 	"Sys\Bin\GSPDataPlugin.dll" 
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\GSPDataPlugin.mif 	"resource\apps\GSPDataPlugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5027
REM expanded         __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
  5028
file=\epoc32\release\ARMV5\urel\GSPowerSavingQueryPlugin.dll 	"Sys\Bin\GSPowerSavingQueryPlugin.dll" 
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\resource\apps\GSPowerSavingQueryPlugin.mif 	"resource\apps\GSPowerSavingQueryPlugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5030
REM expanded         __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
  5031
file=\epoc32\release\ARMV5\urel\GSSecurityPlugin.dll 	"Sys\Bin\GSSecurityPlugin.dll" 
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\apps\GSSecPlugin.mif 	"resource\apps\GSSecPlugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5033
REM expanded __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
  5034
file=\epoc32\release\ARMV5\urel\gssensorplugin.dll 	"Sys\Bin\gssensorplugin.dll" 
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\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
  5036
file=\epoc32\release\ARMV5\urel\GSServerEngine.dll 	"sys\bin\GSServerEngine.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5037
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GSSimSecPlugin.dll ,  GSSimSecPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5038
file=\epoc32\release\ARMV5\urel\GSSimSecPlugin.dll 	"Sys\Bin\GSSimSecPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5039
REM expanded         __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
  5040
file=\epoc32\release\ARMV5\urel\GSSIPSettingsPlugin.dll 	"Sys\Bin\GSSIPSettingsPlugin.dll" 
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\GSSIPSettingsPlugin.mif 	"resource\apps\GSSIPSettingsPlugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5042
REM expanded         __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
  5043
file=\epoc32\release\ARMV5\urel\GSSynchronisationPlugin.dll 	"Sys\Bin\GSSynchronisationPlugin.dll" 
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\GSSynchronisationPlugin.mif 	"resource\apps\GSSynchronisationPlugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5045
REM expanded         __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
  5046
file=\epoc32\release\ARMV5\urel\GSTelPlugin.dll 	"Sys\Bin\GSTelPlugin.dll" 
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\apps\GSTelplugin.mif 	"resource\apps\GSTelplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5048
REM expanded __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
  5049
file=\epoc32\release\ARMV5\urel\GSXDMPlugin.dll 	"Sys\Bin\GSXDMPlugin.dll" 
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\apps\GSXDMplugin.mif 	"resource\apps\GSXDMplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5051
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hapticsconnplugin.dll , hapticsconnplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5052
file=\epoc32\release\ARMV5\urel\hapticsconnplugin.dll 	"Sys\Bin\hapticsconnplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5053
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hidheadset.dll , hidheadset.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5054
file=\epoc32\release\ARMV5\urel\hidheadset.dll 	"Sys\Bin\hidheadset.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5055
REM expanded __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
  5056
file=\epoc32\release\ARMV5\urel\hidremconbearer.dll 	"Sys\Bin\hidremconbearer.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5057
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
  5058
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
  5059
file=\epoc32\release\ARMV5\urel\HotSpotServer.exe 	"sys\bin\HotSpotServer.exe" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5060
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  NetCfgExtnHotSpot.dll ,  NetCfgExtnHotSpot.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5061
file=\epoc32\release\ARMV5\urel\NetCfgExtnHotSpot.dll 	"Sys\Bin\NetCfgExtnHotSpot.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5062
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  HssMgmtImpl.dll ,  HssMgmtImpl.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5063
file=\epoc32\release\ARMV5\urel\HssMgmtImpl.dll 	"Sys\Bin\HssMgmtImpl.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5064
REM expanded __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
  5065
file=\epoc32\release\ARMV5\urel\wlanagthotspotimpl.dll 	"Sys\Bin\wlanagthotspotimpl.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5066
file=\epoc32\release\ARMV5\urel\HsBrowser.exe 	"sys\bin\HsBrowser.exe" 
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\PRIVATE\10003A3F\APPS\HsBrowser_reg.rsc 	"Private\10003a3f\apps\HsBrowser_reg.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\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
  5069
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
  5070
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
  5071
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
  5072
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
  5073
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
  5074
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
  5075
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
  5076
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
  5077
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
  5078
file=\epoc32\release\ARMV5\urel\hspsdefinitionengineinterface.dll 	"sys\bin\hspsdefinitionengineinterface.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5079
REM expanded __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
  5080
file=\epoc32\release\ARMV5\urel\hspsdefinitionengine.dll 	"Sys\Bin\hspsdefinitionengine.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5081
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
  5082
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
  5083
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
  5084
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
  5085
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
  5086
file=\epoc32\release\ARMV5\urel\hspsservice.dll 	"sys\bin\hspsservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5087
REM expanded __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
  5088
file=\epoc32\release\ARMV5\urel\hspsprovider.dll 	"Sys\Bin\hspsprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5089
file=\epoc32\release\ARMV5\urel\hswidgetpublisher.dll 	"sys\bin\hswidgetpublisher.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5090
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HttpFilterAcceptHeader.dll , HttpFilterAcceptHeader.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5091
file=\epoc32\release\ARMV5\urel\HttpFilterAcceptHeader.dll 	"Sys\Bin\HttpFilterAcceptHeader.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5092
REM expanded __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
  5093
file=\epoc32\release\ARMV5\urel\httpfilterauthentication.dll 	"Sys\Bin\httpfilterauthentication.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5094
file=\epoc32\release\ARMV5\urel\httpfiltercommon.dll 	"sys\bin\httpfiltercommon.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5095
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpfilterconnhandler.dll , httpfilterconnhandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5096
file=\epoc32\release\ARMV5\urel\httpfilterconnhandler.dll 	"Sys\Bin\httpfilterconnhandler.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5097
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, httpfilterIop.dll , httpfilterIop.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5098
file=\epoc32\release\ARMV5\urel\httpfilterIop.dll 	"Sys\Bin\httpfilterIop.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5099
REM expanded __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
  5100
file=\epoc32\release\ARMV5\urel\httpfilterproxy.dll 	"Sys\Bin\httpfilterproxy.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5101
file=\epoc32\release\ARMV5\urel\iaupdate.exe 	"sys\bin\iaupdate.exe" 
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\apps\iaupdate.mif 	"resource\apps\iaupdate.mif"
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\apps\iaupdate_AIF.MIF 	"resource\apps\iaupdate_aif.mif" 
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\PRIVATE\10003A3F\APPS\iaupdate_reg.rsc 	"Private\10003a3f\import\apps\iaupdate_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5105
file=\epoc32\release\ARMV5\urel\iaupdater.exe 	"sys\bin\iaupdater.exe" 
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\PRIVATE\10003A3F\APPS\iaupdater_reg.rsc 	"Private\10003a3f\import\apps\iaupdater_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5107
file=\epoc32\release\ARMV5\urel\iaupdatelauncher.exe 	"sys\bin\iaupdatelauncher.exe" 
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\PRIVATE\10003A3F\APPS\iaupdatelauncher_reg.rsc 	"Private\10003a3f\import\apps\iaupdatelauncher_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5109
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
  5110
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
  5111
file=\epoc32\release\ARMV5\urel\iaupdateengine.dll 	"sys\bin\iaupdateengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5112
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
  5113
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
  5114
file=\epoc32\release\ARMV5\urel\iaupdatefwupdate.dll 	"sys\bin\iaupdatefwupdate.dll"
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\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
  5116
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
  5117
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
  5118
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
  5119
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
  5120
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
  5121
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
  5122
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
  5123
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
  5124
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
  5125
file=\epoc32\release\ARMV5\urel\aifw.dll 	"sys\bin\aifw.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5126
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenIDWSFplugin.dll , SenIDWSFplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5127
file=\epoc32\release\ARMV5\urel\SenIDWSFplugin.dll 	"Sys\Bin\SenIDWSFplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5128
REM expanded __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
  5129
file=\epoc32\release\ARMV5\urel\SenIdWsfSecMech.dll 	"Sys\Bin\SenIdWsfSecMech.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5130
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
  5131
file=\epoc32\release\ARMV5\urel\EngineWrapper.dll 	"sys\bin\ENgineWrapper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5132
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
  5133
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
  5134
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
  5135
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
  5136
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
  5137
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
  5138
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
  5139
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
  5140
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
  5141
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
  5142
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
  5143
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
  5144
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
  5145
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
  5146
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
  5147
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
  5148
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
  5149
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
  5150
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
  5151
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
  5152
file=\epoc32\release\ARMV5\urel\ImageEditorUtils.dll 	"sys\bin\ImageEditorUtils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5153
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
  5154
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
  5155
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
  5156
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
  5157
file=\epoc32\release\ARMV5\urel\improcessor.dll 	"sys\bin\improcessor.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5158
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  imecomhook.dll ,  imecomhook.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5159
file=\epoc32\release\ARMV5\urel\imecomhook.dll 	"Sys\Bin\imecomhook.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5160
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  imdatamodelhook.dll ,  imdatamodelhook.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5161
file=\epoc32\release\ARMV5\urel\imdatamodelhook.dll 	"Sys\Bin\imdatamodelhook.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5162
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  imoperationshook.dll ,  imoperationshook.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5163
file=\epoc32\release\ARMV5\urel\imoperationshook.dll 	"Sys\Bin\imoperationshook.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5164
REM expanded __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
  5165
file=\epoc32\release\ARMV5\urel\improcessorhook.dll 	"Sys\Bin\improcessorhook.dll" 
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\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
  5167
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
  5168
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
  5169
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
  5170
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
  5171
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
  5172
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
  5173
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
  5174
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
  5175
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
  5176
file=\epoc32\release\ARMV5\urel\eposprvqnif.dll 	"sys\bin\eposprvqnif.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5177
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, LBTContextSourcePlugIn.dll , LBTContextSourcePlugIn.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5178
file=\epoc32\release\ARMV5\urel\LBTContextSourcePlugIn.dll 	"Sys\Bin\LBTContextSourcePlugIn.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5179
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, lbtmgmtplugin.dll , lbtmgmtplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5180
file=\epoc32\release\ARMV5\urel\lbtmgmtplugin.dll 	"Sys\Bin\lbtmgmtplugin.dll" 
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\System\install\lbtmgmtuistub.sis 	"system\install\lbtmgmtuistub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5182
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  lccustomplugin.dll ,  lccustomplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5183
file=\epoc32\release\ARMV5\urel\lccustomplugin.dll 	"Sys\Bin\lccustomplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5184
REM expanded __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
  5185
file=\epoc32\release\ARMV5\urel\lcstylustap.dll 	"Sys\Bin\lcstylustap.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5186
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
  5187
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
  5188
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
  5189
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
  5190
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
  5191
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
  5192
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
  5193
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
  5194
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
  5195
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
  5196
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
  5197
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
  5198
data=\epoc32\data\Z\resource\apps\eposlmglcategories.mif 	"resource\apps\eposlmglcategories.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5199
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmlocalaccessprovider.dll , eposlmlocalaccessprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5200
file=\epoc32\release\ARMV5\urel\eposlmlocalaccessprovider.dll 	"Sys\Bin\eposlmlocalaccessprovider.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5201
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmlocalsearchprovider.dll , eposlmlocalsearchprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5202
file=\epoc32\release\ARMV5\urel\eposlmlocalsearchprovider.dll 	"Sys\Bin\eposlmlocalsearchprovider.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5203
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmlocaldbmanprovider.dll , eposlmlocaldbmanprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5204
file=\epoc32\release\ARMV5\urel\eposlmlocaldbmanprovider.dll 	"Sys\Bin\eposlmlocaldbmanprovider.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5205
REM expanded __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
  5206
file=\epoc32\release\ARMV5\urel\eposlmdbmanprov.dll 	"Sys\Bin\eposlmdbmanprov.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5207
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
  5208
file=\epoc32\release\ARMV5\urel\eposlmservlib.dll 	"sys\bin\eposlmservlib.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5209
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposlmrecognizer.dll , eposlmrecognizer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5210
file=\epoc32\release\ARMV5\urel\eposlmrecognizer.dll 	"Sys\Bin\eposlmrecognizer.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5211
REM expanded __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
  5212
file=\epoc32\release\ARMV5\urel\eposlmconverter.dll 	"Sys\Bin\eposlmconverter.dll" 
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\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
  5214
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
  5215
file=\epoc32\release\ARMV5\urel\mnservicelib.dll 	"sys\bin\mnservicelib.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5216
REM expanded __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
  5217
file=\epoc32\release\ARMV5\urel\mnaiwprovider.dll 	"Sys\Bin\mnaiwprovider.dll" 
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\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
  5219
file=\epoc32\release\ARMV5\urel\epos_suplterminitiation.dll 	"sys\bin\epos_suplterminitiation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5220
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
  5221
file=\epoc32\release\ARMV5\urel\epossuplgateway.exe 	"sys\bin\epossuplgateway.exe"
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\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
  5223
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
  5224
file=\epoc32\release\ARMV5\urel\epos_suplsettings.dll 	"sys\bin\epos_suplsettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5225
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
  5226
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
  5227
data=\epoc32\data\Z\System\install\locationsysuistub.sis 	"system\install\locationsysuistub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5228
REM expanded   __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
  5229
file=\epoc32\release\ARMV5\urel\locsysuiview.dll 	"Sys\Bin\locsysuiview.dll" 
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\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
  5231
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
  5232
file=\epoc32\release\ARMV5\urel\lbt.dll 	"sys\bin\lbt.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5233
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
  5234
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
  5235
file=\epoc32\release\ARMV5\urel\lbtserver.exe 	"sys\bin\lbtserver.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5236
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  lbtserverlogic.dll ,  lbtserverlogic.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5237
file=\epoc32\release\ARMV5\urel\lbtserverlogic.dll 	"Sys\Bin\lbtserverlogic.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5238
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
  5239
file=\epoc32\release\ARMV5\urel\lbtcontainer.dll 	"sys\bin\lbtcontainer.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5240
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  lbtstrategy.dll ,  lbtstrategy.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5241
file=\epoc32\release\ARMV5\urel\lbtstrategy.dll 	"Sys\Bin\lbtstrategy.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5242
file=\epoc32\release\ARMV5\urel\ltmvmtdetapi.dll 	"sys\bin\ltmvmtdetapi.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5243
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ltcellidmovdet.dll ,  ltcellidmovdet.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5244
file=\epoc32\release\ARMV5\urel\ltcellidmovdet.dll 	"Sys\Bin\ltcellidmovdet.dll" 
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\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
  5246
file=\epoc32\release\ARMV5\urel\lbtmanager.dll 	"sys\bin\lbtmanager.dll"
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\System\install\lbtstub.sis 	"system\install\lbtstub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5248
REM expanded __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
  5249
file=\epoc32\release\ARMV5\urel\locbtnotifier.dll 	"Sys\Bin\locbtnotifier.dll" 
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\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
  5251
data=\epoc32\data\Z\private\10282BC4\Settings\10282C74\locbtgpspsypscontextstate.xml 	"private\10282BC4\Settings\10282C74\locbtgpspsypscontextstate.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5252
REM expanded __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
  5253
file=\epoc32\release\ARMV5\urel\locgpsindicatorplugin.dll 	"Sys\Bin\locgpsindicatorplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5254
file=\epoc32\release\ARMV5\urel\lockapp.exe 	"sys\bin\lockapp.exe" 
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\PRIVATE\10003A3F\APPS\lockapp_reg.rsc 	"Private\10003a3f\apps\lockapp_reg.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\System\install\lockapp_stub.sis 	"system\install\lockapp_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5257
file=\epoc32\release\ARMV5\UDEB\lockclient.dll 	"sys\bin\lockclient.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5258
REM expanded __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
  5259
file=\epoc32\release\ARMV5\urel\locnotprefplugin.dll 	"Sys\Bin\locnotprefplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5260
file=\epoc32\release\ARMV5\urel\locod.exe 	"sys\bin\locod.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5261
REM expanded   __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
  5262
file=\epoc32\release\ARMV5\urel\locpsysettingsui.dll 	"Sys\Bin\locpsysettingsui.dll" 
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\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
  5264
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
  5265
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
  5266
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
  5267
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
  5268
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
  5269
data=\epoc32\data\Z\private\10281861\backup_registration.xml 	"private\10281861\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5270
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locsuplsettings.dll , locsuplsettings.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5271
file=\epoc32\release\ARMV5\urel\locsuplsettings.dll 	"Sys\Bin\locsuplsettings.dll" 
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\apps\locsuplsettings.mif 	"resource\apps\locsuplsettings.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5273
REM expanded   __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
  5274
file=\epoc32\release\ARMV5\urel\locnotifierwrapper.dll 	"Sys\Bin\locnotifierwrapper.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5275
file=\epoc32\release\ARMV5\urel\locverifierdlg.dll 	"sys\bin\locverifierdlg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5276
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
  5277
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
  5278
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
  5279
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
  5280
file=\epoc32\release\ARMV5\urel\mcsmenu.dll 	"sys\bin\mcsmenu.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5281
file=\epoc32\release\ARMV5\urel\mcsmenuserver.exe 	"sys\bin\mcsmenuserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5282
file=\epoc32\release\ARMV5\urel\mcsextendedmenu.dll 	"sys\bin\mcsextendedmenu.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5283
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
  5284
file=\epoc32\release\ARMV5\urel\menuinterface.dll 	"sys\bin\menuinterface.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5285
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mcsmenuhandler.dll ,  mcsmenuhandler.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5286
file=\epoc32\release\ARMV5\urel\mcsmenuhandler.dll 	"Sys\Bin\mcsmenuhandler.dll" 
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\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
  5288
data=\epoc32\data\Z\resource\apps\aimcsplugin.mif 	"resource\apps\aimcsplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5289
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mcsplugin.dll , mcsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5290
file=\epoc32\release\ARMV5\urel\mcsplugin.dll 	"Sys\Bin\mcsplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5291
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mcspluginhandler.dll , mcspluginhandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5292
file=\epoc32\release\ARMV5\urel\mcspluginhandler.dll 	"Sys\Bin\mcspluginhandler.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5293
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mcspluginsettings.dll , mcspluginsettings.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5294
file=\epoc32\release\ARMV5\urel\mcspluginsettings.dll 	"Sys\Bin\mcspluginsettings.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5295
file=\epoc32\release\ARMV5\urel\mcsservice.dll 	"sys\bin\mcsservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5296
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mcsprovider.dll ,  mcsprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5297
file=\epoc32\release\ARMV5\urel\mcsprovider.dll 	"Sys\Bin\mcsprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5298
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
  5299
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
  5300
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
  5301
file=\epoc32\release\ARMV5\urel\!mdsserver.exe 	"sys\bin\!mdsserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5302
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
  5303
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
  5304
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
  5305
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
  5306
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
  5307
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
  5308
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
  5309
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
  5310
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
  5311
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
  5312
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
  5313
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
  5314
file=\epoc32\release\ARMV5\urel\mdsfileserverplugin.pxt 	"sys\bin\mdsfileserverplugin.pxt"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5315
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HarvesterImagePlugin.dll , HarvesterImagePlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5316
file=\epoc32\release\ARMV5\urel\HarvesterImagePlugin.dll 	"Sys\Bin\HarvesterImagePlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5317
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HarvesterVideoPlugin.dll , HarvesterVideoPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5318
file=\epoc32\release\ARMV5\urel\HarvesterVideoPlugin.dll 	"Sys\Bin\HarvesterVideoPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5319
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, HarvesterMessagePlugin.dll , HarvesterMessagePlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5320
file=\epoc32\release\ARMV5\urel\HarvesterMessagePlugin.dll 	"Sys\Bin\HarvesterMessagePlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5321
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, harvesteromadrmplugin.dll , harvesteromadrmplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5322
file=\epoc32\release\ARMV5\urel\harvesteromadrmplugin.dll 	"Sys\Bin\harvesteromadrmplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5323
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, harvesterwmvplugin.dll , harvesterwmvplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5324
file=\epoc32\release\ARMV5\urel\harvesterwmvplugin.dll 	"Sys\Bin\harvesterwmvplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5325
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, harvesterrtpplugin.dll , harvesterrtpplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5326
file=\epoc32\release\ARMV5\urel\harvesterrtpplugin.dll 	"Sys\Bin\harvesterrtpplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5327
REM expanded __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
  5328
file=\epoc32\release\ARMV5\urel\harvesteraudioplugin.dll 	"Sys\Bin\harvesteraudioplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5329
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
  5330
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
  5331
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
  5332
file=\epoc32\release\ARMV5\urel\MonitorPluginInterface.dll 	"sys\bin\MonitorPluginInterface.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5333
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MMCMonitorPlugin.dll , MMCMonitorPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5334
file=\epoc32\release\ARMV5\urel\MMCMonitorPlugin.dll 	"Sys\Bin\MMCMonitorPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5335
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, FileMonitorPlugin.dll , FileMonitorPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5336
file=\epoc32\release\ARMV5\urel\FileMonitorPlugin.dll 	"Sys\Bin\FileMonitorPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5337
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, MessageMonitorPlugin.dll , MessageMonitorPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5338
file=\epoc32\release\ARMV5\urel\MessageMonitorPlugin.dll 	"Sys\Bin\MessageMonitorPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5339
REM expanded __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
  5340
file=\epoc32\release\ARMV5\urel\mdsoomplugin.dll 	"Sys\Bin\mdsoomplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5341
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
  5342
file=\epoc32\release\ARMV5\urel\ContextEngine.dll 	"sys\bin\ContextEngine.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5343
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, locationcontextplugin.dll , locationcontextplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5344
file=\epoc32\release\ARMV5\urel\locationcontextplugin.dll 	"Sys\Bin\locationcontextplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5345
REM expanded __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
  5346
file=\epoc32\release\ARMV5\urel\calendarcontextplugin.dll 	"Sys\Bin\calendarcontextplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5347
file=\epoc32\release\ARMV5\urel\ComposerPluginInterface.dll 	"sys\bin\ComposerPluginInterface.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5348
REM expanded __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
  5349
file=\epoc32\release\ARMV5\urel\ComposerImagePlugin.dll 	"Sys\Bin\ComposerImagePlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5350
REM locationmanager
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5351
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
  5352
REM locationmanagerserver
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5353
file=\epoc32\release\ARMV5\urel\locationmanagerserver.exe 	"sys\bin\locationmanagerserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5354
REM watchdog
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5355
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
  5356
REM locationtrail
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5357
file=\epoc32\release\ARMV5\urel\locationtrail.dll 	"sys\bin\locationtrail.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5358
REM ReverseGeocode
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5359
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
  5360
REM Reverse geocoder plugin
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5361
REM expanded __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
  5362
file=\epoc32\release\ARMV5\urel\ReverseGeoCoderPlugin.dll 	"Sys\Bin\ReverseGeoCoderPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5363
REM tagcreator
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5364
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
  5365
REM geotagger
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5366
file=\epoc32\release\ARMV5\urel\geotagger.dll 	"sys\bin\geotagger.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5367
REM geoconverter
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5368
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
  5369
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
  5370
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
  5371
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
  5372
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
  5373
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
  5374
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
  5375
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
  5376
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
  5377
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
  5378
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
  5379
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
  5380
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
  5381
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
  5382
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
  5383
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
  5384
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
  5385
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
  5386
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
  5387
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
  5388
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
  5389
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
  5390
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
  5391
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
  5392
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
  5393
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
  5394
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
  5395
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
  5396
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
  5397
file=\epoc32\release\ARMV5\urel\MediaFileList.dll 	"sys\bin\MediaFileList.dll"
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\resource\apps\mediafilelist.mif 	"resource\apps\mediafilelist.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5399
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
  5400
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
  5401
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
  5402
data=\epoc32\data\Z\System\install\metadata_stub.sis 	"System\Install\metadata_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5403
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmfaudiotonecontroller.dll , mmfaudiotonecontroller.dll ) 
0
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\mmfaudiotonecontroller.dll 	"Sys\Bin\mmfaudiotonecontroller.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5405
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, recrt.dll , recrt.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
file=\epoc32\release\ARMV5\urel\recrt.dll 	"Sys\Bin\recrt.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5407
REM expanded __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
  5408
file=\epoc32\release\ARMV5\urel\MMKeyBearer.dll 	"Sys\Bin\MMKeyBearer.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5409
data=\epoc32\data\Z\System\install\mmmtpdpstub.sis 	"System\install\mmmtpdpstub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5410
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mediamtpdataprovider.dll , mediamtpdataprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5411
file=\epoc32\release\ARMV5\urel\mediamtpdataprovider.dll 	"Sys\Bin\mediamtpdataprovider.dll" 
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\mtp\10207C4B.rsc 	"resource\mtp\10207C4B.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5413
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, abstractmediamtpdataprovider.dll , abstractmediamtpdataprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5414
file=\epoc32\release\ARMV5\urel\abstractmediamtpdataprovider.dll 	"Sys\Bin\abstractmediamtpdataprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5415
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
  5416
file=\epoc32\release\ARMV5\urel\mmmtpdprequestprocessor.dll 	"sys\bin\mmmtpdprequestprocessor.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5417
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  modematplugin.dll ,  modematplugin.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
file=\epoc32\release\ARMV5\urel\modematplugin.dll 	"Sys\Bin\modematplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5419
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
  5420
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
  5421
file=\epoc32\release\ARMV5\urel\mpmserver.exe 	"sys\bin\mpmserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5422
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
  5423
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
  5424
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
  5425
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
  5426
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
  5427
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
  5428
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
  5429
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
  5430
file=\epoc32\release\ARMV5\urel\mpxcollectionhelper.dll 	"sys\bin\mpxcollectionhelper.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5431
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
  5432
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
  5433
file=\epoc32\release\ARMV5\urel\mpxharvesterserver.exe 	"sys\bin\mpxharvesterserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5434
file=\epoc32\release\ARMV5\urel\mpxfilehandler.dll 	"sys\bin\mpxfilehandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5435
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
  5436
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
  5437
file=\epoc32\release\ARMV5\urel\mpxmetadataextractor.dll 	"sys\bin\mpxmetadataextractor.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5438
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
  5439
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
  5440
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
  5441
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
  5442
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
  5443
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
  5444
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
  5445
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
  5446
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
  5447
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
  5448
file=\epoc32\release\ARMV5\urel\btmtmui.dll 	"sys\bin\btmtmui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5449
file=\epoc32\release\ARMV5\urel\irmtmui.dll 	"sys\bin\irmtmui.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5450
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtppictbridgedp.dll , mtppictbridgedp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5451
file=\epoc32\release\ARMV5\urel\mtppictbridgedp.dll 	"Sys\Bin\mtppictbridgedp.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5452
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
  5453
file=\epoc32\release\ARMV5\urel\rptp.dll 	"sys\bin\rptp.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5454
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpimagedp.dll , mtpimagedp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5455
file=\epoc32\release\ARMV5\urel\mtpimagedp.dll 	"Sys\Bin\mtpimagedp.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5456
data=\epoc32\data\Z\resource\mtp\2001FCAE.rsc 	"resource\mtp\2001FCAE.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5457
REM expanded __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
  5458
REM MISSING file=\epoc32\release\ARMV5\urel\mtpstatusservice.dll Sys\Bin\mtpstatusservice.dll 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5459
REM MISSING data=\epoc32\data\Z\resource\mtp\2001a97f.rsc  resource\mtp\2001a97f.rsc 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5460
REM expanded __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
  5461
REM MISSING file=\epoc32\release\ARMV5\urel\mtpmetadataservice.dll Sys\Bin\mtpmetadataservice.dll 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5462
REM MISSING data=\epoc32\data\Z\resource\mtp\2001A9A3.rsc  resource\mtp\2001A9A3.rsc
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5463
REM expanded __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
  5464
REM MISSING file=\epoc32\release\ARMV5\urel\mtpwmpextndp.dll Sys\Bin\mtpwmpextndp.dll 
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\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
  5466
REM MISSING file=\epoc32\release\ARMV5\urel\mtppimproxy.dll    system\libs\mtppimproxy.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5467
REM expanded __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
  5468
REM MISSING file=\epoc32\release\ARMV5\urel\mtpcalendardp.dll Sys\Bin\mtpcalendardp.dll 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5469
REM MISSING data=\epoc32\data\Z\resource\mtp\102871B8.rsc  resource\mtp\102871B8.rsc 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5470
REM expanded __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
  5471
REM MISSING file=\epoc32\release\ARMV5\urel\mtptaskdp.dll Sys\Bin\mtptaskdp.dll 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5472
REM MISSING data=\epoc32\data\Z\resource\mtp\10287013.rsc  resource\mtp\10287013.rsc 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5473
REM expanded __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
  5474
REM MISSING file=\epoc32\release\ARMV5\urel\mtpcontactdp.dll Sys\Bin\mtpcontactdp.dll 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5475
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
  5476
REM MISSING data=\epoc32\data\Z\resource\apps\mtpcontactviewdefinition.rsc  resource\apps\mtpcontactviewdefinition.rsc 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5477
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mtpcontroller.dll , mtpcontroller.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5478
file=\epoc32\release\ARMV5\urel\mtpcontroller.dll 	"Sys\Bin\mtpcontroller.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5479
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  mulcoverflowwidget.dll ,  mulcoverflowwidget.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5480
file=\epoc32\release\ARMV5\urel\mulcoverflowwidget.dll 	"Sys\Bin\mulcoverflowwidget.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5481
REM expanded __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
  5482
file=\epoc32\release\ARMV5\urel\muldatamodelplugin.dll 	"Sys\Bin\muldatamodelplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5483
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
  5484
file=\epoc32\release\armv5\urel\muldatamodel.dll 	"sys\bin\muldatamodel.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5485
REM expanded __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
  5486
file=\epoc32\release\ARMV5\urel\mulsliderwidget.dll 	"Sys\Bin\mulsliderwidget.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5487
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
  5488
file=\epoc32\release\ARMV5\urel\mmccinterface.dll 	"sys\bin\mmccinterface.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5489
file=\epoc32\release\ARMV5\urel\mmccjitterbuffer.dll 	"sys\bin\mmccjitterbuffer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5490
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
  5491
file=\epoc32\release\ARMV5\urel\mmccmultiplexer.dll 	"sys\bin\mmccmultiplexer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5492
file=\epoc32\release\ARMV5\urel\mmccsubcontroller.dll 	"sys\bin\mmccsubcontroller.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5493
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmcccontroller.dll , mmcccontroller.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5494
file=\epoc32\release\ARMV5\urel\mmcccontroller.dll 	"Sys\Bin\mmcccontroller.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5495
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccrtpsourcesink.dll , mmccrtpsourcesink.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5496
file=\epoc32\release\ARMV5\urel\mmccrtpsourcesink.dll 	"Sys\Bin\mmccrtpsourcesink.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5497
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccamrplformat.dll , mmccamrplformat.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5498
file=\epoc32\release\ARMV5\urel\mmccamrplformat.dll 	"Sys\Bin\mmccamrplformat.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5499
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccg711plformat.dll , mmccg711plformat.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5500
file=\epoc32\release\ARMV5\urel\mmccg711plformat.dll 	"Sys\Bin\mmccg711plformat.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5501
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccredplformat.dll , mmccredplformat.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5502
file=\epoc32\release\ARMV5\urel\mmccredplformat.dll 	"Sys\Bin\mmccredplformat.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5503
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccg729plformat.dll , mmccg729plformat.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5504
file=\epoc32\release\ARMV5\urel\mmccg729plformat.dll 	"Sys\Bin\mmccg729plformat.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5505
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccilbcplformat.dll , mmccilbcplformat.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5506
file=\epoc32\release\ARMV5\urel\mmccilbcplformat.dll 	"Sys\Bin\mmccilbcplformat.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5507
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccdtmfplformat.dll , mmccdtmfplformat.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5508
file=\epoc32\release\ARMV5\urel\mmccdtmfplformat.dll 	"Sys\Bin\mmccdtmfplformat.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5509
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccanyplformat.dll , mmccanyplformat.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5510
file=\epoc32\release\ARMV5\urel\mmccanyplformat.dll 	"Sys\Bin\mmccanyplformat.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5511
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmcch263plformat.dll , mmcch263plformat.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5512
file=\epoc32\release\ARMV5\urel\mmcch263plformat.dll 	"Sys\Bin\mmcch263plformat.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5513
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccavcplformat.dll , mmccavcplformat.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5514
file=\epoc32\release\ARMV5\urel\mmccavcplformat.dll 	"Sys\Bin\mmccavcplformat.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5515
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccfilesourcesink.dll , mmccfilesourcesink.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5516
file=\epoc32\release\ARMV5\urel\mmccfilesourcesink.dll 	"Sys\Bin\mmccfilesourcesink.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5517
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccvideosourcesink.dll , mmccvideosourcesink.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5518
file=\epoc32\release\ARMV5\urel\mmccvideosourcesink.dll 	"Sys\Bin\mmccvideosourcesink.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5519
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mmccanysourcesink.dll , mmccanysourcesink.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5520
file=\epoc32\release\ARMV5\urel\mmccanysourcesink.dll 	"Sys\Bin\mmccanysourcesink.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5521
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
  5522
file=\epoc32\release\ARMV5\urel\mceserver.exe 	"sys\bin\mceserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5523
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
  5524
file=\epoc32\release\ARMV5\urel\fcpluginengine.dll 	"sys\bin\fcpluginengine.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5525
REM expanded __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
  5526
file=\epoc32\release\ARMV5\urel\fctbcp.dll 	"Sys\Bin\fctbcp.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5527
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
  5528
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
  5529
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
  5530
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
  5531
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
  5532
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
  5533
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
  5534
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
  5535
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
  5536
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
  5537
file=\epoc32\release\ARMV5\urel\stunserver.dll 	"sys\bin\stunserver.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5538
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, icecandidatehandler.dll , icecandidatehandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5539
file=\epoc32\release\ARMV5\urel\icecandidatehandler.dll 	"Sys\Bin\icecandidatehandler.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5540
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, stunplugin.dll , stunplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5541
file=\epoc32\release\ARMV5\urel\stunplugin.dll 	"Sys\Bin\stunplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5542
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, turnplugin.dll , turnplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5543
file=\epoc32\release\ARMV5\urel\turnplugin.dll 	"Sys\Bin\turnplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5544
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  natfwsdpprovider.dll ,  natfwsdpprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5545
file=\epoc32\release\ARMV5\urel\natfwsdpprovider.dll 	"Sys\Bin\natfwsdpprovider.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5546
REM expanded __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
  5547
file=\epoc32\release\ARMV5\urel\NATTraversalController.dll 	"Sys\Bin\NATTraversalController.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5548
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
  5549
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
  5550
file=\epoc32\release\ARMV5\urel\ncdserver_20019119.exe 	"sys\bin\ncdserver_20019119.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5551
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
  5552
file=\epoc32\release\ARMV5\urel\ncddevicemgmt_20019119.dll 	"sys\bin\ncddevicemgmt_20019119.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5553
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ncdproxy_20019119.dll , ncdproxy_20019119.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5554
file=\epoc32\release\ARMV5\urel\ncdproxy_20019119.dll 	"Sys\Bin\ncdproxy_20019119.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5555
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
  5556
file=\epoc32\release\ARMV5\urel\NETWORKHANDLING.DLL 	"sys\bin\NETWORKHANDLING.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5557
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
  5558
data=\epoc32\data\Z\System\install\networkhandling_stub.sis 	"system\install\networkhandling_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5559
REM expanded __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
  5560
file=\epoc32\release\ARMV5\urel\nlanpppsy.dll 	"Sys\Bin\nlanpppsy.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5561
data=\epoc32\data\Z\System\install\npppsystub.sis 	"system\install\npppsystub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5562
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nlasuplpsy.dll , nlasuplpsy.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5563
file=\epoc32\release\ARMV5\urel\nlasuplpsy.dll 	"Sys\Bin\nlasuplpsy.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5564
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
  5565
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
  5566
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
  5567
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
  5568
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
  5569
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
  5570
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
  5571
file=\epoc32\release\ARMV5\urel\nsmltransport.dll 	"sys\bin\nsmltransport.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5572
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
  5573
file=\epoc32\release\ARMV5\urel\nsmlhttp.dll 	"sys\bin\nsmlhttp.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5574
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
  5575
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
  5576
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
  5577
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
  5578
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
  5579
file=\epoc32\release\ARMV5\urel\nsmlobexclient.dll 	"sys\bin\nsmlobexclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5580
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
  5581
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
  5582
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
  5583
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
  5584
REM \common\obexdsplugin
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5585
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlobexdsplugin.dll , nsmlobexdsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5586
file=\epoc32\release\ARMV5\urel\nsmlobexdsplugin.dll 	"Sys\Bin\nsmlobexdsplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5587
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
  5588
REM \common\obexdmplugin
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5589
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlobexdmplugin.dll , nsmlobexdmplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5590
file=\epoc32\release\ARMV5\urel\nsmlobexdmplugin.dll 	"Sys\Bin\nsmlobexdmplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5591
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
  5592
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
  5593
file=\epoc32\release\ARMV5\urel\nsmlagentcommon.dll 	"sys\bin\nsmlagentcommon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5594
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
  5595
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
  5596
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
  5597
file=\epoc32\release\ARMV5\urel\nsmlsosserver.exe 	"sys\bin\nsmlsosserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5598
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
  5599
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
  5600
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
  5601
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
  5602
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
  5603
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
  5604
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
  5605
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
  5606
file=\epoc32\release\ARMV5\urel\NSmlAlertQueue.dll 	"sys\bin\NSmlAlertQueue.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5607
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
  5608
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
  5609
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
  5610
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
  5611
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
  5612
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
  5613
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
  5614
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
  5615
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
  5616
REM  SyncML Device Management plug-in adapters
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5617
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmdevdetailadapter.dll , nsmldmdevdetailadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5618
file=\epoc32\release\ARMV5\urel\nsmldmdevdetailadapter.dll 	"Sys\Bin\nsmldmdevdetailadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5619
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmdevinfoadapter.dll , nsmldmdevinfoadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5620
file=\epoc32\release\ARMV5\urel\nsmldmdevinfoadapter.dll 	"Sys\Bin\nsmldmdevinfoadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5621
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmsettingsadapter12.dll , nsmldmsettingsadapter12.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5622
file=\epoc32\release\ARMV5\urel\nsmldmsettingsadapter12.dll 	"Sys\Bin\nsmldmsettingsadapter12.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5623
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmstreamingadapter.dll , nsmldmstreamingadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5624
file=\epoc32\release\ARMV5\urel\nsmldmstreamingadapter.dll 	"Sys\Bin\nsmldmstreamingadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5625
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmbrowseradapter.dll , nsmldmbrowseradapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5626
file=\epoc32\release\ARMV5\urel\nsmldmbrowseradapter.dll 	"Sys\Bin\nsmldmbrowseradapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5627
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldssettingsadapter.dll , nsmldssettingsadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5628
file=\epoc32\release\ARMV5\urel\nsmldssettingsadapter.dll 	"Sys\Bin\nsmldssettingsadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5629
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmemailadapter.dll , nsmldmemailadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5630
file=\epoc32\release\ARMV5\urel\nsmldmemailadapter.dll 	"Sys\Bin\nsmldmemailadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5631
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmmmsadapter.dll , nsmldmmmsadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5632
file=\epoc32\release\ARMV5\urel\nsmldmmmsadapter.dll 	"Sys\Bin\nsmldmmmsadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5633
REM expanded __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
  5634
file=\epoc32\release\ARMV5\urel\nsmldmfotaadapter.dll 	"Sys\Bin\nsmldmfotaadapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5635
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
  5636
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
  5637
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
  5638
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
  5639
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
  5640
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
  5641
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
  5642
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
  5643
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
  5644
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
  5645
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
  5646
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
  5647
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
  5648
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
  5649
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
  5650
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
  5651
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
  5652
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
  5653
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
  5654
file=\epoc32\release\ARMV5\urel\dmnetworkmon.exe 	"sys\bin\dmnetworkmon.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5655
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
  5656
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
  5657
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
  5658
file=\epoc32\release\ARMV5\urel\nsmldmagent.dll 	"sys\bin\nsmldmagent.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5659
REM wappushalert
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5660
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldmwappushalert.dll , nsmldmwappushalert.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5661
file=\epoc32\release\ARMV5\urel\nsmldmwappushalert.dll 	"Sys\Bin\nsmldmwappushalert.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5662
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlinternetadapter.dll , nsmlinternetadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5663
file=\epoc32\release\ARMV5\urel\nsmlinternetadapter.dll 	"Sys\Bin\nsmlinternetadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5664
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, globalwlanadapter.dll , globalwlanadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5665
file=\epoc32\release\ARMV5\urel\globalwlanadapter.dll 	"Sys\Bin\globalwlanadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5666
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  nsmldmbmadapter.dll ,  nsmldmbmadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5667
file=\epoc32\release\ARMV5\urel\nsmldmbmadapter.dll 	"Sys\Bin\nsmldmbmadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5668
REM expanded __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
  5669
file=\epoc32\release\ARMV5\urel\wlanctrldcmoadapter.dll 	"Sys\Bin\wlanctrldcmoadapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5670
REM DM OMA provisioning 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5671
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpdm.dll , wpdm.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5672
file=\epoc32\release\ARMV5\urel\wpdm.dll 	"Sys\Bin\wpdm.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5673
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
  5674
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
  5675
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
  5676
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
  5677
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
  5678
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
  5679
REM SyncML  Data Synchronisation plug-in adapters
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5680
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmlagendadataprovider.dll , nsmlagendadataprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5681
file=\epoc32\release\ARMV5\urel\nsmlagendadataprovider.dll 	"Sys\Bin\nsmlagendadataprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5682
data=\epoc32\data\Z\resource\NSmlAgendaDataStore_1_1_2.rsc 	"resource\NSmlAgendaDataStore_1_1_2.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5683
REM expanded __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
  5684
file=\epoc32\release\ARMV5\urel\nsmlcontactsdataprovider.dll 	"Sys\Bin\nsmlcontactsdataprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5685
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
  5686
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
  5687
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
  5688
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
  5689
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
  5690
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
  5691
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
  5692
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
  5693
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
  5694
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
  5695
file=\epoc32\release\ARMV5\urel\NSmldshostclient.dll 	"sys\bin\NSmldshostclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5696
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
  5697
file=\epoc32\release\ARMV5\urel\nsmldshostserver.dll 	"sys\bin\nsmldshostserver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5698
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
  5699
file=\epoc32\release\ARMV5\urel\nsmldshostserver2.exe 	"sys\bin\nsmldshostserver2.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5700
file=\epoc32\release\ARMV5\urel\nsmldshostserver1.exe 	"sys\bin\nsmldshostserver1.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5701
file=\epoc32\release\ARMV5\urel\netmon.exe 	"sys\bin\netmon.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5702
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
  5703
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
  5704
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
  5705
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
  5706
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
  5707
file=\epoc32\release\ARMV5\urel\nsmlagentlog.dll 	"sys\bin\nsmlagentlog.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5708
REM ds\wappushalert
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5709
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldswappushalert.dll , nsmldswappushalert.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5710
file=\epoc32\release\ARMV5\urel\nsmldswappushalert.dll 	"Sys\Bin\nsmldswappushalert.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5711
REM \ds\alerthandler
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5712
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldsalert.dll , nsmldsalert.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5713
file=\epoc32\release\ARMV5\urel\nsmldsalert.dll 	"Sys\Bin\nsmldsalert.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5714
REM \ds\provisioningadapter
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5715
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpds.dll , wpds.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5716
file=\epoc32\release\ARMV5\urel\wpds.dll 	"Sys\Bin\wpds.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5717
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
  5718
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
  5719
file=\epoc32\release\ARMV5\urel\nsmldbcaps.dll 	"sys\bin\nsmldbcaps.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5720
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
  5721
file=\epoc32\release\ARMV5\urel\nsmlfilter.dll 	"sys\bin\nsmlfilter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5722
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
  5723
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
  5724
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
  5725
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
  5726
REM defaultagendahandler plugin
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5727
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, nsmldefaultagendahandler.dll , nsmldefaultagendahandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5728
file=\epoc32\release\ARMV5\urel\nsmldefaultagendahandler.dll 	"Sys\Bin\nsmldefaultagendahandler.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5729
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
  5730
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
  5731
file=\epoc32\release\ARMV5\urel\nsmldsagent.dll 	"sys\bin\nsmldsagent.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5732
REM NUMBERGROUPING
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5733
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
  5734
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
  5735
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
  5736
file=\epoc32\release\ARMV5\urel\NVGDecoder_SW.dll 	"sys\bin\NVGDecoder_SW.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5737
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexservicebip.dll , obexservicebip.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5738
file=\epoc32\release\ARMV5\urel\obexservicebip.dll 	"Sys\Bin\obexservicebip.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5739
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexservicebtsend.dll , obexservicebtsend.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5740
file=\epoc32\release\ARMV5\urel\obexservicebtsend.dll 	"Sys\Bin\obexservicebtsend.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5741
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexserviceirsend.dll , obexserviceirsend.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5742
file=\epoc32\release\ARMV5\urel\obexserviceirsend.dll 	"Sys\Bin\obexserviceirsend.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5743
REM expanded __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
  5744
file=\epoc32\release\ARMV5\urel\obexserviceman.dll 	"Sys\Bin\obexserviceman.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5745
file=\epoc32\release\ARMV5\urel\obexserviceman.exe 	"sys\bin\obexserviceman.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5746
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
  5747
data=\epoc32\data\Z\Private\101F7C87\backup_registration.xml 	"private\101F7C87\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5748
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexservicemanbt.dll , obexservicemanbt.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5749
file=\epoc32\release\ARMV5\urel\obexservicemanbt.dll 	"Sys\Bin\obexservicemanbt.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5750
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexservicemanir.dll , obexservicemanir.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5751
file=\epoc32\release\ARMV5\urel\obexservicemanir.dll 	"Sys\Bin\obexservicemanir.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5752
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexservicemanusb.dll , obexservicemanusb.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5753
file=\epoc32\release\ARMV5\urel\obexservicemanusb.dll 	"Sys\Bin\obexservicemanusb.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5754
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, obexserviceopp.dll , obexserviceopp.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5755
file=\epoc32\release\ARMV5\urel\obexserviceopp.dll 	"Sys\Bin\obexserviceopp.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5756
file=\epoc32\release\ARMV5\urel\obexservicesendutils.dll 	"sys\bin\obexservicesendutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5757
file=\epoc32\release\ARMV5\urel\obexutils.dll 	"sys\bin\obexutils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5758
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
  5759
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
  5760
file=\epoc32\release\ARMV5\urel\epos_omasupllistener.exe 	"sys\bin\epos_omasupllistener.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5761
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposomasuplprotocolhandler.dll , eposomasuplprotocolhandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5762
file=\epoc32\release\ARMV5\urel\eposomasuplprotocolhandler.dll 	"Sys\Bin\eposomasuplprotocolhandler.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5763
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposomasuplprotocolhandler1.dll , eposomasuplprotocolhandler1.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5764
file=\epoc32\release\ARMV5\urel\eposomasuplprotocolhandler1.dll 	"Sys\Bin\eposomasuplprotocolhandler1.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5765
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, eposomasuplprotocolhandler2.dll , eposomasuplprotocolhandler2.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5766
file=\epoc32\release\ARMV5\urel\eposomasuplprotocolhandler2.dll 	"Sys\Bin\eposomasuplprotocolhandler2.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5767
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, epos_omasuplprovhandler.dll , epos_omasuplprovhandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5768
file=\epoc32\release\ARMV5\urel\epos_omasuplprovhandler.dll 	"Sys\Bin\epos_omasuplprovhandler.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5769
data=\epoc32\data\Z\resource\epos_omasuplprovhandlerres.rsc 	"resource\epos_omasuplprovhandlerres.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5770
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, epos_omasuplwaplistener.dll , epos_omasuplwaplistener.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5771
file=\epoc32\release\ARMV5\urel\epos_omasuplwaplistener.dll 	"Sys\Bin\epos_omasuplwaplistener.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5772
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, epos_omasuplsyncmldm.dll , epos_omasuplsyncmldm.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5773
file=\epoc32\release\ARMV5\urel\epos_omasuplsyncmldm.dll 	"Sys\Bin\epos_omasuplsyncmldm.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5774
REM expanded __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
  5775
file=\epoc32\release\ARMV5\urel\epos_omasuplnotifierplugin.dll 	"Sys\Bin\epos_omasuplnotifierplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5776
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
  5777
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
  5778
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
  5779
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
  5780
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
  5781
data=\epoc32\data\Z\System\..\private\10207218\oomconfig.xml 	"private\10207218\oomconfig.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5782
REM expanded __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
  5783
file=\epoc32\release\ARMV5\urel\OrientationActionPlugIn.dll 	"Sys\Bin\OrientationActionPlugIn.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5784
REM PENINPUTARC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5785
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
  5786
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
  5787
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
  5788
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
  5789
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
  5790
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
  5791
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
  5792
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
  5793
data=\EPOC32\DATA\Z\resource\apps\peninputserver.RSC 	"resource\apps\peninputserver.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5794
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, gspeninputplugin.dll , gspeninputplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5795
file=\epoc32\release\ARMV5\urel\gspeninputplugin.dll 	"Sys\Bin\gspeninputplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5796
REM expanded __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
  5797
file=\epoc32\release\ARMV5\urel\2000B5E7.dll 	"Sys\Bin\2000B5E7.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5798
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
  5799
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
  5800
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
  5801
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
  5802
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
  5803
file=\epoc32\release\ARMV5\urel\peninputcommonlayout.dll 	"sys\bin\peninputcommonlayout.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5804
REM expanded __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
  5805
file=\epoc32\release\ARMV5\urel\peninputimeplugingeneric.dll 	"Sys\Bin\peninputimeplugingeneric.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5806
file=\epoc32\release\ARMV5\urel\phoneclient.DLL 	"sys\bin\phoneclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5807
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
  5808
file=\epoc32\release\ARMV5\urel\phonecmdhandler.dll 	"sys\bin\phonecmdhandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5809
file=\epoc32\release\ARMV5\urel\PhoneParser.dll 	"sys\bin\PhoneParser.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5810
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
  5811
file=\epoc32\release\ARMV5\urel\PhoneServer.exe 	"sys\bin\PhoneServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5812
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
  5813
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
  5814
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
  5815
file=\epoc32\release\ARMV5\urel\pictbridge.dll 	"sys\bin\pictbridge.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5816
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
  5817
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
  5818
file=\epoc32\release\ARMV5\urel\playbackhelper.dll 	"sys\bin\playbackhelper.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5819
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  playlistrecognizer.dll  ,  playlistrecognizer.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5820
file=\epoc32\release\ARMV5\urel\playlistrecognizer.dll 	"Sys\Bin\playlistrecognizer.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5821
data=\epoc32\data\Z\System\install\playlistrecognizer_stub.sis 	"system\install\playlistrecognizer_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5822
REM expanded __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
  5823
file=\epoc32\release\ARMV5\urel\pmadapter.dll 	"Sys\Bin\pmadapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5824
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
  5825
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
  5826
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
  5827
file=\epoc32\release\ARMV5\urel\CentRepTool.dll 	"sys\bin\CentRepTool.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5828
REM expanded 	__ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PolicyEngineUI.dll , PolicyEngineUI.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5829
file=\epoc32\release\ARMV5\urel\PolicyEngineUI.dll 	"Sys\Bin\PolicyEngineUI.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5830
REM expanded 	__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
  5831
file=\epoc32\release\ARMV5\urel\PMRFsPlugin.dll 	"Sys\Bin\PMRFsPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5832
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
  5833
file=\epoc32\release\ARMV5\urel\batterypopupcontrol.dll 	"sys\bin\batterypopupcontrol.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5834
REM expanded __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
  5835
file=\epoc32\release\ARMV5\urel\batindicatorpaneplugin.dll 	"Sys\Bin\batindicatorpaneplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5836
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
  5837
data=\epoc32\data\Z\resource\apps\batterypopupcontrol.mif 	"resource\apps\batterypopupcontrol.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5838
REM expanded __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
  5839
file=\epoc32\release\ARMV5\urel\simpleplugin.dll 	"Sys\Bin\simpleplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5840
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
  5841
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
  5842
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
  5843
file=\epoc32\release\ARMV5\urel\profileengine.dll 	"sys\bin\profileengine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5844
file=\epoc32\release\ARMV5\urel\profileeng.dll 	"sys\bin\profileeng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5845
file=\epoc32\release\ARMV5\urel\profilescheduleevent.exe 	"sys\bin\profilescheduleevent.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5846
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
  5847
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
  5848
file=\epoc32\release\ARMV5\urel\ProfileSettingsMonitor.exe 	"sys\bin\ProfileSettingsMonitor.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5849
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
  5850
file=\epoc32\release\ARMV5\urel\ProgressiveDownloadUtility.dll 	"sys\bin\ProgressiveDownloadUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5851
file=\epoc32\release\ARMV5\urel\PDProperties.dll 	"sys\bin\PDProperties.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5852
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ProgressiveDownloadSource.dll , ProgressiveDownloadSource.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5853
file=\epoc32\release\ARMV5\urel\ProgressiveDownloadSource.dll 	"Sys\Bin\ProgressiveDownloadSource.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5854
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
  5855
file=\epoc32\release\ARMV5\urel\ProvisioningEngine.dll 	"sys\bin\ProvisioningEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5856
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
  5857
file=\epoc32\release\ARMV5\urel\ProvisioningBC.dll 	"sys\bin\ProvisioningBC.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5858
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ProvisioningHandler.dll , ProvisioningHandler.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5859
file=\epoc32\release\ARMV5\urel\ProvisioningHandler.dll 	"Sys\Bin\ProvisioningHandler.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5860
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WPWAPAdapter.dll , WPWAPAdapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5861
file=\epoc32\release\ARMV5\urel\WPWAPAdapter.dll 	"Sys\Bin\WPWAPAdapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5862
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WPStreamingAdapter.dll , WPStreamingAdapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5863
file=\epoc32\release\ARMV5\urel\WPStreamingAdapter.dll 	"Sys\Bin\WPStreamingAdapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5864
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WPAPAdapter.dll , WPAPAdapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5865
file=\epoc32\release\ARMV5\urel\WPAPAdapter.dll 	"Sys\Bin\WPAPAdapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5866
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wpdestinationnwadapter.dll ,  wpdestinationnwadapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5867
file=\epoc32\release\ARMV5\urel\wpdestinationnwadapter.dll 	"Sys\Bin\wpdestinationnwadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5868
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WPMbxNbrAdapter.dll , WPMbxNbrAdapter.dll ) 	 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5869
file=\epoc32\release\ARMV5\urel\WPMbxNbrAdapter.dll 	"Sys\Bin\WPMbxNbrAdapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5870
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WPWVAdapter.dll , WPWVAdapter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5871
file=\epoc32\release\ARMV5\urel\WPWVAdapter.dll 	"Sys\Bin\WPWVAdapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5872
file=\epoc32\release\ARMV5\urel\ProvisioningSC.exe 	"sys\bin\ProvisioningSC.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5873
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
  5874
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
  5875
file=\epoc32\release\ARMV5\urel\PnP.dll 	"sys\bin\PnP.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5876
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
  5877
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
  5878
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
  5879
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
  5880
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
  5881
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
  5882
file=\epoc32\release\ARMV5\urel\pslnprofilesettingsloader.dll 	"sys\bin\pslnprofilesettingsloader.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5883
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
  5884
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
  5885
data=\epoc32\data\Z\resource\apps\pslngsplugin.mif 	"resource\apps\pslngsplugin.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5886
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  pslngsplugin.dll ,  pslngsplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5887
file=\epoc32\release\ARMV5\urel\pslngsplugin.dll 	"Sys\Bin\pslngsplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5888
REM expanded __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
  5889
file=\epoc32\release\ARMV5\urel\pslnslidesetdialog.dll 	"Sys\Bin\pslnslidesetdialog.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5890
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
  5891
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
  5892
data=\epoc32\data\Z\private\2000B187\cenrep\102818E8.xml 	"private\2000B187\cenrep\102818E8.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5893
REM expanded __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
  5894
file=\epoc32\release\ARMV5\urel\PSStateSourcePlugIn.dll 	"Sys\Bin\PSStateSourcePlugIn.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5895
data=\epoc32\data\Z\private\10282BC4\Settings\10282C74\10282C74.xml 	"private\10282BC4\Settings\10282C74\10282C74.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5896
REM expanded __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
  5897
file=\epoc32\release\ARMV5\urel\psuigsplugin.dll 	"Sys\Bin\psuigsplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5898
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
  5899
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
  5900
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
  5901
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
  5902
file=\epoc32\release\ARMV5\urel\QtGui.dll 	"sys\bin\QtGui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5903
file=\epoc32\release\ARMV5\urel\QtOpenVG.dll 	"sys\bin\QtOpenVG.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5904
file=\epoc32\release\ARMV5\urel\QtSvg.dll 	"sys\bin\QtSvg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5905
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
  5906
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
  5907
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
  5908
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
  5909
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
  5910
file=\epoc32\release\ARMV5\urel\QtWebKit.dll 	"sys\bin\QtWebKit.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5911
file=\epoc32\release\ARMV5\urel\phonon.dll 	"sys\bin\phonon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5912
file=\epoc32\release\ARMV5\urel\QtMultimedia.dll 	"sys\bin\QtMultimedia.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5913
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
  5914
file=\epoc32\release\ARMV5\urel\qgif.dll 	"sys\bin\qgif.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5915
file=\epoc32\release\ARMV5\urel\qico.dll 	"sys\bin\qico.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5916
file=\epoc32\release\ARMV5\urel\qjpeg.dll 	"sys\bin\qjpeg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5917
file=\epoc32\release\ARMV5\urel\qmng.dll 	"sys\bin\qmng.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5918
file=\epoc32\release\ARMV5\urel\qsvg.dll 	"sys\bin\qsvg.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5919
file=\epoc32\release\ARMV5\urel\qtiff.dll 	"sys\bin\qtiff.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5920
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
  5921
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
  5922
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
  5923
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
  5924
file=\epoc32\release\ARMV5\urel\qsvgicon.dll 	"sys\bin\qsvgicon.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5925
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
  5926
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
  5927
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
  5928
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
  5929
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
  5930
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
  5931
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
  5932
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
  5933
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
  5934
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
  5935
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
  5936
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
  5937
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
  5938
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
  5939
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
  5940
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
  5941
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
  5942
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
  5943
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
  5944
file=\epoc32\release\ARMV5\urel\Radio_Utility.dll 	"sys\bin\Radio_Utility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5945
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
  5946
file=\epoc32\release\ARMV5\urel\RadioSession.dll 	"sys\bin\RadioSession.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5947
file=\epoc32\release\ARMV5\urel\RadioServer.exe 	"sys\bin\RadioServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5948
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
  5949
file=\epoc32\release\ARMV5\urel\RLockSettings.dll 	"sys\bin\RLockSettings.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5950
file=\epoc32\release\ARMV5\urel\RLock.exe 	"sys\bin\RLock.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5951
file=\epoc32\release\ARMV5\urel\RFS.DLL 	"sys\bin\RFS.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5952
file=\epoc32\release\ARMV5\urel\RfsServer.exe 	"sys\bin\RfsServer.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5953
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, GSRFSPlugin.dll , GSRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5954
file=\epoc32\release\ARMV5\urel\GSRFSPlugin.dll 	"Sys\Bin\GSRFSPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5955
data=\epoc32\data\Z\resource\apps\GSRFSPlugin.mif 	"resource\apps\GSRFSPlugin.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5956
file=\epoc32\release\ARMV5\urel\rfscustcmd.dll 	"sys\bin\rfscustcmd.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5957
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, AIRFSPlugin.dll , AIRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5958
file=\epoc32\release\ARMV5\urel\AIRFSPlugin.dll 	"Sys\Bin\AIRFSPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5959
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, CertRFSPlugin.dll , CertRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5960
file=\epoc32\release\ARMV5\urel\CertRFSPlugin.dll 	"Sys\Bin\CertRFSPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5961
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ClockRFSPlugin.dll , ClockRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5962
file=\epoc32\release\ARMV5\urel\ClockRFSPlugin.dll 	"Sys\Bin\ClockRFSPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5963
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DatastoreRFSPlugin.dll , DatastoreRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5964
file=\epoc32\release\ARMV5\urel\DatastoreRFSPlugin.dll 	"Sys\Bin\DatastoreRFSPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5965
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, DefaultFolderRFSPlugin.dll , DefaultFolderRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5966
file=\epoc32\release\ARMV5\urel\DefaultFolderRFSPlugin.dll 	"Sys\Bin\DefaultFolderRFSPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5967
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, RfsDisplayContrastPlugin.dll , RfsDisplayContrastPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5968
file=\epoc32\release\ARMV5\urel\RfsDisplayContrastPlugin.dll 	"Sys\Bin\RfsDisplayContrastPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5969
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, FavouritesRFSPlugin.dll , FavouritesRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5970
file=\epoc32\release\ARMV5\urel\FavouritesRFSPlugin.dll 	"Sys\Bin\FavouritesRFSPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5971
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NitzRFSPlugin.dll , NitzRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5972
file=\epoc32\release\ARMV5\urel\NitzRFSPlugin.dll 	"Sys\Bin\NitzRFSPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5973
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, StarterRFSPlugin.dll , StarterRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5974
file=\epoc32\release\ARMV5\urel\StarterRFSPlugin.dll 	"Sys\Bin\StarterRFSPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5975
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SyncMLRFSPlugin.dll , SyncMLRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5976
file=\epoc32\release\ARMV5\urel\SyncMLRFSPlugin.dll 	"Sys\Bin\SyncMLRFSPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5977
REM expanded __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
  5978
file=\epoc32\release\ARMV5\urel\TelephonyRFSPlugin.dll 	"Sys\Bin\TelephonyRFSPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5979
file=\epoc32\release\ARMV5\urel\SecureFormatter.exe 	"sys\bin\SecureFormatter.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5980
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, FormatterRFSPlugin.dll , FormatterRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5981
file=\epoc32\release\ARMV5\urel\FormatterRFSPlugin.dll 	"Sys\Bin\FormatterRFSPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5982
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, UnitconverterRFSPlugin.dll , UnitconverterRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5983
file=\epoc32\release\ARMV5\urel\UnitconverterRFSPlugin.dll 	"Sys\Bin\UnitconverterRFSPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5984
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SIPRFSPlugin.dll , SIPRFSPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5985
file=\epoc32\release\ARMV5\urel\SIPRFSPlugin.dll 	"Sys\Bin\SIPRFSPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  5986
REM expanded __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
  5987
file=\epoc32\release\ARMV5\urel\msgcentrerfsplugin.dll 	"Sys\Bin\msgcentrerfsplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5988
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
  5989
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
  5990
file=\epoc32\release\ARMV5\urel\ROMTMSER.DLL 	"sys\bin\ROMTMSER.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5991
file=\epoc32\release\ARMV5\urel\ROMTMUI.DLL 	"sys\bin\ROMTMUI.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  5992
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
  5993
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
  5994
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
  5995
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
  5996
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
  5997
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
  5998
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
  5999
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
  6000
file=\epoc32\release\ARMV5\urel\rsfwbootmounter.exe 	"sys\bin\rsfwbootmounter.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6001
REM expanded __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
  6002
file=\epoc32\release\ARMV5\urel\rsfwdavaccess.dll 	"Sys\Bin\rsfwdavaccess.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6003
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
  6004
file=\epoc32\release\ARMV5\urel\rsfwconfig.dll 	"sys\bin\rsfwconfig.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6005
REM expanded __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
  6006
file=\epoc32\release\ARMV5\urel\rsfwgsplugin.dll 	"Sys\Bin\rsfwgsplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6007
data=\epoc32\data\Z\resource\apps\rsfwgsplugin.mif 	"resource\apps\rsfwgsplugin.mif"       
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6008
REM expanded __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
  6009
file=\epoc32\release\ARMV5\urel\rsfwnotplugin.dll 	"Sys\Bin\rsfwnotplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6010
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
  6011
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
  6012
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
  6013
data=\epoc32\data\Z\System\install\rtpstack_stub.sis 	"system\install\rtpstack_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6014
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, S60StreamingSource.dll , S60StreamingSource.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6015
file=\epoc32\release\ARMV5\urel\S60StreamingSource.dll 	"Sys\Bin\S60StreamingSource.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6016
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\UDEB,Sys\Bin,\epoc32\data\Z,Resource\Plugins, s60mcpr.dll , s60mcpr.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6017
file=\epoc32\release\ARMV5\UDEB\s60mcpr.dll 	"Sys\Bin\s60mcpr.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6018
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, bsservice.dll , bsservice.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6019
file=\epoc32\release\ARMV5\urel\bsservice.dll 	"Sys\Bin\bsservice.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6020
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, cpclient.dll , cpclient.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6021
file=\epoc32\release\ARMV5\urel\cpclient.dll 	"Sys\Bin\cpclient.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6022
REM expanded __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
  6023
file=\epoc32\release\ARMV5\urel\sapidataplugin.dll 	"Sys\Bin\sapidataplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6024
file=\epoc32\release\ARMV5\urel\SatSystemState.dll 	"sys\bin\SatSystemState.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6025
file=\epoc32\release\ARMV5\urel\SatEventMonitors.dll 	"sys\bin\SatEventMonitors.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6026
file=\epoc32\release\ARMV5\urel\SATENGINE.DLL 	"sys\bin\SATENGINE.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6027
file=\epoc32\release\ARMV5\urel\SATSERVER.EXE 	"sys\bin\SATSERVER.EXE"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6028
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
  6029
file=\epoc32\release\ARMV5\urel\SATINTERNALCLIENT.DLL 	"sys\bin\SATINTERNALCLIENT.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6030
data=\epoc32\data\Z\System\install\SatServer_stub.sis 	"System\Install\SatServer_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6031
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  DisplayTextCmd.dll ,  DisplayTextCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6032
file=\epoc32\release\ARMV5\urel\DisplayTextCmd.dll 	"Sys\Bin\DisplayTextCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6033
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  CallControlCmd.dll ,  CallControlCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6034
file=\epoc32\release\ARMV5\urel\CallControlCmd.dll 	"Sys\Bin\CallControlCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6035
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GetInkeyCmd.dll ,  GetInkeyCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6036
file=\epoc32\release\ARMV5\urel\GetInkeyCmd.dll 	"Sys\Bin\GetInkeyCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6037
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GetInputCmd.dll ,  GetInputCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6038
file=\epoc32\release\ARMV5\urel\GetInputCmd.dll 	"Sys\Bin\GetInputCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6039
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  LanguageNotificationCmd.dll ,  LanguageNotificationCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6040
file=\epoc32\release\ARMV5\urel\LanguageNotificationCmd.dll 	"Sys\Bin\LanguageNotificationCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6041
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  LaunchBrowserCmd.dll ,  LaunchBrowserCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6042
file=\epoc32\release\ARMV5\urel\LaunchBrowserCmd.dll 	"Sys\Bin\LaunchBrowserCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6043
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  MoSmControlCmd.dll ,  MoSmControlCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6044
file=\epoc32\release\ARMV5\urel\MoSmControlCmd.dll 	"Sys\Bin\MoSmControlCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6045
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  PlayToneCmd.dll ,  PlayToneCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6046
file=\epoc32\release\ARMV5\urel\PlayToneCmd.dll 	"Sys\Bin\PlayToneCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6047
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ProvideLocalInfoCmd.dll ,  ProvideLocalInfoCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6048
file=\epoc32\release\ARMV5\urel\ProvideLocalInfoCmd.dll 	"Sys\Bin\ProvideLocalInfoCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6049
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  RefreshCmd.dll ,  RefreshCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6050
file=\epoc32\release\ARMV5\urel\RefreshCmd.dll 	"Sys\Bin\RefreshCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6051
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  RefreshRequiredCmd.dll ,  RefreshRequiredCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6052
file=\epoc32\release\ARMV5\urel\RefreshRequiredCmd.dll 	"Sys\Bin\RefreshRequiredCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6053
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SelectItemCmd.dll ,  SelectItemCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6054
file=\epoc32\release\ARMV5\urel\SelectItemCmd.dll 	"Sys\Bin\SelectItemCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6055
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SendDtmfCmd.dll ,  SendDtmfCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6056
file=\epoc32\release\ARMV5\urel\SendDtmfCmd.dll 	"Sys\Bin\SendDtmfCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6057
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SendSsCmd.dll ,  SendSsCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6058
file=\epoc32\release\ARMV5\urel\SendSsCmd.dll 	"Sys\Bin\SendSsCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6059
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SendSmCmd.dll ,  SendSmCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6060
file=\epoc32\release\ARMV5\urel\SendSmCmd.dll 	"Sys\Bin\SendSmCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6061
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SendUssdCmd.dll ,  SendUssdCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6062
file=\epoc32\release\ARMV5\urel\SendUssdCmd.dll 	"Sys\Bin\SendUssdCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6063
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SetUpCallCmd.dll ,  SetUpCallCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6064
file=\epoc32\release\ARMV5\urel\SetUpCallCmd.dll 	"Sys\Bin\SetUpCallCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6065
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SetUpEventListCmd.dll ,  SetUpEventListCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6066
file=\epoc32\release\ARMV5\urel\SetUpEventListCmd.dll 	"Sys\Bin\SetUpEventListCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6067
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SetUpIdleModeTextCmd.dll ,  SetUpIdleModeTextCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6068
file=\epoc32\release\ARMV5\urel\SetUpIdleModeTextCmd.dll 	"Sys\Bin\SetUpIdleModeTextCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6069
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SetUpMenuCmd.dll ,  SetUpMenuCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6070
file=\epoc32\release\ARMV5\urel\SetUpMenuCmd.dll 	"Sys\Bin\SetUpMenuCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6071
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SimSessionEndCmd.dll ,  SimSessionEndCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6072
file=\epoc32\release\ARMV5\urel\SimSessionEndCmd.dll 	"Sys\Bin\SimSessionEndCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6073
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  CloseChannelCmd.dll ,  CloseChannelCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6074
file=\epoc32\release\ARMV5\urel\CloseChannelCmd.dll 	"Sys\Bin\CloseChannelCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6075
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  OpenChannelCmd.dll ,  OpenChannelCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6076
file=\epoc32\release\ARMV5\urel\OpenChannelCmd.dll 	"Sys\Bin\OpenChannelCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6077
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SendDataCmd.dll ,  SendDataCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6078
file=\epoc32\release\ARMV5\urel\SendDataCmd.dll 	"Sys\Bin\SendDataCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6079
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  ReceiveDataCmd.dll ,  ReceiveDataCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6080
file=\epoc32\release\ARMV5\urel\ReceiveDataCmd.dll 	"Sys\Bin\ReceiveDataCmd.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6081
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  GetChannelStatusCmd.dll ,  GetChannelStatusCmd.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6082
file=\epoc32\release\ARMV5\urel\GetChannelStatusCmd.dll 	"Sys\Bin\GetChannelStatusCmd.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6083
file=\epoc32\release\ARMV5\urel\SATUI.exe 	"sys\bin\SATUI.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6084
data=\epoc32\data\Z\resource\apps\Satui_AIF.MIF 	"resource\apps\Satui_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6085
data="\epoc32\data\Z\resource\apps\Satui.mbm_rom" 	"resource\apps\Satui.mbm"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6086
data=\epoc32\data\Z\resource\apps\Satui.mif 	"resource\apps\Satui.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6087
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
  6088
data=\epoc32\data\Z\Private\10003a3f\apps\Satui_reg.rsc 	"private\10003a3f\import\apps\Satui_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6089
data=\epoc32\data\Z\System\install\SatApp_stub.sis 	"System\Install\SatApp_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6090
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SchemeDispatcher.dll , SchemeDispatcher.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6091
file=\epoc32\release\ARMV5\urel\SchemeDispatcher.dll 	"Sys\Bin\SchemeDispatcher.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6092
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
  6093
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
  6094
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
  6095
file=\epoc32\release\ARMV5\urel\sconcsc.dll 	"sys\bin\sconcsc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6096
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
  6097
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
  6098
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
  6099
file=\epoc32\release\ARMV5\urel\sconftp.dll 	"sys\bin\sconftp.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6100
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sconftpplugin.dll , sconftpplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6101
file=\epoc32\release\ARMV5\urel\sconftpplugin.dll 	"Sys\Bin\sconftpplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6102
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
  6103
file=\epoc32\release\ARMV5\urel\sconpcconnserver.exe 	"sys\bin\sconpcconnserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6104
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
  6105
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
  6106
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
  6107
data=\epoc32\data\Z\System\install\sconftpplugin_stub.sis 	"system\install\sconftpplugin_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6108
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sconpcconnplugin.dll , sconpcconnplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6109
file=\epoc32\release\ARMV5\urel\sconpcconnplugin.dll 	"Sys\Bin\sconpcconnplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6110
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
  6111
file=\epoc32\release\ARMV5\urel\sconpcd.dll 	"sys\bin\sconpcd.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6112
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
  6113
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
  6114
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
  6115
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
  6116
file=\epoc32\release\ARMV5\urel\SCPEventHandler.dll 	"sys\bin\SCPEventHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6117
file=\epoc32\release\ARMV5\urel\SCPServer.exe 	"sys\bin\SCPServer.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6118
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SCPPatternPlugin.dll ,  SCPPatternPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6119
file=\epoc32\release\ARMV5\urel\SCPPatternPlugin.dll 	"Sys\Bin\SCPPatternPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6120
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SCPHistoryPlugin.dll ,  SCPHistoryPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6121
file=\epoc32\release\ARMV5\urel\SCPHistoryPlugin.dll 	"Sys\Bin\SCPHistoryPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6122
REM expanded __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
  6123
file=\epoc32\release\ARMV5\urel\SCPTimestampPlugin.dll 	"Sys\Bin\SCPTimestampPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6124
file=\epoc32\release\ARMV5\urel\screensaver.exe 	"sys\bin\screensaver.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6125
data=\epoc32\data\Z\resource\apps\screensaver.RSC 	"resource\apps\screensaver.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6126
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\screensaver_reg.rsc 	"Private\10003a3f\apps\screensaver_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6127
data=\epoc32\data\Z\Private\100056CF\backup_registration.xml 	"private\100056CF\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6128
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, screensaveraiwplugin.dll , screensaveraiwplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6129
file=\epoc32\release\ARMV5\urel\screensaveraiwplugin.dll 	"Sys\Bin\screensaveraiwplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6130
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ScreenSaverAnimPlugin.dll , ScreenSaverAnimPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6131
file=\epoc32\release\ARMV5\urel\ScreenSaverAnimPlugin.dll 	"Sys\Bin\ScreenSaverAnimPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6132
REM expanded __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
  6133
file=\epoc32\release\ARMV5\urel\ScreenSaverGifAnimPlugin.dll 	"Sys\Bin\ScreenSaverGifAnimPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6134
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
  6135
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
  6136
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
  6137
file=\epoc32\release\ARMV5\urel\searchprocessor.dll 	"sys\bin\searchprocessor.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6138
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  searchecomhook.dll ,  searchecomhook.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6139
file=\epoc32\release\ARMV5\urel\searchecomhook.dll 	"Sys\Bin\searchecomhook.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6140
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  searchdatamodelhook.dll ,  searchdatamodelhook.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6141
file=\epoc32\release\ARMV5\urel\searchdatamodelhook.dll 	"Sys\Bin\searchdatamodelhook.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6142
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  searchoperationshook.dll ,  searchoperationshook.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6143
file=\epoc32\release\ARMV5\urel\searchoperationshook.dll 	"Sys\Bin\searchoperationshook.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6144
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  searchprocessorhook.dll ,  searchprocessorhook.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6145
file=\epoc32\release\ARMV5\urel\searchprocessorhook.dll 	"Sys\Bin\searchprocessorhook.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6146
REM expanded   __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  SecModUI.dll ,  SecModUI.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6147
file=\epoc32\release\ARMV5\urel\SecModUI.dll 	"Sys\Bin\SecModUI.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6148
file=\epoc32\release\ARMV5\urel\SecUi.dll 	"sys\bin\SecUi.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6149
file=\epoc32\release\ARMV5\urel\SecurityNotifier.dll 	"sys\bin\SecurityNotifier.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6150
REM expanded __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
  6151
file=\epoc32\release\ARMV5\urel\Securitynotifierwrapper.dll 	"Sys\Bin\Securitynotifierwrapper.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6152
file=\epoc32\release\ARMV5\urel\SENDUI.DLL 	"sys\bin\Sendui.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6153
file=\epoc32\release\ARMV5\urel\SenduiDataUtils.dll 	"sys\bin\SenduiDataUtils.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6154
REM expanded __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
  6155
file=\epoc32\release\ARMV5\urel\SendUiWatcher.dll 	"Sys\Bin\SendUiWatcher.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6156
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
  6157
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
  6158
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
  6159
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
  6160
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
  6161
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
  6162
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
  6163
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
  6164
data=\epoc32\data\Z\private\10282bc4\rules\sensordatacompensationdevice.rul 	"private\10282BC4\rules\sensordatacompensationdevice.rul"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6165
REM expanded __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
  6166
file=\epoc32\release\ARMV5\urel\SensorSourcePlugIn.dll 	"Sys\Bin\SensorSourcePlugIn.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6167
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
  6168
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
  6169
data=\epoc32\data\Z\resource\liwServiceHandler.rsc 	"resource\liwServiceHandler.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6170
REM expanded __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
  6171
file=\epoc32\release\ARMV5\urel\liwResolver.dll 	"Sys\Bin\liwResolver.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6172
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
  6173
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
  6174
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
  6175
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
  6176
file=\epoc32\release\ARMV5\urel\locationservice.dll 	"sys\bin\locationservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6177
REM expanded __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
  6178
file=\epoc32\release\ARMV5\urel\locationprovider.dll 	"Sys\Bin\locationprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6179
file=\epoc32\release\ARMV5\urel\landmarkservice.dll 	"sys\bin\landmarkservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6180
REM expanded __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
  6181
file=\epoc32\release\ARMV5\urel\landmarkprovider.dll 	"Sys\Bin\landmarkprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6182
file=\epoc32\release\ARMV5\urel\messagingservice.dll 	"sys\bin\messagingservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6183
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, messagingprovider.dll , messagingprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6184
file=\epoc32\release\ARMV5\urel\messagingprovider.dll 	"Sys\Bin\messagingprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6185
file=\epoc32\release\ARMV5\urel\mediamanagementservice.dll 	"sys\bin\mediamanagementservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6186
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, mediamanagementprovider.dll , mediamanagementprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6187
file=\epoc32\release\ARMV5\urel\mediamanagementprovider.dll 	"Sys\Bin\mediamanagementprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6188
file=\epoc32\release\ARMV5\urel\contactservice.dll 	"sys\bin\contactservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6189
REM expanded __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
  6190
file=\epoc32\release\ARMV5\urel\contactprovider.dll 	"Sys\Bin\contactprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6191
file=\epoc32\release\ARMV5\urel\appmanagerservice.dll 	"sys\bin\appmanagerservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6192
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, appmanagerprovider.dll , appmanagerprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6193
file=\epoc32\release\ARMV5\urel\appmanagerprovider.dll 	"Sys\Bin\appmanagerprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6194
file=\epoc32\release\ARMV5\urel\calendarservice.dll 	"sys\bin\calendarservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6195
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, calendarprovider.dll , calendarprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6196
file=\epoc32\release\ARMV5\urel\calendarprovider.dll 	"Sys\Bin\calendarprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6197
file=\epoc32\release\ARMV5\urel\loggingservice.dll 	"sys\bin\loggingservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6198
REM expanded __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
  6199
file=\epoc32\release\ARMV5\urel\loggingprovider.dll 	"Sys\Bin\loggingprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6200
file=\epoc32\release\ARMV5\urel\sensorservice.dll 	"sys\bin\sensorservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6201
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sensorprovider.dll , sensorprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6202
file=\epoc32\release\ARMV5\urel\sensorprovider.dll 	"Sys\Bin\sensorprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6203
file=\epoc32\release\ARMV5\urel\sysinfoservice.dll 	"sys\bin\sysinfoservice.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6204
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sysinfoprovider.dll , sysinfoprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6205
file=\epoc32\release\ARMV5\urel\sysinfoprovider.dll 	"Sys\Bin\sysinfoprovider.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6206
REM expanded __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
  6207
file=\epoc32\release\ARMV5\urel\serviceregistryprovider.dll 	"Sys\Bin\serviceregistryprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6208
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
  6209
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
  6210
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
  6211
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
  6212
data=\epoc32\data\Z\resource\AiwServiceHandler.rsc 	"resource\AiwServiceHandler.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6213
REM expanded __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
  6214
file=\epoc32\release\ARMV5\urel\aiwresolver.dll 	"Sys\Bin\aiwresolver.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6215
file=\epoc32\release\ARMV5\urel\serviceselector.dll 	"sys\bin\serviceselector.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6216
data=\epoc32\data\Z\System\install\serviceselector_stub.sis 	"System\Install\serviceselector_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6217
REM expanded __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
  6218
file=\epoc32\release\ARMV5\urel\presenceplugin.dll 	"Sys\Bin\presenceplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6219
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
  6220
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
  6221
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
  6222
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
  6223
file=\epoc32\release\ARMV5\urel\presencesettingsapi.dll 	"sys\bin\presencesettingsapi.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6224
REM expanded __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
  6225
file=\epoc32\release\ARMV5\urel\PresenceDM.dll 	"Sys\Bin\PresenceDM.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6226
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, PresenceProvisioning.dll , PresenceProvisioning.dll )   
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6227
file=\epoc32\release\ARMV5\urel\PresenceProvisioning.dll 	"Sys\Bin\PresenceProvisioning.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6228
data=\epoc32\data\Z\private\10281EEB\backup_registration.xml 	"private\10281EEB\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6229
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, simpleimplugin.dll , simpleimplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6230
file=\epoc32\release\ARMV5\urel\simpleimplugin.dll 	"Sys\Bin\simpleimplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6231
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpsipadapter.dll , wpsipadapter.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6232
file=\epoc32\release\ARMV5\urel\wpsipadapter.dll 	"Sys\Bin\wpsipadapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6233
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipsystemstatemonitor.dll , sipsystemstatemonitor.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6234
file=\epoc32\release\ARMV5\urel\sipsystemstatemonitor.dll 	"Sys\Bin\sipsystemstatemonitor.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6235
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sipwlanmon.dll , sipwlanmon.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6236
file=\epoc32\release\ARMV5\urel\sipwlanmon.dll 	"Sys\Bin\sipwlanmon.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6237
REM expanded __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
  6238
file=\epoc32\release\ARMV5\urel\SlideshowPlugin.dll 	"Sys\Bin\SlideshowPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6239
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
  6240
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
  6241
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
  6242
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
  6243
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
  6244
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
  6245
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
  6246
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
  6247
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
  6248
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
  6249
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
  6250
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
  6251
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
  6252
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
  6253
file=\epoc32\release\ARMV5\urel\sanimctrl.dll 	"sys\bin\sanimctrl.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6254
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sanimihlplugin.dll ,  sanimihlplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6255
file=\epoc32\release\ARMV5\urel\sanimihlplugin.dll 	"Sys\Bin\sanimihlplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6256
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  sanimmmfplugin.dll ,  sanimmmfplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6257
file=\epoc32\release\ARMV5\urel\sanimmmfplugin.dll 	"Sys\Bin\sanimmmfplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6258
REM expanded __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
  6259
file=\epoc32\release\ARMV5\urel\sanimsvgplugin.dll 	"Sys\Bin\sanimsvgplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6260
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
  6261
data=\epoc32\data\Z\System\install\CenRepStub.sis 	"System\Install\CenRepStub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6262
file=\epoc32\release\ARMV5\urel\SVGEngine.dll 	"sys\bin\SVGEngine.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6263
REM expanded __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
  6264
file=\epoc32\release\ARMV5\urel\Svgrecog.dll 	"Sys\Bin\Svgrecog.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6265
file=\epoc32\release\ARMV5\urel\SVGEngineJI.dll 	"sys\bin\SVGEngineJI.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6266
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, npsvgtplugin.dll , npsvgtplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6267
file=\epoc32\release\ARMV5\urel\npsvgtplugin.dll 	"Sys\Bin\npsvgtplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6268
file=\epoc32\release\ARMV5\urel\SyncMLNotifier.dll 	"sys\bin\SyncMLNotifier.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6269
REM expanded __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
  6270
file=\epoc32\release\ARMV5\urel\SyncMLNotifierWrapper.dll 	"Sys\Bin\SyncMLNotifierWrapper.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6271
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
  6272
file=\epoc32\release\ARMV5\urel\NspsWsPlugin.dll 	"sys\bin\NspsWsPlugin.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6273
file=\epoc32\release\ARMV5\urel\SysAp.exe 	"sys\bin\SysAp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6274
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\SysAp_reg.rsc 	"Private\10003a3f\apps\SysAp_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6275
REM expanded __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
  6276
file=\epoc32\release\ARMV5\urel\tacticonactionplugin.dll 	"Sys\Bin\tacticonactionplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6277
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
  6278
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
  6279
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
  6280
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
  6281
data=\epoc32\data\Z\System\Sounds\Digital\tacticons.ivt 	"System\Sounds\Digital\tacticons.ivt"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6282
REM expanded __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
  6283
file=\epoc32\release\ARMV5\urel\tactileactionplugin.dll 	"Sys\Bin\tactileactionplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6284
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
  6285
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
  6286
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
  6287
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
  6288
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
  6289
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
  6290
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
  6291
data=\epoc32\data\Z\Private\10003B20\9.2_TactileFeedbackLevel3_A.ivt 	"private\10003B20\9.2_TactileFeedbackLevel3_A.ivt"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6292
REM expanded __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
  6293
file=\epoc32\release\ARMV5\urel\tsappecom.dll 	"Sys\Bin\tsappecom.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6294
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
  6295
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
  6296
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
  6297
data=\epoc32\data\Z\System\install\taskswitcher_stub.sis 	"system\install\taskswitcher_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6298
REM expanded __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
  6299
file=\epoc32\release\ARMV5\urel\tcadapter.dll 	"Sys\Bin\tcadapter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6300
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
  6301
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
  6302
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
  6303
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
  6304
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
  6305
file=\epoc32\release\ARMV5\urel\thumbnailmanager.dll 	"sys\bin\thumbnailmanager.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6306
file=\epoc32\release\ARMV5\urel\thumbnailserver.exe 	"sys\bin\thumbnailserver.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6307
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, thumbnailvideoprovider.dll , thumbnailvideoprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6308
file=\epoc32\release\ARMV5\urel\thumbnailvideoprovider.dll 	"Sys\Bin\thumbnailvideoprovider.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6309
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, thumbnailimageprovider.dll , thumbnailimageprovider.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6310
file=\epoc32\release\ARMV5\urel\thumbnailimageprovider.dll 	"Sys\Bin\thumbnailimageprovider.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6311
REM expanded __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
  6312
file=\epoc32\release\ARMV5\urel\thumbnailaudioprovider.dll 	"Sys\Bin\thumbnailaudioprovider.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6313
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
  6314
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
  6315
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
  6316
file=\epoc32\release\ARMV5\urel\tscontextservicesutils.dll 	"sys\bin\tscontextservicesutils.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6317
REM expanded __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
  6318
file=\epoc32\release\ARMV5\urel\20016BEC.DLL 	"Sys\Bin\20016BEC.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6319
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
  6320
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
  6321
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
  6322
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
  6323
file=\epoc32\release\ARMV5\urel\tsfswserver.exe 	"sys\bin\tsfswserver.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6324
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, uaproffilter.dll , uaproffilter.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6325
file=\epoc32\release\ARMV5\urel\uaproffilter.dll 	"Sys\Bin\uaproffilter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6326
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
  6327
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
  6328
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
  6329
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
  6330
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
  6331
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
  6332
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
  6333
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
  6334
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
  6335
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
  6336
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
  6337
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
  6338
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
  6339
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
  6340
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
  6341
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
  6342
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
  6343
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
  6344
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
  6345
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
  6346
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
  6347
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
  6348
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
  6349
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
  6350
data=\epoc32\data\Z\system\install\homemedia.SIS 	"system\install\homemedia.SIS" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6351
REM expanded __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
  6352
file=\epoc32\release\ARMV5\urel\usbbasicpersonality.dll 	"Sys\Bin\usbbasicpersonality.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6353
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
  6354
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
  6355
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
  6356
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\usbclasschangeui_reg.rsc 	"Private\10003a3f\apps\usbclasschangeui_reg.rsc" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6357
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, USBClassChangeUIPlugin.dll , USBClassChangeUIPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6358
file=\epoc32\release\ARMV5\urel\USBClassChangeUIPlugin.dll 	"Sys\Bin\USBClassChangeUIPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6359
file=\epoc32\release\ARMV5\urel\usbdevcon.exe 	"sys\bin\usbdevcon.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6360
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usblocodplugin.dll , usblocodplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6361
file=\epoc32\release\ARMV5\urel\usblocodplugin.dll 	"Sys\Bin\usblocodplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6362
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usbmscpersonality.dll , usbmscpersonality.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6363
file=\epoc32\release\ARMV5\urel\usbmscpersonality.dll 	"Sys\Bin\usbmscpersonality.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6364
REM expanded __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
  6365
file=\epoc32\release\ARMV5\urel\usbobexclasscontroller.dll 	"Sys\Bin\usbobexclasscontroller.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6366
file=\epoc32\release\ARMV5\urel\usbotgwatcher.dll 	"sys\bin\usbotgwatcher.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6367
REM MISSING 	file=\epoc32\release\ARMV5\urel\errrd    						c:\resource\errrd
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6368
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, usbremotepersonality.dll , usbremotepersonality.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6369
file=\epoc32\release\ARMV5\urel\usbremotepersonality.dll 	"Sys\Bin\usbremotepersonality.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6370
REM USB UI notifiers ecom plug-in
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6371
REM expanded __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
  6372
file=\epoc32\release\ARMV5\urel\usbuinotif.dll 	"Sys\Bin\usbuinotif.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6373
file=\epoc32\release\ARMV5\urel\usbavkonnotif.dll 	"sys\bin\usbavkonnotif.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6374
file=\epoc32\release\ARMV5\urel\usbwatcher.exe 	"sys\bin\usbwatcher.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6375
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
  6376
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
  6377
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
  6378
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
  6379
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
  6380
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
  6381
file=\epoc32\release\ARMV5\urel\SWVG.dll 	"sys\bin\SWVG.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6382
REM expanded __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
  6383
file=\epoc32\release\ARMV5\urel\VibraActionPlugIn.dll 	"Sys\Bin\VibraActionPlugIn.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6384
file=\epoc32\release\ARMV5\urel\vcxconnectionutility.dll 	"sys\bin\vcxconnectionutility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6385
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
  6386
file=\epoc32\release\ARMV5\urel\videoplaylistutility.dll 	"sys\bin\videoplaylistutility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6387
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
  6388
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
  6389
file=\epoc32\release\ARMV5\urel\vmbx.dll 	"sys\bin\vmbx.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6390
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
  6391
file=\epoc32\release\ARMV5\urel\VoIPJitterBuffer.dll 	"sys\bin\VoIPJitterBuffer.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6392
file=\epoc32\release\ARMV5\urel\VoIPAudioServer.exe 	"sys\bin\VoIPAudioServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6393
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
  6394
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
  6395
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
  6396
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
  6397
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
  6398
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
  6399
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
  6400
data="\epoc32\data\Z\resource\apps\webkit.mbm_rom" 	"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
  6401
file=\epoc32\release\ARMV5\urel\BrowserEngine.dll 	"sys\bin\BrowserEngine.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6402
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
  6403
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
  6404
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
  6405
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
  6406
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
  6407
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
  6408
file=\epoc32\release\ARMV5\urel\npscript.dll 	"sys\bin\npscript.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6409
REM expanded __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
  6410
file=\epoc32\release\ARMV5\urel\MemoryPlugin.dll 	"Sys\Bin\MemoryPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6411
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
  6412
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
  6413
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
  6414
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
  6415
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
  6416
data=\epoc32\data\Z\Private\2000B4D8\backup_registration.xml 	"private\2000B4D8\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
  6417
file=\epoc32\release\ARMV5\urel\WidgetEngine.dll 	"sys\bin\WidgetEngine.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6418
REM expanded __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
  6419
file=\epoc32\release\ARMV5\urel\WidgetMemoryPlugin.dll 	"Sys\Bin\WidgetMemoryPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6420
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
  6421
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
  6422
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
  6423
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
  6424
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
  6425
file=\epoc32\release\ARMV5\urel\WidgetUi.exe 	"sys\bin\WidgetUi.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6426
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\WidgetUi_reg.rsc 	"Private\10003a3f\import\apps\WidgetUi_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6427
file=\epoc32\release\ARMV5\urel\WidgetLauncher.exe 	"sys\bin\WidgetLauncher.exe" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6428
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WidgetInstallerUI.dll , WidgetInstallerUI.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6429
file=\epoc32\release\ARMV5\urel\WidgetInstallerUI.dll 	"Sys\Bin\WidgetInstallerUI.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6430
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WidgetRecognizer.dll , WidgetRecognizer.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6431
file=\epoc32\release\ARMV5\urel\WidgetRecognizer.dll 	"Sys\Bin\WidgetRecognizer.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6432
REM expanded __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
  6433
file=\epoc32\release\ARMV5\urel\widgetsidchecker.dll 	"Sys\Bin\widgetsidchecker.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6434
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
  6435
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
  6436
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
  6437
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
  6438
FILE=\epoc32\release\ARMV5\urel\SWIMREADER.DLL 	"sys\bin\SWIMREADER.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6439
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
  6440
FILE=\epoc32\release\ARMV5\urel\WIMSERVER.EXE 	"sys\bin\WIMSERVER.EXE"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6441
FILE=\epoc32\release\ARMV5\urel\WIMUTIL.DLL 	"sys\bin\WIMUTIL.DLL"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6442
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  WIMPLUGIN.DLL ,  WIMPLUGIN.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6443
file=\epoc32\release\ARMV5\urel\WIMPLUGIN.DLL 	"Sys\Bin\WIMPLUGIN.DLL" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6444
REM expanded __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
  6445
file=\epoc32\release\ARMV5\urel\eapnotifwrapper.dll 	"Sys\Bin\eapnotifwrapper.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6446
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
  6447
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
  6448
file=\epoc32\release\ARMV5\urel\papnotifdlg.dll 	"sys\bin\papnotifdlg.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6449
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  EapPluginConfig.dll ,  EapPluginConfig.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6450
file=\epoc32\release\ARMV5\urel\EapPluginConfig.dll 	"Sys\Bin\EapPluginConfig.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6451
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wlanindicatorplugin.dll ,  wlanindicatorplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6452
file=\epoc32\release\ARMV5\urel\wlanindicatorplugin.dll 	"Sys\Bin\wlanindicatorplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6453
REM expanded __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
  6454
file=\epoc32\release\ARMV5\urel\wlanplugin.DLL 	"Sys\Bin\wlanplugin.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6455
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
  6456
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
  6457
data=\epoc32\data\Z\Private\2000b187\cenrep\101f8e44.xml 	"private\2000b187\cenrep\101f8e44.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6458
REM expanded __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
  6459
file=\epoc32\release\ARMV5\urel\wlanpsmplugin.dll 	"Sys\Bin\wlanpsmplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6460
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
  6461
REM WlanSniffer
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6462
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
  6463
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
  6464
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
  6465
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
  6466
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
  6467
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
  6468
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
  6469
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
  6470
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
  6471
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
  6472
file=\epoc32\release\ARMV5\urel\wmdrmdlaapp.exe 	"sys\bin\wmdrmdlaapp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6473
data=\epoc32\data\Z\private\10003a3f\apps\wmdrmdlaapp_reg.rsc 	"private\10003a3f\import\apps\wmdrmdlaapp_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6474
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
  6475
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
  6476
file=\epoc32\release\ARMV5\urel\wmdrmdlawrapper.dll 	"sys\bin\wmdrmdlawrapper.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6477
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wmdrmdladefaulthttpplugin.dll ,  wmdrmdladefaulthttpplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6478
file=\epoc32\release\ARMV5\urel\wmdrmdladefaulthttpplugin.dll 	"Sys\Bin\wmdrmdladefaulthttpplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6479
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wmdrmdladefaultuiplugin.dll ,  wmdrmdladefaultuiplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6480
file=\epoc32\release\ARMV5\urel\wmdrmdladefaultuiplugin.dll 	"Sys\Bin\wmdrmdladefaultuiplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6481
REM expanded __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
  6482
file=\epoc32\release\ARMV5\urel\httpfiltercamese.dll 	"Sys\Bin\httpfiltercamese.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6483
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
  6484
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
  6485
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
  6486
file=\epoc32\release\ARMV5\urel\cameseutility.dll 	"sys\bin\cameseutility.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6487
REM expanded __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
  6488
file=\epoc32\release\ARMV5\urel\wmdrmagent.dll 	"Sys\Bin\wmdrmagent.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6489
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
  6490
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
  6491
FILE=\epoc32\release\ARMV5\urel\WPASecuritySettingsUI.dll 	"sys\bin\WPASecuritySettingsUI.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6492
REM expanded       __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wpnatfwtraversaladapter.dll , wpnatfwtraversaladapter.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6493
file=\epoc32\release\ARMV5\urel\wpnatfwtraversaladapter.dll 	"Sys\Bin\wpnatfwtraversaladapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6494
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wrtdataplugin.dll , wrtdataplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6495
file=\epoc32\release\ARMV5\urel\wrtdataplugin.dll 	"Sys\Bin\wrtdataplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6496
REM expanded __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
  6497
file=\epoc32\release\ARMV5\urel\wrtharvester.dll 	"Sys\Bin\wrtharvester.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6498
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
  6499
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
  6500
file=\epoc32\release\ARMV5\urel\Sen.EXE 	"sys\bin\Sen.EXE"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6501
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
  6502
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
  6503
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
  6504
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
  6505
REM WlanSnifferAiHelperApplication
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6506
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
  6507
file=\epoc32\release\ARMV5\urel\wsfaihelper.exe 	"sys\bin\wsfaihelper.exe" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6508
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wsfaiplugin.dll , wsfaiplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6509
file=\epoc32\release\ARMV5\urel\wsfaiplugin.dll 	"Sys\Bin\wsfaiplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6510
REM WlanSnifferApWizard
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6511
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
  6512
REM WlanSnifferClient
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6513
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
  6514
REM WlanSnifferApplication
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6515
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\wlansniffer_reg.rsc 	"Private\10003a3f\apps\wlansniffer_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6516
file=\epoc32\release\ARMV5\urel\wlansniffer.exe 	"sys\bin\wlansniffer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6517
REM WlanSnifferModel
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6518
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
  6519
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
  6520
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
  6521
REM WlanSnifferServer
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6522
file=\epoc32\release\ARMV5\urel\wsfserver.exe 	"sys\bin\wsfserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6523
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
  6524
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
  6525
REM WlanInfo
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6526
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
  6527
REM WsfWlanInfoSorting
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6528
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
  6529
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
  6530
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
  6531
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
  6532
file=\epoc32\release\ARMV5\urel\SenHostConn.dll 	"sys\bin\SenHostConn.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6533
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenHostletTransportPlugin.DLL , SenHostletTransportPlugin.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6534
file=\epoc32\release\ARMV5\urel\SenHostletTransportPlugin.DLL 	"Sys\Bin\SenHostletTransportPlugin.DLL" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6535
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenHttpChannelTransport.DLL , SenHttpChannelTransport.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6536
file=\epoc32\release\ARMV5\urel\SenHttpChannelTransport.DLL 	"Sys\Bin\SenHttpChannelTransport.DLL" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6537
REM expanded __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
  6538
file=\epoc32\release\ARMV5\urel\SenWsiBasicPlugin.dll 	"Sys\Bin\SenWsiBasicPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6539
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
  6540
data=\Epoc32\Data\WSINI.ini 	"System\Data\Wsini.ini"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6541
REM expanded __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
  6542
file=\epoc32\release\ARMV5\urel\SenLocalTransportPlugin.DLL 	"Sys\Bin\SenLocalTransportPlugin.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6543
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
  6544
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
  6545
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
  6546
file=\epoc32\release\ARMV5\urel\sennotdlg.dll 	"sys\bin\sennotdlg.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6547
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, sennotifierplugin.dll , sennotifierplugin.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6548
file=\epoc32\release\ARMV5\urel\sennotifierplugin.dll 	"Sys\Bin\sennotifierplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6549
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, wsovi.dll , wsovi.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6550
file=\epoc32\release\ARMV5\urel\wsovi.dll 	"Sys\Bin\wsovi.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6551
REM expanded __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
  6552
file=\epoc32\release\ARMV5\urel\SenPasswordTransforms.dll 	"Sys\Bin\SenPasswordTransforms.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6553
file=\epoc32\release\ARMV5\urel\SenProvider.dll 	"sys\bin\SenProvider.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6554
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, SenRestPlugin.dll , SenRestPlugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6555
file=\epoc32\release\ARMV5\urel\SenRestPlugin.dll 	"Sys\Bin\SenRestPlugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6556
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, WSStarMessageHandlers.dll , WSStarMessageHandlers.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6557
file=\epoc32\release\ARMV5\urel\WSStarMessageHandlers.dll 	"Sys\Bin\WSStarMessageHandlers.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6558
REM expanded __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
  6559
file=\epoc32\release\ARMV5\urel\WSStarPlugin.dll 	"Sys\Bin\WSStarPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6560
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
  6561
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
  6562
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
  6563
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
  6564
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
  6565
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
  6566
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
  6567
file=\epoc32\release\ARMV5\urel\XdmSettingsApi.dll 	"sys\bin\XdmSettingsApi.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6568
REM expanded     __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
  6569
file=\epoc32\release\ARMV5\urel\XdmDeviceManagementAdapter.dll 	"Sys\Bin\XdmDeviceManagementAdapter.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6570
REM expanded     __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                                 XdmProvisioning.dll ,                                                 XdmProvisioning.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6571
file=\epoc32\release\ARMV5\urel\XdmProvisioning.dll 	"Sys\Bin\XdmProvisioning.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6572
file=\epoc32\release\ARMV5\urel\XcapUtils.dll 	"sys\bin\XcapUtils.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6573
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
  6574
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
  6575
file=\epoc32\release\ARMV5\urel\XcapHttpTransport.dll 	"sys\bin\XcapHttpTransport.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6576
REM expanded         __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
  6577
file=\epoc32\release\ARMV5\urel\XcapAppUsage.dll 	"Sys\Bin\XcapAppUsage.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6578
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                             XcapOperations.dll ,                                             XcapOperations.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6579
file=\epoc32\release\ARMV5\urel\XcapOperations.dll 	"Sys\Bin\XcapOperations.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6580
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                             XcapProtocol.dll ,                                             XcapProtocol.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6581
file=\epoc32\release\ARMV5\urel\XcapProtocol.dll 	"Sys\Bin\XcapProtocol.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6582
data=\epoc32\data\Z\private\10207421\backup_registration.xml 	"private\10207421\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6583
REM expanded         __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,                                             LocalProtocol.dll ,                                             LocalProtocol.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6584
file=\epoc32\release\ARMV5\urel\LocalProtocol.dll 	"Sys\Bin\LocalProtocol.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6585
REM expanded         __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
  6586
file=\epoc32\release\ARMV5\urel\LocalOperations.dll 	"Sys\Bin\LocalOperations.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6587
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
  6588
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
  6589
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
  6590
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
  6591
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
  6592
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
  6593
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
  6594
file=\epoc32\release\ARMV5\urel\ximprootserver.exe 	"sys\bin\ximprootserver.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6595
REM expanded __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
  6596
file=\epoc32\release\ARMV5\urel\ximpecomhook.dll 	"Sys\Bin\ximpecomhook.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6597
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
  6598
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
  6599
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
  6600
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
  6601
file=\epoc32\release\ARMV5\urel\presencecacheserver.exe 	"sys\bin\presencecacheserver.exe"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6602
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  presenceecomhook.dll ,  presenceecomhook.dll )  
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6603
file=\epoc32\release\ARMV5\urel\presenceecomhook.dll 	"Sys\Bin\presenceecomhook.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6604
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  presencedatamodelhook.dll ,  presencedatamodelhook.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6605
file=\epoc32\release\ARMV5\urel\presencedatamodelhook.dll 	"Sys\Bin\presencedatamodelhook.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6606
REM expanded __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
  6607
file=\epoc32\release\ARMV5\urel\presencecacheecomhook.dll 	"Sys\Bin\presencecacheecomhook.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6608
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
  6609
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
  6610
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
  6611
file=\epoc32\release\ARMV5\urel\RemConExtensionApi.dll 	"sys\bin\RemConExtensionApi.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6612
REM expanded __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
  6613
file=\epoc32\release\ARMV5\urel\RemConKeyEventConverter.dll 	"Sys\Bin\RemConKeyEventConverter.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6614
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
  6615
file=\epoc32\release\ARMV5\urel\AccBTControl.dll 	"sys\bin\AccBTControl.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6616
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
  6617
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
  6618
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
  6619
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
  6620
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
  6621
file=\epoc32\release\ARMV5\urel\AccServer.exe 	"sys\bin\AccServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6622
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
  6623
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
  6624
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
  6625
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
  6626
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
  6627
file=\epoc32\release\ARMV5\urel\AddedDevSoundControlMsgHdlr.dll 	"sys\bin\AddedDevSoundControlMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6628
file=\epoc32\release\ARMV5\urel\AddedDevSoundControlProxy.dll 	"sys\bin\AddedDevSoundControlProxy.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6629
REM expanded __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
  6630
file=\epoc32\release\ARMV5\urel\ASYReferencePlugin.dll 	"Sys\Bin\ASYReferencePlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6631
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
  6632
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
  6633
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
  6634
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
  6635
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
  6636
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
  6637
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
  6638
file=\epoc32\release\ARMV5\urel\AudioOutputControlUtilityProxy.dll 	"sys\bin\AudioOutputControlUtilityProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6639
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
  6640
file=\epoc32\release\ARMV5\urel\AudioInputRouting.dll 	"sys\bin\AudioInputRouting.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6641
file=\epoc32\release\ARMV5\urel\AudioInputMessageHandler.dll 	"sys\bin\AudioInputMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6642
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
  6643
file=\epoc32\release\ARMV5\urel\AudioOutputRouting.dll 	"sys\bin\AudioOutputRouting.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6644
file=\epoc32\release\ARMV5\urel\AudioOutputMessageHandler.dll 	"sys\bin\AudioOutputMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6645
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
  6646
data=\epoc32\data\Z\System\install\AudioRouting_Stub.SIS 	"System\Install\AudioRouting_Stub.SIS"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6647
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ciextnclientplugin.DLL , ciextnclientplugin.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6648
file=\epoc32\release\ARMV5\urel\ciextnclientplugin.DLL 	"Sys\Bin\ciextnclientplugin.DLL" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6649
REM expanded __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
  6650
file=\epoc32\release\ARMV5\urel\ciextnserverplugin.DLL 	"Sys\Bin\ciextnserverplugin.DLL" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6651
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ciplatformfactoryplugin.DLL , ciplatformfactoryplugin.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6652
file=\epoc32\release\ARMV5\urel\ciplatformfactoryplugin.DLL 	"Sys\Bin\ciplatformfactoryplugin.DLL" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6653
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, ciplatformmsghndlrplugin.DLL , ciplatformmsghndlrplugin.DLL ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6654
file=\epoc32\release\ARMV5\urel\ciplatformmsghndlrplugin.DLL 	"Sys\Bin\ciplatformmsghndlrplugin.DLL" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6655
file=\epoc32\release\ARMV5\urel\CommonDSY.DLL 	"sys\bin\CommonDSY.DLL"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6656
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
  6657
file=\epoc32\release\ARMV5\urel\ConfigurationComponentsFactory.dll 	"sys\bin\ConfigurationComponentsFactory.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6658
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
  6659
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
  6660
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
  6661
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
  6662
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
  6663
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
  6664
file=\epoc32\release\ARMV5\urel\diskspacereserver.dll 	"sys\bin\diskspacereserver.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6665
REM expanded __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
  6666
file=\epoc32\release\ARMV5\urel\diskspacereservationplugin.dll 	"Sys\Bin\diskspacereservationplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6667
file=\epoc32\release\ARMV5\urel\DosSrv.dll 	"sys\bin\DosSrv.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6668
file=\epoc32\release\ARMV5\urel\DosServer.exe 	"sys\bin\DosServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6669
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
  6670
file=\epoc32\release\ARMV5\urel\DRMAudioPlayUtility.dll 	"sys\bin\DRMAudioPlayUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6671
file=\epoc32\release\ARMV5\urel\DRMPlayServer.exe 	"sys\bin\DRMPlayServer.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6672
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
  6673
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
  6674
file=\epoc32\release\ARMV5\urel\AudioEqualizerEffect.dll 	"sys\bin\AudioEqualizerEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6675
file=\epoc32\release\ARMV5\urel\AudioEqualizerMessageHandler.dll 	"sys\bin\AudioEqualizerMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6676
file=\epoc32\release\ARMV5\urel\AudioEqualizerProxy.dll 	"sys\bin\AudioEqualizerProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6677
file=\epoc32\release\ARMV5\urel\BassBoostEffect.dll 	"sys\bin\BassBoostEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6678
file=\epoc32\release\ARMV5\urel\BassBoostMessageHandler.dll 	"sys\bin\BassBoostMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6679
file=\epoc32\release\ARMV5\urel\BassBoostProxy.dll 	"sys\bin\BassBoostProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6680
file=\epoc32\release\ARMV5\urel\DistanceAttenuationEffect.dll 	"sys\bin\DistanceAttenuationEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6681
file=\epoc32\release\ARMV5\urel\DistanceAttenuationMessageHandler.dll 	"sys\bin\DistanceAttenuationMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6682
file=\epoc32\release\ARMV5\urel\DistanceAttenuationProxy.dll 	"sys\bin\DistanceAttenuationProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6683
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
  6684
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
  6685
file=\epoc32\release\ARMV5\urel\EnvironmentalReverbEffect.dll 	"sys\bin\EnvironmentalReverbEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6686
file=\epoc32\release\ARMV5\urel\EnvironmentalReverbMessageHandler.dll 	"sys\bin\EnvironmentalReverbMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6687
file=\epoc32\release\ARMV5\urel\EnvironmentalReverbProxy.dll 	"sys\bin\EnvironmentalReverbProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6688
file=\epoc32\release\ARMV5\urel\ListenerDopplerEffect.dll 	"sys\bin\ListenerDopplerEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6689
file=\epoc32\release\ARMV5\urel\ListenerDopplerMessageHandler.dll 	"sys\bin\ListenerDopplerMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6690
file=\epoc32\release\ARMV5\urel\ListenerDopplerProxy.dll 	"sys\bin\ListenerDopplerProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6691
file=\epoc32\release\ARMV5\urel\ListenerLocationEffect.dll 	"sys\bin\ListenerLocationEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6692
file=\epoc32\release\ARMV5\urel\ListenerLocationMessageHandler.dll 	"sys\bin\ListenerLocationMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6693
file=\epoc32\release\ARMV5\urel\ListenerLocationProxy.dll 	"sys\bin\ListenerLocationProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6694
file=\epoc32\release\ARMV5\urel\ListenerOrientationEffect.dll 	"sys\bin\ListenerOrientationEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6695
file=\epoc32\release\ARMV5\urel\ListenerOrientationMessageHandler.dll 	"sys\bin\ListenerOrientationMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6696
file=\epoc32\release\ARMV5\urel\ListenerOrientationProxy.dll 	"sys\bin\ListenerOrientationProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6697
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
  6698
file=\epoc32\release\ARMV5\urel\LoudnessEffect.dll 	"sys\bin\LoudnessEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6699
file=\epoc32\release\ARMV5\urel\LoudnessMessageHandler.dll 	"sys\bin\LoudnessMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6700
file=\epoc32\release\ARMV5\urel\LoudnessProxy.dll 	"sys\bin\LoudnessProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6701
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
  6702
file=\epoc32\release\ARMV5\urel\RoomLevelEffect.dll 	"sys\bin\RoomLevelEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6703
file=\epoc32\release\ARMV5\urel\RoomLevelMessageHandler.dll 	"sys\bin\RoomLevelMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6704
file=\epoc32\release\ARMV5\urel\RoomLevelProxy.dll 	"sys\bin\RoomLevelProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6705
file=\epoc32\release\ARMV5\urel\SourceDopplerEffect.dll 	"sys\bin\SourceDopplerEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6706
file=\epoc32\release\ARMV5\urel\SourceDopplerMessageHandler.dll 	"sys\bin\SourceDopplerMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6707
file=\epoc32\release\ARMV5\urel\SourceDopplerProxy.dll 	"sys\bin\SourceDopplerProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6708
file=\epoc32\release\ARMV5\urel\SourceLocationEffect.dll 	"sys\bin\SourceLocationEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6709
file=\epoc32\release\ARMV5\urel\SourceLocationMessageHandler.dll 	"sys\bin\SourceLocationMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6710
file=\epoc32\release\ARMV5\urel\SourceLocationProxy.dll 	"sys\bin\SourceLocationProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6711
file=\epoc32\release\ARMV5\urel\SourceOrientationEffect.dll 	"sys\bin\SourceOrientationEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6712
file=\epoc32\release\ARMV5\urel\SourceOrientationMessageHandler.dll 	"sys\bin\SourceOrientationMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6713
file=\epoc32\release\ARMV5\urel\SourceOrientationProxy.dll 	"sys\bin\SourceOrientationProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6714
file=\epoc32\release\ARMV5\urel\StereoWideningEffect.dll 	"sys\bin\StereoWideningEffect.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6715
file=\epoc32\release\ARMV5\urel\StereoWideningMessageHandler.dll 	"sys\bin\StereoWideningMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6716
file=\epoc32\release\ARMV5\urel\StereoWideningProxy.dll 	"sys\bin\StereoWideningProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6717
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
  6718
file=\epoc32\release\ARMV5\urel\AudioEqualizerUtility.dll 	"sys\bin\AudioEqualizerUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6719
file=\epoc32\release\ARMV5\urel\EnvironmentalReverbUtility.dll 	"sys\bin\EnvironmentalReverbUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6720
file=\epoc32\release\ARMV5\urel\StereoWideningUtility.dll 	"sys\bin\StereoWideningUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6721
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
  6722
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
  6723
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
  6724
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
  6725
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
  6726
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
  6727
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
  6728
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
  6729
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
  6730
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
  6731
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
  6732
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
  6733
REM HeadsetStatus
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6734
file=\epoc32\release\ARMV5\urel\HeadsetStatus.dll 	"sys\bin\HeadsetStatus.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6735
REM expanded     __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
  6736
file=\epoc32\release\ARMV5\urel\hwrmdefaultlighttargetmodifierplugin.dll 	"Sys\Bin\hwrmdefaultlighttargetmodifierplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6737
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  hwrmfmtxwatcherplugin.dll ,  hwrmfmtxwatcherplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6738
file=\epoc32\release\ARMV5\urel\hwrmfmtxwatcherplugin.dll 	"Sys\Bin\hwrmfmtxwatcherplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6739
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
  6740
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
  6741
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
  6742
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
  6743
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
  6744
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
  6745
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
  6746
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
  6747
data=\epoc32\data\Z\Private\200184b9\hwrmhapticsuid.ini 	"private\200184b9\hwrmhapticsuid.ini"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6748
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, hwrmhapticsivtgetterplugin.dll , hwrmhapticsivtgetterplugin.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6749
file=\epoc32\release\ARMV5\urel\hwrmhapticsivtgetterplugin.dll 	"Sys\Bin\hwrmhapticsivtgetterplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6750
REM expanded __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
  6751
file=\epoc32\release\ARMV5\urel\hwrmhapticsvibepacketizerplugin.dll 	"Sys\Bin\hwrmhapticsvibepacketizerplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6752
file=\epoc32\release\ARMV5\urel\IclExtJpegApi.dll 	"sys\bin\IclExtJpegApi.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6753
REM expanded __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
  6754
file=\epoc32\release\ARMV5\urel\JP2KCodec.dll 	"Sys\Bin\JP2KCodec.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6755
data=\epoc32\data\Z\resource\ICL\101F862D_extra.rsc 	"resource\ICL\101F862D_extra.rsc"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6756
REM expanded __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
  6757
file=\epoc32\release\ARMV5\urel\legacymodemplugin.dll 	"Sys\Bin\legacymodemplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6758
file=\epoc32\release\ARMV5\urel\libvgi.dll 	"sys\bin\libvgi.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6759
REM expanded __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
  6760
file=\epoc32\release\ARMV5\urel\limitedpdpplugin.dll 	"Sys\Bin\limitedpdpplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6761
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
  6762
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
  6763
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
  6764
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
  6765
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
  6766
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
  6767
file=\epoc32\release\ARMV5\urel\CustomCommandUtility.dll 	"sys\bin\CustomCommandUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6768
file=\epoc32\release\ARMV5\urel\CustomInterfaceBuilder.dll 	"sys\bin\CustomInterfaceBuilder.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6769
file=\epoc32\release\ARMV5\urel\CustomInterfaceUtility.dll 	"sys\bin\CustomInterfaceUtility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6770
file=\epoc32\release\ARMV5\urel\MessageHandlerFactory.dll 	"sys\bin\MessageHandlerFactory.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6771
file=\epoc32\release\ARMV5\urel\CustomInterfaceProxyFactory.dll 	"sys\bin\CustomInterfaceProxyFactory.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6772
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
  6773
file=\epoc32\release\ARMV5\urel\AacDecoderConfig.dll 	"sys\bin\AacDecoderConfig.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6774
file=\epoc32\release\ARMV5\urel\AacDecoderConfigMsgHdlr.dll 	"sys\bin\AacDecoderConfigMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6775
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
  6776
file=\epoc32\release\ARMV5\urel\ErrorConcealmentIntfc.dll 	"sys\bin\ErrorConcealmentIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6777
file=\epoc32\release\ARMV5\urel\ErrorConcealmentIntfcMsgHdlr.dll 	"sys\bin\ErrorConcealmentIntfcMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6778
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
  6779
file=\epoc32\release\ARMV5\urel\G711DecoderIntfc.dll 	"sys\bin\G711DecoderIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6780
file=\epoc32\release\ARMV5\urel\G711DecoderIntfcMsgHdlr.dll 	"sys\bin\G711DecoderIntfcMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6781
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
  6782
file=\epoc32\release\ARMV5\urel\G711EncoderIntfc.dll 	"sys\bin\G711EncoderIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6783
file=\epoc32\release\ARMV5\urel\G711EncoderIntfcMsgHdlr.dll 	"sys\bin\G711EncoderIntfcMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6784
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
  6785
file=\epoc32\release\ARMV5\urel\G729DecoderIntfc.dll 	"sys\bin\G729DecoderIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6786
file=\epoc32\release\ARMV5\urel\G729DecoderIntfcMsgHdlr.dll 	"sys\bin\G729DecoderIntfcMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6787
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
  6788
file=\epoc32\release\ARMV5\urel\G729EncoderIntfc.dll 	"sys\bin\G729EncoderIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6789
file=\epoc32\release\ARMV5\urel\G729EncoderIntfcMsgHdlr.dll 	"sys\bin\G729EncoderIntfcMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6790
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
  6791
file=\epoc32\release\ARMV5\urel\IlbcDecoderIntfc.dll 	"sys\bin\IlbcDecoderIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6792
file=\epoc32\release\ARMV5\urel\IlbcDecoderIntfcMsgHdlr.dll 	"sys\bin\IlbcDecoderIntfcMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6793
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
  6794
file=\epoc32\release\ARMV5\urel\IlbcEncoderIntfc.dll 	"sys\bin\IlbcEncoderIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6795
file=\epoc32\release\ARMV5\urel\IlbcEncoderIntfcMsgHdlr.dll 	"sys\bin\IlbcEncoderIntfcMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6796
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
  6797
file=\epoc32\release\ARMV5\urel\SpeechEncoderConfig.dll 	"sys\bin\SpeechEncoderConfig.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6798
file=\epoc32\release\ARMV5\urel\SpeechEncoderConfigMsgHdlr.dll 	"sys\bin\SpeechEncoderConfigMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6799
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
  6800
file=\epoc32\release\ARMV5\urel\EAacPlusDecoderIntfc.dll 	"sys\bin\EAacPlusDecoderIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6801
file=\epoc32\release\ARMV5\urel\EAacPlusDecoderIntfcMsgHdlr.dll 	"sys\bin\EAacPlusDecoderIntfcMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6802
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
  6803
file=\epoc32\release\ARMV5\urel\SbcEncoderIntfc.dll 	"sys\bin\SbcEncoderIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6804
file=\epoc32\release\ARMV5\urel\SbcEncoderIntfcMsgHdlr.dll 	"sys\bin\SbcEncoderIntfcMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6805
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
  6806
file=\epoc32\release\ARMV5\urel\Ra8DecoderIntfc.dll 	"sys\bin\Ra8DecoderIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6807
file=\epoc32\release\ARMV5\urel\Ra8CustomInterfaceMsgHdlr.dll 	"sys\bin\Ra8CustomInterfaceMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6808
file=\epoc32\release\ARMV5\urel\Ra8CustomInterfaceProxy.dll 	"sys\bin\Ra8CustomInterfaceProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6809
file=\epoc32\release\ARMV5\urel\WmaDecoderIntfc.dll 	"sys\bin\WmaDecoderIntfc.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6810
file=\epoc32\release\ARMV5\urel\WmaDecoderIntfcMsgHdlr.dll 	"sys\bin\WmaDecoderIntfcMsgHdlr.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6811
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
  6812
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
  6813
data=\epoc32\data\Z\System\install\nga_mdf_postprocessor_stub.sis 	"System\install\nga_mdf_postprocessor_stub.sis"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6814
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, NGAPostProcHwDevice.dll , NGAPostProcHwDevice.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6815
file=\epoc32\release\ARMV5\urel\NGAPostProcHwDevice.dll 	"Sys\Bin\NGAPostProcHwDevice.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6816
REM expanded __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
  6817
file=\epoc32\release\ARMV5\urel\orientationssy.dll 	"Sys\Bin\orientationssy.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6818
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
  6819
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
  6820
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
  6821
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
  6822
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
  6823
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
  6824
file=\epoc32\release\ARMV5\urel\platformver.dll 	"sys\bin\platformver.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6825
REM expanded __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
  6826
file=\epoc32\release\ARMV5\urel\pluggeddisplayasy.dll 	"Sys\Bin\pluggeddisplayasy.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6827
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
  6828
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
  6829
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
  6830
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
  6831
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
  6832
file=\epoc32\release\ARMV5\urel\RestrictedAudioOutputMessageHandler.dll 	"sys\bin\RestrictedAudioOutputMessageHandler.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6833
file=\epoc32\release\ARMV5\urel\RestrictedAudioOutputProxy.dll 	"sys\bin\RestrictedAudioOutputProxy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6834
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
  6835
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
  6836
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
  6837
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
  6838
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
  6839
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
  6840
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
  6841
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
  6842
data=\epoc32\data\Z\System\INSTALL\openc_libzcore_stub.sis 	"System\Install\openc_libzcore_stub.sis"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6843
data=\epoc32\data\Z\private\2000D75B\startup\0\preuiservicescmdlist.rsc 	"private\2000D75B\startup\0\preuiservicescmdlist.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6844
data=\epoc32\data\Z\private\2000D75B\startup\0\uiservicescmdlist.rsc 	"private\2000D75B\startup\0\uiservicescmdlist.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6845
data=\epoc32\data\Z\private\2000D75B\startup\0\criticalappscmdlist.rsc 	"private\2000D75B\startup\0\criticalappscmdlist.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6846
data=\epoc32\data\Z\private\2000D75B\startup\0\selftestokcmdlist.rsc 	"private\2000D75B\startup\0\selftestokcmdlist.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6847
data=\epoc32\data\Z\private\2000D75B\startup\0\alarm_charging.rsc 	"private\2000D75B\startup\0\alarm_charging.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6848
data=\epoc32\data\Z\private\2000D75B\startup\0\securitycheckcmdlist.rsc 	"private\2000D75B\startup\0\securitycheckcmdlist.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6849
data=\epoc32\data\Z\private\2000D75B\startup\0\noncriticalcmdlist.rsc 	"private\2000D75B\startup\0\noncriticalcmdlist.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6850
data=\epoc32\data\Z\private\2000D75B\startup\0\emergencycallsonlycmdlist.rsc 	"private\2000D75B\startup\0\emergencycallsonlycmdlist.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6851
data=\epoc32\data\Z\private\2000D75B\startup\0_ext\uiservicescmdlist_ext.rsc 	"private\2000D75B\startup\0\uiservicescmdlist_ext.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6852
data=\epoc32\data\Z\private\2000D75B\startup\0_ext\noncriticalcmdlist_ext.rsc 	"private\2000D75B\startup\0\noncriticalcmdlist_ext.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6853
data=\epoc32\data\Z\private\2000D75B\hw\wserv_hw.rsc 	"private\2000D75B\startup\0\wserv.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6854
data=\epoc32\data\Z\private\2000D75B\hw\noncriticalcmdlist_hw.rsc 	"private\2000D75B\startup\0\noncriticalcmdlist_hw.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6855
data=\epoc32\data\Z\private\2000D75B\hw\usbwatcher_hw.rsc 	"private\2000D75B\startup\0\usbwatcher.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6856
data=\epoc32\data\Z\private\2000D75B\fail\failcmdlist.rsc 	"private\2000D75B\fail\failcmdlist.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6857
data=\epoc32\data\Z\private\2000D75B\shutdown\shutdowncmdlists.rsc 	"private\2000D75B\shutdown\shutdowncmdlists.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6858
data=\epoc32\data\Z\private\2000D75B\rfstatusswpcmdlist\rfswpcmdlists.rsc 	"private\2000D75B\rfstatusswpcmdlist\rfswpcmdlists.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6859
data=\epoc32\data\Z\private\2000D75B\swpui\uiswpcmdlists.rsc 	"private\2000D75B\swpui\uiswpcmdlists.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6860
data=\epoc32\data\Z\private\2000D75B\swpnoncritical\noncriticalswpcmdlists.rsc 	"private\2000D75B\swpnoncritical\noncriticalswpcmdlists.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6861
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
  6862
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
  6863
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
  6864
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
  6865
file=\epoc32\release\ARMV5\urel\saartcadaptation.dll 	"sys\bin\rtcadaptation.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6866
file=\epoc32\release\ARMV5\urel\starterclient.dll 	"sys\bin\starterclient.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6867
file=\epoc32\release\ARMV5\urel\startupadaptationadapter.dll 	"sys\bin\startupadaptationadapter.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6868
file=\epoc32\release\ARMV5\urel\ssmclayersup.dll 	"sys\bin\ssmclayersup.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6869
file=\epoc32\release\ARMV5\urel\rfstatusswppolicy.dll 	"sys\bin\rfstatusswppolicy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6870
file=\epoc32\release\ARMV5\urel\ssm.state.policy.0001.dll 	"sys\bin\ssm.state.policy.0001.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6871
data=\epoc32\data\Z\private\2000d75b\normal\gsanormalcmdlist.rsc 	"private\2000d75b\normal\gsanormalcmdlist.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6872
file=\epoc32\release\ARMV5\urel\customcmds.dll 	"sys\bin\customcmds.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6873
file=\epoc32\release\ARMV5\urel\ssm.swp.policy.simstatus.dll 	"sys\bin\ssm.swp.policy.simstatus.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6874
data=\epoc32\data\Z\private\10202be9\2001d2aa.txt 	"private\10202be9\2001d2aa.txt"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6875
file=\epoc32\release\ARMV5\urel\ssmactivitycmd.dll 	"sys\bin\ssmactivitycmd.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6876
file=\epoc32\release\ARMV5\urel\ssmsystemcmds.dll 	"sys\bin\ssmsystemcmds.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6877
file=\epoc32\release\ARMV5\urel\ssmdiskreserver.exe 	"sys\bin\ssmdiskreserver.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6878
file=\epoc32\release\ARMV5\urel\ssmmapperutility.dll 	"sys\bin\ssmmapperutility.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6879
file=\epoc32\release\ARMV5\urel\ssmpolicybase.dll 	"sys\bin\ssmpolicybase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6880
file=\epoc32\release\ARMV5\urel\ssmstatepolicybase.dll 	"sys\bin\ssmstatepolicybase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6881
file=\epoc32\release\ARMV5\urel\ssmswppolicybase.dll 	"sys\bin\ssmswppolicybase.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6882
file=\epoc32\release\ARMV5\urel\ssm.state.policy.0000.dll 	"sys\bin\ssm.state.policy.0000.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6883
file=\epoc32\release\ARMV5\urel\ssm.state.policy.0002.dll 	"sys\bin\ssm.state.policy.0002.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6884
file=\epoc32\release\ARMV5\urel\ssm.state.policy.0003.dll 	"sys\bin\ssm.state.policy.0003.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6885
file=\epoc32\release\ARMV5\urel\ssmuiswppolicy.dll 	"sys\bin\ssmuiswppolicy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6886
file=\epoc32\release\ARMV5\urel\ssmnoncriticalswppolicy.dll 	"sys\bin\ssmnoncriticalswppolicy.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6887
file=\epoc32\release\ARMV5\urel\ssmpowersup.dll 	"sys\bin\ssmpowersup.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6888
file=\epoc32\release\ARMV5\urel\ssmlocaleobserversup.dll 	"sys\bin\ssmlocaleobserversup.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6889
data=\epoc32\data\Z\private\2000d766\backup_registration.xml 	"private\2000d766\backup_registration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6890
REM expanded __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
  6891
file=\epoc32\release\ARMV5\urel\ssyreferenceplugin.dll 	"Sys\Bin\ssyreferenceplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6892
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
  6893
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
  6894
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
  6895
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
  6896
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
  6897
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
  6898
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
  6899
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
  6900
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
  6901
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
  6902
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
  6903
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
  6904
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
  6905
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
  6906
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
  6907
file=\epoc32\release\ARMV5\urel\TelephonyAudioRoutingManager.dll 	"sys\bin\TelephonyAudioRoutingManager.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6908
REM expanded __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
  6909
file=\epoc32\release\ARMV5\urel\tiltcompensationssy.dll 	"Sys\Bin\tiltcompensationssy.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6910
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
  6911
file=\epoc32\release\ARMV5\urel\vibractrl.dll 	"sys\bin\vibractrl.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6912
REM expanded __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
  6913
file=\epoc32\release\ARMV5\urel\WiredBearerReference.dll 	"Sys\Bin\WiredBearerReference.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6914
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
  6915
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
  6916
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
  6917
file=\epoc32\release\ARMV5\urel\wlmplatform.dll 	"sys\bin\wlmplatform.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6918
file=\epoc32\release\ARMV5\urel\wlmserver.dll 	"sys\bin\wlmserver.dll"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6919
file=\epoc32\release\ARMV5\urel\wlmserverexe.exe 	"sys\bin\wlmserverexe.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6920
file=\epoc32\release\ARMV5\urel\wlmserversrv.dll 	"sys\bin\wlmserversrv.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6921
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  wlanmgmtimpl.dll ,  wlanmgmtimpl.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6922
file=\epoc32\release\ARMV5\urel\wlanmgmtimpl.dll 	"Sys\Bin\wlanmgmtimpl.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6923
REM expanded __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
  6924
file=\epoc32\release\ARMV5\urel\wlancontrolimpl.dll 	"Sys\Bin\wlancontrolimpl.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6925
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
  6926
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
  6927
file=\epoc32\release\ARMV5\urel\wlannif.nif 	"sys\bin\wlannif.nif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6928
REM expanded __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
  6929
file=\epoc32\release\ARMV5\urel\wlannwif.dll 	"Sys\Bin\wlannwif.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6930
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
  6931
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
  6932
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
  6933
file=\epoc32\release\ARMV5\urel\xmlsecwrapper.dll 	"sys\bin\xmlsecwrapper.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6934
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  HWRMStubPlugins.dll  ,  HWRMStubPlugins.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6935
file=\epoc32\release\ARMV5\urel\HWRMStubPlugins.dll 	"Sys\Bin\HWRMStubPlugins.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  6936
REM expanded __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
  6937
file=\epoc32\release\ARMV5\urel\startupadaptationstub.dll 	"Sys\Bin\startupadaptationstub.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6938
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
  6939
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
  6940
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
  6941
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
  6942
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
  6943
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
  6944
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
  6945
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
  6946
data="\epoc32\data\Z\resource\apps\ConnTest_AIF.mbm_rom" 	"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
  6947
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
  6948
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
  6949
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
  6950
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
  6951
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
  6952
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
  6953
file=\epoc32\release\ARMV5\urel\Creator.exe 	"sys\bin\Creator.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6954
data=\epoc32\data\Z\resource\apps\Creator_AIF.MIF 	"resource\apps\Creator_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6955
data=\epoc32\data\Z\resource\apps\Creator.RSC 	"resource\apps\Creator.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6956
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\Creator_reg.rsc 	"Private\10003a3f\import\apps\Creator_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6957
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
  6958
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
  6959
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
  6960
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
  6961
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
  6962
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
  6963
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
  6964
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
  6965
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
  6966
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
  6967
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
  6968
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
  6969
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
  6970
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
  6971
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
  6972
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
  6973
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
  6974
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
  6975
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
  6976
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
  6977
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
  6978
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
  6979
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
  6980
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
  6981
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
  6982
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
  6983
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
  6984
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
  6985
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
  6986
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
  6987
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
  6988
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
  6989
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
  6990
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
  6991
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
  6992
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
  6993
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
  6994
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
  6995
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
  6996
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
  6997
file=\epoc32\release\ARMV5\urel\tckrunner.exe 	"sys\bin\tckrunner.exe"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  6998
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
  6999
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
  7000
data=\epoc32\data\Z\Private\10003a3f\apps\tckrunner_reg.rsc 	"private\10003a3f\import\apps\tckrunner_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7001
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
  7002
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
  7003
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
  7004
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
  7005
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
  7006
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
  7007
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
  7008
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
  7009
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
  7010
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
  7011
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
  7012
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
  7013
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
  7014
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
  7015
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
  7016
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
  7017
file=\epoc32\release\ARMV5\urel\LoadGen.exe 	"sys\bin\LoadGen.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7018
data=\epoc32\data\Z\resource\apps\LoadGen_AIF.MIF 	"resource\apps\LoadGen_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7019
data=\epoc32\data\Z\resource\apps\LoadGen.RSC 	"resource\apps\LoadGen.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7020
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
  7021
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\LoadGen_reg.rsc 	"Private\10003a3f\import\apps\LoadGen_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7022
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
  7023
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
  7024
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
  7025
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
  7026
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
  7027
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
  7028
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
  7029
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
  7030
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
  7031
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
  7032
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
  7033
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
  7034
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
  7035
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
  7036
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
  7037
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
  7038
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
  7039
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
  7040
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
  7041
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
  7042
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
  7043
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
  7044
file=\epoc32\release\ARMV5\urel\ScreenGrabber.exe 	"sys\bin\ScreenGrabber.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7045
data=\epoc32\data\Z\resource\apps\ScreenGrabber_AIF.MIF 	"resource\apps\ScreenGrabber_aif.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7046
data=\epoc32\data\Z\resource\apps\ScreenGrabber.RSC 	"resource\apps\ScreenGrabber.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7047
data=\epoc32\data\Z\PRIVATE\10003A3F\APPS\ScreenGrabber_reg.rsc 	"Private\10003a3f\import\apps\ScreenGrabber_reg.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7048
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
  7049
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
  7050
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
  7051
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
  7052
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
  7053
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
  7054
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
  7055
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
  7056
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
  7057
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
  7058
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
  7059
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
  7060
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
  7061
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
  7062
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
  7063
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
  7064
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
  7065
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
  7066
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
  7067
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
  7068
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
  7069
data=\epoc32\data\Z\resource\apps\About.RSC 	"resource\apps\About.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7070
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
  7071
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
  7072
data=\epoc32\data\Z\resource\apps\adtupdater.RSC 	"resource\apps\adtupdater.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7073
data=\epoc32\data\Z\resource\apps\adtupdater_loc.RSC 	"resource\apps\adtupdater_loc.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7074
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
  7075
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
  7076
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
  7077
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
  7078
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
  7079
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
  7080
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
  7081
data=\epoc32\data\Z\resource\apps\audiomessage.rsc 	"resource\apps\audiomessage.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7082
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
  7083
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
  7084
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
  7085
data=\epoc32\data\Z\Resource\apps\Blid.rsc 	"resource\apps\Blid.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7086
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
  7087
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
  7088
data=\epoc32\data\Z\resource\apps\BrowserNG.RSC 	"resource\apps\BrowserNG.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7089
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
  7090
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
  7091
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
  7092
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
  7093
data=\epoc32\data\Z\resource\apps\CALENDAR.RSC 	"resource\apps\Calendar.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7094
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
  7095
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
  7096
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
  7097
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
  7098
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
  7099
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
  7100
data=\epoc32\data\Z\resource\apps\cameraapp.RSC 	"resource\apps\cameraapp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7101
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
  7102
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
  7103
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
  7104
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
  7105
data=\epoc32\data\Z\resource\apps\ccaapp.RSC 	"resource\apps\ccaapp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7106
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
  7107
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
  7108
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
  7109
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
  7110
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
  7111
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
  7112
data=\epoc32\data\Z\resource\apps\clock.RSC 	"resource\apps\clock.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7113
data=\epoc32\data\Z\resource\apps\clock_loc.RSC 	"resource\apps\clock_loc.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7114
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
  7115
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
  7116
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
  7117
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
  7118
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
  7119
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
  7120
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
  7121
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
  7122
data=\epoc32\data\Z\resource\apps\CSC.RSC 	"resource\apps\CSC.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7123
data=\epoc32\data\Z\resource\apps\cshelp.rsc 	"resource\apps\cshelp.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7124
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
  7125
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
  7126
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
  7127
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
  7128
data=\epoc32\data\Z\resource\apps\devdiagapp.RSC 	"resource\apps\devdiagapp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7129
data=\epoc32\data\Z\resource\apps\DevEncUi.RSC 	"resource\apps\DevEncUi.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7130
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
  7131
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
  7132
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
  7133
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
  7134
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
  7135
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
  7136
data=\epoc32\data\Z\resource\apps\emailwidgetsettings.rsc 	"resource\apps\emailwidgetsettings.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7137
data=\epoc32\data\Z\Resource\apps\evtmgmtui.rsc 	"resource\apps\evtmgmtui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7138
data=\epoc32\data\Z\Resource\apps\evthandlerapp.rsc 	"resource\apps\evthandlerapp.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7139
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
  7140
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
  7141
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
  7142
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
  7143
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
  7144
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
  7145
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
  7146
data=\epoc32\data\Z\resource\apps\FILEMANAGER.rsc 	"resource\apps\FileManager.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7147
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
  7148
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
  7149
data=\epoc32\data\Z\resource\apps\fmradio.rsc 	"resource\apps\fmradio.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7150
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
  7151
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
  7152
data=\epoc32\data\Z\resource\apps\FreestyleEmailUi.RSC 	"resource\apps\FreestyleEmailUi.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7153
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
  7154
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
  7155
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
  7156
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
  7157
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
  7158
data=\epoc32\data\Z\resource\apps\fsmailserver.rsc 	"resource\apps\fsmailserver.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7159
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
  7160
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
  7161
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
  7162
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
  7163
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
  7164
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
  7165
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
  7166
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
  7167
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
  7168
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
  7169
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
  7170
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
  7171
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
  7172
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
  7173
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
  7174
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
  7175
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
  7176
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
  7177
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
  7178
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
  7179
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
  7180
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
  7181
data=\epoc32\data\Z\resource\apps\vcxhgmyvideos.rsc 	"resource\apps\vcxhgmyvideos.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7182
data=\epoc32\data\Z\resource\apps\vcxhgmyvideos.mif 	"resource\apps\vcxhgmyvideos.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7183
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
  7184
data=\epoc32\data\Z\resource\apps\vcxhgvodui.rsc 	"resource\apps\vcxhgvodui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7185
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
  7186
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
  7187
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
  7188
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
  7189
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
  7190
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
  7191
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
  7192
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
  7193
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
  7194
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
  7195
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
  7196
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
  7197
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
  7198
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
  7199
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
  7200
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
  7201
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
  7202
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
  7203
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
  7204
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
  7205
data=\epoc32\data\Z\resource\apps\ImageEditorUi.rsc 	"resource\apps\ImageEditorUi.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7206
data=\epoc32\data\Z\resource\apps\imageprintapp.RSC 	"resource\apps\imageprintapp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7207
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
  7208
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
  7209
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
  7210
data=\epoc32\data\Z\resource\apps\imcvuiapp.RSC 	"resource\apps\imcvuiapp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7211
data=\epoc32\data\Z\resource\apps\imcvuiapp.mif 	"resource\apps\imcvuiapp.mif" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7212
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
  7213
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
  7214
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
  7215
data=\epoc32\data\Z\resource\apps\vimpstui.mif 	"resource\apps\vimpstui.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7216
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
  7217
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
  7218
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
  7219
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
  7220
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
  7221
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
  7222
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
  7223
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
  7224
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
  7225
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
  7226
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
  7227
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
  7228
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
  7229
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
  7230
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
  7231
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
  7232
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
  7233
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
  7234
data=\epoc32\data\Z\Resource\apps\LmkMsgViewer.rsc 	"resource\apps\LmkMsgViewer.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7235
data=\epoc32\data\Z\resource\apps\Logs.rsc 	"resource\apps\Logs.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7236
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
  7237
data=\epoc32\data\Z\resource\apps\lwplayer.rsc 	"resource\apps\lwplayer.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7238
data=\epoc32\data\Z\resource\apps\MsgMailEditor.RSC 	"resource\apps\MsgMailEditor.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7239
data=\epoc32\data\Z\resource\apps\MsgMailViewer.RSC 	"resource\apps\MsgMailViewer.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7240
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
  7241
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
  7242
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
  7243
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
  7244
data=\epoc32\data\Z\resource\apps\MCE.RSC 	"resource\apps\Mce.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7245
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
  7246
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
  7247
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
  7248
data=\epoc32\data\Z\resource\apps\mediasettings.RSC 	"resource\apps\mediasettings.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7249
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
  7250
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
  7251
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
  7252
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
  7253
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
  7254
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
  7255
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
  7256
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
  7257
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
  7258
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
  7259
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
  7260
data=\epoc32\data\Z\resource\apps\mmsviewer.rsc 	"resource\apps\MmsViewer.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7261
data=\epoc32\data\Z\resource\apps\notviewer.rsc 	"resource\apps\NotViewer.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7262
data=\epoc32\data\Z\resource\apps\mpxaddtracksdialog.rsc 	"resource\apps\mpxaddtracksdialog.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7263
data=\epoc32\data\Z\resource\apps\mpxalbumarteditordialog.rsc 	"resource\apps\mpxalbumarteditordialog.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7264
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
  7265
data=\epoc32\data\Z\resource\apps\mpxcollectionviewhg.rsc 	"resource\apps\mpxcollectionviewhg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7266
data=\epoc32\data\Z\resource\apps\mpxcollectionview.rsc 	"resource\apps\mpxcollectionview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7267
data=\epoc32\data\Z\resource\apps\mpxcommoncontainer.rsc 	"resource\apps\mpxcommoncontainer.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7268
data=\epoc32\data\Z\resource\apps\mpxcommonplaybackview.rsc 	"resource\apps\mpxcommonplaybackview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7269
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
  7270
data=\epoc32\data\Z\resource\apps\mpxcommonui.rsc 	"resource\apps\mpxcommonui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7271
data=\epoc32\data\Z\resource\apps\mpxembeddedplaybackview.rsc 	"resource\apps\mpxembeddedplaybackview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7272
data=\epoc32\data\Z\resource\apps\mpxmainview.rsc 	"resource\apps\mpxmainview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7273
data=\epoc32\data\Z\resource\apps\mpxmediakeyhandler.rsc 	"resource\apps\mpxmediakeyhandler.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7274
data=\epoc32\data\Z\resource\apps\mpxmetadataeditordialog.rsc 	"resource\apps\mpxmetadataeditordialog.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7275
data=\epoc32\data\Z\resource\apps\mpx.rsc 	"resource\apps\mpx.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7276
data=\epoc32\data\Z\resource\apps\mpxpdplaybackview.rsc 	"resource\apps\mpxpdplaybackview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7277
data=\epoc32\data\Z\resource\apps\mpxpdsbplaybackview.rsc 	"resource\apps\mpxpdsbplaybackview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7278
data=\epoc32\data\Z\resource\apps\mpxplaybackview.rsc 	"resource\apps\mpxplaybackview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7279
data=\epoc32\data\Z\resource\apps\mpxpodcastplaybackview.rsc 	"resource\apps\mpxpodcastplaybackview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7280
data=\epoc32\data\Z\resource\apps\mpxpodcastcollectionview.rsc 	"resource\apps\mpxpodcastcollectionview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7281
data=\epoc32\data\Z\resource\apps\mpxscreensaverplugin.rsc 	"resource\apps\mpxscreensaverplugin.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7282
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
  7283
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
  7284
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
  7285
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
  7286
data=\epoc32\data\Z\resource\apps\mpxupnpplaybackdialog.rsc 	"resource\apps\mpxupnpplaybackdialog.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7287
data=\epoc32\data\Z\resource\apps\mpxupnpplaybackview.rsc 	"resource\apps\mpxupnpplaybackview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7288
data=\epoc32\data\Z\resource\apps\mpxvideoplaybackcontrols.rsc 	"resource\apps\mpxvideoplaybackcontrols.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7289
data=\epoc32\data\Z\resource\apps\mpxvideoplaybackviews.rsc 	"resource\apps\mpxvideoplaybackviews.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7290
data=\epoc32\data\Z\resource\apps\mpxvideoplayer.RSC 	"resource\apps\mpxvideoplayer.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7291
data=\epoc32\data\Z\resource\apps\mpxvideoplayer_aif.mif 	"resource\apps\mpxvideoplayer_aif.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7292
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
  7293
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
  7294
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
  7295
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
  7296
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
  7297
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
  7298
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
  7299
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
  7300
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
  7301
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
  7302
data=\epoc32\data\Z\resource\apps\musui.RSC 	"resource\apps\musui.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7303
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
  7304
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
  7305
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
  7306
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
  7307
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
  7308
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
  7309
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
  7310
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
  7311
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
  7312
data=\epoc32\data\Z\resource\apps\notepad.rsc 	"resource\apps\notepad.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7313
data=\epoc32\data\Z\resource\apps\NpdViewer.rsc 	"resource\apps\NpdViewer.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7314
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
  7315
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
  7316
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
  7317
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
  7318
data=\epoc32\data\Z\resource\apps\NSmlDMSync.RSC 	"resource\apps\NSmlDMSync.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7319
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
  7320
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
  7321
data=\epoc32\data\Z\resource\apps\NSmlDSSync.RSC 	"resource\apps\NSmlDSSync.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7322
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
  7323
data=\epoc32\data\Z\resource\apps\OnlineSupport.RSC 	"resource\apps\OnlineSupport.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7324
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
  7325
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
  7326
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
  7327
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
  7328
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
  7329
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
  7330
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
  7331
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
  7332
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
  7333
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
  7334
data=\epoc32\data\Z\resource\apps\Phonebook2.RSC 	"resource\apps\Phonebook2.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7335
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
  7336
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
  7337
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
  7338
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
  7339
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
  7340
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
  7341
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
  7342
data=\epoc32\data\Z\resource\apps\Pbk2ServerApp.rsc 	"resource\apps\Pbk2ServerApp.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7343
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
  7344
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
  7345
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
  7346
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
  7347
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
  7348
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
  7349
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
  7350
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
  7351
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
  7352
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
  7353
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
  7354
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
  7355
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
  7356
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
  7357
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
  7358
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
  7359
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
  7360
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
  7361
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
  7362
data=\epoc32\data\Z\resource\apps\phoneui.rsc 	"resource\apps\phoneui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7363
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
  7364
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
  7365
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
  7366
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
  7367
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
  7368
data=\epoc32\data\Z\resource\apps\pnpprovisioning.RSC 	"resource\apps\pnpprovisioning.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7369
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
  7370
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
  7371
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
  7372
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
  7373
data=\epoc32\data\Z\resource\apps\profileapp.rsc 	"resource\apps\profileapp.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7374
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
  7375
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
  7376
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
  7377
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
  7378
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
  7379
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
  7380
data=\epoc32\data\Z\resource\apps\PushViewer.rsc 	"resource\apps\PushViewer.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7381
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
  7382
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
  7383
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
  7384
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
  7385
data=\epoc32\data\Z\resource\apps\srchuiapp.rsc 	"resource\apps\srchuiapp.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7386
data=\epoc32\data\Z\resource\apps\srchuiapp_loc.rsc 	"resource\apps\srchuiapp_loc.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7387
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
  7388
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
  7389
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
  7390
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
  7391
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
  7392
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
  7393
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
  7394
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
  7395
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
  7396
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
  7397
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
  7398
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
  7399
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
  7400
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
  7401
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
  7402
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
  7403
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
  7404
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
  7405
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
  7406
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
  7407
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
  7408
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
  7409
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
  7410
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
  7411
data=\epoc32\data\Z\resource\apps\SmsViewer.RSC 	"resource\apps\SmsViewer.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7412
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
  7413
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
  7414
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
  7415
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
  7416
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
  7417
data=\epoc32\data\Z\resource\apps\Speeddial.RSC 	"resource\apps\Speeddial.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7418
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
  7419
data=\epoc32\data\Z\resource\apps\vcexecutorapp.RSC 	"resource\apps\vcexecutorapp.rsc"    
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7420
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
  7421
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
  7422
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
  7423
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
  7424
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
  7425
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
  7426
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
  7427
data=\epoc32\data\Z\resource\apps\SVGTViewerApp.rsc 	"resource\apps\SVGTViewerApp.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7428
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
  7429
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
  7430
data=\epoc32\data\Z\resource\apps\TouchScreenCalib.RSC 	"resource\apps\TouchScreenCalib.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7431
data=\epoc32\data\Z\resource\apps\UISettingsSrv.RSC 	"resource\apps\UISettingsSrv.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7432
data=\epoc32\data\Z\resource\apps\UniEditor.rsc 	"resource\apps\UniEditor.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7433
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
  7434
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
  7435
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
  7436
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
  7437
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
  7438
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
  7439
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
  7440
data=\epoc32\data\Z\resource\apps\ussd.RSC 	"resource\apps\ussd.rsc"  
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7441
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
  7442
data=\epoc32\data\Z\resource\apps\vcxnsscheduleview.rsc 	"resource\apps\vcxnsscheduleview.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7443
data=\epoc32\data\Z\resource\apps\VCommand.RSC 	"resource\apps\VCommand.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7444
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
  7445
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
  7446
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
  7447
data=\epoc32\data\Z\resource\apps\IptvProvisioningApp.RSC 	"resource\apps\IptvProvisioningApp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7448
data=\epoc32\data\Z\resource\apps\VideoServices.RSC 	"resource\apps\VideoServices.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7449
data=\epoc32\data\Z\resource\apps\videotelui.rsc 	"resource\apps\videotelui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7450
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
  7451
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
  7452
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
  7453
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
  7454
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
  7455
data=\epoc32\data\Z\resource\apps\Vm.RSC 	"resource\apps\Vm.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7456
data=\epoc32\data\Z\resource\apps\Voicerecorder.rsc 	"resource\apps\Voicerecorder.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7457
data=\epoc32\data\Z\resource\apps\vuivoicerecognition.RSC 	"resource\apps\vuivoicerecognition.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7458
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
  7459
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
  7460
data=\epoc32\data\Z\resource\apps\VoIPProvisioningApp.RSC 	"resource\apps\VoIPProvisioningApp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7461
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
  7462
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
  7463
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
  7464
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
  7465
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
  7466
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
  7467
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
  7468
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
  7469
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
  7470
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
  7471
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
  7472
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
  7473
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
  7474
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
  7475
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
  7476
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
  7477
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
  7478
data=\epoc32\data\Z\resource\apps\ApplicationManagement.RSC 	"resource\apps\ApplicationManagement.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7479
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
  7480
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
  7481
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
  7482
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
  7483
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
  7484
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
  7485
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
  7486
data=\epoc32\data\Z\resource\apps\Autolock.RSC 	"resource\apps\Autolock.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7487
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
  7488
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
  7489
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
  7490
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
  7491
data=\epoc32\data\Z\resource\apps\BTUI.RSC 	"resource\apps\Btui.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7492
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
  7493
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
  7494
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
  7495
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
  7496
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
  7497
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
  7498
data=\epoc32\data\Z\resource\apps\CertSaver.RSC 	"resource\apps\CertSaver.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7499
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
  7500
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
  7501
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
  7502
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
  7503
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
  7504
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
  7505
data=\epoc32\data\Z\resource\apps\CodViewer.RSC 	"resource\apps\CodViewer.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7506
data=\epoc32\data\Z\resource\apps\DdViewer.RSC 	"resource\apps\DdViewer.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7507
data=\epoc32\data\Z\resource\apps\RoapApp.RSC 	"resource\apps\RoapApp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7508
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
  7509
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
  7510
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
  7511
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
  7512
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
  7513
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
  7514
data=\epoc32\data\Z\resource\apps\ConnectionMonitorUi.RSC 	"resource\apps\ConnectionMonitorUi.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7515
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
  7516
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
  7517
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
  7518
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
  7519
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
  7520
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
  7521
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
  7522
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
  7523
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
  7524
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
  7525
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
  7526
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
  7527
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
  7528
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
  7529
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
  7530
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
  7531
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
  7532
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
  7533
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
  7534
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
  7535
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
  7536
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
  7537
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
  7538
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
  7539
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
  7540
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
  7541
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
  7542
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
  7543
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
  7544
REM Equalizer
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7545
data=\epoc32\data\Z\resource\apps\Equalizer.rsc 	"resource\apps\Equalizer.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7546
data=\epoc32\data\Z\resource\apps\fotaserver.RSC 	"resource\apps\fotaserver.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7547
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
  7548
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
  7549
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
  7550
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
  7551
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
  7552
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
  7553
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
  7554
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
  7555
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
  7556
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
  7557
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
  7558
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
  7559
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
  7560
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
  7561
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
  7562
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
  7563
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
  7564
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
  7565
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
  7566
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
  7567
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
  7568
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
  7569
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
  7570
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
  7571
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
  7572
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
  7573
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
  7574
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
  7575
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
  7576
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
  7577
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
  7578
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
  7579
data=\epoc32\data\Z\resource\apps\HsBrowser.RSC 	"resource\apps\HsBrowser.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7580
data=\epoc32\data\Z\resource\apps\iaupdate.RSC 	"resource\apps\iaupdate.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7581
data=\epoc32\data\Z\resource\apps\iaupdater.RSC 	"resource\apps\iaupdater.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7582
data=\epoc32\data\Z\resource\apps\iaupdatelauncher.RSC 	"resource\apps\iaupdatelauncher.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7583
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
  7584
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
  7585
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
  7586
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
  7587
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
  7588
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
  7589
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
  7590
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
  7591
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
  7592
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
  7593
data=\epoc32\data\Z\resource\apps\lockapp.RSC 	"resource\apps\lockapp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7594
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
  7595
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
  7596
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
  7597
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
  7598
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
  7599
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
  7600
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
  7601
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
  7602
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
  7603
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
  7604
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
  7605
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
  7606
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
  7607
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
  7608
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
  7609
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
  7610
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
  7611
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
  7612
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
  7613
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
  7614
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
  7615
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
  7616
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
  7617
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
  7618
REM PENINPUTARC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7619
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
  7620
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
  7621
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
  7622
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
  7623
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
  7624
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
  7625
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
  7626
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
  7627
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
  7628
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
  7629
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
  7630
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
  7631
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
  7632
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
  7633
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
  7634
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
  7635
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
  7636
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
  7637
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
  7638
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
  7639
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
  7640
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
  7641
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
  7642
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
  7643
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
  7644
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
  7645
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
  7646
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
  7647
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
  7648
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
  7649
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
  7650
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
  7651
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
  7652
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
  7653
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
  7654
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
  7655
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
  7656
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
  7657
data=\epoc32\data\Z\resource\apps\SatUI.RSC 	"resource\apps\SatUI.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7658
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
  7659
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
  7660
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
  7661
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
  7662
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
  7663
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
  7664
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
  7665
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
  7666
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
  7667
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
  7668
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
  7669
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
  7670
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
  7671
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
  7672
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
  7673
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
  7674
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
  7675
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
  7676
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
  7677
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
  7678
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
  7679
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
  7680
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
  7681
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
  7682
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
  7683
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
  7684
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
  7685
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
  7686
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
  7687
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
  7688
data=\epoc32\data\Z\resource\apps\sysap.RSC 	"resource\apps\SysAp.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7689
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
  7690
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
  7691
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
  7692
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
  7693
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
  7694
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
  7695
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
  7696
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
  7697
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
  7698
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
  7699
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
  7700
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
  7701
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
  7702
data=\epoc32\data\Z\resource\apps\WidgetUi.RSC 	"resource\apps\WidgetUi.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7703
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
  7704
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
  7705
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
  7706
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
  7707
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
  7708
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
  7709
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
  7710
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
  7711
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
  7712
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
  7713
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
  7714
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
  7715
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
  7716
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
  7717
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
  7718
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
  7719
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
  7720
data=\epoc32\data\Z\resource\apps\wmdrmdlaapp.RSC 	"resource\apps\wmdrmdlaapp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7721
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
  7722
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
  7723
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
  7724
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
  7725
REM WlanSnifferAiHelperApplicationResources
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7726
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
  7727
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
  7728
REM WlanSnifferApWizardResources
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7729
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
  7730
REM WlanSnifferApplicationResources
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7731
data=\epoc32\data\Z\resource\apps\wlansniffer.RSC 	"resource\apps\wlansniffer.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7732
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
  7733
REM WlanInfoSortingResources
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7734
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
  7735
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
  7736
data=\epoc32\data\Z\resource\XdmProvisioningTexts.RSC 	"resource\XdmProvisioningTexts.RSC"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  7737
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calenlunarchineseplugin.dll  ,  calenlunarchineseplugin.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7738
file=\epoc32\release\ARMV5\urel\calenlunarchineseplugin.dll 	"Sys\Bin\calenlunarchineseplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  7739
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins,  calenlunarvietnameseplugin.dll  ,  calenlunarvietnameseplugin.dll  ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7740
file=\epoc32\release\ARMV5\urel\calenlunarvietnameseplugin.dll 	"Sys\Bin\calenlunarvietnameseplugin.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  7741
REM expanded __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
  7742
file=\epoc32\release\ARMV5\urel\calenthaiplugin.dll 	"Sys\Bin\calenthaiplugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7743
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
  7744
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
  7745
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
  7746
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
  7747
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
  7748
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
  7749
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
  7750
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
  7751
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
  7752
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
  7753
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
  7754
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
  7755
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
  7756
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
  7757
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
  7758
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
  7759
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
  7760
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
  7761
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
  7762
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
  7763
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
  7764
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
  7765
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
  7766
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
  7767
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
  7768
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
  7769
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
  7770
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
  7771
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
  7772
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
  7773
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
  7774
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
  7775
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
  7776
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
  7777
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
  7778
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
  7779
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
  7780
data=\epoc32\data\Z\resource\apps\TouchScreenCalib.mif 	"resource\apps\TouchScreenCalib.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7781
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
  7782
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
  7783
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
  7784
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
  7785
data=\epoc32\data\Z\Private\200159c0\install\wideimage_2001f489\hsps\00\widgetconfiguration.xml 	"private\200159c0\install\wideimage_2001f489\hsps\00\widgetconfiguration.xml"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  7786
REM expanded __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
  7787
file=\epoc32\release\ARMV5\urel\avkonfep.dll 	"Sys\Bin\avkonfep.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7788
data=\epoc32\data\Z\resource\apps\aknfepuictrls.mif 	"resource\apps\aknfepuictrls.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  7789
REM expanded __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
  7790
file=\epoc32\release\ARMV5\urel\AknFepUiAvkonPlugin.dll 	"Sys\Bin\AknFepUiAvkonPlugin.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7791
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
  7792
file=\epoc32\release\ARMV5\urel\FindUtilImpl.dll 	"sys\bin\FindUtilImpl.dll"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  7793
REM expanded __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
  7794
file=\epoc32\release\ARMV5\urel\ityperast.dll 	"Sys\Bin\ityperast.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7795
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
  7796
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
  7797
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
  7798
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
  7799
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
  7800
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
  7801
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
  7802
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
  7803
data=\epoc32\data\Z\resource\apps\peninputgenericitut.mif 	"resource\apps\peninputgenericitut.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  7804
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, peninputgenericitut.dll , peninputgenericitut.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7805
file=\epoc32\release\ARMV5\urel\peninputgenericitut.dll 	"Sys\Bin\peninputgenericitut.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  7806
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, peninputimepluginitut.dll , peninputimepluginitut.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7807
file=\epoc32\release\ARMV5\urel\peninputimepluginitut.dll 	"Sys\Bin\peninputimepluginitut.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  7808
REM expanded __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
  7809
file=\epoc32\release\ARMV5\urel\PeninputPluginKr.dll 	"Sys\Bin\PeninputPluginKr.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7810
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
  7811
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
  7812
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
  7813
data=\epoc32\data\Z\resource\apps\peninputsplititut.mif 	"resource\apps\peninputsplititut.mif"
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  7814
REM expanded __ECOM_PLUGIN(\epoc32\release\ARMV5\urel,Sys\Bin,\epoc32\data\Z,Resource\Plugins, peninputsplititut.dll , peninputsplititut.dll ) 
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7815
file=\epoc32\release\ARMV5\urel\peninputsplititut.dll 	"Sys\Bin\peninputsplititut.dll" 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
  7816
REM expanded __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
  7817
file=\epoc32\release\ARMV5\urel\PeninputVkbKr.dll 	"Sys\Bin\PeninputVkbKr.dll" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7818
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
  7819
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
  7820
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
  7821
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
  7822
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
  7823
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
  7824
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
  7825
data=\epoc32\data\Z\resource\apps\SysAp.mif 	"resource\apps\SysAp.mif"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7826
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
  7827
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
  7828
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
  7829
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
  7830
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
  7831
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
  7832
file=\epoc32\release\ARMV5\urel\star.exe 	"sys\bin\star.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7833
data=\epoc32\data\Z\resource\apps\star.RSC 	"resource\apps\star.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7834
data=\epoc32\data\Z\private\10003a3f\import\Apps\star_reg.rsc 	"private\10003a3f\import\apps\star_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7835
file=\epoc32\release\ARMV5\urel\wiggly.exe 	"sys\bin\wiggly.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7836
data=\epoc32\data\Z\resource\apps\wiggly.RSC 	"resource\apps\wiggly.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7837
data=\epoc32\data\Z\private\10003a3f\import\Apps\wiggly_reg.rsc 	"private\10003a3f\import\apps\wiggly_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7838
file=\epoc32\release\ARMV5\urel\animatedtiles.exe 	"sys\bin\animatedtiles.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7839
data=\epoc32\data\Z\resource\apps\animatedtiles.RSC 	"resource\apps\animatedtiles.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7840
data=\epoc32\data\Z\private\10003a3f\import\Apps\animatedtiles_reg.rsc 	"private\10003a3f\import\apps\animatedtiles_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7841
file=\epoc32\release\ARMV5\urel\collidingmice.exe 	"sys\bin\collidingmice.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7842
data=\epoc32\data\Z\resource\apps\collidingmice.RSC 	"resource\apps\collidingmice.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7843
data=\epoc32\data\Z\private\10003a3f\import\Apps\collidingmice_reg.rsc 	"private\10003a3f\import\apps\collidingmice_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7844
file=\epoc32\release\ARMV5\urel\addressbook.exe 	"sys\bin\addressbook.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7845
data=\epoc32\data\Z\resource\apps\addressbook.RSC 	"resource\apps\addressbook.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7846
data=\epoc32\data\Z\private\10003a3f\import\Apps\addressbook_reg.rsc 	"private\10003a3f\import\apps\addressbook_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7847
file=\epoc32\release\ARMV5\urel\svgviewer.exe 	"sys\bin\svgviewer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7848
data=\epoc32\data\Z\resource\apps\svgviewer.RSC 	"resource\apps\svgviewer.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7849
data=\epoc32\data\Z\private\10003a3f\import\Apps\svgviewer_reg.rsc 	"private\10003a3f\import\apps\svgviewer_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7850
file=\epoc32\release\ARMV5\urel\analogclock.exe 	"sys\bin\analogclock.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7851
data=\epoc32\data\Z\resource\apps\analogclock.RSC 	"resource\apps\analogclock.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7852
data=\epoc32\data\Z\private\10003a3f\import\Apps\analogclock_reg.rsc 	"private\10003a3f\import\apps\analogclock_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7853
file=\epoc32\release\ARMV5\urel\imagegestures.exe 	"sys\bin\imagegestures.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7854
data=\epoc32\data\Z\resource\apps\imagegestures.RSC 	"resource\apps\imagegestures.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7855
data=\epoc32\data\Z\private\10003a3f\import\Apps\imagegestures_reg.rsc 	"private\10003a3f\import\apps\imagegestures_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7856
file=\epoc32\release\ARMV5\urel\qftp.exe 	"sys\bin\qftp.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7857
data=\epoc32\data\Z\resource\apps\qftp.RSC 	"resource\apps\qftp.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7858
data=\epoc32\data\Z\private\10003a3f\import\Apps\qftp_reg.rsc 	"private\10003a3f\import\apps\qftp_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7859
file=\epoc32\release\ARMV5\urel\masterdetail.exe 	"sys\bin\masterdetail.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7860
data=\epoc32\data\Z\resource\apps\masterdetail.RSC 	"resource\apps\masterdetail.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7861
data=\epoc32\data\Z\private\10003a3f\import\Apps\masterdetail_reg.rsc 	"private\10003a3f\import\apps\masterdetail_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7862
file=\epoc32\release\ARMV5\urel\previewer.exe 	"sys\bin\previewer.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7863
data=\epoc32\data\Z\resource\apps\previewer.RSC 	"resource\apps\previewer.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7864
data=\epoc32\data\Z\private\10003a3f\import\Apps\previewer_reg.rsc 	"private\10003a3f\import\apps\previewer_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7865
file=\epoc32\release\ARMV5\urel\fluidlauncher.exe 	"sys\bin\fluidlauncher.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7866
data=\epoc32\data\Z\resource\apps\fluidlauncher.RSC 	"resource\apps\fluidlauncher.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7867
data=\epoc32\data\Z\private\10003a3f\import\Apps\fluidlauncher_reg.rsc 	"private\10003a3f\import\apps\fluidlauncher_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7868
file=\epoc32\release\ARMV5\urel\deform.exe 	"sys\bin\deform.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7869
data=\epoc32\data\Z\resource\apps\deform.RSC 	"resource\apps\deform.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7870
data=\epoc32\data\Z\private\10003a3f\import\Apps\deform_reg.rsc 	"private\10003a3f\import\apps\deform_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7871
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
  7872
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
  7873
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
  7874
file=\epoc32\release\ARMV5\urel\pathstroke.exe 	"sys\bin\pathstroke.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7875
data=\epoc32\data\Z\resource\apps\pathstroke.RSC 	"resource\apps\pathstroke.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7876
data=\epoc32\data\Z\private\10003a3f\import\Apps\pathstroke_reg.rsc 	"private\10003a3f\import\apps\pathstroke_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7877
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
  7878
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
  7879
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
  7880
file=\epoc32\release\ARMV5\urel\moveblocks.exe 	"sys\bin\moveblocks.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7881
data=\epoc32\data\Z\resource\apps\moveblocks.RSC 	"resource\apps\moveblocks.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7882
data=\epoc32\data\Z\private\10003a3f\import\Apps\moveblocks_reg.rsc 	"private\10003a3f\import\apps\moveblocks_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7883
file=\epoc32\release\ARMV5\urel\stickman.exe 	"sys\bin\stickman.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7884
data=\epoc32\data\Z\resource\apps\stickman.RSC 	"resource\apps\stickman.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7885
data=\epoc32\data\Z\private\10003a3f\import\Apps\stickman_reg.rsc 	"private\10003a3f\import\apps\stickman_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7886
file=\epoc32\release\ARMV5\urel\fridgemagnets.exe 	"sys\bin\fridgemagnets.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7887
data=\epoc32\data\Z\resource\apps\fridgemagnets.RSC 	"resource\apps\fridgemagnets.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7888
data=\epoc32\data\Z\private\10003a3f\import\Apps\fridgemagnets_reg.rsc 	"private\10003a3f\import\apps\fridgemagnets_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7889
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
  7890
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
  7891
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
  7892
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
  7893
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
  7894
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
  7895
file=\epoc32\release\ARMV5\urel\states.exe 	"sys\bin\states.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7896
data=\epoc32\data\Z\resource\apps\states.RSC 	"resource\apps\states.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7897
data=\epoc32\data\Z\private\10003a3f\import\Apps\states_reg.rsc 	"private\10003a3f\import\apps\states_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7898
file=\epoc32\release\ARMV5\urel\saxbookmarks.exe 	"sys\bin\saxbookmarks.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7899
data=\epoc32\data\Z\resource\apps\saxbookmarks.RSC 	"resource\apps\saxbookmarks.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7900
data=\epoc32\data\Z\private\10003a3f\import\Apps\saxbookmarks_reg.rsc 	"private\10003a3f\import\apps\saxbookmarks_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7901
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
  7902
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
  7903
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
  7904
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
  7905
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
  7906
REM MISSING data=\epoc32\data\Z\private\10003a3f\import\Apps\queuedcustomtype_reg.rsc   \private\10003a3f\import\apps\queuedcustomtype_reg.rsc
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7907
file=\epoc32\release\ARMV5\urel\anomaly.exe 	"sys\bin\anomaly.exe" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7908
data=\epoc32\data\Z\resource\apps\anomaly.RSC 	"resource\apps\anomaly.rsc" 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7909
data=\epoc32\data\Z\private\10003a3f\import\Apps\anomaly_reg.rsc 	"private\10003a3f\import\apps\anomaly_reg.rsc"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7910
romname syborg.rom.img
7
58366ddcbc93 Further tweaks to buildrom.pm, and updated originals after re-running imaker
William Roberts <williamr@symbian.org>
parents: 4
diff changeset
  7911
time=09/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
  7912
romchecksum=0x12345678
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7913
data=\epoc32\rombuild\syborg\core\features.dat 	"private\10205054\features.dat"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7914
data=\epoc32\rombuild\syborg\core\ecom-0-0.spi 	"private\10009d8f\ecom-0-0.spi"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7915
data=\epoc32\rombuild\syborg\core\ecom-0-1.s01 	"private\10009d8f\ecom-0-1.s01"
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7916
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7917
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7918
REM ROM_IMAGE[1]
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7919
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7920
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7921
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7922
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
  7923
pagingoverride defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7924
pagingoverride defaultpaged
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
  7925
pagingoverride defaultpaged