Module flash_config :: Class FlashConfigurationWriter
[hide private]
[frames] | no frames]

Class FlashConfigurationWriter

source code

Builder that creates the flash configuration files

Instance Methods [hide private]
 
__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
 
_append_to_makefile(self, config, romtype) source code
 
write(self)
Go throught the config and creates the flash configuration files
source code