Searched refs:GenSection (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DCompressSection.py43 ## GenSection() method
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): member in class:CompressSection
67 ReturnSectList, AlignValue = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, Dict)
H A DUiSection.py37 ## GenSection() method
50 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): member in class:UiSection
52 # Prepare the parameter of GenSection
H A DVerSection.py37 ## GenSection() method
50 def GenSection(self,OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): member in class:VerSection
52 # Prepare the parameter of GenSection
H A DFvImageSection.py40 ## GenSection() method
53 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): member in class:FvImageSection
90 # Prepare the parameter of GenSection
H A DSection.py87 ## GenSection() method
99 def GenSection(self, OutputPath, GuidName, SecNum, keyStringList, FfsInf = None, Dict = {}): member in class:Section
H A DDepexSection.py54 ## GenSection() method
67 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}): member in class:DepexSection
H A DGuidSection.py42 ## GenSection() method
55 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): member in class:GuidSection
95 ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList,FfsInf, Dict)
137 GenFdsGlobalVariable.VerboseLogger( "Use GenSection function Generate CRC32 Section")
148 # Call GenSection with DUMMY section type.
H A DDataSection.py38 ## GenSection() method
51 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}): member in class:DataSection
53 # Prepare the parameter of GenSection
H A DFfsFileStatement.py113 sectList, align = section.GenSection(OutputDir, self.NameGuid, SecIndex, self.KeyStringList, None, Dict)
H A DEfiSection.py42 ## GenSection() method
55 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}) : member in class:EfiSection
59 """Prepare the parameter of GenSection"""
267 """Call GenSection"""
H A DFfsInfStatement.py484 # Prepare the parameter of GenSection
611 # @param InputFileList The output file list from GenSection
693 SectList, Align = Sect.GenSection(self.OutputPath , self.ModuleGuid, SecIndex, Rule.KeyStringList, self)
695 SectList, Align = Sect.GenSection(self.OutputPath , self.ModuleGuid, SecIndex, self.KeyStringList, self)
732 """Call GenSection"""
753 # @param InputFileList The output file list from GenSection
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenDecFile.py20 from Library.Parsing import GenSection namespace
99 Content += GenSection(ValidUsage, ValidUsageDict[ValidUsage])
134 Content += GenSection('Guids', NewSectionDict)
167 Content += GenSection('Protocols', NewSectionDict)
200 Content += GenSection('Ppis', NewSectionDict)
254 Content += GenSection('Defines', NewSectionDict)
272 Content += GenSection('Includes', NewSectionDict)
309 Content += GenSection('LibraryClasses', NewSectionDict)
H A DGenInfFile.py20 from Library.Parsing import GenSection namespace
201 Content += GenSection('Defines', NewSectionDict)
250 Content += GenSection('LibraryClasses', NewSectionDict)
272 Content += GenSection('LibraryClasses', LibraryClassDict)
319 Content += GenSection('Packages', NewSectionDict)
344 Content += GenSection('Sources', NewSectionDict)
380 Content += GenSection('Depex', NewSectionDict, False)
420 Content = GenSection('UserExtensions', NewSectionDict, False)
575 Content = GenSection('Guids', NewSectionDict)
645 Content = GenSection('Protocol
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParsing.py944 ## GenSection
955 def GenSection(SectionName, SectionDict, SplitArch=True): function

Completed in 163 milliseconds