diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/rom.IMakerRomBuilder-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/rom.IMakerRomBuilder-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,213 @@ + + + + + rom.IMakerRomBuilder + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Module rom :: + Class IMakerRomBuilder + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class IMakerRomBuilder

source code

+Configuration Builder for iMaker tool. +This tool generate a makefile.

+ + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self, + config, + product, + usevar=False) + source code + +
+ +
+   + + + + + + +
process_my_traces(self, + config)
+ Generates a mytraces.txt file under epoc32 based on the <mytraces/> +XML sub-elements defined for the image.
+ source code + +
+ +
+   + + + + + + +
build(self)
+ Generate the makefile from xml configuration.
+ source code + +
+ +
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

build(self) +

+
source code  +
+ + Generate the makefile from xml configuration. +That method should be splitted....it's to long!!! +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +