Lines Matching refs:self

32     def __init__(self):
33 self.SupportedBootModes = ''
34 CommonPropertiesObject.__init__(self)
35 HelpTextListObject.__init__(self)
37 def SetSupportedBootModes(self, SupportedBootModes):
38 self.SupportedBootModes = SupportedBootModes
40 def GetSupportedBootModes(self):
41 return self.SupportedBootModes
47 def __init__(self):
48 self.EventType = ''
49 CommonPropertiesObject.__init__(self)
50 HelpTextListObject.__init__(self)
52 def SetEventType(self, EventType):
53 self.EventType = EventType
55 def GetEventType(self):
56 return self.EventType
62 def __init__(self):
63 self.HobType = ''
64 CommonPropertiesObject.__init__(self)
65 HelpTextListObject.__init__(self)
67 def SetHobType(self, HobType):
68 self.HobType = HobType
70 def GetHobType(self):
71 return self.HobType
77 def __init__(self):
78 self.Spec = ''
79 self.Version = ''
81 def SetSpec(self, Spec):
82 self.Spec = Spec
84 def GetSpec(self):
85 return self.Spec
87 def SetVersion(self, Version):
88 self.Version = Version
90 def GetVersion(self):
91 return self.Version
98 def __init__(self):
99 self.IsLibrary = False
100 self.IsLibraryModList = []
101 self.ModuleType = ''
102 self.BinaryModule = False
103 self.PcdIsDriver = ''
104 self.PiSpecificationVersion = ''
105 self.UefiSpecificationVersion = ''
109 self.SpecList = []
113 self.BootModeList = []
117 self.EventList = []
121 self.HobList = []
125 self.LibraryClassList = []
126 self.SupArchList = []
127 IdentificationObject.__init__(self)
128 CommonHeaderObject.__init__(self)
130 def SetIsLibrary(self, IsLibrary):
131 self.IsLibrary = IsLibrary
133 def GetIsLibrary(self):
134 return self.IsLibrary
136 def SetIsLibraryModList(self, IsLibraryModList):
137 self.IsLibraryModList = IsLibraryModList
139 def GetIsLibraryModList(self):
140 return self.IsLibraryModList
142 def SetModuleType(self, ModuleType):
143 self.ModuleType = ModuleType
145 def GetModuleType(self):
146 return self.ModuleType
148 def SetBinaryModule(self, BinaryModule):
149 self.BinaryModule = BinaryModule
151 def GetBinaryModule(self):
152 return self.BinaryModule
154 def SetPcdIsDriver(self, PcdIsDriver):
155 self.PcdIsDriver = PcdIsDriver
157 def GetPcdIsDriver(self):
158 return self.PcdIsDriver
160 def SetPiSpecificationVersion(self, PiSpecificationVersion):
161 self.PiSpecificationVersion = PiSpecificationVersion
163 def GetPiSpecificationVersion(self):
164 return self.PiSpecificationVersion
166 def SetUefiSpecificationVersion(self, UefiSpecificationVersion):
167 self.UefiSpecificationVersion = UefiSpecificationVersion
169 def GetUefiSpecificationVersion(self):
170 return self.UefiSpecificationVersion
172 def SetSpecList(self, SpecList):
173 self.SpecList = SpecList
175 def GetSpecList(self):
176 return self.SpecList
178 def SetBootModeList(self, BootModeList):
179 self.BootModeList = BootModeList
181 def GetBootModeList(self):
182 return self.BootModeList
184 def SetEventList(self, EventList):
185 self.EventList = EventList
187 def GetEventList(self):
188 return self.EventList
190 def SetHobList(self, HobList):
191 self.HobList = HobList
193 def GetHobList(self):
194 return self.HobList
196 def SetLibraryClassList(self, LibraryClassList):
197 self.LibraryClassList = LibraryClassList
199 def GetLibraryClassList(self):
200 return self.LibraryClassList
202 def SetSupArchList(self, SupArchList):
203 self.SupArchList = SupArchList
205 def GetSupArchList(self):
206 return self.SupArchList
212 def __init__(self):
213 CommonPropertiesObject.__init__(self)
214 self.SourceFile = ''
215 self.TagName = ''
216 self.ToolCode = ''
217 self.Family = ''
218 self.FileType = ''
220 def SetSourceFile(self, SourceFile):
221 self.SourceFile = SourceFile
223 def GetSourceFile(self):
224 return self.SourceFile
226 def SetTagName(self, TagName):
227 self.TagName = TagName
229 def GetTagName(self):
230 return self.TagName
232 def SetToolCode(self, ToolCode):
233 self.ToolCode = ToolCode
235 def GetToolCode(self):
236 return self.ToolCode
238 def SetFamily(self, Family):
239 self.Family = Family
241 def GetFamily(self):
242 return self.Family
244 def SetFileType(self, FileType):
245 self.FileType = FileType
247 def GetFileType(self):
248 return self.FileType
255 def __init__(self):
256 self.FileNamList = []
257 self.AsBuiltList = []
258 CommonPropertiesObject.__init__(self)
260 def SetFileNameList(self, FileNamList):
261 self.FileNamList = FileNamList
263 def GetFileNameList(self):
264 return self.FileNamList
266 def SetAsBuiltList(self, AsBuiltList):
267 self.AsBuiltList = AsBuiltList
269 def GetAsBuiltList(self):
270 return self.AsBuiltList
277 def __init__(self):
278 self.LibGuid = ''
279 self.LibVersion = ''
281 def SetLibGuid(self, LibGuid):
282 self.LibGuid = LibGuid
283 def GetLibGuid(self):
284 return self.LibGuid
286 def SetLibVersion(self, LibVersion):
287 self.LibVersion = LibVersion
288 def GetLibVersion(self):
289 return self.LibVersion
295 def __init__(self):
299 self.PatchPcdList = []
303 self.PcdExValueList = []
307 self.LibraryInstancesList = []
311 self.BinaryBuildFlagList = ''
313 def SetPatchPcdList(self, PatchPcdList):
314 self.PatchPcdList = PatchPcdList
316 def GetPatchPcdList(self):
317 return self.PatchPcdList
319 def SetPcdExList(self, PcdExValueList):
320 self.PcdExValueList = PcdExValueList
322 def GetPcdExList(self):
323 return self.PcdExValueList
325 def SetLibraryInstancesList(self, LibraryInstancesList):
326 self.LibraryInstancesList = LibraryInstancesList
328 def GetLibraryInstancesList(self):
329 return self.LibraryInstancesList
331 def SetBuildFlagsList(self, BinaryBuildFlagList):
332 self.BinaryBuildFlagList = BinaryBuildFlagList
334 def GetBuildFlagsList(self):
335 return self.BinaryBuildFlagList
342 def __init__(self):
343 self.Target = ''
344 self.TagName = ''
345 self.Family = ''
346 self.AsBuiltOptionFlags = ''
348 def SetTarget(self, Target):
349 self.Target = Target
351 def GetTarget(self):
352 return self.Target
354 def SetTagName(self, TagName):
355 self.TagName = TagName
357 def GetTagName(self):
358 return self.TagName
360 def SetFamily(self, Family):
361 self.Family = Family
363 def GetFamily(self):
364 return self.Family
366 def SetAsBuiltOptionFlags(self, AsBuiltOptionFlags):
367 self.AsBuiltOptionFlags = AsBuiltOptionFlags
368 def GetAsBuiltOptionFlags(self):
369 return self.AsBuiltOptionFlags
375 def __init__(self):
376 self.EntryPoint = ''
377 self.UnloadImage = ''
378 self.Constructor = ''
379 self.Destructor = ''
380 self.SupModList = []
381 CommonPropertiesObject.__init__(self)
383 def SetEntryPoint(self, EntryPoint):
384 self.EntryPoint = EntryPoint
386 def GetEntryPoint(self):
387 return self.EntryPoint
389 def SetUnloadImage(self, UnloadImage):
390 self.UnloadImage = UnloadImage
392 def GetUnloadImage(self):
393 return self.UnloadImage
395 def SetConstructor(self, Constructor):
396 self.Constructor = Constructor
398 def GetConstructor(self):
399 return self.Constructor
401 def SetDestructor(self, Destructor):
402 self.Destructor = Destructor
404 def GetDestructor(self):
405 return self.Destructor
407 def SetSupModList(self, SupModList):
408 self.SupModList = SupModList
409 def GetSupModList(self):
410 return self.SupModList
416 def __init__(self):
417 self.Depex = ''
418 self.ModuelType = ''
419 CommonPropertiesObject.__init__(self)
421 def SetDepex(self, Depex):
422 self.Depex = Depex
424 def GetDepex(self):
425 return self.Depex
427 def SetModuleType(self, ModuleType):
428 self.ModuelType = ModuleType
430 def GetModuleType(self):
431 return self.ModuelType
437 def __init__(self):
438 self.Package = ''
439 self.PackageFilePath = ''
440 GuidVersionObject.__init__(self)
441 CommonPropertiesObject.__init__(self)
443 def SetPackageFilePath(self, PackageFilePath):
444 self.PackageFilePath = PackageFilePath
446 def GetPackageFilePath(self):
447 return self.PackageFilePath
449 def SetPackage(self, Package):
450 self.Package = Package
452 def GetPackage(self):
453 return self.Package
459 def __init__(self):
460 CommonPropertiesObject.__init__(self)
461 self.BuildOption = ''
463 def SetBuildOption(self, BuildOption):
464 self.BuildOption = BuildOption
466 def GetBuildOption(self):
467 return self.BuildOption
473 def __init__(self):
477 self.HeaderDict = {}
481 self.LibraryClassList = []
485 self.SourceFileList = []
489 self.BinaryFileList = []
493 self.PackageDependencyList = []
497 self.PeiDepex = []
501 self.DxeDepex = []
505 self.SmmDepex = []
509 self.ProtocolList = []
513 self.PpiList = []
517 self.GuidList = []
521 self.PcdList = []
525 self.ExternList = []
529 self.BuildOptionList = []
533 self.UserExtensionList = []
537 self.MiscFileList = []
541 self.ClonedFrom = None
543 ModuleHeaderObject.__init__(self)
545 def SetHeaderDict(self, HeaderDict):
546 self.HeaderDict = HeaderDict
548 def GetHeaderDict(self):
549 return self.HeaderDict
551 def SetLibraryClassList(self, LibraryClassList):
552 self.LibraryClassList = LibraryClassList
554 def GetLibraryClassList(self):
555 return self.LibraryClassList
557 def SetSourceFileList(self, SourceFileList):
558 self.SourceFileList = SourceFileList
560 def GetSourceFileList(self):
561 return self.SourceFileList
563 def SetBinaryFileList(self, BinaryFileList):
564 self.BinaryFileList = BinaryFileList
566 def GetBinaryFileList(self):
567 return self.BinaryFileList
569 def SetPackageDependencyList(self, PackageDependencyList):
570 self.PackageDependencyList = PackageDependencyList
572 def GetPackageDependencyList(self):
573 return self.PackageDependencyList
575 def SetPeiDepex(self, PeiDepex):
576 self.PeiDepex = PeiDepex
578 def GetPeiDepex(self):
579 return self.PeiDepex
581 def SetDxeDepex(self, DxeDepex):
582 self.DxeDepex = DxeDepex
584 def GetDxeDepex(self):
585 return self.DxeDepex
587 def SetSmmDepex(self, SmmDepex):
588 self.SmmDepex = SmmDepex
590 def GetSmmDepex(self):
591 return self.SmmDepex
593 def SetPpiList(self, PpiList):
594 self.PpiList = PpiList
596 def GetPpiList(self):
597 return self.PpiList
599 def SetProtocolList(self, ProtocolList):
600 self.ProtocolList = ProtocolList
602 def GetProtocolList(self):
603 return self.ProtocolList
605 def SetPcdList(self, PcdList):
606 self.PcdList = PcdList
608 def GetPcdList(self):
609 return self.PcdList
611 def SetGuidList(self, GuidList):
612 self.GuidList = GuidList
614 def GetGuidList(self):
615 return self.GuidList
617 def SetExternList(self, ExternList):
618 self.ExternList = ExternList
620 def GetExternList(self):
621 return self.ExternList
623 def SetBuildOptionList(self, BuildOptionList):
624 self.BuildOptionList = BuildOptionList
626 def GetBuildOptionList(self):
627 return self.BuildOptionList
629 def SetUserExtensionList(self, UserExtensionList):
630 self.UserExtensionList = UserExtensionList
632 def GetUserExtensionList(self):
633 return self.UserExtensionList
635 def SetMiscFileList(self, MiscFileList):
636 self.MiscFileList = MiscFileList
638 def GetMiscFileList(self):
639 return self.MiscFileList
641 def SetClonedFrom(self, ClonedFrom):
642 self.ClonedFrom = ClonedFrom
644 def GetClonedFrom(self):
645 return self.ClonedFrom