edk2 icon indicating copy to clipboard operation
edk2 copied to clipboard

ArmVirtPkg: Drop incorrect reference to LzmaDecompressLib

Open ardbiesheuvel opened this issue 5 months ago • 0 comments

LzmaDecompressLib does not exist as a library class, and the library implementation that is usually referenced in this context is intended to be incorporated using NULL library class resolution.

Let's fix this so that we can drop the reference to LzmaDecompressLib.

ardbiesheuvel avatar Aug 27 '24 15:08 ardbiesheuvel