Wed, 27 Oct 2010 15:05:33 +0100 Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org> [Wed, 27 Oct 2010 15:05:33 +0100] rev 90
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Wed, 27 Oct 2010 14:58:16 +0100 Hack to switch on ECOM server logging
Tom Pritchard <tomp@symbian.org> [Wed, 27 Oct 2010 14:58:16 +0100] rev 89
Hack to switch on ECOM server logging
Wed, 27 Oct 2010 13:24:02 +0100 Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org> [Wed, 27 Oct 2010 13:24:02 +0100] rev 88
Adding parts of the DRM Engine to be rebuilt
Tue, 19 Oct 2010 14:23:00 +0100 Remove dependency on etel.dll (and friends) from customcmds.dll and thus cut it from the ROM entirely
Tom Pritchard <tomp@symbian.org> [Tue, 19 Oct 2010 14:23:00 +0100] rev 87
Remove dependency on etel.dll (and friends) from customcmds.dll and thus cut it from the ROM entirely
Tue, 19 Oct 2010 14:22:42 +0100 Finalise the tidying up of system start.
Tom Pritchard <tomp@symbian.org> [Tue, 19 Oct 2010 14:22:42 +0100] rev 86
Finalise the tidying up of system start.
Tue, 19 Oct 2010 13:20:42 +0100 Cleaning up the tidying up of the startup
Tom Pritchard <tomp@symbian.org> [Tue, 19 Oct 2010 13:20:42 +0100] rev 85
Cleaning up the tidying up of the startup
Tue, 19 Oct 2010 12:17:30 +0100 Tidying up the startup config, no function changes
Tom Pritchard <tomp@symbian.org> [Tue, 19 Oct 2010 12:17:30 +0100] rev 84
Tidying up the startup config, no function changes
Wed, 27 Oct 2010 09:59:12 +0100 Stemkit should only build for ARMV5 - the setm_*.rsc files confuse the WINSCW emulator
William Roberts <williamr@symbian.org> [Wed, 27 Oct 2010 09:59:12 +0100] rev 83
Stemkit should only build for ARMV5 - the setm_*.rsc files confuse the WINSCW emulator because the system startup manager reads all of the resource files in the relevant directory!
Tue, 26 Oct 2010 11:41:47 +0100 Remove debug print statements, report total number of lines marked.
William Roberts <williamr@symbian.org> [Tue, 26 Oct 2010 11:41:47 +0100] rev 82
Remove debug print statements, report total number of lines marked.
Tue, 26 Oct 2010 11:32:26 +0100 Add support for marking sys\bin files not in a list (-x) and specifying the command (-c)
William Roberts <williamr@symbian.org> [Tue, 26 Oct 2010 11:32:26 +0100] rev 81
Add support for marking sys\bin files not in a list (-x) and specifying the command (-c)
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
(0) -50 -30 +30 tip