original/syborg_flash.log
author William Roberts <williamr@symbian.org>
Mon, 25 Oct 2010 17:26:54 +0100
changeset 80 3ab0df073c86
parent 58 37bdadebbfc0
permissions -rw-r--r--
Add support for "slim", which is "stem" + removal of some exports and checking of import details For this to work, the static_dependencies.txt file needs to contain the augmented dependency information. To help with this, it can now consume a mixture of both rom_content.csv lines and static_dependencies.txt lines: the best way to update the information would be something like (edit rom_content.csv to add "slim" to XXX.dll) findstr /i "xxx.dll" rom_content.csv > slim.txt findstr /i "xxx.dll" static_dependencies.txt >> slim.txt perl ..\tools\static_dependencies.pl -u static_dependencies.txt slim.txt > new_dependencies.txt This will notice the "slim" marking for xxx.dll, and record the detailed import and export lists for xxx.dll and everything which links to it. The new information will look something like sys\bin\xxx.dll /epoc32/release/armv5/urel/stem_xxx.dll exports=1-98.100-102:euser[100039e5].dll sys\bin\yyy.dll /epoc32/release/armv5/urel/yyy.dll euser[100039e5].dll:xxx[102750c7].dll@2.4-5.77.104-106:scppnwdl.dll sys\bin\zzz.dll /epoc32/release/armv5/urel/zzz.dll euser[100039e5].dll:xxx[102750c7].dll@23.25.74-77:scppnwdl.dll Only executables for which there is a "slim" marking will have this level of detail. The filtering script now does the detailed cross-checking of imports to exports for "slim" executables. In this case, it will observe the stem_xxx.dll does not export ordinal 104, and so the filtering will include deleting sys\bin\yyy.dll (xxx.dll Missing ordinal 104) sys\bin\zzz.dll will be acceptable, because it only uses ordinals which are still present in stem_xxx.dll
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
===============================================================================
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
     2
TIME: Fri Oct 15 15:21:10 2010, USER: williamr, HOST: UK-1086
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
C:\Perl\bin\perl.exe (v5.12.1-MSWin32)
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
WriteFile: `>/epoc32/rombuild/syborg/log/syborg_flash.log'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
ChangeDir: `/epoc32/rombuild/syborg'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
ReadFile: `/epoc32/rombuild/syborg/syborg_flash.icmd'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
# IMAKER_VERSION   = `iMaker 09.06.01, 05-Feb-2009.'
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
     8
# IMAKER_CMDARG    = `--file=/epoc32/rom/config/sf_refhw/syborg/image_conf_syborg.mk flash'
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
     9
# IMAKER_MAKECMD   = `\epoc32\tools\rom\imaker\mingw_make.exe -R --no-print-directory SHELL="C:\Windows\system32\cmd.exe" -I M:/epoc32/rom/config -f M:/epoc32/tools/rom/imaker/imaker.mk TIMESTAMP=2010101515211042  --file=/epoc32/rom/config/sf_refhw/syborg/image_conf_syborg.mk  -f M:/epoc32/tools/rom/imaker/imaker.mk flash'
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
# IMAKER_PERLCMD   = `perl -x M:/epoc32/tools/rom/imaker/imaker.pl --cmdfile "/epoc32/rombuild/syborg/syborg_flash.icmd" --logfile "/epoc32/rombuild/syborg/log/syborg_flash.log"  --step "IMAKERPRE:cbk-COREPRE:cb-CORE:cb-COREPOST:cb" --verbose "1" --workdir "/epoc32/rombuild/syborg"'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
# IMAKER_EXITSHELL = `'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
# SHELL            = `C:/Windows/system32/cmd.exe'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
# MAKE             = `M:/epoc32/tools/rom/imaker/mingw_make'
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
    14
# MAKEFLAGS        = ` --no-print-directory -RrI M:/epoc32/rom/config -- TIMESTAMP=2010101515211042 SHELL=C:/Windows/system32/cmd.exe'
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
# MAKECMDGOALS     = `flash'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
# $@               = `flash'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
# MAKELEVEL        = `0'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
# MAKE_RESTARTS    = `'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
# MAKEFILE_LIST    = ` M:/epoc32/tools/rom/imaker/imaker.mk M:/epoc32/tools/rom/imaker/imaker_help.mk M:/epoc32/tools/rom/imaker/imaker_image.mk M:/epoc32/tools/rom/imaker/imaker_core.mk M:/epoc32/tools/rom/imaker/imaker_odp.mk M:/epoc32/tools/rom/imaker/imaker_rofs2.mk M:/epoc32/tools/rom/imaker/imaker_rofs3.mk M:/epoc32/tools/rom/imaker/imaker_rofs4.mk M:/epoc32/tools/rom/imaker/imaker_uda.mk M:/epoc32/tools/rom/imaker/imaker_variant.mk M:/epoc32/tools/rom/imaker/imaker_minienv.mk M:/epoc32/tools/rom/imaker/imaker_public.mk M:/epoc32/tools/rom/imaker/imaker_tools.mk M:/epoc32/tools/rom/imaker/imaker_version.mk /epoc32/rom/config/sf_refhw/syborg/image_conf_syborg.mk /epoc32/rom/config/sf_refhw/image_conf_sf_refhw.mk M:/epoc32/tools/rom/imaker/imaker.mk /epoc32/rom/config/image_conf_buildinfo.mk'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
# .INCLUDE_DIRS    = `M:/epoc32/rom/config'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
# FEATVAR_IDIR     = `/epoc32/rom/config /epoc32/rom'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
# CPPFILE_LIST     = `'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
# EPOCROOT         = `\'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
# ITOOL_DIR        = `M:/epoc32/tools/rom'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
# IMAKER_DIR       = `M:/epoc32/tools/rom/imaker'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
# ITOOL_PATH       = `M:\epoc32\tools\rom;M:\epoc32\tools;M:\epoc32\gcc\bin'
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
    27
# PATH             = `M:\epoc32\tools\rom;M:\epoc32\tools;M:\epoc32\gcc\bin;C:\apps\CodeSourcery\bin;C:\Apps\arm\RVCT\Programs\2.2\686\win_32-pentium;C:\Apps\arm\RVCT\Programs\4.0\650\win_32-pentium;C:\Python26\Scripts;C:\Python26\;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Symbian\Tools\PDT_1.7;C:\Symbian\Tools\PDT_1.7\raptor\bin;C:\Symbian\Tools\PDT_1.7\helium;C:\Symbian\Tools\PDT_1.7\ConE;C:\Symbian\Tools\PDT_1.7\utilities\bin;C:\Symbian\Tools\PDT_1.7\bootstrap;C:\Symbian\Tools\PDT_1.7\helium\runtime\7zip;C:\Symbian\Tools\PDT_1.7\Carbide.c++\x86Build\Symbian_Tools\Command_Line_Tools;C:\Program Files (x86)\TortoiseHg\;C:\Program Files (x86)\7-Zip\;\epoc32\tools;\epoc32\gcc\bin'
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
Steps: CLEAN_IMAKERPRE, BUILD_IMAKERPRE, CLEAN_COREPRE, BUILD_COREPRE, CLEAN_CORE, BUILD_CORE, CLEAN_COREPOST, BUILD_COREPOST (empty)
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
===============================================================================
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
ENTER: `S:IMAKERPRE,C:1,B:1,K:1,V:1'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    31
DeleteFile: `/epoc32/rombuild/syborg/syborg_flash.icmd'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    32
EXIT: `S:IMAKERPRE,C:1,B:1,K:1,V:1', duration: 00:00
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    33
===============================================================================
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    34
ENTER: `S:COREPRE,C:1,B:1,K:0,V:1'
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    35
DeleteFile: `/epoc32/rombuild/syborg/core/syborg_core_master.oby'
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    36
DeleteFile: `/epoc32/rombuild/syborg/core/syborg_core_collected.oby'
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    37
ChangeDir: `/epoc32/rombuild/syborg/core'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    38
Generating file(s) for Core image creation
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    39
WriteFile: `>/epoc32/rombuild/syborg/core/syborg_core_master.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    40
FindFile: Directory `/epoc32/rom/include/core/app', pattern `*.iby' (?i-xsm:^(.*\.iby)$), found 438/438 files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    41
FindFile: Directory `/epoc32/rom/include/core/mw', pattern `*.iby' (?i-xsm:^(.*\.iby)$), found 656/657 files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    42
FindFile: Directory `/epoc32/rom/include/core/os', pattern `*.iby' (?i-xsm:^(.*\.iby)$), found 76/78 files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    43
FindFile: Directory `/epoc32/rom/include/core/stubs', pattern `*.iby' (?i-xsm:^(.*\.iby)$), found 6/6 files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    44
FindFile: Directory `/epoc32/rom/include/core/tools', pattern `*.iby' (?i-xsm:^(.*\.iby)$), found 15/15 files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    45
FindFile: Directory `/epoc32/rom/include/language/*', pattern `*.iby' (?i-xsm:^(.*\.iby)$), found 410/410 files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    46
FindFile: Directory `/epoc32/rom/include/customer/*', pattern `*.iby' (?i-xsm:^(.*\.iby)$), found 166/166 files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    47
FindFile: Directory `/epoc32/rom/include/customervariant/*', pattern `*.iby' (?i-xsm:^(.*\.iby)$), found 8/8 files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    48
WriteFile: `>/epoc32/rombuild/syborg/core/syborg_core_collected.oby'
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    49
EXIT: `S:COREPRE,C:1,B:1,K:0,V:1', duration: 00:02
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    50
ChangeDir: `/epoc32/rombuild/syborg'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    51
===============================================================================
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    52
ENTER: `S:CORE,C:1,B:1,K:0,V:1'
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    53
DeleteFile: `/epoc32/rombuild/syborg/core/syborg.dir'
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    54
DeleteFile: `/epoc32/rombuild/syborg/core/syborg.rom.img'
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    55
DeleteFile: `/epoc32/rombuild/syborg/core/syborg.rom.log'
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    56
DeleteFile: `/epoc32/rombuild/syborg/core/syborg.rom.oby'
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    57
DeleteFile: `/epoc32/rombuild/syborg/core/syborg.tmp1.oby'
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    58
DeleteFile: `/epoc32/rombuild/syborg/core/ecom-0-0.spi'
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    59
DeleteFile: `/epoc32/rombuild/syborg/core/ecom-0-1.s01'
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
    60
DeleteFile: `/epoc32/rombuild/syborg/core/syborg_core_bldromplugin.log'
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    61
Creating Core (ROM) SOS image
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    62
ChangeDir: `/epoc32/rombuild/syborg/core'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    63
RunSystemCmd(/epoc32/rombuild/syborg/core): `buildrom -loglevel1 -v -nosymbols -D_IMAGE_TYPE_CORE -D_IMAGE_TYPE_RND -D_EABI=ARMV5 -IM:/epoc32/tools/rom/../../rom/include/core/mw -IM:/epoc32/tools/rom/../../rom/include/core/app -DSYBORG -es60ibymacros -elocalise -DSECTION -fm=\epoc32\rom\include\featuredatabase.xml -osyborg.img -IM:/epoc32/rom/config -IM:/epoc32/rom /epoc32/rombuild/syborg/core/syborg_core_master.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    64
>>>[START]=========8<==========8<==========8<==========8<==========8<==========
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    65
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    66
M:\epoc32\rombuild\syborg\core>setlocal
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    67
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    68
M:\epoc32\rombuild\syborg\core>perl -S buildrom.pl -loglevel1 -v -nosymbols -D_IMAGE_TYPE_CORE -D_IMAGE_TYPE_RND -D_EABI=ARMV5 -IM:/epoc32/tools/rom/../../rom/include/core/mw -IM:/epoc32/tools/rom/../../rom/include/core/app -DSYBORG -es60ibymacros -elocalise -DSECTION -fm=\epoc32\rom\include\featuredatabase.xml -osyborg.img -IM:/epoc32/rom/config -IM:/epoc32/rom /epoc32/rombuild/syborg/core/syborg_core_master.oby 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    69
defined(%hash) is deprecated at M:\epoc32\tools\/E32Plat.pm line 401.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    70
	(Maybe you should just omit the defined()?)
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    71
defined(%hash) is deprecated at M:\epoc32\tools\/E32Plat.pm line 451.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    72
	(Maybe you should just omit the defined()?)
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    73
defined(%hash) is deprecated at M:\epoc32\tools\/E32Plat.pm line 591.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    74
	(Maybe you should just omit the defined()?)
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
    75
** process_cmdline_arguments
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
    76
** image_content_processing_phase
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
    77
** processobyfiles
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    78
* cpp -o tmp1.oby -nostdinc -undef -D_IMAGE_TYPE_CORE -D_IMAGE_TYPE_RND -D_EABI=ARMV5 -IM:/epoc32/tools/rom/../../rom/include/core/mw -IM:/epoc32/tools/rom/../../rom/include/core/app -DSYBORG -DSECTION -IM:/epoc32/rom/config -IM:/epoc32/rom -I "..\..\..\include\" -include "..\..\..\include\bldvariant.hrh" -DROM_FEATURE_MANAGEMENT  -I. -I../../../../epoc32/rom/include
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    79
In file included from syborg_core_collected.oby:898,
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    80
                 from /epoc32/rombuild/syborg/core/syborg_core_master.oby:35:
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    81
../../../rom/include/core/mw/qt.iby:6: warning: #warning ("qt.iby: hack - BINARY_SELECTION_ORDER really needs to be at the baseport/device level as it depends on the device type");
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    82
* reading /epoc32/rombuild/syborg/core/syborg_core_master.oby
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    83
override.pm: Initializing; logfile = `/epoc32/rombuild/syborg/core/syborg_core_bldromplugin.log', debug = 0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    84
obyparse.pm: Initializing; logfile = `/epoc32/rombuild/syborg/core/syborg_core_bldromplugin.log', debug = 0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    85
configpaging.pm: Initializing with configpaging_stressed.cfg
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
    86
..\..\..\rom\include\core\os\PlatformEnv.iby(25): ERROR: Invalid patchable value : PlatformEnv.dll@KDriveInfoDefaultRemovableMassStorage FF_DEFAULT_REMOVABLE_MASS_STORAGE
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
    87
..\..\..\rom\include\core\os\PlatformEnv.iby(26): ERROR: Invalid patchable value : PlatformEnv.dll@KDriveInfoLogicallyRemovableDrive1 FF_LOGICALLY_REMOVABLE_DRIVE1
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
    88
..\..\..\rom\include\core\os\PlatformEnv.iby(29): ERROR: Invalid patchable value : PlatformEnv.dll@KDriveInfoUsbDrivesStart FF_USB_DRIVE_START
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    89
* Writing tmp2.oby - result of substitution phase
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    90
* Writing tmp3.oby - result of reorganisation phase
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    91
* Invalid image file name: \epoc32\data\Z\resource/apps\CSC.mbm or .mif
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    92
* Invalid image file name: \epoc32\data\Z\resource/apps\DevEncUi.mbm or .mif
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    93
* Invalid image file name: \epoc32\data\Z\resource/apps\DevEncUi.mbm or .mif
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    94
* Invalid image file name: \epoc32\data\Z\resource/apps\evthandlerapp.mbm or .mif
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    95
* Writing tmp4.oby - result of Plugin stage
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    96
* No language codes specified, defaulting to 01
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    97
Converting >\epoc32\data\Z\Resource\fstokenserver.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    98
Converting >\epoc32\data\Z\Resource\logeng\logwrap.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    99
Converting >\epoc32\data\Z\Resource\charconv\builtin.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   100
Converting >\epoc32\data\Z\resource\messaging\smss.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   101
Converting >\epoc32\data\Z\resource\messaging\wappstr.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   102
Converting >\epoc32\data\Z\Resource\charconv\gb2312.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   103
Converting >\epoc32\data\Z\Resource\charconv\hz.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   104
Converting >\epoc32\data\Z\Resource\charconv\gbk.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   105
Converting >\epoc32\data\Z\Resource\charconv\gb18030.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   106
Converting >\epoc32\data\Z\Resource\charconv\gb12345.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   107
Converting >\epoc32\data\Z\Resource\charconv\big5.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   108
Converting >\epoc32\data\Z\Resource\charconv\shiftjis.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   109
Converting >\epoc32\data\Z\Resource\charconv\iso2022jp.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   110
Converting >\epoc32\data\Z\Resource\charconv\iso2022jp1.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   111
Converting >\epoc32\data\Z\Resource\charconv\jis.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   112
Converting >\epoc32\data\Z\Resource\charconv\eucjp_packed.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   113
Converting >\epoc32\data\Z\Resource\charconv\j5.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   114
Converting >\epoc32\data\Z\Resource\charconv\iso88592.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   115
Converting >\epoc32\data\Z\Resource\charconv\iso88593.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   116
Converting >\epoc32\data\Z\Resource\charconv\iso88594.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   117
Converting >\epoc32\data\Z\Resource\charconv\iso88595.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   118
Converting >\epoc32\data\Z\Resource\charconv\iso88596.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   119
Converting >\epoc32\data\Z\Resource\charconv\iso88597.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   120
Converting >\epoc32\data\Z\Resource\charconv\iso88598.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   121
Converting >\epoc32\data\Z\Resource\charconv\iso88599.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   122
Converting >\epoc32\data\Z\Resource\charconv\iso885910.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   123
Converting >\epoc32\data\Z\Resource\charconv\iso885913.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   124
Converting >\epoc32\data\Z\Resource\charconv\iso885914.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   125
Converting >\epoc32\data\Z\Resource\charconv\iso885915.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   126
Converting >\epoc32\data\Z\Resource\charconv\cp850.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   127
Converting >\epoc32\data\Z\Resource\charconv\extended_sms_7bit.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   128
Converting >\epoc32\data\Z\Resource\charconv\gsm7_turkish_single.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   129
Converting >\epoc32\data\Z\Resource\charconv\turkish_locking_gsm7ext.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   130
Converting >\epoc32\data\Z\Resource\charconv\turkish_locking_single.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   131
Converting >\epoc32\data\Z\Resource\charconv\spanish_gsm7_single.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   132
Converting >\epoc32\data\Z\Resource\charconv\portuguese_gsm7_single.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   133
Converting >\epoc32\data\Z\Resource\charconv\portuguese_locking_gsm7ext.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   134
Converting >\epoc32\data\Z\Resource\charconv\portuguese_locking_single.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   135
Converting >\epoc32\data\Z\Resource\charconv\win949.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   136
Converting >\epoc32\data\Z\Resource\charconv\EUCKR.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   137
Converting >\epoc32\data\Z\Resource\charconv\iscii.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   138
Converting >\epoc32\data\Z\Resource\charconv\iso2022kr.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   139
Converting >\epoc32\data\Z\Resource\charconv\KOI8R.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   140
Converting >\epoc32\data\Z\Resource\charconv\KOI8U.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   141
Converting >\epoc32\data\Z\Resource\charconv\ksc5601.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   142
Converting >\epoc32\data\Z\Resource\charconv\TIS_620.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   143
Converting >\epoc32\data\Z\Resource\charconv\win1250.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   144
Converting >\epoc32\data\Z\Resource\charconv\win1251.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   145
Converting >\epoc32\data\Z\Resource\charconv\win1253.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   146
Converting >\epoc32\data\Z\Resource\charconv\win1254.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   147
Converting >\epoc32\data\Z\Resource\charconv\win1255.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   148
Converting >\epoc32\data\Z\Resource\charconv\win1256.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   149
Converting >\epoc32\data\Z\Resource\charconv\win1257.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   150
Converting >\epoc32\data\Z\Resource\charconv\win1258.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   151
Converting >\epoc32\data\Z\Resource\charconv\win874.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   152
Converting >\epoc32\data\Z\Resource\charconv\ucs2.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   153
Converting >\epoc32\data\Z\Resource\ERRORS\ErrorRes.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   154
Converting >\epoc32\data\Z\RESOURCE\messaging\wappushunknown.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   155
Converting >\epoc32\data\Z\Resource\swtlstokentype.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   156
Converting >\epoc32\data\Z\Resource\TlsCacheServer\TlsCacheTimeouts.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   157
Converting >\epoc32\data\Z\private\10205C44\SSCForStartupMode0_target.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   158
Converting >\epoc32\data\Z\resource\defaultbeep.R01< to RSC
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   159
* Writing tmp5.oby - result of choosing language-specific files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   160
Created 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
   161
Created 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
   162
* Writing tmp6.oby - result of SPI stage
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   163
override.pm: ------------------------------------------------------------------
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   164
No override entries found
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   165
override.pm: Duration: 0 seconds ----------------------------------------------
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   166
obyparse.pm: ------------------------------------------------------------------
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   167
Reading UDEB files
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   168
`/epoc32/rombuild/mytraces.txt'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   169
Found 0 entries
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   170
obyparse.pm: Duration: 1 seconds ----------------------------------------------
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   171
configpaging.pm: Modifying demand paging configuration using \epoc32\rom\configpaging\configpaging_stressed.cfg
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   172
configpaging.pm: Modifying demand paging configuration using \epoc32\rom\configpaging\configpaging_stressed.cfg
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   173
..\..\..\..\epoc32\rom\include\csc_plugin.iby(3): Missing file: '\epoc32\release\ARMV5\urel\10286506.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   174
	tried \epoc32\release\ARMV5\urel\10286506.dll \epoc32\release\ARMV6\urel\10286506.dll \epoc32\release\ARMV5\urel\10286506.dll \epoc32\release\armv5\urel\10286506.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   175
..\..\..\..\epoc32\rom\include\httpservicetest.iby(1): Missing file: '\epoc32\release\ARMV5\urel\httpserviceapitest.exe' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   176
	tried \epoc32\release\ARMV5\urel\httpserviceapitest.exe \epoc32\release\ARMV6\urel\httpserviceapitest.exe \epoc32\release\ARMV5\urel\httpserviceapitest.exe \epoc32\release\armv5\urel\httpserviceapitest.exe
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   177
..\..\..\..\epoc32\rom\include\httpservicetest.iby(2): Missing file: '\epoc32\data\c\testdata\scripts\httpserviceapitest.script' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   178
	tried \epoc32\data\c\testdata\scripts\httpserviceapitest.script \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   179
..\..\..\..\epoc32\rom\include\httpservicetest.iby(3): Missing file: '\epoc32\data\z\testdata\configs\ethernetced_httpserviceapi.xml' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   180
	tried \epoc32\data\z\testdata\configs\ethernetced_httpserviceapi.xml \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   181
..\..\..\..\epoc32\rom\include\httpservicetest.iby(4): Missing file: '\epoc32\data\z\httptest\httpservicetest\httpclient.ini' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   182
	tried \epoc32\data\z\httptest\httpservicetest\httpclient.ini \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   183
..\..\..\..\epoc32\rom\include\httpservicetest.iby(5): Missing file: '\epoc32\data\z\httptest\httpservicetest\testdl.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   184
	tried \epoc32\data\z\httptest\httpservicetest\testdl.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   185
..\..\..\..\epoc32\rom\include\httpservicetest.iby(6): Missing file: '\epoc32\data\z\httptest\httpservicetest\testdl2.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   186
	tried \epoc32\data\z\httptest\httpservicetest\testdl2.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   187
..\..\..\..\epoc32\rom\include\NetCfgExtnBase.iby(21): Missing file: '\epoc32\release\ARMV5\urel\NetCfgExtnBase.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   188
	tried \epoc32\release\ARMV5\urel\NetCfgExtnBase.dll \epoc32\release\ARMV6\urel\NetCfgExtnBase.dll \epoc32\release\ARMV5\urel\NetCfgExtnBase.dll \epoc32\release\armv5\urel\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
   189
..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(31): Missing file: '\epoc32\data\Z\private\10202BE9\10281FAB.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   190
	tried \epoc32\data\Z\private\10202BE9\10281FAB.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   191
..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(65): Missing file: '\epoc32\data\Z\private\10202BE9\10285abc.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   192
	tried \epoc32\data\Z\private\10202BE9\10285abc.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   193
..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(74): Missing file: '\epoc32\data\Z\private\10202BE9\101F87A1.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   194
	tried \epoc32\data\Z\private\10202BE9\101F87A1.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   195
..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(83): Missing file: '\epoc32\data\Z\private\10202BE9\2001ea7f.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   196
	tried \epoc32\data\Z\private\10202BE9\2001ea7f.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   197
..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(104): Missing file: '\epoc32\data\Z\private\10202BE9\10285abe.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   198
	tried \epoc32\data\Z\private\10202BE9\10285abe.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   199
..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(184): Missing file: '\epoc32\data\Z\private\10202BE9\102869c7.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   200
	tried \epoc32\data\Z\private\10202BE9\102869c7.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   201
..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(185): Missing file: '\epoc32\data\Z\private\10202BE9\10283137.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   202
	tried \epoc32\data\Z\private\10202BE9\10283137.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   203
..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(216): Missing file: '\epoc32\data\Z\private\10202BE9\10275104.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   204
	tried \epoc32\data\Z\private\10202BE9\10275104.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   205
..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(316): Missing file: '\epoc32\data\Z\private\10202BE9\10281F9F.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   206
	tried \epoc32\data\Z\private\10202BE9\10281F9F.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   207
..\..\..\..\epoc32\rom\include\sysstartconfig.iby(46): Missing file: '\epoc32\data\Z\private\10205C44\SSCForStartupMode0_target.RSC' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   208
	tried \epoc32\data\Z\private\10205C44\SSCForStartupMode0_target.RSC \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   209
..\..\..\..\epoc32\rom\include\wrapperutilsplugin.iby(1): Missing file: '\epoc32\release\ARMV5\urel\wrapperutilsplugin5.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   210
	tried \epoc32\release\ARMV5\urel\wrapperutilsplugin5.dll \epoc32\release\ARMV6\urel\wrapperutilsplugin5.dll \epoc32\release\ARMV5\urel\wrapperutilsplugin5.dll \epoc32\release\armv5\urel\wrapperutilsplugin5.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   211
..\..\..\..\epoc32\rom\include\tiger.iby(2): Missing file: '\epoc32\data\Z\resource/apps\tiger_AIF.MIF' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   212
	tried \epoc32\data\Z\resource/apps\tiger_AIF.MIF \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   213
..\..\..\..\epoc32\rom\include\wfcinterop_tests.iby(2): Missing file: '\epoc32\release\ARMV5\urel\openwfcstreamoptestserver.exe' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   214
	tried \epoc32\release\ARMV5\urel\openwfcstreamoptestserver.exe \epoc32\release\ARMV6\urel\openwfcstreamoptestserver.exe \epoc32\release\ARMV5\urel\openwfcstreamoptestserver.exe \epoc32\release\armv5\urel\openwfcstreamoptestserver.exe
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   215
..\..\..\..\epoc32\rom\include\wfcinterop_tests.iby(3): Missing file: '\epoc32\data\Z\wfctest\tstreamoperation.script' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   216
	tried \epoc32\data\Z\wfctest\tstreamoperation.script \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   217
..\..\..\rom\config\sf_refhw\bigrom.oby(1223): Missing file: '\epoc32\data\Z\private\10202BE9\200159c9.cre' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   218
	tried \epoc32\data\Z\private\10202BE9\200159c9.cre \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   219
..\..\..\rom\include\core\app\fmradioengine.iby(25): Missing file: '\epoc32\data\Z\Private\10202BE9\2001B25E.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   220
	tried \epoc32\data\Z\Private\10202BE9\2001B25E.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   221
M:\epoc32\tools\rom\..\..\rom\include\core\mw\alfred.iby(179): Missing file: '\epoc32\release\ARMV5\urel\bga_reference_plugin.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   222
	tried \epoc32\release\ARMV5\urel\bga_reference_plugin.dll \epoc32\release\ARMV6\urel\bga_reference_plugin.dll \epoc32\release\ARMV5\urel\bga_reference_plugin.dll \epoc32\release\armv5\urel\bga_reference_plugin.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   223
..\..\..\rom\include\core\app\ImageEditor.iby(1): Missing file: '\epoc32\release\ARMV5\urel\ImageEditor.exe' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   224
	tried \epoc32\release\ARMV5\urel\ImageEditor.exe \epoc32\release\ARMV6\urel\ImageEditor.exe \epoc32\release\ARMV5\urel\ImageEditor.exe \epoc32\release\armv5\urel\ImageEditor.exe
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   225
..\..\..\rom\include\core\app\java.iby(110): Missing file: '\epoc32\release\ARMV5\urel\z\resource\java\jvm\bin\java.properties' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   226
	tried \epoc32\release\ARMV5\urel\z\resource\java\jvm\bin\java.properties \epoc32\release\ARMV6\urel\z\resource\java\jvm\bin\java.properties \epoc32\release\ARMV5\urel\z\resource\java\jvm\bin\java.properties \epoc32\release\armv5\urel\z\resource\java\jvm\bin\java.properties
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   227
..\..\..\rom\include\core\app\java.iby(111): Missing file: '\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\security\java.policy' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   228
	tried \epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\security\java.policy \epoc32\release\ARMV6\urel\z\resource\java\jvm\lib\security\java.policy \epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\security\java.policy \epoc32\release\armv5\urel\z\resource\java\jvm\lib\security\java.policy
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   229
..\..\..\rom\include\core\app\java.iby(112): Missing file: '\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\security\java.security' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   230
	tried \epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\security\java.security \epoc32\release\ARMV6\urel\z\resource\java\jvm\lib\security\java.security \epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\security\java.security \epoc32\release\armv5\urel\z\resource\java\jvm\lib\security\java.security
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   231
..\..\..\rom\include\core\app\podcatcher.iby(3): Missing file: '\epoc32\data\Z\Resource\apps\podcast.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   232
	tried \epoc32\data\Z\Resource\apps\podcast.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   233
..\..\..\rom\include\core\app\podcatcher.iby(7): Missing file: '\epoc32\data\Z\Private\A0009D00\backup_registration.xml' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   234
	tried \epoc32\data\Z\Private\A0009D00\backup_registration.xml \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   235
..\..\..\rom\include\core\app\srsf.iby(17): Missing file: '\epoc32\data\Z\Private\102818E7\locationvoicecommands.xml' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   236
	tried \epoc32\data\Z\Private\102818E7\locationvoicecommands.xml \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   237
..\..\..\rom\include\core\mw\AknLayout2_nhd.iby(3): Missing file: '\epoc32\release\ARMV5\urel\10281f13.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   238
	tried \epoc32\release\ARMV5\urel\10281f13.dll \epoc32\release\ARMV6\urel\10281f13.dll \epoc32\release\ARMV5\urel\10281f13.dll \epoc32\release\armv5\urel\10281f13.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   239
..\..\..\rom\include\core\mw\AknLayout2_nhd.iby(3): Missing file: '\epoc32\data\Z\resource\cdl\10281f13_cdl_detail.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   240
	tried \epoc32\data\Z\resource\cdl\10281f13_cdl_detail.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   241
..\..\..\rom\include\core\mw\AknLayout2_UiAccel_nhd.iby(3): Missing file: '\epoc32\release\ARMV5\urel\2001CB5B.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   242
	tried \epoc32\release\ARMV5\urel\2001CB5B.dll \epoc32\release\ARMV6\urel\2001CB5B.dll \epoc32\release\ARMV5\urel\2001CB5B.dll \epoc32\release\armv5\urel\2001CB5B.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   243
..\..\..\rom\include\core\mw\AknLayout2_UiAccel_nhd.iby(3): Missing file: '\epoc32\data\Z\resource\cdl\2001CB5B_cdl_detail.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   244
	tried \epoc32\data\Z\resource\cdl\2001CB5B_cdl_detail.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   245
..\..\..\rom\include\core\mw\aknskins.iby(22): Missing file: '\epoc32\data\Z\resource\skins\101f84b9\101f84b9.sel' in statement 'DATA='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   246
	tried \epoc32\data\Z\resource\skins\101f84b9\101f84b9.sel \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   247
..\..\..\rom\include\core\mw\mds.iby(76): Missing file: '\epoc32\data\Z\System\install\locationmanagerclient_stub.sis' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   248
	tried \epoc32\data\Z\System\install\locationmanagerclient_stub.sis \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   249
..\..\..\rom\include\core\mw\mds.iby(77): Missing file: '\epoc32\data\Z\System\install\locationtrail_stub.sis' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   250
	tried \epoc32\data\Z\System\install\locationtrail_stub.sis \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   251
..\..\..\rom\include\core\mw\mds.iby(78): Missing file: '\epoc32\data\Z\System\install\locationmanagerserver_stub.sis' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   252
	tried \epoc32\data\Z\System\install\locationmanagerserver_stub.sis \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   253
..\..\..\rom\include\core\mw\mds.iby(79): Missing file: '\epoc32\data\Z\System\install\ReverseGeocode_stub.sis' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   254
	tried \epoc32\data\Z\System\install\ReverseGeocode_stub.sis \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   255
..\..\..\rom\include\core\mw\mds.iby(80): Missing file: '\epoc32\data\Z\System\install\ReverseGeoCoderPlugin_stub.sis' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   256
	tried \epoc32\data\Z\System\install\ReverseGeoCoderPlugin_stub.sis \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   257
..\..\..\rom\include\core\mw\mds.iby(81): Missing file: '\epoc32\data\Z\System\install\tagcreator_stub.sis' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   258
	tried \epoc32\data\Z\System\install\tagcreator_stub.sis \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   259
..\..\..\rom\include\core\mw\mds.iby(82): Missing file: '\epoc32\data\Z\System\install\geotagger_stub.sis' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   260
	tried \epoc32\data\Z\System\install\geotagger_stub.sis \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   261
..\..\..\rom\include\core\mw\mds.iby(83): Missing file: '\epoc32\data\Z\System\install\geoconverter_stub.sis' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   262
	tried \epoc32\data\Z\System\install\geoconverter_stub.sis \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   263
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(87): Missing file: '\epoc32\release\ARMV5\urel\mtpstatusservice.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   264
	tried \epoc32\release\ARMV5\urel\mtpstatusservice.dll \epoc32\release\ARMV6\urel\mtpstatusservice.dll \epoc32\release\ARMV5\urel\mtpstatusservice.dll \epoc32\release\armv5\urel\mtpstatusservice.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   265
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(87): Missing file: '\epoc32\data\Z\resource\mtp\2001a97f.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   266
	tried \epoc32\data\Z\resource\mtp\2001a97f.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   267
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(89): Missing file: '\epoc32\release\ARMV5\urel\mtpmetadataservice.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   268
	tried \epoc32\release\ARMV5\urel\mtpmetadataservice.dll \epoc32\release\ARMV6\urel\mtpmetadataservice.dll \epoc32\release\ARMV5\urel\mtpmetadataservice.dll \epoc32\release\armv5\urel\mtpmetadataservice.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   269
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(89): Missing file: '\epoc32\data\Z\resource\mtp\2001A9A3.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   270
	tried \epoc32\data\Z\resource\mtp\2001A9A3.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   271
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(91): Missing file: '\epoc32\release\ARMV5\urel\mtpwmpextndp.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   272
	tried \epoc32\release\ARMV5\urel\mtpwmpextndp.dll \epoc32\release\ARMV6\urel\mtpwmpextndp.dll \epoc32\release\ARMV5\urel\mtpwmpextndp.dll \epoc32\release\armv5\urel\mtpwmpextndp.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   273
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(91): Missing file: '\epoc32\data\Z\resource\mtp\1028716c.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   274
	tried \epoc32\data\Z\resource\mtp\1028716c.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   275
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(148): Missing file: '\epoc32\release\ARMV5\urel\mtppimproxy.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   276
	tried \epoc32\release\ARMV5\urel\mtppimproxy.dll \epoc32\release\ARMV6\urel\mtppimproxy.dll \epoc32\release\ARMV5\urel\mtppimproxy.dll \epoc32\release\armv5\urel\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
   277
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(150): Missing file: '\epoc32\release\ARMV5\urel\mtpcalendardp.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   278
	tried \epoc32\release\ARMV5\urel\mtpcalendardp.dll \epoc32\release\ARMV6\urel\mtpcalendardp.dll \epoc32\release\ARMV5\urel\mtpcalendardp.dll \epoc32\release\armv5\urel\mtpcalendardp.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   279
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(150): Missing file: '\epoc32\data\Z\resource\mtp\102871B8.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   280
	tried \epoc32\data\Z\resource\mtp\102871B8.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   281
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(152): Missing file: '\epoc32\release\ARMV5\urel\mtptaskdp.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   282
	tried \epoc32\release\ARMV5\urel\mtptaskdp.dll \epoc32\release\ARMV6\urel\mtptaskdp.dll \epoc32\release\ARMV5\urel\mtptaskdp.dll \epoc32\release\armv5\urel\mtptaskdp.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   283
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(152): Missing file: '\epoc32\data\Z\resource\mtp\10287013.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   284
	tried \epoc32\data\Z\resource\mtp\10287013.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   285
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(154): Missing file: '\epoc32\release\ARMV5\urel\mtpcontactdp.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   286
	tried \epoc32\release\ARMV5\urel\mtpcontactdp.dll \epoc32\release\ARMV6\urel\mtpcontactdp.dll \epoc32\release\ARMV5\urel\mtpcontactdp.dll \epoc32\release\armv5\urel\mtpcontactdp.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   287
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(154): Missing file: '\epoc32\data\Z\resource\mtp\102872bd.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   288
	tried \epoc32\data\Z\resource\mtp\102872bd.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   289
..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(155): Missing file: '\epoc32\data\Z\resource\apps\mtpcontactviewdefinition.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   290
	tried \epoc32\data\Z\resource\apps\mtpcontactviewdefinition.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   291
..\..\..\rom\include\core\mw\qt.iby(29): Missing file: '\epoc32\release\ARMV5\urel\qaudio.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   292
	tried \epoc32\release\ARMV5\urel\qaudio.dll \epoc32\release\ARMV6\urel\qaudio.dll \epoc32\release\ARMV5\urel\qaudio.dll \epoc32\release\armv5\urel\qaudio.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   293
..\..\..\rom\include\core\mw\qt.iby(30): Missing file: '\epoc32\release\ARMV5\urel\qvggraphicssystem.dll' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   294
	tried \epoc32\release\ARMV5\urel\qvggraphicssystem.dll \epoc32\release\ARMV6\urel\qvggraphicssystem.dll \epoc32\release\ARMV5\urel\qvggraphicssystem.dll \epoc32\release\armv5\urel\qvggraphicssystem.dll
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   295
..\..\..\rom\include\core\mw\qt.iby(44): Missing file: '\epoc32\data\qt\qtlibspluginstubs\qaudio.qtplugin' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   296
	tried \epoc32\data\qt\qtlibspluginstubs\qaudio.qtplugin \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   297
..\..\..\rom\include\core\mw\usbotgwatcher.iby(2): Missing file: '\epoc32\release\ARMV5\urel\errrd' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   298
	tried \epoc32\release\ARMV5\urel\errrd \epoc32\release\ARMV6\urel\errrd \epoc32\release\ARMV5\urel\errrd \epoc32\release\armv5\urel\errrd
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   299
..\..\..\rom\include\customer\mw\fonts_variant.iby(100): Missing file: '\epoc32\release\ARMV5\urel\s60snr.ttf' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   300
	tried \epoc32\release\ARMV5\urel\s60snr.ttf \epoc32\release\ARMV6\urel\s60snr.ttf \epoc32\release\ARMV5\urel\s60snr.ttf \epoc32\release\armv5\urel\s60snr.ttf
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   301
..\..\..\rom\include\customer\mw\fonts_variant.iby(101): Missing file: '\epoc32\release\ARMV5\urel\s60ssb.ttf' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   302
	tried \epoc32\release\ARMV5\urel\s60ssb.ttf \epoc32\release\ARMV6\urel\s60ssb.ttf \epoc32\release\ARMV5\urel\s60ssb.ttf \epoc32\release\armv5\urel\s60ssb.ttf
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   303
..\..\..\rom\include\customer\mw\fonts_variant.iby(102): Missing file: '\epoc32\release\ARMV5\urel\s60tsb.ttf' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   304
	tried \epoc32\release\ARMV5\urel\s60tsb.ttf \epoc32\release\ARMV6\urel\s60tsb.ttf \epoc32\release\ARMV5\urel\s60tsb.ttf \epoc32\release\armv5\urel\s60tsb.ttf
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   305
..\..\..\rom\include\customer\mw\fonts_variant.iby(103): Missing file: '\epoc32\release\ARMV5\urel\S60ZDIGI.ttf' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   306
	tried \epoc32\release\ARMV5\urel\S60ZDIGI.ttf \epoc32\release\ARMV6\urel\S60ZDIGI.ttf \epoc32\release\ARMV5\urel\S60ZDIGI.ttf \epoc32\release\armv5\urel\S60ZDIGI.ttf
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   307
..\..\..\rom\include\customer\mw\rfs_variant.iby(1): Missing file: '\epoc32\data\Z\Private\100059C9\cenrep_rfs.txt' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   308
	tried \epoc32\data\Z\Private\100059C9\cenrep_rfs.txt \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   309
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(40): Missing file: '\epoc32\release\ARMV5\urel\standarddialogs.exe' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   310
	tried \epoc32\release\ARMV5\urel\standarddialogs.exe \epoc32\release\ARMV6\urel\standarddialogs.exe \epoc32\release\ARMV5\urel\standarddialogs.exe \epoc32\release\armv5\urel\standarddialogs.exe
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   311
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(41): Missing file: '\epoc32\data\Z\resource/apps\standarddialogs.RSC' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   312
	tried \epoc32\data\Z\resource/apps\standarddialogs.RSC \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   313
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(42): Missing file: '\epoc32\data\Z\private\10003a3f\import\Apps\standarddialogs_reg.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   314
	tried \epoc32\data\Z\private\10003a3f\import\Apps\standarddialogs_reg.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   315
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(46): Missing file: '\epoc32\release\ARMV5\urel\gradients.exe' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   316
	tried \epoc32\release\ARMV5\urel\gradients.exe \epoc32\release\ARMV6\urel\gradients.exe \epoc32\release\ARMV5\urel\gradients.exe \epoc32\release\armv5\urel\gradients.exe
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   317
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(47): Missing file: '\epoc32\data\Z\resource/apps\gradients.RSC' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   318
	tried \epoc32\data\Z\resource/apps\gradients.RSC \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   319
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(48): Missing file: '\epoc32\data\Z\private\10003a3f\import\Apps\gradients_reg.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   320
	tried \epoc32\data\Z\private\10003a3f\import\Apps\gradients_reg.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   321
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(58): Missing file: '\epoc32\release\ARMV5\urel\blurpicker.exe' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   322
	tried \epoc32\release\ARMV5\urel\blurpicker.exe \epoc32\release\ARMV6\urel\blurpicker.exe \epoc32\release\ARMV5\urel\blurpicker.exe \epoc32\release\armv5\urel\blurpicker.exe
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   323
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(59): Missing file: '\epoc32\data\Z\resource/apps\blurpicker.RSC' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   324
	tried \epoc32\data\Z\resource/apps\blurpicker.RSC \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   325
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(60): Missing file: '\epoc32\data\Z\private\10003a3f\import\Apps\blurpicker_reg.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   326
	tried \epoc32\data\Z\private\10003a3f\import\Apps\blurpicker_reg.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   327
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(61): Missing file: '\epoc32\release\ARMV5\urel\knobs.exe' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   328
	tried \epoc32\release\ARMV5\urel\knobs.exe \epoc32\release\ARMV6\urel\knobs.exe \epoc32\release\ARMV5\urel\knobs.exe \epoc32\release\armv5\urel\knobs.exe
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   329
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(62): Missing file: '\epoc32\data\Z\resource/apps\knobs.RSC' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   330
	tried \epoc32\data\Z\resource/apps\knobs.RSC \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   331
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(63): Missing file: '\epoc32\data\Z\private\10003a3f\import\Apps\knobs_reg.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   332
	tried \epoc32\data\Z\private\10003a3f\import\Apps\knobs_reg.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   333
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(70): Missing file: '\epoc32\release\ARMV5\urel\defaultprototypes.exe' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   334
	tried \epoc32\release\ARMV5\urel\defaultprototypes.exe \epoc32\release\ARMV6\urel\defaultprototypes.exe \epoc32\release\ARMV5\urel\defaultprototypes.exe \epoc32\release\armv5\urel\defaultprototypes.exe
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   335
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(71): Missing file: '\epoc32\data\Z\resource/apps\defaultprototypes.RSC' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   336
	tried \epoc32\data\Z\resource/apps\defaultprototypes.RSC \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   337
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(72): Missing file: '\epoc32\data\Z\private\10003a3f\import\Apps\defaultprototypes_reg.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   338
	tried \epoc32\data\Z\private\10003a3f\import\Apps\defaultprototypes_reg.rsc \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   339
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(73): Missing file: '\epoc32\release\ARMV5\urel\queuedcustomtype.exe' in statement 'file='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   340
	tried \epoc32\release\ARMV5\urel\queuedcustomtype.exe \epoc32\release\ARMV6\urel\queuedcustomtype.exe \epoc32\release\ARMV5\urel\queuedcustomtype.exe \epoc32\release\armv5\urel\queuedcustomtype.exe
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   341
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(74): Missing file: '\epoc32\data\Z\resource/apps\queuedcustomtype.RSC' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   342
	tried \epoc32\data\Z\resource/apps\queuedcustomtype.RSC \ARMV6\ \ARMV5\
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   343
..\..\..\rom\include\customervariant\app\qtdemoapps.iby(75): Missing file: '\epoc32\data\Z\private\10003a3f\import\Apps\queuedcustomtype_reg.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   344
	tried \epoc32\data\Z\private\10003a3f\import\Apps\queuedcustomtype_reg.rsc \ARMV6\ \ARMV5\
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   345
..\..\..\..\epoc32\rom\include\OBEYFILE.iby(3): Missing file: '\epoc32\rom\include\OBEYFILE.oby' in statement 'data='
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   346
	tried \epoc32\rom\include\OBEYFILE.oby \ARMV6\ \ARMV5\
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   347
* Writing tmp7.oby - result of problem-suppression phase
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   348
* Writing tmp8.oby - result of bitmap conversion phase
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   349
* Removing previous image and logs...
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   350
* Writing tmp9.oby - result of cleaning phase
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   351
* Writing syborg.oby - final OBY file
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   352
* Writing syborg.dir - ROM directory listing
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   353
** suppress_image_generation
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   354
* Executing rombuild -slog  -loglevel1    -no-header -type-safe-link  syborg.oby
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   355
The number of processors (2) is used as the number of concurrent jobs.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   356
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   357
ROMBUILD - Rom builder V2.14.0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   358
Copyright (c) 1996-2009 Nokia Corporation.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   359
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   360
WARNING: PagingOverride redefined - previous PagingOverride values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   361
WARNING: CodePagingPolicy redefined - previous CodePagingPolicy values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   362
WARNING: PagingOverride redefined - previous PagingOverride values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   363
WARNING: CodePagingPolicy redefined - previous CodePagingPolicy values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   364
WARNING: PagingOverride redefined - previous PagingOverride values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   365
WARNING: PagingOverride redefined - previous PagingOverride values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   366
WARNING: PagingOverride redefined - previous PagingOverride values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   367
WARNING: File \epoc32\data\Z\private\102033E6\installer\inst_plugins.cfg does not exist or is 0 bytes in length.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   368
WARNING: File \epoc32\data\Z\Resource\java\security\trustroots\midprootslist does not exist or is 0 bytes in length.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   369
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   370
Writing uncompressed Rom image without header to file syborg.rom.img
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   371
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   372
 Volume in drive M is New Volume
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   373
 Volume Serial Number is 289E-B876
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   374
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   375
 Directory of M:\epoc32\rombuild\syborg\core
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   376
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   377
15/10/2010  15:21           860,139 syborg.dir
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   378
15/10/2010  15:21         5,708,119 syborg.log
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   379
15/10/2010  15:21           723,951 syborg.oby
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   380
15/10/2010  15:21       124,739,584 syborg.rom.img
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   381
               4 File(s)    132,031,793 bytes
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   382
               0 Dir(s)  13,359,902,720 bytes free
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   383
==========>8==========>8==========>8==========>8==========>8===00:26===[END]<<<
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   384
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   385
Missing file(s):
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   386
 1) ..\..\..\..\epoc32\rom\include\csc_plugin.iby(3): Missing file: '\epoc32\release\ARMV5\urel\10286506.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   387
 2) ..\..\..\..\epoc32\rom\include\httpservicetest.iby(1): Missing file: '\epoc32\release\ARMV5\urel\httpserviceapitest.exe' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   388
 3) ..\..\..\..\epoc32\rom\include\httpservicetest.iby(2): Missing file: '\epoc32\data\c\testdata\scripts\httpserviceapitest.script' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   389
 4) ..\..\..\..\epoc32\rom\include\httpservicetest.iby(3): Missing file: '\epoc32\data\z\testdata\configs\ethernetced_httpserviceapi.xml' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   390
 5) ..\..\..\..\epoc32\rom\include\httpservicetest.iby(4): Missing file: '\epoc32\data\z\httptest\httpservicetest\httpclient.ini' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   391
 6) ..\..\..\..\epoc32\rom\include\httpservicetest.iby(5): Missing file: '\epoc32\data\z\httptest\httpservicetest\testdl.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   392
 7) ..\..\..\..\epoc32\rom\include\httpservicetest.iby(6): Missing file: '\epoc32\data\z\httptest\httpservicetest\testdl2.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   393
 8) ..\..\..\..\epoc32\rom\include\NetCfgExtnBase.iby(21): Missing file: '\epoc32\release\ARMV5\urel\NetCfgExtnBase.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   394
 9) ..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(31): Missing file: '\epoc32\data\Z\private\10202BE9\10281FAB.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   395
10) ..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(65): Missing file: '\epoc32\data\Z\private\10202BE9\10285abc.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   396
11) ..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(74): Missing file: '\epoc32\data\Z\private\10202BE9\101F87A1.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   397
12) ..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(83): Missing file: '\epoc32\data\Z\private\10202BE9\2001ea7f.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   398
13) ..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(104): Missing file: '\epoc32\data\Z\private\10202BE9\10285abe.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   399
14) ..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(184): Missing file: '\epoc32\data\Z\private\10202BE9\102869c7.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   400
15) ..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(185): Missing file: '\epoc32\data\Z\private\10202BE9\10283137.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   401
16) ..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(216): Missing file: '\epoc32\data\Z\private\10202BE9\10275104.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   402
17) ..\..\..\..\epoc32\rom\include\S60CenRep_variant.iby(316): Missing file: '\epoc32\data\Z\private\10202BE9\10281F9F.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   403
18) ..\..\..\..\epoc32\rom\include\sysstartconfig.iby(46): Missing file: '\epoc32\data\Z\private\10205C44\SSCForStartupMode0_target.RSC' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   404
19) ..\..\..\..\epoc32\rom\include\wrapperutilsplugin.iby(1): Missing file: '\epoc32\release\ARMV5\urel\wrapperutilsplugin5.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   405
20) ..\..\..\..\epoc32\rom\include\tiger.iby(2): Missing file: '\epoc32\data\Z\resource/apps\tiger_AIF.MIF' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   406
21) ..\..\..\..\epoc32\rom\include\wfcinterop_tests.iby(2): Missing file: '\epoc32\release\ARMV5\urel\openwfcstreamoptestserver.exe' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   407
22) ..\..\..\..\epoc32\rom\include\wfcinterop_tests.iby(3): Missing file: '\epoc32\data\Z\wfctest\tstreamoperation.script' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   408
23) ..\..\..\rom\config\sf_refhw\bigrom.oby(1223): Missing file: '\epoc32\data\Z\private\10202BE9\200159c9.cre' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   409
24) ..\..\..\rom\include\core\app\fmradioengine.iby(25): Missing file: '\epoc32\data\Z\Private\10202BE9\2001B25E.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   410
25) M:\epoc32\tools\rom\..\..\rom\include\core\mw\alfred.iby(179): Missing file: '\epoc32\release\ARMV5\urel\bga_reference_plugin.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   411
26) ..\..\..\rom\include\core\app\ImageEditor.iby(1): Missing file: '\epoc32\release\ARMV5\urel\ImageEditor.exe' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   412
27) ..\..\..\rom\include\core\app\java.iby(110): Missing file: '\epoc32\release\ARMV5\urel\z\resource\java\jvm\bin\java.properties' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   413
28) ..\..\..\rom\include\core\app\java.iby(111): Missing file: '\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\security\java.policy' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   414
29) ..\..\..\rom\include\core\app\java.iby(112): Missing file: '\epoc32\release\ARMV5\urel\z\resource\java\jvm\lib\security\java.security' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   415
30) ..\..\..\rom\include\core\app\podcatcher.iby(3): Missing file: '\epoc32\data\Z\Resource\apps\podcast.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   416
31) ..\..\..\rom\include\core\app\podcatcher.iby(7): Missing file: '\epoc32\data\Z\Private\A0009D00\backup_registration.xml' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   417
32) ..\..\..\rom\include\core\app\srsf.iby(17): Missing file: '\epoc32\data\Z\Private\102818E7\locationvoicecommands.xml' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   418
33) ..\..\..\rom\include\core\mw\AknLayout2_nhd.iby(3): Missing file: '\epoc32\release\ARMV5\urel\10281f13.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   419
34) ..\..\..\rom\include\core\mw\AknLayout2_nhd.iby(3): Missing file: '\epoc32\data\Z\resource\cdl\10281f13_cdl_detail.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   420
35) ..\..\..\rom\include\core\mw\AknLayout2_UiAccel_nhd.iby(3): Missing file: '\epoc32\release\ARMV5\urel\2001CB5B.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   421
36) ..\..\..\rom\include\core\mw\AknLayout2_UiAccel_nhd.iby(3): Missing file: '\epoc32\data\Z\resource\cdl\2001CB5B_cdl_detail.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   422
37) ..\..\..\rom\include\core\mw\aknskins.iby(22): Missing file: '\epoc32\data\Z\resource\skins\101f84b9\101f84b9.sel' in statement 'DATA='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   423
38) ..\..\..\rom\include\core\mw\mds.iby(76): Missing file: '\epoc32\data\Z\System\install\locationmanagerclient_stub.sis' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   424
39) ..\..\..\rom\include\core\mw\mds.iby(77): Missing file: '\epoc32\data\Z\System\install\locationtrail_stub.sis' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   425
40) ..\..\..\rom\include\core\mw\mds.iby(78): Missing file: '\epoc32\data\Z\System\install\locationmanagerserver_stub.sis' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   426
41) ..\..\..\rom\include\core\mw\mds.iby(79): Missing file: '\epoc32\data\Z\System\install\ReverseGeocode_stub.sis' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   427
42) ..\..\..\rom\include\core\mw\mds.iby(80): Missing file: '\epoc32\data\Z\System\install\ReverseGeoCoderPlugin_stub.sis' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   428
43) ..\..\..\rom\include\core\mw\mds.iby(81): Missing file: '\epoc32\data\Z\System\install\tagcreator_stub.sis' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   429
44) ..\..\..\rom\include\core\mw\mds.iby(82): Missing file: '\epoc32\data\Z\System\install\geotagger_stub.sis' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   430
45) ..\..\..\rom\include\core\mw\mds.iby(83): Missing file: '\epoc32\data\Z\System\install\geoconverter_stub.sis' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   431
46) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(87): Missing file: '\epoc32\release\ARMV5\urel\mtpstatusservice.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   432
47) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(87): Missing file: '\epoc32\data\Z\resource\mtp\2001a97f.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   433
48) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(89): Missing file: '\epoc32\release\ARMV5\urel\mtpmetadataservice.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   434
49) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(89): Missing file: '\epoc32\data\Z\resource\mtp\2001A9A3.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   435
50) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(91): Missing file: '\epoc32\release\ARMV5\urel\mtpwmpextndp.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   436
51) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(91): Missing file: '\epoc32\data\Z\resource\mtp\1028716c.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   437
52) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(148): Missing file: '\epoc32\release\ARMV5\urel\mtppimproxy.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   438
53) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(150): Missing file: '\epoc32\release\ARMV5\urel\mtpcalendardp.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   439
54) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(150): Missing file: '\epoc32\data\Z\resource\mtp\102871B8.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   440
55) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(152): Missing file: '\epoc32\release\ARMV5\urel\mtptaskdp.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   441
56) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(152): Missing file: '\epoc32\data\Z\resource\mtp\10287013.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   442
57) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(154): Missing file: '\epoc32\release\ARMV5\urel\mtpcontactdp.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   443
58) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(154): Missing file: '\epoc32\data\Z\resource\mtp\102872bd.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   444
59) ..\..\..\rom\include\core\mw\mtp_symbian_temp.iby(155): Missing file: '\epoc32\data\Z\resource\apps\mtpcontactviewdefinition.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   445
60) ..\..\..\rom\include\core\mw\qt.iby(29): Missing file: '\epoc32\release\ARMV5\urel\qaudio.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   446
61) ..\..\..\rom\include\core\mw\qt.iby(30): Missing file: '\epoc32\release\ARMV5\urel\qvggraphicssystem.dll' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   447
62) ..\..\..\rom\include\core\mw\qt.iby(44): Missing file: '\epoc32\data\qt\qtlibspluginstubs\qaudio.qtplugin' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   448
63) ..\..\..\rom\include\core\mw\usbotgwatcher.iby(2): Missing file: '\epoc32\release\ARMV5\urel\errrd' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   449
64) ..\..\..\rom\include\customer\mw\fonts_variant.iby(100): Missing file: '\epoc32\release\ARMV5\urel\s60snr.ttf' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   450
65) ..\..\..\rom\include\customer\mw\fonts_variant.iby(101): Missing file: '\epoc32\release\ARMV5\urel\s60ssb.ttf' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   451
66) ..\..\..\rom\include\customer\mw\fonts_variant.iby(102): Missing file: '\epoc32\release\ARMV5\urel\s60tsb.ttf' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   452
67) ..\..\..\rom\include\customer\mw\fonts_variant.iby(103): Missing file: '\epoc32\release\ARMV5\urel\S60ZDIGI.ttf' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   453
68) ..\..\..\rom\include\customer\mw\rfs_variant.iby(1): Missing file: '\epoc32\data\Z\Private\100059C9\cenrep_rfs.txt' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   454
69) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(40): Missing file: '\epoc32\release\ARMV5\urel\standarddialogs.exe' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   455
70) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(41): Missing file: '\epoc32\data\Z\resource/apps\standarddialogs.RSC' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   456
71) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(42): Missing file: '\epoc32\data\Z\private\10003a3f\import\Apps\standarddialogs_reg.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   457
72) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(46): Missing file: '\epoc32\release\ARMV5\urel\gradients.exe' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   458
73) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(47): Missing file: '\epoc32\data\Z\resource/apps\gradients.RSC' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   459
74) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(48): Missing file: '\epoc32\data\Z\private\10003a3f\import\Apps\gradients_reg.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   460
75) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(58): Missing file: '\epoc32\release\ARMV5\urel\blurpicker.exe' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   461
76) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(59): Missing file: '\epoc32\data\Z\resource/apps\blurpicker.RSC' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   462
77) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(60): Missing file: '\epoc32\data\Z\private\10003a3f\import\Apps\blurpicker_reg.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   463
78) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(61): Missing file: '\epoc32\release\ARMV5\urel\knobs.exe' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   464
79) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(62): Missing file: '\epoc32\data\Z\resource/apps\knobs.RSC' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   465
80) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(63): Missing file: '\epoc32\data\Z\private\10003a3f\import\Apps\knobs_reg.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   466
81) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(70): Missing file: '\epoc32\release\ARMV5\urel\defaultprototypes.exe' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   467
82) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(71): Missing file: '\epoc32\data\Z\resource/apps\defaultprototypes.RSC' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   468
83) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(72): Missing file: '\epoc32\data\Z\private\10003a3f\import\Apps\defaultprototypes_reg.rsc' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   469
84) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(73): Missing file: '\epoc32\release\ARMV5\urel\queuedcustomtype.exe' in statement 'file='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   470
85) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(74): Missing file: '\epoc32\data\Z\resource/apps\queuedcustomtype.RSC' in statement 'data='
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   471
86) ..\..\..\rom\include\customervariant\app\qtdemoapps.iby(75): Missing file: '\epoc32\data\Z\private\10003a3f\import\Apps\queuedcustomtype_reg.rsc' in statement 'data='
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   472
87) ..\..\..\..\epoc32\rom\include\OBEYFILE.iby(3): Missing file: '\epoc32\rom\include\OBEYFILE.oby' in statement 'data='
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   473
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   474
Warning(s):
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   475
 1) ../../../rom/include/core/mw/qt.iby:6: warning: #warning ("qt.iby: hack - BINARY_SELECTION_ORDER really needs to be at the baseport/device level as it depends on the device type");
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   476
 2) WARNING: PagingOverride redefined - previous PagingOverride values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   477
 3) WARNING: CodePagingPolicy redefined - previous CodePagingPolicy values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   478
 4) WARNING: PagingOverride redefined - previous PagingOverride values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   479
 5) WARNING: CodePagingPolicy redefined - previous CodePagingPolicy values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   480
 6) WARNING: PagingOverride redefined - previous PagingOverride values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   481
 7) WARNING: PagingOverride redefined - previous PagingOverride values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   482
 8) WARNING: PagingOverride redefined - previous PagingOverride values lost
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   483
 9) WARNING: File \epoc32\data\Z\private\102033E6\installer\inst_plugins.cfg does not exist or is 0 bytes in length.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   484
10) WARNING: File \epoc32\data\Z\Resource\java\security\trustroots\midprootslist does not exist or is 0 bytes in length.
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   485
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   486
Error(s):
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   487
1) ..\..\..\rom\include\core\os\PlatformEnv.iby(25): ERROR: Invalid patchable value : PlatformEnv.dll@KDriveInfoDefaultRemovableMassStorage FF_DEFAULT_REMOVABLE_MASS_STORAGE
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   488
2) ..\..\..\rom\include\core\os\PlatformEnv.iby(26): ERROR: Invalid patchable value : PlatformEnv.dll@KDriveInfoLogicallyRemovableDrive1 FF_LOGICALLY_REMOVABLE_DRIVE1
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   489
3) ..\..\..\rom\include\core\os\PlatformEnv.iby(29): ERROR: Invalid patchable value : PlatformEnv.dll@KDriveInfoUsbDrivesStart FF_USB_DRIVE_START
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   490
CopyFile: `/epoc32/rombuild/syborg/core/tmp1.oby' => `/epoc32/rombuild/syborg/core/syborg.tmp1.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   491
DeleteFile: `/epoc32/rombuild/syborg/core/tmp1.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   492
DeleteFile: `/epoc32/rombuild/syborg/core/tmp2.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   493
DeleteFile: `/epoc32/rombuild/syborg/core/tmp3.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   494
DeleteFile: `/epoc32/rombuild/syborg/core/tmp4.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   495
DeleteFile: `/epoc32/rombuild/syborg/core/tmp5.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   496
DeleteFile: `/epoc32/rombuild/syborg/core/tmp6.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   497
DeleteFile: `/epoc32/rombuild/syborg/core/tmp7.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   498
DeleteFile: `/epoc32/rombuild/syborg/core/tmp8.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   499
DeleteFile: `/epoc32/rombuild/syborg/core/tmp9.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   500
MoveFile: `/epoc32/rombuild/syborg/core/syborg.log' => `/epoc32/rombuild/syborg/core/syborg.rom.log'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   501
MoveFile: `/epoc32/rombuild/syborg/core/syborg.oby' => `/epoc32/rombuild/syborg/core/syborg.rom.oby'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   502
TestFile: `/epoc32/rombuild/syborg/core/syborg.rom.img'
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   503
EXIT: `S:CORE,C:1,B:1,K:0,V:1', duration: 00:26
0
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   504
ChangeDir: `/epoc32/rombuild/syborg'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   505
===============================================================================
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   506
ENTER: `S:COREPOST,C:1,B:1,K:0,V:1'
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   507
EXIT: `S:COREPOST,C:1,B:1,K:0,V:1', duration: 00:00
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   508
===============================================================================
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   509
Step         Duration              
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   510
============ ===================== 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   511
1. IMAKERPRE 00:00                 
4
f2eed505287b Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org>
parents: 0
diff changeset
   512
2. COREPRE   00:02                 
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   513
3. CORE      00:26 (00:26 + 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
   514
4. COREPOST  00:00                 
01a8f4b3ef59 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org>
parents:
diff changeset
   515
------------ --------------------- 
58
37bdadebbfc0 Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org>
parents: 10
diff changeset
   516
Total        00:28