def __init__(self): self.IsLibrary = False self.IsLibraryModList = [] self.ModuleType = '' self.BinaryModule = False self.PcdIsDriver = '' self.PiSpecificationVersion = '' self.UefiSpecificationVersion = '' self.UNIFlag = False self.ModuleUniFile = '' # # SpecObject # self.SpecList = [] # # BootModeObject # self.BootModeList = [] # # EventObject # self.EventList = [] # # HobObject # self.HobList = [] # # LibraryClassObject # self.LibraryClassList = [] self.SupArchList = [] IdentificationObject.__init__(self) CommonHeaderObject.__init__(self) BinaryHeaderObject.__init__(self)
def __init__(self): self.IsLibrary = False self.IsLibraryModList = [] self.ModuleType = '' self.BinaryModule = False self.PcdIsDriver = '' self.PiSpecificationVersion = '' self.UefiSpecificationVersion = '' self.UNIFlag = False # # SpecObject # self.SpecList = [] # # BootModeObject # self.BootModeList = [] # # EventObject # self.EventList = [] # # HobObject # self.HobList = [] # # LibraryClassObject # self.LibraryClassList = [] self.SupArchList = [] IdentificationObject.__init__(self) CommonHeaderObject.__init__(self) BinaryHeaderObject.__init__(self)
def __init__(self): IdentificationObject.__init__(self) CommonHeaderObject.__init__(self) # # LibraryClassObject # self.LibraryClassList = [] # # FileObject # self.IncludePathList = [] # # StandardIncludeFileObject # self.StandardIncludeFileList = [] # # PackageIncludeFileObject # self.PackageIncludeFileList = [] # # Include and Arch List, item is (IncludePath, SupArchList-List of Arch), used during install package # self.IncludeArchList = [] # # ProtocolObject # self.ProtocolList = [] # # PpiObject # self.PpiList = [] # # GuidObject # self.GuidList = [] # # (PcdObject, PcdErrorObject) # self.PcdList = [] # # UserExtensionObject # self.UserExtensionList = [] # # MiscFileObject # self.MiscFileList = [] self.ModuleDict = Sdict() # # ClonedRecordObject # self.ClonedFromList = [] # # string object # self.ModuleFileList = [] self.PcdChecks = []
def __init__(self): IdentificationObject.__init__(self) CommonHeaderObject.__init__(self) self.ReadOnly = '' self.RePackage = '' self.Vendor = '' self.Date = '' self.Signature = 'Md5Sum' self.XmlSpecification = ''