Searched defs:InfSectionParser (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py43 from Parser.InfSectionParser import InfSectionParser namespace
76 # @param InfObject: Inherited from InfSectionParser class
82 class InfParser(InfSectionParser):
H A DInfSectionParser.py16 InfSectionParser
174 ## InfSectionParser
178 class InfSectionParser(InfDefinSectionParser,
209 ParserObject = super(InfSectionParser, cls).__new__(cls)
186 InfDepexSectionParser): class in inherits:InfDefinSectionParser, InfBuildOptionSectionParser, InfSourceSectionParser, InfLibrarySectionParser, InfPackageSectionParser, InfGuidPpiProtocolSectionParser, InfBinarySectionParser, InfPcdSectionParser, InfDepexSectionParser

Completed in 143 milliseconds