コード例 #1
0
 def __init__(self):
     CommonPropertiesObject.__init__(self)
     self.SourceFile = ''
     self.TagName = ''
     self.ToolCode = ''
     self.Family = ''
     self.FileType = ''
コード例 #2
0
ファイル: ModuleObject.py プロジェクト: MattDevo/edk2
 def __init__(self):
     self.EntryPoint = ''
     self.UnloadImage = ''
     self.Constructor = ''
     self.Destructor = ''
     self.SupModList = []
     CommonPropertiesObject.__init__(self)
コード例 #3
0
 def __init__(self):
     self.EntryPoint = ''
     self.UnloadImage = ''
     self.Constructor = ''
     self.Destructor = ''
     self.SupModList = []
     CommonPropertiesObject.__init__(self)
コード例 #4
0
ファイル: ModuleObject.py プロジェクト: MattDevo/edk2
 def __init__(self):
     CommonPropertiesObject.__init__(self)
     self.SourceFile = ''
     self.TagName = ''
     self.ToolCode = ''
     self.Family = ''
     self.FileType = ''
コード例 #5
0
ファイル: ModuleObject.py プロジェクト: MattDevo/edk2
 def __init__(self):
     self.Package = ''
     self.PackageFilePath = ''
     GuidVersionObject.__init__(self)
     CommonPropertiesObject.__init__(self)
コード例 #6
0
ファイル: ModuleObject.py プロジェクト: MattDevo/edk2
 def __init__(self):
     self.Depex = ''
     self.ModuelType = ''
     CommonPropertiesObject.__init__(self)
コード例 #7
0
ファイル: ModuleObject.py プロジェクト: MattDevo/edk2
 def __init__(self):
     self.SupportedBootModes = ''
     CommonPropertiesObject.__init__(self)
     HelpTextListObject.__init__(self)
コード例 #8
0
ファイル: ModuleObject.py プロジェクト: MattDevo/edk2
 def __init__(self):
     self.FileNamList = []
     self.AsBuiltList = []
     CommonPropertiesObject.__init__(self)
コード例 #9
0
ファイル: PackageObject.py プロジェクト: bhanug/virtualbox
 def __init__(self):
     CommonPropertiesObject.__init__(self)
     self.IncludeFile = ''
コード例 #10
0
 def __init__(self):
     CommonPropertiesObject.__init__(self)
     self.BuildOption = ''
コード例 #11
0
 def __init__(self):
     self.Package = ''
     self.PackageFilePath = ''
     GuidVersionObject.__init__(self)
     CommonPropertiesObject.__init__(self)
コード例 #12
0
 def __init__(self):
     self.Depex = ''
     self.ModuelType = ''
     CommonPropertiesObject.__init__(self)
コード例 #13
0
 def __init__(self):
     self.SupportedBootModes = ''
     CommonPropertiesObject.__init__(self)
     HelpTextListObject.__init__(self)
コード例 #14
0
 def __init__(self):
     self.FileNamList = []
     self.AsBuiltList = []
     CommonPropertiesObject.__init__(self)
コード例 #15
0
ファイル: ModuleObject.py プロジェクト: MattDevo/edk2
 def __init__(self):
     CommonPropertiesObject.__init__(self)
     self.BuildOption = ''
コード例 #16
0
ファイル: ModuleObject.py プロジェクト: MattDevo/edk2
 def __init__(self):
     self.HobType = ''
     CommonPropertiesObject.__init__(self)
     HelpTextListObject.__init__(self)
コード例 #17
0
 def __init__(self):
     self.HobType = ''
     CommonPropertiesObject.__init__(self)
     HelpTextListObject.__init__(self)
コード例 #18
0
 def __init__(self):
     CommonPropertiesObject.__init__(self)
     self.IncludeFile = ''
コード例 #19
0
ファイル: ModuleObject.py プロジェクト: Gshoe2006/edk2
 def __init__(self):
     self.EventType = ""
     CommonPropertiesObject.__init__(self)
     HelpTextListObject.__init__(self)