/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
D | InfGuidPpiProtocolSectionParser.py | 38 def InfGuidParser(self, SectionString, InfSectionObject, FileName): argument 115 if not InfSectionObject.SetGuid(GuidList, Arch=ArchList): 125 def InfPpiParser(self, SectionString, InfSectionObject, FileName): argument 200 if not InfSectionObject.SetPpi(PpiList, Arch=ArchList): 210 def InfUserExtensionParser(self, SectionString, InfSectionObject, FileName): argument 286 if not InfSectionObject.SetUserExtension(UserExtensionContent, 294 def InfProtocolParser(self, SectionString, InfSectionObject, FileName): argument 369 if not InfSectionObject.SetProtocol(ProtocolList, Arch=ArchList):
|
D | InfLibrarySectionParser.py | 38 def InfLibraryParser(self, SectionString, InfSectionObject, FileName): argument 143 if not InfSectionObject.SetLibraryClasses(LibraryList, KeyList=KeyList): 153 self.InfAsBuiltLibraryParser(SectionString, InfSectionObject, FileName) 155 def InfAsBuiltLibraryParser(self, SectionString, InfSectionObject, FileName): argument 198 if not InfSectionObject.SetLibraryClasses(LibraryList, KeyList=KeyList):
|
D | InfSourceSectionParser.py | 35 def InfSourceParser(self, SectionString, InfSectionObject, FileName): argument 137 InfSectionObject.SetSupArchList(Item[1]) 139 InfSectionObject.SetAllContent(SectionContent) 140 if not InfSectionObject.SetSources(SourceList, Arch = ArchList):
|
D | InfBinarySectionParser.py | 36 def InfBinaryParser(self, SectionString, InfSectionObject, FileName): argument 220 InfSectionObject.SetSupArchList(Item[1]) 222 InfSectionObject.SetAllContent(AllSectionContent) 223 if not InfSectionObject.SetBinary(UiBinaryList,
|
D | InfBuildOptionSectionParser.py | 38 def InfBuildOptionParser(self, SectionString, InfSectionObject, FileName): argument 149 InfSectionObject.SetSupArchList(Item[1]) 151 InfSectionObject.SetAllContent(SectionContent) 152 if not InfSectionObject.SetBuildOptions(BuildOptionList, ArchList, SectionContent):
|
D | InfDefineSectionParser.py | 60 def InfDefineParser(self, SectionString, InfSectionObject, FileName, SectionComment): argument 194 InfSectionObject.SetAllContent(SectionContent) 196 InfSectionObject.SetDefines(_ContentList, Arch=ArchList)
|
D | InfDepexSectionParser.py | 37 def InfDepexParser(self, SectionString, InfSectionObject, FileName): argument 99 … if not InfSectionObject.SetDepex(DepexContent, KeyList = KeyList, CommentList = NewCommentList):
|
D | InfPackageSectionParser.py | 35 def InfPackageParser(self, SectionString, InfSectionObject, FileName): argument 134 if not InfSectionObject.SetPackages(PackageList, Arch = ArchList):
|
D | InfPcdSectionParser.py | 42 def InfPcdParser(self, SectionString, InfSectionObject, FileName): argument 177 if not InfSectionObject.SetPcds(PcdList, KeysList = KeysList,
|
D | InfSectionParser.py | 431 …def InfSpecialCommentParser (self, SpecialSectionList, InfSectionObject, ContainerFile, SectionTyp… argument 493 if not InfSectionObject.SetSpecialComments(SpecialObjectList,
|