Home | History | Annotate | Download | only in Common

Lines Matching refs:Identification

24 from Identification import *

160 # @var Identification: To store value for Identification, it is a structure as Identification
168 self.Identification = Identification()
219 ContainerFile = self.Identification.FileFullPath
329 self.Identification.FileFullPath = Filename
330 (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
534 File = self.Identification.FileFullPath
550 ModuleHeader.FileName = self.Identification.FileName
551 ModuleHeader.FullPath = self.Identification.FileFullPath
621 EdkLogger.warn(2000, 'VERSION_NUMBER depricated; INF file %s should be modified to use VERSION_STRING instead.' % self.Identification.FileFullPath)
625 EdkLogger.warn(2001, 'INF file %s defines both VERSION_NUMBER and VERSION_STRING, using VERSION_STRING' % self.Identification.FileFullPath)
958 (Filename, Family, TagName, ToolCode, Pcd) = GetSource(Record[0], ContainerFile, self.Identification.FileRelativePath, Record[2])
1044 (FileType, Filename, Target, Pcd) = GetBinary(Record[0], ContainerFile, self.Identification.FileRelativePath, Record[2])