X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseMemoryLibRepStr%2FBaseMemoryLibRepStr.inf;h=7b394d14630c1c26989660b4c784ed235d774261;hb=84b5877f028a20f4227a26a7b63dc2e57949fc18;hp=7841967821beb11207006ae6987cb687fc5e3400;hpb=4df876adfb234d0c73b8be407ef3436cdce86af5;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf b/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf index 7841967821..7b394d1463 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf +++ b/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf @@ -1,9 +1,10 @@ -#/** @file -# Component description file for RepStr Base Memory Library +## @file +# Instance of Base Memory Library using REP string instructions. # -# Base Memory Library that uses REP string instructions for +# Base Memory Library that uses REP string instructions for # high performance and small size. Optimized for use in PEI. -# Copyright (c) 2007 - 2008, Intel Corporation +# +# Copyright (c) 2007 - 2010, Intel Corporation. # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -13,7 +14,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -22,15 +23,13 @@ MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = BaseMemoryLib - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 # # VALID_ARCHITECTURES = IA32 X64 # -[Sources.common] +[Sources] MemLibInternals.h ScanMem64Wrapper.c ScanMem32Wrapper.c