Mon, 25 Oct 2010 17:26:54 +0100 Add support for "slim", which is "stem" + removal of some exports and checking of import details
William Roberts <williamr@symbian.org> [Mon, 25 Oct 2010 17:26:54 +0100] rev 80
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
Mon, 25 Oct 2010 11:49:16 +0100 Tidy up MMP files - use NOEXPORTLIBRARY throughout, and don't rebuild the (unchanged) eiksrvui resource file
William Roberts <williamr@symbian.org> [Mon, 25 Oct 2010 11:49:16 +0100] rev 79
Tidy up MMP files - use NOEXPORTLIBRARY throughout, and don't rebuild the (unchanged) eiksrvui resource file
Thu, 21 Oct 2010 14:18:35 +0100 Remember more information from rom_content.csv, to add IBY and package information to filter.log
William Roberts <williamr@symbian.org> [Thu, 21 Oct 2010 14:18:35 +0100] rev 78
Remember more information from rom_content.csv, to add IBY and package information to filter.log
Thu, 21 Oct 2010 13:11:05 +0100 Don't count files already deleted from the ROM in the "Deleting X would remove N files" analysis
William Roberts <williamr@symbian.org> [Thu, 21 Oct 2010 13:11:05 +0100] rev 77
Don't count files already deleted from the ROM in the "Deleting X would remove N files" analysis
Wed, 20 Oct 2010 23:13:37 +0100 Further tweak to avoid reporting deletion roots already marked as "Out".
William Roberts <williamr@symbian.org> [Wed, 20 Oct 2010 23:13:37 +0100] rev 76
Further tweak to avoid reporting deletion roots already marked as "Out".
Wed, 20 Oct 2010 22:45:30 +0100 Extend filter_obyfile.pl to report on good exes to delete - see new info in filter.log
William Roberts <williamr@symbian.org> [Wed, 20 Oct 2010 22:45:30 +0100] rev 75
Extend filter_obyfile.pl to report on good exes to delete - see new info in filter.log
Wed, 20 Oct 2010 17:33:27 +0100 Fix static_dependencies.txt file after changing export libraries for VFP OpenVG.
markw <markw@symbian.org> [Wed, 20 Oct 2010 17:33:27 +0100] rev 74
Fix static_dependencies.txt file after changing export libraries for VFP OpenVG.
Wed, 20 Oct 2010 17:08:15 +0100 Resolve ROM linking issues (via use of NOEXPORTLIBRARY in MMP files) and update rom content and static dependencies.
markw <markw@symbian.org> [Wed, 20 Oct 2010 17:08:15 +0100] rev 73
Resolve ROM linking issues (via use of NOEXPORTLIBRARY in MMP files) and update rom content and static dependencies. Stemkit Syborg ROM now built with VFP OpenVG software reference by default.
Wed, 20 Oct 2010 12:07:07 +0100 Build OpenVG reference implementation for VFPv2.
markw <markw@symbian.org> [Wed, 20 Oct 2010 12:07:07 +0100] rev 72
Build OpenVG reference implementation for VFPv2.
Wed, 20 Oct 2010 11:50:05 +0100 Modify MMP files to build OpenVG ref. impl. from stemkit and add to bld.inf.
markw <markw@symbian.org> [Wed, 20 Oct 2010 11:50:05 +0100] rev 71
Modify MMP files to build OpenVG ref. impl. from stemkit and add to bld.inf.
Wed, 20 Oct 2010 10:26:40 +0100 Add original MMP files to build the OpenVG reference implementation.
markw <markw@symbian.org> [Wed, 20 Oct 2010 10:26:40 +0100] rev 70
Add original MMP files to build the OpenVG reference implementation.
Wed, 20 Oct 2010 10:19:12 +0100 Add __SOFTFP decorators to OpenVG APIs in line with header file. This allows us to build as softvfp or vfpv2.
markw <markw@symbian.org> [Wed, 20 Oct 2010 10:19:12 +0100] rev 69
Add __SOFTFP decorators to OpenVG APIs in line with header file. This allows us to build as softvfp or vfpv2.
Wed, 20 Oct 2010 10:16:24 +0100 Add API wrapper files for OpenVG reference implementation.
markw <markw@symbian.org> [Wed, 20 Oct 2010 10:16:24 +0100] rev 68
Add API wrapper files for OpenVG reference implementation.
Tue, 19 Oct 2010 10:39:36 +0100 We now rebuild the Timezone Localization resources so the TZServer doesn't fall over on subsequent boots
Tom Pritchard <tomp@symbian.org> [Tue, 19 Oct 2010 10:39:36 +0100] rev 67
We now rebuild the Timezone Localization resources so the TZServer doesn't fall over on subsequent boots
Mon, 18 Oct 2010 12:30:30 +0100 Add weatherinfo demo to syborg_stem_rom.oby
William Roberts <williamr@symbian.org> [Mon, 18 Oct 2010 12:30:30 +0100] rev 66
Add weatherinfo demo to syborg_stem_rom.oby Removed "Out" from etel.dll because it's too severe and kills the startup scripts Didn't add "In" to weatherinfo.exe because we are currently losing QtGui.dll due to dependency on MediaClientAudio.dll
Mon, 18 Oct 2010 11:09:15 +0100 Chucked out a few more things from the start-up
Tom Pritchard <tomp@symbian.org> [Mon, 18 Oct 2010 11:09:15 +0100] rev 65
Chucked out a few more things from the start-up
Fri, 15 Oct 2010 17:48:01 +0100 Mark eiksrvui.dll as "stem", and update static_dependencies.txt
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 17:48:01 +0100] rev 64
Mark eiksrvui.dll as "stem", and update static_dependencies.txt
Fri, 15 Oct 2010 17:29:33 +0100 Create stem_avkon.dll, to break dependency on phoneclient.dll
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 17:29:33 +0100] rev 63
Create stem_avkon.dll, to break dependency on phoneclient.dll
Fri, 15 Oct 2010 16:43:47 +0100 Original files from sf/mw/classicui/uifw/AvKon which will be modified to break avkon.dll dependency on phoneclient.dll
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 16:43:47 +0100] rev 62
Original files from sf/mw/classicui/uifw/AvKon which will be modified to break avkon.dll dependency on phoneclient.dll
Fri, 15 Oct 2010 16:48:18 +0100 Break Eiksrvui.dll dependency on MediaClientAudio.dll
markw <markw@symbian.org> [Fri, 15 Oct 2010 16:48:18 +0100] rev 61
Break Eiksrvui.dll dependency on MediaClientAudio.dll
Fri, 15 Oct 2010 16:37:36 +0100 Add files to break eiksrvui.dll dependency on MediaClientAudio.dll
markw <markw@symbian.org> [Fri, 15 Oct 2010 16:37:36 +0100] rev 60
Add files to break eiksrvui.dll dependency on MediaClientAudio.dll
Fri, 15 Oct 2010 15:53:13 +0100 Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 15:53:13 +0100] rev 59
Update working symborg_stem_rom.oby with the improved patchdata lines.
Fri, 15 Oct 2010 15:51:44 +0100 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> [Fri, 15 Oct 2010 15:51:44 +0100] rev 58
Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
Fri, 15 Oct 2010 15:50:31 +0100 Update buildrom.pm to keep better information for patchdata, with corresponding changes in repair_obyfile.pl and filter_obyfile.pl
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 15:50:31 +0100] rev 57
Update buildrom.pm to keep better information for patchdata, with corresponding changes in repair_obyfile.pl and filter_obyfile.pl
Fri, 15 Oct 2010 14:51:12 +0100 Create stem_SVGEngine.dll, which breaks the dependency on mediaclientaudio.dll
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 14:51:12 +0100] rev 56
Create stem_SVGEngine.dll, which breaks the dependency on mediaclientaudio.dll
Fri, 15 Oct 2010 14:49:09 +0100 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 14:49:09 +0100] rev 55
Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
Fri, 15 Oct 2010 14:46:27 +0100 Original source files from mw/svgt and mw/classicui for stem_cone.dll and stem_SVGEngine.dll
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 14:46:27 +0100] rev 54
Original source files from mw/svgt and mw/classicui for stem_cone.dll and stem_SVGEngine.dll
Fri, 15 Oct 2010 14:34:27 +0100 Mark USB as out, mark cone.dll and SVGEngine.dll as Stem, add stem_cone.dll and stem_SVGEngine.dll static dependencies.
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 14:34:27 +0100] rev 53
Mark USB as out, mark cone.dll and SVGEngine.dll as Stem, add stem_cone.dll and stem_SVGEngine.dll static dependencies.
Fri, 15 Oct 2010 13:02:36 +0100 Catch the "no cpp.exe" problem before it triggers an "Unknown arg: -fm" message.
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 13:02:36 +0100] rev 52
Catch the "no cpp.exe" problem before it triggers an "Unknown arg: -fm" message.
Fri, 15 Oct 2010 10:02:23 +0100 Merge SVGEngine dependency change to tip.
markw <markw@symbian.org> [Fri, 15 Oct 2010 10:02:23 +0100] rev 51
Merge SVGEngine dependency change to tip.
Fri, 15 Oct 2010 09:59:24 +0100 Break SVGEngine dependency on MediaClientAudio.dll.
markw <markw@symbian.org> [Fri, 15 Oct 2010 09:59:24 +0100] rev 50
Break SVGEngine dependency on MediaClientAudio.dll.
Fri, 15 Oct 2010 09:56:49 +0100 Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 09:56:49 +0100] rev 49
Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby This is "sensible debugging", selected by using DEBUG_DIR instead of BUILD_DIR in the oby file - as per the ancient buildrom conventions.
Fri, 15 Oct 2010 09:48:18 +0100 Adding files needed to break SVGEngine dependency on MediaClientAudio.dll.
markw <markw@symbian.org> [Fri, 15 Oct 2010 09:48:18 +0100] rev 48
Adding files needed to break SVGEngine dependency on MediaClientAudio.dll.
Thu, 14 Oct 2010 17:47:38 +0100 Merge with Mark's CONE changes
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 17:47:38 +0100] rev 47
Merge with Mark's CONE changes
Thu, 14 Oct 2010 17:38:46 +0100 Merging working startup config changes back to the default branch
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 17:38:46 +0100] rev 46
Merging working startup config changes back to the default branch
Thu, 14 Oct 2010 17:36:00 +0100 Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder) system_startup
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 17:36:00 +0100] rev 45
Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Thu, 14 Oct 2010 17:01:03 +0100 Removing spurious extra kerneltrace statement system_startup
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 17:01:03 +0100] rev 44
Removing spurious extra kerneltrace statement
Thu, 14 Oct 2010 16:50:21 +0100 Updated the rom_content.csv & dependency list for the minimal startup config system_startup
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 16:50:21 +0100] rev 43
Updated the rom_content.csv & dependency list for the minimal startup config
Thu, 14 Oct 2010 17:03:24 +0100 Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org> [Thu, 14 Oct 2010 17:03:24 +0100] rev 42
Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
Thu, 14 Oct 2010 16:46:54 +0100 Fix up the filter_obyfile.pl to make it not double "stem_" things system_startup
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 16:46:54 +0100] rev 41
Fix up the filter_obyfile.pl to make it not double "stem_" things
Thu, 14 Oct 2010 16:46:13 +0100 Fix up def file for backend.dll system_startup
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 16:46:13 +0100] rev 40
Fix up def file for backend.dll
Thu, 14 Oct 2010 14:01:31 +0100 Removed "startup.exe" from startup as it seems to hog the foreground and prevent the matrix menu from showing. system_startup
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 14:01:31 +0100] rev 39
Removed "startup.exe" from startup as it seems to hog the foreground and prevent the matrix menu from showing.
Thu, 14 Oct 2010 12:43:19 +0100 Catch-up to latest system_startup
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 12:43:19 +0100] rev 38
Catch-up to latest
Thu, 14 Oct 2010 12:39:29 +0100 Adding "Profiling Starter" app so we can see what's going on during boot system_startup
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 12:39:29 +0100] rev 37
Adding "Profiling Starter" app so we can see what's going on during boot
Wed, 13 Oct 2010 17:18:04 +0100 Catch-up with latest changes system_startup
Tom Pritchard <tomp@symbian.org> [Wed, 13 Oct 2010 17:18:04 +0100] rev 36
Catch-up with latest changes
Wed, 13 Oct 2010 22:48:43 +0100 Mark most of the non-QT applications as "Out", hoping to reduce some of the clutter
William Roberts <williamr@symbian.org> [Wed, 13 Oct 2010 22:48:43 +0100] rev 35
Mark most of the non-QT applications as "Out", hoping to reduce some of the clutter
Wed, 13 Oct 2010 22:27:53 +0100 Add "application" to all of the rom_content.csv lines for applications (i.e. executables with a matching _reg.rsc file)
William Roberts <williamr@symbian.org> [Wed, 13 Oct 2010 22:27:53 +0100] rev 34
Add "application" to all of the rom_content.csv lines for applications (i.e. executables with a matching _reg.rsc file) The script bulk_marking.pl was used to do the update findstr /i _reg.rsc static_dependencies.txt | perl ..\tools\bulk_marking.pl -m application -u WR - rom_content.csv > new_content.csv
Wed, 13 Oct 2010 21:40:50 +0100 Use UDEB system starter in debug_stem_rom.oby, and add tools\summarise_kerneltrace.pl to filter out most of the kerneltracing detail
William Roberts <williamr@symbian.org> [Wed, 13 Oct 2010 21:40:50 +0100] rev 33
Use UDEB system starter in debug_stem_rom.oby, and add tools\summarise_kerneltrace.pl to filter out most of the kerneltracing detail
Wed, 13 Oct 2010 17:17:03 +0100 Add a "hacks" directory, seeded with the Syborg F10 KeyOfDeath change
William Roberts <williamr@symbian.org> [Wed, 13 Oct 2010 17:17:03 +0100] rev 32
Add a "hacks" directory, seeded with the Syborg F10 KeyOfDeath change
Wed, 13 Oct 2010 17:04:31 +0100 Catch-up changes from default branch system_startup
Tom Pritchard <tomp@symbian.org> [Wed, 13 Oct 2010 17:04:31 +0100] rev 31
Catch-up changes from default branch
Wed, 13 Oct 2010 12:07:40 +0100 First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown) system_startup
Tom Pritchard <tomp@symbian.org> [Wed, 13 Oct 2010 12:07:40 +0100] rev 30
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Wed, 13 Oct 2010 11:58:50 +0100 Add udeb_stem_rom.oby, which is syborg_stem_rom.oby with a UDEB version of ekern.exe and a kerneltrace statement to enable KPANIC and KPROC tracing
William Roberts <williamr@symbian.org> [Wed, 13 Oct 2010 11:58:50 +0100] rev 29
Add udeb_stem_rom.oby, which is syborg_stem_rom.oby with a UDEB version of ekern.exe and a kerneltrace statement to enable KPANIC and KPROC tracing
Tue, 12 Oct 2010 22:46:12 +0100 Add matrixmenu.exe as "In", and tried to remove 4 multimedia DLLs but only managed 1 because of bad dependencies on MediaClientAudio.dll
William Roberts <williamr@symbian.org> [Tue, 12 Oct 2010 22:46:12 +0100] rev 28
Add matrixmenu.exe as "In", and tried to remove 4 multimedia DLLs but only managed 1 because of bad dependencies on MediaClientAudio.dll
Tue, 12 Oct 2010 22:42:38 +0100 Add filter_obyfile.pl -l filter.log and -d filtered.oby options, to capture details of the deletions
William Roberts <williamr@symbian.org> [Tue, 12 Oct 2010 22:42:38 +0100] rev 27
Add filter_obyfile.pl -l filter.log and -d filtered.oby options, to capture details of the deletions
Tue, 12 Oct 2010 15:55:28 +0100 Regenerate static_dependencies.txt, adding dependencies for the startup scripts
William Roberts <williamr@symbian.org> [Tue, 12 Oct 2010 15:55:28 +0100] rev 26
Regenerate static_dependencies.txt, adding dependencies for the startup scripts
Tue, 12 Oct 2010 15:53:52 +0100 Add -u option to static_dependencies.pl, to support merging information from an existing file with new dependencies
William Roberts <williamr@symbian.org> [Tue, 12 Oct 2010 15:53:52 +0100] rev 25
Add -u option to static_dependencies.pl, to support merging information from an existing file with new dependencies Add code to spot system startup resource files, and find executable names using "strings" (from Raptor\win32\mingw)
Mon, 11 Oct 2010 22:35:41 +0100 Update rom_content.csv to use stem_backend.dll, finally allowing us to remove bluetooth.dll!
William Roberts <williamr@symbian.org> [Mon, 11 Oct 2010 22:35:41 +0100] rev 24
Update rom_content.csv to use stem_backend.dll, finally allowing us to remove bluetooth.dll!
Mon, 11 Oct 2010 22:34:58 +0100 Remove the inverted table, and add dependencies for stem_backend.dll
William Roberts <williamr@symbian.org> [Mon, 11 Oct 2010 22:34:58 +0100] rev 23
Remove the inverted table, and add dependencies for stem_backend.dll
Mon, 11 Oct 2010 22:33:08 +0100 Calculate the inverted dependency table in filter_obyfile.pl, and make it optional (-i) in static_dependencies.pl
William Roberts <williamr@symbian.org> [Mon, 11 Oct 2010 22:33:08 +0100] rev 22
Calculate the inverted dependency table in filter_obyfile.pl, and make it optional (-i) in static_dependencies.pl Select the stem_ version of the file if stem_ is specified in the rom_content.csv
Mon, 11 Oct 2010 15:56:10 +0100 Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org> [Mon, 11 Oct 2010 15:56:10 +0100] rev 21
Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
Mon, 11 Oct 2010 15:37:45 +0100 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org> [Mon, 11 Oct 2010 15:37:45 +0100] rev 20
Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
Mon, 11 Oct 2010 14:54:55 +0100 Update filter_obyfile.pl to support the "In" command, which detects conflicts with the scope of removals
William Roberts <williamr@symbian.org> [Mon, 11 Oct 2010 14:54:55 +0100] rev 19
Update filter_obyfile.pl to support the "In" command, which detects conflicts with the scope of removals Updated rom_content.csv to mark backend.dll, libwfcsyborg.dll and QtCore.dll as "In", because we must have them.
Sun, 10 Oct 2010 22:36:56 +0100 More updates to filter_obyfile.pl, now copes properly with aliases
William Roberts <williamr@symbian.org> [Sun, 10 Oct 2010 22:36:56 +0100] rev 18
More updates to filter_obyfile.pl, now copes properly with aliases Can remove bluetooth.dll (+ 2107 other files!) to give a ROM which still links but it clearly doomed. Can remove FileList.dll (from gsprofilesrv, takes out 158 files).
Sun, 10 Oct 2010 20:19:54 +0100 Update filter_obyfile.pl to handle patchdata and some more alias cases.
William Roberts <williamr@symbian.org> [Sun, 10 Oct 2010 20:19:54 +0100] rev 17
Update filter_obyfile.pl to handle patchdata and some more alias cases.
Sun, 10 Oct 2010 20:19:00 +0100 Update static_dependencies.pl to handle dlls with interesting version numbers (e.g. backend.dll)
William Roberts <williamr@symbian.org> [Sun, 10 Oct 2010 20:19:00 +0100] rev 16
Update static_dependencies.pl to handle dlls with interesting version numbers (e.g. backend.dll)
Sun, 10 Oct 2010 18:43:39 +0100 filter_obyfile.pl now handles deletions including ECOM plugins and aliases
William Roberts <williamr@symbian.org> [Sun, 10 Oct 2010 18:43:39 +0100] rev 15
filter_obyfile.pl now handles deletions including ECOM plugins and aliases rom_content.csv asks for bluetooth.dll to be removed, which kills 137 executables so far, but not quite enough!
Sun, 10 Oct 2010 17:40:25 +0100 Add first version of tools\filter_obyfile.pl, which uses rom_content.csv to select "stem_" versions of files.
William Roberts <williamr@symbian.org> [Sun, 10 Oct 2010 17:40:25 +0100] rev 14
Add first version of tools\filter_obyfile.pl, which uses rom_content.csv to select "stem_" versions of files. Updated rom_content.csv to request the stem_ versions of the startup resource files
Sun, 10 Oct 2010 16:22:15 +0100 Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org> [Sun, 10 Oct 2010 16:22:15 +0100] rev 13
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b This has a USERINCLUDE into sf\os\devicesrv to get some unpublished header files.
Sun, 10 Oct 2010 13:45:56 +0100 Add tools\static_dependencies.pl which processes rom_contents.csv calculates static dependency information
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.
Sun, 10 Oct 2010 13:40:53 +0100 Clean up the "z/system/../private" paths
William Roberts <williamr@symbian.org> [Sun, 10 Oct 2010 13:40:53 +0100] rev 11
Clean up the "z/system/../private" paths
Sat, 09 Oct 2010 18:23:31 +0100 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:23:31 +0100] rev 10
Latest generated version of syborg_stem_rom.oby - now includes the new syborg_stem_features.iby file
Sat, 09 Oct 2010 18:20:42 +0100 Update repair_obyfile.pl to handle the features and spi generation correctly - now has "-f" option to specify a "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.
Sat, 09 Oct 2010 15:55:48 +0100 Add tools\repair_obyfile.pl to process imaker generated .oby file back into suitable input for buildrom.pl
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
Sat, 09 Oct 2010 15:54:10 +0100 Further tweaks to buildrom.pm, and updated originals after re-running imaker
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
Sat, 09 Oct 2010 15:17:17 +0100 Update packages_in_rom.pl to clean up the data and generate the rom_content.csv file, adding a "package" column
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
Fri, 08 Oct 2010 18:10:20 +0100 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 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
Fri, 08 Oct 2010 17:28:28 +0100 Updated "original" files generated with the aid of the new buildrom.pm
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
Fri, 08 Oct 2010 17:25:30 +0100 More buildrom.pm tweaks
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
Thu, 07 Oct 2010 21:53:03 +0100 Create rom_content.csv, which is the cleaned-up ROM directory listing with extra columns for In/Out, Who and Why
William Roberts <williamr@symbian.org> [Thu, 07 Oct 2010 21:53:03 +0100] rev 2
Create rom_content.csv, which is the cleaned-up ROM directory listing with extra columns for In/Out, Who and Why iby file paths are relative to epoc32\rom\include
Thu, 07 Oct 2010 21:17:22 +0100 Add iby file information to ROM directory listing, and update original/syborg.dir
William Roberts <williamr@symbian.org> [Thu, 07 Oct 2010 21:17:22 +0100] rev 1
Add iby file information to ROM directory listing, and update original/syborg.dir
Thu, 07 Oct 2010 20:13:43 +0100 syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt)
William Roberts <williamr@symbian.org> [Thu, 07 Oct 2010 20:13:43 +0100] rev 0
syborg_stem = massaged input file which gives matching rombuild.log (see notes.txt) original = files from generating syborg rom using iMaker
(0) tip