HomeSort by relevance Sort by last modified time
    Searched refs:InfParser (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Ecc.py 34 from MetaFileWorkspace.MetaFileParser import InfParser
248 self.MetaFile = InfParser(Filename, MODEL_FILE_INF, EccGlobalData.gDb.TblInf)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfParser.py 16 InfParser
58 Logger.Error("InfParser",
65 Logger.Error("InfParser",
72 ## InfParser
74 # This class defined the structure used in InfParser object
82 class InfParser(InfSectionParser):
89 super(InfParser, self).__init__()
321 Logger.Error("InfParser",
395 Logger.Error("InfParser",
400 Logger.Error("InfParser",
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 52 from Parser import InfParser
100 self.Parser = InfParser.InfParser(self.FileName, self.WorkSpace)
130 # Get all defines information form InfParser Object
190 Logger.Error("InfParser", FORMAT_INVALID,
201 Logger.Error("InfParser",
209 Logger.Error("InfParser", FORMAT_INVALID,
218 Logger.Error("InfParser", FORMAT_INVALID,
223 Logger.Error("InfParser", FORMAT_INVALID,
257 Logger.Error("InfParser", FORMAT_INVALID, ST.ERR_INF_PARSER_DEFINE_SHADOW_INVALID, File=self.FullPath)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
Makefile 216 $(BASE_TOOLS_PATH)\Source\Python\UPT\Parser\InfParser.py \
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileParser.py 125 # (InfParser, DecParser or DscParser)
358 if type(self) == InfParser and self._Version < 0x00010005:
415 class InfParser(MetaFileParser):
441 ## Constructor of InfParser
443 # Initialize object of InfParser
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py 128 # (InfParser, DecParser or DscParser)
367 if type(self) == InfParser and self._Version < 0x00010005:
471 class InfParser(MetaFileParser):
497 ## Constructor of InfParser
499 # Initialize object of InfParser
    [all...]
WorkspaceDatabase.py     [all...]

Completed in 504 milliseconds