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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py431 for BuildType in self._BuildTypeList:
433 Database[self._FileType, BuildType, Arch, Family] = BuildRule
451 BuildType = 'COMMON'
478 BuildType = TokenList[1]
481 if BuildType not in self._BuildTypeList:
482 self._BuildTypeList.append(BuildType)
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
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/
H A DModuleClass.py45 # @var BuildType: To store value for BuildType
75 self.BuildType = ''
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py161 RuleObject = BuildRuleDatabase[Type, Inf.BuildType, Arch, GenFdsGlobalVariable.BuildRuleFamily]
164 if Inf.ModuleType != Inf.BuildType:
168 RuleObject = BuildRuleDatabase[Type, Inf.BuildType, Arch, GenFdsGlobalVariable.ToolChainFamily]
171 if Inf.ModuleType != Inf.BuildType:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DInfClassObject.py99 TAB_INF_DEFINES_BUILD_TYPE : "BuildType",
463 print 'BuildType =', M.Header[Arch].BuildType
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DWorkspaceDatabase.py2213 BuildType = property(_GetBuildType) variable in class:InfBuildData

Completed in 92 milliseconds