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.py326 OtherPkgList = NewDpPkgList
348 OtherPkgList.append((PkgGuid, PkgVersion))
361 if (not VerifyReplaceModuleDep(Module, DpPackagePathList, OtherPkgList)):
404 def VerifyReplaceModuleDep(Path, DpPackagePathList, OtherPkgList): argument
413 if (Guid, Version) not in OtherPkgList: