X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseMemoryLib%2FBaseMemoryLib.inf;h=358eeed4f44959f90db5600ebc1d553d525337de;hb=091e902bd31f9d53f9c51c71d3772e11a8ea211a;hp=3777569e3ce28c28f012d6b6fca32ddcbcc9ee56;hpb=dc8577f2756004a71def12afd21272aeaaca950b;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf b/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf index 3777569e3c..358eeed4f4 100644 --- a/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf +++ b/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf @@ -1,23 +1,24 @@ -#/** @file -# Instance of Base Memory Library without assembly. +## @file +# Instance of Base Memory Library without assembly. # -# Base Memory Library implementation - no ASM. +# Base Memory Library implementation - no ASM. # -# Copyright (c) 2007 - 2008, Intel Corporation +# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php +# http://opensource.org/licenses/bsd-license.php. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = BaseMemoryLib + MODULE_UNI_FILE = BaseMemoryLib.uni FILE_GUID = fd44e603-002a-4b29-9f5f-529e815b6165 MODULE_TYPE = BASE VERSION_STRING = 1.0 @@ -25,10 +26,10 @@ # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64 # -[Sources.common] +[Sources] SetMem.c ScanMem64Wrapper.c ScanMem32Wrapper.c @@ -41,6 +42,7 @@ SetMem16Wrapper.c SetMemWrapper.c CopyMemWrapper.c + IsZeroBufferWrapper.c MemLibGeneric.c MemLibGuid.c CopyMem.c