X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseMemoryLibMmx%2FBaseMemoryLibMmx.inf;h=411591c79b14da3db65df28eefaabd53ac98f919;hp=bc2840cd8ebac2c7445c32cedba7674e18980427;hb=6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230;hpb=c5ecf6c197a7105f2a5d09ddf5ff4a78090584c7 diff --git a/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf b/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf index bc2840cd8e..411591c79b 100644 --- a/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf +++ b/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf @@ -1,9 +1,10 @@ -#/** @file -# Component description file for MMX Base Memory Library +## @file +# Instance of Base Memory Library using MMX registers. # -# Base Memory Library that uses MMX registers for high performance. +# Base Memory Library that uses MMX registers for high performance. # Optimized for use in DXE. -# Copyright (c) 2006, Intel Corporation +# +# Copyright (c) 2006 - 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,17 @@ MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = BaseMemoryLib - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 # # VALID_ARCHITECTURES = IA32 X64 # -[Sources.common] +[Packages] + MdePkg/MdePkg.dec + + +[Sources] ScanMem64Wrapper.c ScanMem32Wrapper.c ScanMem16Wrapper.c @@ -81,6 +84,17 @@ X64/SetMem16.asm X64/SetMem.asm X64/CopyMem.asm + X64/ScanMem64.S + X64/ScanMem32.S + X64/ScanMem16.S + X64/ScanMem8.S + X64/CompareMem.S + X64/SetMem64.S + X64/SetMem32.S + X64/SetMem16.S + X64/ZeroMem.S + X64/SetMem.S + X64/CopyMem.S [LibraryClasses]