X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdePkg%2FLibrary%2FUefiMemoryLib%2FUefiMemoryLib.inf;h=641db0fcdbab63f45d8d64ad5047a7cd02b688f6;hb=19388d2960b2fe0347da23799e93ccc52f540214;hp=d6af0e699ff3e7b7593652737695d973c7a1663e;hpb=e34ecc8a1e7f396278b630e2c6e4022e762faf5a;p=mirror_edk2.git diff --git a/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf b/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf index d6af0e699f..641db0fcdb 100644 --- a/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf +++ b/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf @@ -1,12 +1,12 @@ -#/** @file +## @file # Instance of Base Memory Library using EFI Boot Services. # # Base Memory Library implementation that uses EFI Boot Services # where possible for size reduction. # -# Copyright (c) 2006 - 2008, Intel Corporation. +# Copyright (c) 2006 - 2010, 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 @@ -14,7 +14,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -23,14 +23,13 @@ MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = BaseMemoryLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER - EDK_RELEASE_VERSION = 0x00020000 # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] ScanMem64Wrapper.c ScanMem32Wrapper.c ScanMem16Wrapper.c