Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DDependencyRules.py307 OtherPkgList = NewDpPkgList
329 OtherPkgList.append((PkgGuid, PkgVersion))
342 if (not VerifyReplaceModuleDep(Module, DpPackagePathList, OtherPkgList)):
385 def VerifyReplaceModuleDep(Path, DpPackagePathList, OtherPkgList): argument
394 if (Guid, Version) not in OtherPkgList: