Home
last modified time | relevance | path

Searched refs:BinaryLicenseList (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DCommonObject.py566 self.BinaryLicenseList = []
651 def SetBinaryLicense(self, BinaryLicenseList): argument
652 self.BinaryLicenseList = BinaryLicenseList
656 for (Key, Value) in self.BinaryLicenseList:
661 return self.BinaryLicenseList
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DDecPomAlignment.py358 BinaryLicenseList = self.GetBinaryHeaderLicense()
360 if BinaryAbstractList or BinaryDescriptionList or BinaryCopyrightList or BinaryLicenseList:
365 BinaryUserExtension.SetBinaryLicense(BinaryLicenseList)
DInfPomAlignment.py669 BinaryLicenseList = self.BinaryHeaderLicenseList
682 if BinaryAbstractList or BinaryDescriptionList or BinaryCopyrightList or BinaryLicenseList:
687 BinaryUserExtension.SetBinaryLicense(BinaryLicenseList)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DCommonXml.py590 self.BinaryLicenseList = []
628 self.BinaryLicenseList.append((BinaryLicenseLang,
662 UserExtension.SetBinaryLicense(self.BinaryLicenseList)