]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / MdePkg / Library / BaseUefiDecompressLib / BaseUefiDecompressLib.inf
index dbbd3ac17c2cf7763eb9ff81dc9d9f2ce08ad56f..e6496ee570640883280156ba05fc48839aa9ee48 100644 (file)
@@ -1,32 +1,33 @@
-#/** @file\r
-# UEFI Decompress Library implementation.\r
+## @file\r
+#  UEFI Decompress Library implementation.\r
 #\r
-# Copyright (c) 2007 - 2008, 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
+#  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
+#  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
   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
+  LIBRARY_CLASS                  = UefiDecompressLib\r
 \r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   BaseUefiDecompressLibInternals.h\r
   BaseUefiDecompressLib.c\r
 \r
@@ -38,4 +39,5 @@
 [LibraryClasses]\r
   BaseLib\r
   DebugLib\r
+  BaseMemoryLib\r
 \r