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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfDepexObject.py16 InfDepexObject
83 ## InfDepexObject
87 class InfDepexObject(InfSectionCommonDef): class in inherits:InfSectionCommonDef
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfSectionParser.py44 from Object.Parser.InfDepexObject import InfDepexObject namespace
236 self.InfDepexSection = InfDepexObject()
237 self.InfPeiDepexSection = InfDepexObject()
238 self.InfDxeDepexSection = InfDepexObject()
239 self.InfSmmDepexSection = InfDepexObject()

Completed in 33 milliseconds