Searched refs:GetSupModuleList (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/ |
H A D | GenDecFile.py | 86 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 D | GenInfFile.py | 163 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 D | GuidProtocolPpiXml.py | 92 ['SupModList', GetStringOfList(GuidProtocolPpi.GetSupModuleList())], \ 149 GetStringOfList(GuidProtocolPpi.GetSupModuleList())], 208 GetStringOfList(GuidProtocolPpi.GetSupModuleList())], \
|
H A D | PackageSurfaceAreaXml.py | 108 ['SupModList', GetStringOfList(PackageIncludeHeader.GetSupModuleList())], ]
|
H A D | CommonXml.py | 795 ['SupModList', GetStringOfList(LibraryClass.GetSupModuleList())] 815 ['SupModList', GetStringOfList(LibraryClass.GetSupModuleList())], \
|
H A D | PcdXml.py | 304 ['SupModList', GetStringOfList(PcdEntry.GetSupModuleList())]
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/ |
H A D | CommonObject.py | 403 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 D | InfLibraryClassesObject.py | 91 def GetSupModuleList(self): member in class:InfLibraryClassItem 217 # ItemSupModuleList = Item.GetSupModuleList()
|
H A D | InfPcdObject.py | 273 def GetSupModuleList(self): member in class:InfPcdItem
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/ |
H A D | InfPomAlignment.py | 486 LibraryClass.SetSupModuleList(Item.GetSupModuleList())
|
Completed in 352 milliseconds