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

/device/linaro/bootloader/edk2/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.py38 ## GenSection() method
51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): member in class:UiSection
53 # Prepare the parameter of GenSection
H A DVerSection.py38 ## GenSection() method
51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): member in class:VerSection
53 # 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 DDepexSection.py66 ## GenSection() method
79 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}): member in class:DepexSection
H A DSection.py87 ## GenSection() method
99 def GenSection(self, OutputPath, GuidName, SecNum, keyStringList, FfsInf = None, Dict = {}): member in class:Section
H A DGuidSection.py43 ## GenSection() method
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): member in class:GuidSection
96 ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, Dict)
138 GenFdsGlobalVariable.VerboseLogger("Use GenSection function Generate CRC32 Section")
149 # 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.py117 sectList, align = section.GenSection(OutputDir, self.NameGuid, SecIndex, self.KeyStringList, None, Dict)
H A DEfiSection.py43 ## GenSection() method
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}) : member in class:EfiSection
60 """Prepare the parameter of GenSection"""
269 """Call GenSection"""
H A DFfsInfStatement.py683 # Prepare the parameter of GenSection
811 # @param InputFileList The output file list from GenSection
917 SectList, Align = Sect.GenSection(self.OutputPath , self.ModuleGuid, SecIndex, Rule.KeyStringList, self)
919 SectList, Align = Sect.GenSection(self.OutputPath , self.ModuleGuid, SecIndex, self.KeyStringList, self)
956 """Call GenSection"""
977 # @param InputFileList The output file list from GenSection
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/
H A DMakefile34 $(EDK_TOOLS_SOURCE)\GenSection\Makefile \
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenInfFile.py24 from Library.Parsing import GenSection namespace
381 Content += GenSection('Defines', NewSectionDict)
427 Content += GenSection('LibraryClasses', NewSectionDict)
452 Content += GenSection('LibraryClasses', LibraryClassDict)
499 Content += GenSection('Packages', NewSectionDict)
520 Content += GenSection('Sources', NewSectionDict)
553 Content += GenSection('Depex', NewSectionDict, False)
592 Content = GenSection('UserExtensions', NewSectionDict, False)
732 Content = GenSection('Guids', NewSectionDict)
793 Content = GenSection('Protocol
[all...]
H A DGenDecFile.py24 from Library.Parsing import GenSection namespace
134 Content += GenSection(ValidUsage, ValidUsageDict[ValidUsage], True, True)
215 Content += GenSection('Guids', NewSectionDict, True, True)
256 Content += GenSection('Protocols', NewSectionDict, True, True)
297 Content += GenSection('Ppis', NewSectionDict, True, True)
415 Content += GenSection('Defines', NewSectionDict)
433 Content += GenSection('Includes', NewSectionDict)
473 Content += GenSection('LibraryClasses', NewSectionDict, True, True)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
H A Dmakefile40 TARGET_NAME = GenSection
43 TARGET_EXE_SOURCE = "$(TARGET_SOURCE_DIR)\GenSection.c"
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
H A DParsing.py953 ## GenSection
964 def GenSection(SectionName, SectionDict, SplitArch=True, NeedBlankLine=False): function

Completed in 133 milliseconds