]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
Remove the RT attribute for HDDP variable and validate the variable content before...
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / BaseUefiTianoCustomDecompressLib / BaseUefiTianoCustomDecompressLib.inf
index 18e1f49a27a7c1ec0f0cda0990278419a473e108..cfda5585c4dbcd202c14cd955802388e31f432bd 100644 (file)
@@ -1,18 +1,17 @@
-#/** @file\r
-# Uefi Tiano Decomression Library\r
+## @file\r
+#  This library instance produces UefiDecompressLib and Tiano Custom decompression algorithm.\r
+#  Tiano custom decompression algorithm shares most of code with Uefi Decompress algorithm.\r
 #\r
-# Uefi Decompression library instance\r
-# Copyright (c) 2006, Intel Corporation.\r
+#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
-#\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -21,9 +20,6 @@
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = UefiDecompressLib\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   CONSTRUCTOR                    = TianoDecompressLibConstructor\r
 \r
 #\r
@@ -32,7 +28,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   BaseUefiTianoCustomDecompressLibInternals.h\r
   BaseUefiTianoCustomDecompressLib.c\r
 \r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
+  BaseLib\r
   DebugLib\r
+  BaseMemoryLib\r
   ExtractGuidedSectionLib\r
 \r
 [Guids]\r
-  gTianoCustomDecompressGuid \r
-\r
+  gTianoCustomDecompressGuid      ## PRODUCED  ## GUID specifies tiano custom decompress algorithm.\r