Searched refs:InfParser (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py34 from MetaFileWorkspace.MetaFileParser import InfParser namespace
206 self.MetaFile = InfParser(Filename, MODEL_FILE_INF, EccGlobalData.gDb.TblInf)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py16 InfParser
58 Logger.Error("InfParser",
65 Logger.Error("InfParser",
72 ## InfParser
74 # This class defined the structure used in InfParser object
82 class InfParser(InfSectionParser): class in inherits:InfSectionParser
89 super(InfParser, self).__init__()
264 Logger.Error("InfParser",
343 Logger.Error("InfParser",
352 Logger.Error("InfParser",
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignment.py49 from Parser import InfParser namespace
96 self.Parser = InfParser.InfParser(self.FileName, self.WorkSpace)
127 # Get all defines information form InfParser Object
194 Logger.Error("InfParser", FORMAT_INVALID,
205 Logger.Error("InfParser",
213 Logger.Error("InfParser", FORMAT_INVALID,
218 Logger.Error("InfParser", FORMAT_INVALID,
223 Logger.Error("InfParser", FORMAT_INVALID,
258 Logger.Error("InfParser", FORMAT_INVALI
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py122 # (InfParser, DecParser or DscParser)
331 if type(self) == InfParser and self._Version < 0x00010005:
388 class InfParser(MetaFileParser): class in inherits:MetaFileParser
414 ## Constructor of InfParser
416 # Initialize object of InfParser
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py125 # (InfParser, DecParser or DscParser)
335 if type(self) == InfParser and self._Version < 0x00010005:
438 class InfParser(MetaFileParser): class in inherits:MetaFileParser
464 ## Constructor of InfParser
466 # Initialize object of InfParser
H A DWorkspaceDatabase.py2271 MODEL_FILE_INF : InfParser,

Completed in 62 milliseconds