]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf
MdePkg/BaseLib: Avoid reading content beyond string boundary
[mirror_edk2.git] / MdePkg / Library / UefiMemoryLib / UefiMemoryLib.inf
index 641db0fcdbab63f45d8d64ad5047a7cd02b688f6..7382204f63d7dbde4fbcfae51a13f3838f2dbf7d 100644 (file)
@@ -4,12 +4,12 @@
 # Base Memory Library implementation that uses EFI Boot Services\r
 #  where possible for size reduction.\r
 #\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
 #\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
@@ -19,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UefiMemoryLib\r
+  MODULE_UNI_FILE                = UefiMemoryLib.uni\r
   FILE_GUID                      = f1bbe03d-2f28-4dee-bec7-d98d7a30c36a\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -41,6 +42,7 @@
   SetMem16Wrapper.c\r
   SetMemWrapper.c\r
   CopyMemWrapper.c\r
+  IsZeroBufferWrapper.c\r
   MemLibGeneric.c\r
   MemLibGuid.c\r
   MemLib.c\r