Searched refs:GuidType (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/ |
D | CommentGeneratingUnitTest.py | 171 def GuidFactory(self, CName, FFE, Usage, GuidType, VariableName, HelpStr): argument 175 Guid.SetGuidTypeList([GuidType]) 195 GuidType = 'Event' 198 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType, 205 GuidType = 'Variable' 208 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType, 228 GuidType = 'Event' 231 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType, 238 GuidType = 'UNDEFINED' 241 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType, [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | CommentGenerating.py | 213 GuidType = GuidTypeList[0] 214 if (Usage == ITEM_UNDEFINED) and (GuidType == ITEM_UNDEFINED) and \ 218 FirstLine = Usage + " ## " + GuidType 219 if GuidType == TAB_INF_GUIDTYPE_VAR:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
D | GuidProtocolPpiXml.py | 57 self.GuidType = '' 62 self.GuidType = XmlAttribute(XmlNode(Item, '%s' % Key), 'GuidType') 133 if self.GuidType: 134 GuidProtocolPpi.SetGuidTypeList([self.GuidType])
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | GenC.py | 1450 GuidType = "GUID" 1452 GuidType = "EFI_GUID" 1463 …AutoGenC.Append('GLOBAL_REMOVE_IF_UNREFERENCED %s %s = %s;\n' % (GuidType, Key, Info.GuidList[Key]… 1464 AutoGenH.Append('extern %s %s;\n' % (GuidType, Key)) 1474 GuidType = "GUID" 1476 GuidType = "EFI_GUID" 1487 …AutoGenC.Append('GLOBAL_REMOVE_IF_UNREFERENCED %s %s = %s;\n' % (GuidType, Key, Info.ProtocolList[… 1488 AutoGenH.Append('extern %s %s;\n' % (GuidType, Key)) 1498 GuidType = "GUID" 1500 GuidType = "EFI_GUID" [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/ |
D | GenInfFile.py | 693 GuidType = Guid.GetGuidTypeList()[0] 698 if Usage == DT.ITEM_UNDEFINED and GuidType == DT.ITEM_UNDEFINED: 709 if Usage != DT.ITEM_UNDEFINED and GuidType == DT.ITEM_UNDEFINED: 711 elif GuidType == 'Variable': 712 Comment = '## ' + Usage + ' ## ' + GuidType + ':' + VariableName + Comment 714 Comment = '## ' + Usage + ' ## ' + GuidType + Comment
|