HomeSort by relevance Sort by last modified time
    Searched refs:GetModuleType (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 189 if DefineObj.GetModuleType() == None:
193 self.SetModuleType(DefineObj.GetModuleType().GetValue())
194 ModuleType = DefineObj.GetModuleType().GetValue()
255 ModuleTypeValue = DefineObj.GetModuleType().GetValue()
723 ModuleType = Depex.GetModuleType()
726 if self.GetModuleType() == 'BASE' and not ModuleType:
730 if self.GetModuleType() != 'BASE' and not self.GetIsLibraryModList():
733 if self.GetModuleType() != 'BASE' and ModuleType and ModuleType not in self.GetIsLibraryModList():
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfDepexObject.py 70 def GetModuleType(self):
InfDefineObject.py 300 ## GetModuleType
302 def GetModuleType(self):
317 ## GetModuleType
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
ModuleObject.py 148 def GetModuleType(self):
439 def GetModuleType(self):
CommonObject.py 833 def GetModuleType(self):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py 315 if ModuleObject.GetModuleType():
316 Statement = (u'%s ' % DT.TAB_INF_DEFINES_MODULE_TYPE).ljust(LeftOffset) + u'= %s' % ModuleObject.GetModuleType()
535 SupModList = Depex.GetModuleType()
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
ModuleSurfaceAreaXml.py 328 ['SupModList', Depex.GetModuleType()]]
573 NodeList = [['ModuleType', Header.GetModuleType()],
    [all...]
XmlParser.py 480 CheckDict = {'ModuleType':Module.GetModuleType(),
    [all...]

Completed in 108 milliseconds