summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-09 09:00:55 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-09 09:00:55 +0000
commit30bb47495fa6a5585eb87dcda822c50c58445669 (patch)
tree3dfa4478ac1bd4358a15a1fca4122ff1681a80c5 /IntelFrameworkModulePkg
parent2d200d72f059a836f08ff22e4711cdcafd86d383 (diff)
downloadedk2-platforms-30bb47495fa6a5585eb87dcda822c50c58445669.tar.xz
Fixed the LIBRARY_CLASS format error
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3594 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r--IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
index 0d5a553108..84f2025428 100644
--- a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
+++ b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
@@ -20,7 +20,8 @@
FILE_GUID = d774c4d9-c121-4da3-a5e2-0f317e3c630c
MODULE_TYPE = BASE
VERSION_STRING = 1.0
- LIBRARY_CLASS = CustomDecompressLib UefiDecompressLib
+ LIBRARY_CLASS = CustomDecompressLib
+ LIBRARY_CLASS = UefiDecompressLib
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000