]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
MdePkg BaseMemoryLib: Add assembly implementation of API IsZeroBuffer()
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibRepStr / BaseMemoryLibRepStr.inf
index 9d7ce4b1fe61e008606b67fc0e810e0547a69d9c..729e26a492c359b3f7ca409ae47a9b918074aa3d 100644 (file)
@@ -4,7 +4,7 @@
 #  Base Memory Library that uses REP string instructions for\r
 #  high performance and small size. Optimized for use in PEI.\r
 #\r
-#  Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 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
@@ -43,6 +43,7 @@
   SetMem16Wrapper.c\r
   SetMemWrapper.c\r
   CopyMemWrapper.c\r
+  IsZeroBufferWrapper.c\r
   MemLibGuid.c\r
 \r
 [Sources.Ia32]\r
@@ -90,6 +91,7 @@
   Ia32/SetMem.asm\r
   Ia32/CopyMem.nasm\r
   Ia32/CopyMem.asm\r
+  Ia32/IsZeroBuffer.nasm\r
 \r
 [Sources.X64]\r
   X64/ScanMem64.nasm\r
   X64/SetMem.asm\r
   X64/CopyMem.nasm\r
   X64/CopyMem.asm\r
+  X64/IsZeroBuffer.nasm\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r