Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DInstallPkg.py306 def GetDepProtocolPpiGuidPcdNames(DePackageObjList): argument
315 for PackageObj in DePackageObjList:
435 DePackageObjList = []
444 if DistPkg.PackageSurfaceArea[Key] not in DePackageObjList:
445 DePackageObjList.append(DistPkg.PackageSurfaceArea[Key])
448 GetDepProtocolPpiGuidPcdNames(DePackageObjList)