Searched refs:PiSpecificationVersion (Results 1 – 4 of 4) sorted by relevance
193 self.PiSpecificationVersion = None433 def SetPiSpecificationVersion(self, PiSpecificationVersion, Comments): argument437 if self.PiSpecificationVersion != None: 445 if IsValidHexVersion(PiSpecificationVersion) or \446 IsValidDecVersionVal(PiSpecificationVersion):447 self.PiSpecificationVersion = InfDefMember()448 self.PiSpecificationVersion.SetValue(PiSpecificationVersion)449 self.PiSpecificationVersion.Comments = Comments453 %(PiSpecificationVersion),460 return self.PiSpecificationVersion
105 self.PiSpecificationVersion = ''163 def SetPiSpecificationVersion(self, PiSpecificationVersion): argument164 self.PiSpecificationVersion = PiSpecificationVersion167 return self.PiSpecificationVersion
68 self.PiSpecificationVersion = ''
522 self.PiSpecificationVersion = ''535 self.PiSpecificationVersion = XmlElement(Item, '%s/PiSpecificationVersion' % Key)562 Header.SetPiSpecificationVersion(self.PiSpecificationVersion)601 self.UefiSpecificationVersion, self.PiSpecificationVersion, \