예제 #1
0
 def __init__(self):
     self.Binaries = Sdict()
     #
     # Macro defined in this section should be only used in this section.
     #
     self.Macros = {}
     InfSectionCommonDef.__init__(self)
예제 #2
0
 def __init__(self):
     self.Binaries = Sdict()
     #
     # Macro defined in this section should be only used in this section.
     #
     self.Macros = {}
     InfSectionCommonDef.__init__(self)
예제 #3
0
 def __init__(self):
     self.SpecialComments = Sdict()
     InfSectionCommonDef.__init__(self)
예제 #4
0
 def __init__(self):
     self.Defines = Sdict()
     InfSectionCommonDef.__init__(self)
 def __init__(self):
     self.Defines = Sdict()
     InfSectionCommonDef.__init__(self)
 def __init__(self):
     self.Depex = []
     self.AllContent = ''
     self.SectionContent = ''
     InfSectionCommonDef.__init__(self)
예제 #7
0
 def __init__(self):
     self.BuildOptions = []
     InfSectionCommonDef.__init__(self)
예제 #8
0
파일: InfMisc.py 프로젝트: kraxel/edk2
 def __init__(self):
     self.SpecialComments = Sdict()
     InfSectionCommonDef.__init__(self)
예제 #9
0
 def __init__(self):
     self.Sources = Sdict()
     InfSectionCommonDef.__init__(self)
예제 #10
0
 def __init__(self):
     self.Depex = []
     self.AllContent = ''
     self.SectionContent = ''
     InfSectionCommonDef.__init__(self)
예제 #11
0
 def __init__(self):
     self.Sources = Sdict()
     InfSectionCommonDef.__init__(self)