Home
last modified time | relevance | path

Searched refs:DefineObj (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignmentMisc.py35 def GenModuleHeaderUserExt(DefineObj, ArchString): argument
37 EdkReleaseVersion = DefineObj.GetEdkReleaseVersion()
38 Shadow = DefineObj.GetShadow()
39 DpxSource = DefineObj.GetDpxSource()
40 PciVendorId = DefineObj.GetPciVendorId()
41 PciDeviceId = DefineObj.GetPciDeviceId()
42 PciClassCode = DefineObj.GetPciClassCode()
43 PciRevision = DefineObj.GetPciRevision()
44 PciCompress = DefineObj.GetPciCompress()
45 CustomMakefile = DefineObj.GetCustomMakefile()
[all …]
DInfPomAlignment.py166 DefineObj = ValueList
170 if DefineObj.GetUefiSpecificationVersion() != None:
171 __UefiVersion = DefineObj.GetUefiSpecificationVersion().GetValue()
174 if DefineObj.GetPiSpecificationVersion() != None:
175 __PiVersion = DefineObj.GetPiSpecificationVersion().GetValue()
179 SpecList = DefineObj.GetSpecification()
189 if DefineObj.GetModuleType() == None:
193 self.SetModuleType(DefineObj.GetModuleType().GetValue())
194 ModuleType = DefineObj.GetModuleType().GetValue()
200 if len(DefineObj.LibraryClass) == 0 and ModuleType == 'BASE':
[all …]