Lines Matching refs:self

28     def __init__(self):
29 IncludeStatementClass.__init__(self)
30 self.SkuInfoList = {}
56 def __init__(self):
57 IdentificationClass.__init__(self)
58 CommonHeaderClass.__init__(self)
59 DefineClass.__init__(self)
60 self.DscSpecification = ''
61 self.SupArchList = []
62 self.BuildTargets = []
63 self.IntermediateDirectories = ''
64 self.OutputDirectory = ''
65 self.ForceDebugTarget = ''
66 self.SkuIdName = []
67 self.BuildNumber = ''
68 self.MakefileName = ''
69 self.ClonedFrom = []
83 def __init__(self):
84 self.Id = ''
85 self.UiName = ''
86 self.Preferred = False
87 self.FilePath = ''
99 def __init__(self):
100 self.FvImageOptionName = ''
101 self.FvImageOptionValues = []
118 def __init__(self):
119 self.Name = ''
120 self.Value = ''
121 self.Type = ''
122 self.FvImageNames = []
123 self.FvImageOptions = []
138 def __init__(self):
139 self.Name = ''
140 self.Type = ''
141 self.FvImageOptions = []
152 def __init__(self):
153 self.FvImages = []
166 def __init__(self):
167 self.Id = ''
168 self.AntCmdOptions = ''
169 self.FilePath = ''
189 def __init__(self):
190 CommonClass.__init__(self)
191 self.BindingOrder = ''
192 self.Compressible = ''
193 self.SectionType = ''
194 self.EncapsulationType = ''
195 self.ToolName = ''
196 self.Filenames = []
197 self.Args = ''
198 self.OutFile = ''
199 self.OutputFileExtension = ''
200 self.ToolNameElement = ''
219 def __init__(self):
220 CommonClass.__init__(self)
221 self.BindingOrder = ''
222 self.Compressible = ''
223 self.SectionType = ''
224 self.EncapsulationType = ''
225 self.ToolName = ''
226 self.Section = []
227 self.Sections = []
242 def __init__(self):
243 self.Attribute = {}
244 self.Sections = []
245 self.Key = ''
263 def __init__(self):
264 self.UserDefinedAntTasks = {}
265 self.Options = []
266 self.UserExtensions = {}
267 self.FfsKeyList = {}
282 def __init__(self):
283 IncludeStatementClass.__init__(self)
284 self.FvBinding = ''
285 self.FfsFileNameGuid = ''
286 self.FfsFormatKey = ''
287 self.BuildOptionList = []
308 def __init__(self, Name = '', FilePath = ''):
309 CommonClass.__init__(self)
310 DefineClass.__init__(self)
311 self.Name = Name
312 self.FilePath = FilePath
313 self.ModuleType = []
314 self.SupModuleList = []
315 self.ModuleGuid = ''
316 self.ModuleVersion = ''
317 self.PackageGuid = ''
318 self.PackageVersion = ''
330 def __init__(self):
331 IncludeStatementClass.__init__(self)
332 self.LibraryList = []
358 def __init__(self):
359 CommonClass.__init__(self)
360 DefineClass.__init__(self)
361 self.Name = ''
362 self.FilePath = ''
363 self.Type = ''
364 self.ModuleType = ''
365 self.ExecFilePath = ''
366 self.LibraryClasses = PlatformLibraryClasses()
367 self.PcdBuildDefinitions = []
368 self.ModuleSaBuildOption = PlatformBuildOptionClasses()
369 self.Specifications = []
370 self.SourceOverridePath = ''
382 def __init__(self):
383 IncludeStatementClass.__init__(self)
384 self.ModuleList = []
414 def __init__(self):
415 self.Header = {}
416 self.SkuInfos = SkuInfoListClass()
417 self.Libraries = PlatformLibraryClasses()
418 self.LibraryClasses = PlatformLibraryClasses()
419 self.Modules = PlatformModuleClasses()
420 self.FlashDefinitionFile = PlatformFlashDefinitionFileClass()
421 self.BuildOptions = PlatformBuildOptionClasses()
422 self.DynamicPcdBuildDefinitions = []
423 self.Fdf = []
424 self.UserExtensions = []