mirror of https://github.com/acidanthera/audk.git
Correct LzmaCustomDecompressLib to produce NULL library class.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9529 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b8d5cb491e
commit
14e436f9b0
|
@ -23,7 +23,7 @@
|
||||||
FILE_GUID = 35194660-7421-44ad-9636-e44885f092d1
|
FILE_GUID = 35194660-7421-44ad-9636-e44885f092d1
|
||||||
MODULE_TYPE = BASE
|
MODULE_TYPE = BASE
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = BASE
|
LIBRARY_CLASS = NULL
|
||||||
CONSTRUCTOR = LzmaDecompressLibConstructor
|
CONSTRUCTOR = LzmaDecompressLibConstructor
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue