raise DefineException.ConfigurationDefineException(path, name)
def loadConfigurationInfosDict(project):
+ """
+ Store in the project the configuration infos as a dict.
+ """
modules = project.info("MODULES")
configurations = {}
for module, informations in modules.items():
def loadModuleInfosDict(project):
"""
- Return the dict containig all the modules
+ Store in the project the dict containig all the modules
"""
moduleInfosDict = {}
for filename, path in findDefinitions("*.h", project):
def loadDefineListsDict(project):
"""
- Return the dict containing all the define lists
+ Store in the project the dict containing all the define lists
"""
defineListsDict = {}
for filename, path in findDefinitions("*.h", project):