Home | History | Annotate | Download | only in GenFds

Lines Matching refs:FileType

108     #   @param  FileType    File type to get

113 def GetFileList(FfsInf, FileType, FileExtension, Dict = {}):
114 if FileType in Section.SectFileType.keys() :
122 Suffix = Section.SectionType.get(FileType)
124 Suffix = Section.BinFileType.get(FileType)
129 if FileType != None:
132 if File.Type == FileType or (int(FfsInf.PiSpecVersion, 16) >= 0x0001000A \
133 and FileType == 'DXE_DPEX'and File.Type == 'SMM_DEPEX') \
134 or (FileType == 'TE'and File.Type == 'PE32'):
140 GenFdsGlobalVariable.VerboseLogger ("\nFile Type \'%s\' of File %s in %s is not same with file type \'%s\' from Rule in FDF" %(File.Type, File.File, FfsInf.InfFileName, FileType))