|
__init__(self,
configs,
product)
FlashConfigurationWriter init |
source code
|
|
|
_get_all_languagepacks(self)
Collect all language packs and store them internally |
source code
|
|
|
_get_compatible_languagepacks(self,
config)
Get language packs compatible with a customer variant |
source code
|
|
|
_get_all_udas(self)
Collect all udas and store them internally |
source code
|
|
|
_get_all_mms(self)
Collect all mm's and store them internally |
source code
|
|
|
_get_all_mcs(self)
Collect all mc's and store them internally |
source code
|
|
|
_get_compatible_udas(self,
config)
Get uda's compatible with a customer variant |
source code
|
|
|
_get_compatible_mms(self,
config)
Get mm's compatible with a customer variant |
source code
|
|
|
_get_compatible_mcs(self,
config)
Get mc's compatible with a customer variant |
source code
|
|
|
_write_file(self,
config,
romtype,
uda,
mm,
mc)
Write an xml flash configuration file |
source code
|
|
|
|
|
write(self)
Go throught the config and creates the flash configuration files |
source code
|
|