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.py73 if Module.AutoGenVersion >= 0x00010005:
DWorkspaceDatabase.py1830 if self.AutoGenVersion < 0x00010005:
1961 if self.AutoGenVersion >= 0x00010005:
2297 if self.AutoGenVersion < 0x00010005:
2814 AutoGenVersion = property(_GetInfVersion) variable in InfBuildData
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py2428 if Module.AutoGenVersion < 0x00010005:
2477 if Module.AutoGenVersion < 0x00010005 and self.Workspace.UniFlag != None:
2756 return self.Module.AutoGenVersion
3037 if self.AutoGenVersion >= 0x00010005 and len(IncPathList) > 0:
3077 if F.Dir not in self.IncludePathList and self.AutoGenVersion >= 0x00010005:
3346 if self.AutoGenVersion < 0x00010005:
3447 if self.AutoGenVersion < 0x00010005:
3623 if self.AutoGenVersion < 0x00010005:
3732 if self.AutoGenVersion > int(gInfSpecVersion, 0):
3733 AsBuiltInfDict['module_inf_version'] = '0x%08x' % self.AutoGenVersion
[all …]
DGenC.py1574 if Info.AutoGenVersion < 0x00010005:
1877 if Info.AutoGenVersion >= 0x00010005:
1902 if Info.AutoGenVersion >= 0x00010005:
1940 if Info.AutoGenVersion >= 0x00010005:
1981 if Info.AutoGenVersion < 0x00010005 and len(Info.UnicodeFileList) == 0:
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.py297 if int(str(M.AutoGenVersion), 0) >= 0x00010005:
1080 if int(str(Module.AutoGenVersion), 0) >= 0x00010005:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFfsInfStatement.py195 if Inf.AutoGenVersion < 0x00010005: