Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DIpiDb.py194 DepexGuid = Dep.GetGuid()
197 DepexGuid, DepexVersion)
214 DepexGuid = Dep.GetGuid()
217 DepexGuid, DepexVersion)
391 def _AddModuleDepex(self, Guid, Version, Name, Path, DepexGuid=None, \ argument
394 if DepexGuid == None or len(DepexGuid.strip()) == 0:
395 DepexGuid = 'N/A'
409 % (self.ModDepexTable, Guid, Version, Name, Path, DepexGuid, DepexVersion)
874 DepexGuid = DepInfo[3]
876 DepexList.append((DepexGuid, DepexVersion))