William Roberts <williamr@symbian.org> [Sun, 10 Oct 2010 13:45:56 +0100] rev 12
Add tools\static_dependencies.pl which processes rom_contents.csv calculates static dependency information
The static_dependencies.txt file has two sections
- the first shows what each rom file depends on,
- the second (lines beginning with x), shows the things which directly depend on this file (in sys\bin)
The aim will be to use this file to calculate the ripple effect of removing selected executables.
William Roberts <williamr@symbian.org> [Sun, 10 Oct 2010 13:40:53 +0100] rev 11
Clean up the "z/system/../private" paths
William Roberts <williamr@symbian.org> [Sat, 09 Oct 2010 18:23:31 +0100] rev 10
Latest generated version of syborg_stem_rom.oby - now includes the new syborg_stem_features.iby file
William Roberts <williamr@symbian.org> [Sat, 09 Oct 2010 18:20:42 +0100] rev 9
Update repair_obyfile.pl to handle the features and spi generation correctly - now has "-f" option to specify a "features.iby" file.
Store the modified buildrom.pm here rather than in syborg_stem.
William Roberts <williamr@symbian.org> [Sat, 09 Oct 2010 15:55:48 +0100] rev 8
Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
Generate syborg_stem_rom.oby by applying repait_obyfile.pl to original\syborg.rom.oby
William Roberts <williamr@symbian.org> [Sat, 09 Oct 2010 15:54:10 +0100] rev 7
Further tweaks to buildrom.pm, and updated originals after re-running imaker
William Roberts <williamr@symbian.org> [Sat, 09 Oct 2010 15:17:17 +0100] rev 6
Update packages_in_rom.pl to clean up the data and generate the rom_content.csv file, adding a "package" column
Regenerate the rom_content.csv file, and leave a pristine one in original.
Updated notes.txt
William Roberts <williamr@symbian.org> [Fri, 08 Oct 2010 18:10:20 +0100] rev 5
Add perl script to identify the packages which provide files in a ROM, and generate original\syborg_content_by_package.txt
William Roberts <williamr@symbian.org> [Fri, 08 Oct 2010 17:28:28 +0100] rev 4
Updated "original" files generated with the aid of the new buildrom.pm
William Roberts <williamr@symbian.org> [Fri, 08 Oct 2010 17:25:30 +0100] rev 3
More buildrom.pm tweaks
- fix the stupid "REM handled x" on every input line
- Create extra copies of the tmp files, so that iMaker can't clean them all away
- Add "REM expanded" to the original processing of ECOM_PLUGIN lines, to help recover the originals again