Home | History | Annotate | Download | only in PomAdapter

Lines Matching refs:ModuleType

194             ModuleType = DefineObj.GetModuleType().GetValue()

195 if ModuleType:
200 if len(DefineObj.LibraryClass) == 0 and ModuleType == 'BASE':
205 Line=DefineObj.ModuleType.CurrentLine.LineNo,
206 ExtraData=DefineObj.ModuleType.CurrentLine.LineString)
207 self.LibModuleTypeList.append(ModuleType)
723 ModuleType = Depex.GetModuleType()
726 if self.GetModuleType() == 'BASE' and not ModuleType:
733 if self.GetModuleType() != 'BASE' and ModuleType and ModuleType not in self.GetIsLibraryModList():
736 if ModuleType:
737 ModuleTypeList = [ModuleType]
746 if not ModuleType:
747 ModuleType = self.ModuleType
748 if ModuleType not in DT.VALID_DEPEX_MODULE_TYPE_LIST:
750 ModuleType),
752 if ModuleType != self.ModuleType:
755 ModuleTypeList = [ModuleType]
756 for ModuleType in ModuleTypeList:
760 DepexIns.SetModuleType(ModuleType)
773 if ModuleType in SMM_LIST:
775 if ModuleType in DXE_LIST:
777 if ModuleType in PEI_LIST:
779 if ModuleType == DT.SUP_MODULE_UEFI_DRIVER:
786 #End of for ModuleType in ModuleTypeList