Searched refs:ModuleType (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfDepexObject.py47 self.ModuleType = ''
69 self.ModuleType = Type
71 return self.ModuleType
97 ModuleType = KeyItem[1]
115 if ModuleType and ModuleType != 'COMMON':
116 if ModuleType in DT.VALID_DEPEX_MODULE_TYPE_LIST:
117 InfDepexItemIns.SetModuleType(ModuleType)
121 ST.ERR_INF_PARSER_DEPEX_SECTION_MODULE_TYPE_ERROR % (ModuleType),
H A DInfDefineObject.py187 self.ModuleType = None
270 # @param ModuleType: ModuleType
272 def SetModuleType(self, ModuleType, Comments):
276 if self.ModuleType != None:
284 if (IsValidInfMoudleType(ModuleType)):
285 self.ModuleType = InfDefMember()
286 self.ModuleType.SetValue(ModuleType)
287 self.ModuleType
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DDepexSection.py90 ModuleType = 'PEIM'
93 ModuleType = 'DXE_DRIVER'
96 ModuleType = 'DXE_SMM_DRIVER'
104 Depex = DependencyExpression(self.Expression, ModuleType)
H A DFfsInfStatement.py76 if '.depex' not in self.FinalTargetSuffixMap and self.InfModule.ModuleType != "USER_DEFINED" \
78 ModuleType = self.InfModule.ModuleType
81 if ModuleType != DataType.SUP_MODULE_USER_DEFINED:
83 if LibraryClass.startswith("NULL") and PlatformDataBase.LibraryClasses[LibraryClass, ModuleType]:
84 self.InfModule.LibraryClasses[LibraryClass] = PlatformDataBase.LibraryClasses[LibraryClass, ModuleType]
101 for Dep in Module.Depex[self.CurrentArch, ModuleType]:
117 LibraryPath = PlatformDataBase.LibraryClasses[LibName, ModuleType]
126 Dpx = DependencyExpression(DepexList, ModuleType, True)
168 # Set Ffs BaseName, MdouleGuid, ModuleType, Versio
[all...]
H A DGenFdsGlobalVariable.py131 Macro["MODULE_TYPE" ] = Inf.ModuleType
164 if Inf.ModuleType != Inf.BuildType:
165 RuleObject = BuildRuleDatabase[Type, Inf.ModuleType, Arch, GenFdsGlobalVariable.BuildRuleFamily]
171 if Inf.ModuleType != Inf.BuildType:
172 RuleObject = BuildRuleDatabase[Type, Inf.ModuleType, Arch, GenFdsGlobalVariable.ToolChainFamily]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dloader.h128 } ModuleType; typedef in typeref:enum:__anon7432
132 ModuleType type;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dloader.h128 } ModuleType; typedef in typeref:enum:__anon7808
132 ModuleType type;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dloader.h132 } ModuleType; typedef in typeref:enum:__anon4590
136 ModuleType type;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dloader.h133 } ModuleType; typedef in typeref:enum:__anon4157
137 ModuleType type;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignment.py198 ModuleType = DefineObj.GetModuleType().GetValue()
199 if ModuleType:
204 if len(DefineObj.LibraryClass) == 0 and ModuleType == 'BASE':
209 Line=DefineObj.ModuleType.CurrentLine.LineNo,
210 ExtraData=DefineObj.ModuleType.CurrentLine.LineString)
211 self.LibModuleTypeList.append(ModuleType)
675 ModuleType = Depex.GetModuleType()
681 if ModuleType and ModuleType not in self.GetIsLibraryModList():
684 if ModuleType
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenC.py1658 if Lib.ModuleType in ['BASE', 'SEC']:
1661 elif Lib.ModuleType in ['PEI_CORE','PEIM']:
1664 elif Lib.ModuleType in ['DXE_CORE','DXE_DRIVER','DXE_SMM_DRIVER','DXE_RUNTIME_DRIVER',
1686 if Info.ModuleType in ['BASE', 'SEC']:
1688 elif Info.ModuleType in ['PEI_CORE','PEIM']:
1690 elif Info.ModuleType in ['DXE_CORE','DXE_DRIVER','DXE_SMM_DRIVER','DXE_RUNTIME_DRIVER',
1715 if Lib.ModuleType in ['BASE', 'SEC']:
1718 elif Lib.ModuleType in ['PEI_CORE','PEIM']:
1721 elif Lib.ModuleType in ['DXE_CORE','DXE_DRIVER','DXE_SMM_DRIVER','DXE_RUNTIME_DRIVER',
1743 if Info.ModuleType i
[all...]
H A DGenDepex.py126 # @param ModuleType The type of the module using the dependency expression
128 def __init__(self, Expression, ModuleType, Optimize=False):
129 self.ModuleType = ModuleType
130 self.Phase = gType2Phase[ModuleType]
287 if self.ModuleType == 'PEIM' and len(NewOperand) == 1 and NewOperand[0] == 'TRUE':
292 if self.ModuleType in ['UEFI_DRIVER', 'DXE_DRIVER', 'DXE_RUNTIME_DRIVER', 'DXE_SAL_DRIVER', 'DXE_SMM_DRIVER'] and \
373 Parser.add_option("-t", "--module-type", dest="ModuleType", default=None,
408 if Option.ModuleType == None or Option.ModuleType no
[all...]
H A DAutoGen.py869 if M.ModuleType in ["PEIM", "PEI_CORE"]:
1403 ModuleType = Module.ModuleType
1413 if Module.ModuleType != SUP_MODULE_USER_DEFINED:
1415 if LibraryClass.startswith("NULL") and self.Platform.LibraryClasses[LibraryClass, Module.ModuleType]:
1416 Module.LibraryClasses[LibraryClass] = self.Platform.LibraryClasses[LibraryClass, Module.ModuleType]
1439 LibraryPath = self.Platform.LibraryClasses[LibraryClassName, ModuleType]
1451 LibraryModule.LibraryClass.append(LibraryClassObject(LibraryClassName, [ModuleType]))
1454 or (ModuleType != 'USER_DEFINED'
1455 and ModuleType no
2871 ModuleType = property(_GetModuleType) variable in class:ModuleAutoGen
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/
H A DPackageClass.py64 # @var ModuleType: To store value for ModuleType, it is a set structure as
70 self.ModuleType = []
H A DPlatformClass.py300 # @var ModuleType: To store value for ModuleType
313 self.ModuleType = []
346 # @var ModuleType: To store value for ModuleType
364 self.ModuleType = ''
H A DCommonClass.py424 # @var ModuleType: To store value for ModuleType
430 self.ModuleType = ''
H A DFdfClass.py294 self.ModuleType = None # For Module Type
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/
H A DModuleObject.py101 self.ModuleType = ''
142 def SetModuleType(self, ModuleType):
143 self.ModuleType = ModuleType
146 return self.ModuleType
427 def SetModuleType(self, ModuleType):
428 self.ModuelType = ModuleType
H A DCommonObject.py650 self.ModuleType = ''
661 def SetModuleType(self, ModuleType):
662 self.ModuleType = ModuleType
665 return self.ModuleType
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkIIWorkspaceBuild.py135 # @var ModuleType: To store value for ModuleType
154 # { [LibraryClassName, ModuleType] : LibraryClassInfFile }
176 self.ModuleType = ''
318 # { (LibraryClassName, ModuleType) : LibraryClassInfFile }
583 for ModuleType in SupModuleList:
584 Pb.LibraryClasses[(Item.Name, ModuleType)] = Item.FilePath
740 Pb.ModuleType = ModuleHeader.ModuleType
874 Instance = self.FindLibraryClassInstanceOfModule(Lib, Arch, Pb.ModuleType, In
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DWorkspaceDatabase.py564 LibraryClass, LibraryInstance, Dummy, Arch, ModuleType, Dummy, LineNo = Record
577 if ModuleType != 'COMMON' and ModuleType not in SUP_MODULE_LIST:
578 EdkLogger.error('build', OPTION_UNKNOWN, "Unknown module type [%s]" % ModuleType,
580 LibraryClassDict[Arch, ModuleType, LibraryClass] = LibraryInstance
588 for ModuleType in SUP_MODULE_LIST:
589 LibraryInstance = LibraryClassDict[self._Arch, ModuleType, LibraryClass]
592 self._LibraryClasses[LibraryClass, ModuleType] = LibraryInstance
2016 if self.ModuleType == 'DXE_DRIVER' or self.ModuleType
2211 ModuleType = property(_GetModuleType) variable in class:InfBuildData
[all...]
H A DBuildClassObject.py129 # @var ModuleType: To store value for ModuleType
148 # { [LibraryClassName, ModuleType] : LibraryClassInfFile }
170 self.ModuleType = ''
313 # { (LibraryClassName, ModuleType) : LibraryClassInfFile }
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c1066 char *ModuleType; local
1133 ModuleType = NULL;
1206 ModuleType = argv[1];
1509 VerboseMsg ("Create efi image on module type %s based on the input PE image.", ModuleType);
1981 if (ModuleType == NULL) {
1993 if (stricmp (ModuleType, "BASE") == 0 ||
1994 stricmp (ModuleType, "SEC") == 0 ||
1995 stricmp (ModuleType, "SECURITY_CORE") == 0 ||
1996 stricmp (ModuleType, "PEI_CORE") == 0 ||
1997 stricmp (ModuleType, "PEI
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py292 LibDepexList = Lib.DepexExpression[M.Arch, M.ModuleType]
358 ModuleType = M.ModuleType
359 if not ModuleType:
360 ModuleType = gComponentType2ModuleType.get(M.ComponentType, "")
362 if ModuleType in ["SEC", "PEI_CORE", "DXE_CORE", "SMM_CORE", "UEFI_APPLICATION"]:
373 self.Depex = M.DepexExpressionList.get(M.ModuleType, "")
374 self.ModuleDepex = " ".join(M.Module.DepexExpression[M.Arch, M.ModuleType])
380 LibDepex = " ".join(Lib.DepexExpression[M.Arch, M.ModuleType]).strip()
525 ModuleType
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParserValidate.py94 # @param ModuleTypeList: A list contain ModuleType strings need to be
98 for ModuleType in ModuleTypeList:
99 return IsValidInfMoudleType(ModuleType)
103 # @param ModuleType: A string contain ModuleType need to be judged.
105 def IsValidInfMoudleType(ModuleType):
106 if ModuleType in MODULE_LIST:

Completed in 105 milliseconds

12