]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
MdePkg: Add ACPI 6.3 header file
[mirror_edk2.git] / MdePkg / Library / BaseUefiDecompressLib / BaseUefiDecompressLib.inf
index 3e7305095b8a507796f19079f8d94c97232e09d3..356c39a4fecd53bc012a363b68274bc08a112f50 100644 (file)
@@ -1,35 +1,28 @@
-#/** @file\r
-# Component description file for Base Uefi Decompress Library\r
+## @file\r
+#  UEFI Decompress Library implementation.\r
 #\r
-# UEFI Decompress Library implementation.\r
-# Copyright (c) 2007, Intel Corporation.\r
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. 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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseUefiDecompressLib\r
+  MODULE_UNI_FILE                = BaseUefiDecompressLib.uni\r
   FILE_GUID                      = 9ae5147d-b240-467f-a484-b024fdc42ee0\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = UefiDecompressLib \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+  LIBRARY_CLASS                  = UefiDecompressLib\r
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   BaseUefiDecompressLibInternals.h\r
   BaseUefiDecompressLib.c\r
 \r
@@ -40,6 +33,6 @@
 \r
 [LibraryClasses]\r
   BaseLib\r
-  BaseMemoryLib\r
   DebugLib\r
+  BaseMemoryLib\r
 \r