Logical representation of the System Definition.
The System Definition is defined in terms of a system model and a
build model. The default physical representation of this is the Symbian
XML format.
|
|
|
|
|
|
|
|
|
__getunitlists(self)
Unit lists getter method. |
source code
|
|
|
|
|
__getconfigurations(self)
Configurations getter method. |
source code
|
|
|
__gettargetlists(self)
Targets lists getter method. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
configurations(self)
Configurations getter method. |
source code
|
|
|
targetlists(self)
Targets lists getter method. |
source code
|
|
|
|
|
|
|
|
|
addElement(self,
element)
Adds SysDef element to cache. |
source code
|
|
|
|
|
merge_binaries(self,
binaries_reader)
Merge binaries based on build log and system definition. |
source code
|
|
|
merge_binary_sizes(self,
binary_sizes_reader)
Merge binary size base on binary sizes input and system definition. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|