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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DWorkspaceDatabase.py2213 BuildType = property(_GetBuildType) variable in class:InfBuildData
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py2093 return self.Module.BuildType
2393 RuleObject = BuildRuleDatabase[Type, self.BuildType, self.Arch, self.BuildRuleFamily]
2396 if self.ModuleType != self.BuildType:
2400 RuleObject = BuildRuleDatabase[Type, self.BuildType, self.Arch, self.ToolChainFamily]
2403 if self.ModuleType != self.BuildType:
2526 if self.BuildType == 'UEFI_HII':
2873 BuildType = property(_GetBuildType) variable in class:ModuleAutoGen

Completed in 44 milliseconds