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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py103 # (WorkspaceAutoGen, ModuleAutoGen or PlatformAutoGen)
296 PGen = PlatformAutoGen(self, self.MetaFile, Target, Toolchain, Arch)
315 Pa = PlatformAutoGen(self, self.MetaFile, Target, Toolchain, Arch)
696 # PlatformAutoGen class will process the original information in platform
699 class PlatformAutoGen(AutoGen): class in inherits:AutoGen
727 ## The real constructor of PlatformAutoGen
729 # This method is not supposed to be called by users of PlatformAutoGen. It's
731 # object of PlatformAutoGen
1953 self.PlatformInfo = PlatformAutoGen(Workspace, PlatformFile, Target, Toolchain, Arch)

Completed in 214 milliseconds