Searched refs:GetSupModuleList (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenDecFile.py86 if Pcd.GetSupModuleList():
87 Statement += GenDecTailComment(Pcd.GetSupModuleList())
123 if Guid.GetSupModuleList():
124 Statement += GenDecTailComment(Guid.GetSupModuleList())
156 if Protocol.GetSupModuleList():
157 Statement += GenDecTailComment(Protocol.GetSupModuleList())
189 if Ppi.GetSupModuleList():
190 Statement += GenDecTailComment(Ppi.GetSupModuleList())
297 if LibraryClass.GetSupModuleList():
299 GenDecTailComment(LibraryClass.GetSupModuleList())
[all...]
H A DGenInfFile.py163 if LibraryClass.GetSupModuleList():
164 Statement += '|' + DT.TAB_SPACE_SPLIT.join(l for l in LibraryClass.GetSupModuleList())
227 ModuleList = LibraryClass.GetSupModuleList()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DGuidProtocolPpiXml.py92 ['SupModList', GetStringOfList(GuidProtocolPpi.GetSupModuleList())], \
149 GetStringOfList(GuidProtocolPpi.GetSupModuleList())],
208 GetStringOfList(GuidProtocolPpi.GetSupModuleList())], \
H A DPackageSurfaceAreaXml.py108 ['SupModList', GetStringOfList(PackageIncludeHeader.GetSupModuleList())], ]
H A DCommonXml.py795 ['SupModList', GetStringOfList(LibraryClass.GetSupModuleList())]
815 ['SupModList', GetStringOfList(LibraryClass.GetSupModuleList())], \
H A DPcdXml.py304 ['SupModList', GetStringOfList(PcdEntry.GetSupModuleList())]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/
H A DCommonObject.py403 def GetSupModuleList(self): member in class:GuidProtocolPpiCommonObject
575 def GetSupModuleList(self): member in class:LibraryClassObject
670 def GetSupModuleList(self): member in class:IncludeObject
788 def GetSupModuleList(self): member in class:PcdObject
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfLibraryClassesObject.py91 def GetSupModuleList(self): member in class:InfLibraryClassItem
217 # ItemSupModuleList = Item.GetSupModuleList()
H A DInfPcdObject.py273 def GetSupModuleList(self): member in class:InfPcdItem
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignment.py486 LibraryClass.SetSupModuleList(Item.GetSupModuleList())

Completed in 45 milliseconds