Home
last modified time | relevance | path

Searched refs:AutoGenVersion (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DBuildClassObject.py172 self.AutoGenVersion = 0
DWorkspaceCommon.py64 if Module.AutoGenVersion >= 0x00010005:
DWorkspaceDatabase.py1723 if self.AutoGenVersion < 0x00010005:
1854 if self.AutoGenVersion >= 0x00010005:
2186 if self.AutoGenVersion < 0x00010005:
2660 AutoGenVersion = property(_GetInfVersion) variable in InfBuildData
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenC.py1532 if Info.AutoGenVersion < 0x00010005:
1594 if Info.AutoGenVersion >= 0x00010005:
1619 if Info.AutoGenVersion >= 0x00010005:
1653 if Info.AutoGenVersion >= 0x00010005:
1685 if Info.AutoGenVersion < 0x00010005 and len(Info.UnicodeFileList) == 0:
DAutoGen.py2075 if Module.AutoGenVersion < 0x00010005:
2124 if Module.AutoGenVersion < 0x00010005 and self.Workspace.UniFlag != None:
2393 return self.Module.AutoGenVersion
2673 if self.AutoGenVersion >= 0x00010005 and len(IncPathList) > 0:
2713 if F.Dir not in self.IncludePathList and self.AutoGenVersion >= 0x00010005:
2931 if self.AutoGenVersion < 0x00010005:
3032 if self.AutoGenVersion < 0x00010005:
3197 if self.AutoGenVersion < 0x00010005:
3306 if self.AutoGenVersion > int(gInfSpecVersion, 0):
3307 AsBuiltInfDict['module_inf_version'] = '0x%08x' % self.AutoGenVersion
[all …]
DGenMake.py465 if self._AutoGenObject.AutoGenVersion < 0x00010005 and self._AutoGenObject.Arch == "EBC":
473 elif self._AutoGenObject.AutoGenVersion < 0x00010005:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DEdkIIWorkspaceBuild.py173 self.AutoGenVersion = 0
753 Pb.AutoGenVersion = int(ModuleHeader.InfVersion, 0)
933 if Module.AutoGenVersion < 0x00010005:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py289 if int(str(M.AutoGenVersion), 0) >= 0x00010005:
923 if int(str(Module.AutoGenVersion), 0) >= 0x00010005:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFfsInfStatement.py194 if Inf.AutoGenVersion < 0x00010005: