Home
last modified time | relevance | path

Searched refs:IncludesDict (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DDecPomAlignment.py381 IncludesDict = Sdict()
388 if IncludePath in IncludesDict:
389 … if Item.GetArchList() == [TAB_ARCH_COMMON] or IncludesDict[IncludePath] == [TAB_ARCH_COMMON]:
390 IncludesDict[IncludePath] = [TAB_ARCH_COMMON]
392 IncludesDict[IncludePath] = IncludesDict[IncludePath] + Item.GetArchList()
394 IncludesDict[IncludePath] = Item.GetArchList()
402 [os.path.normpath(Path) + sep for Path in IncludesDict.keys()]
449 SupArchList = IncludesDict[Path]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DCommonObject.py576 self.IncludesDict = {}
675 def SetIncludesDict(self, IncludesDict): argument
676 self.IncludesDict = IncludesDict
679 return self.IncludesDict
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DCommonXml.py594 self.IncludesDict = {}
644 self.IncludesDict[Statement] = Arch
667 UserExtension.SetIncludesDict(self.IncludesDict)
720 IncludesDict = UserExtension.GetIncludesDict()
721 if IncludesDict:
722 for Item in IncludesDict.keys():
725 [['SupArchList', IncludesDict[Item]]]))