]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
INF file verified, and Coding Style reviewed.
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibMmx / BaseMemoryLibMmx.inf
index c8f5cedf95c596a05089404b8322cb478b5d25eb..f92bc0002197a4d1aca5fa444143bb191e1116e6 100644 (file)
@@ -1,9 +1,10 @@
 #/** @file\r
-# Component description file for MMX Base Memory Library\r
+#  Instance of Base Memory Library using MMX registers.\r
 #\r
-# Base Memory Library that uses MMX registers for high performance.\r
+#  Base Memory Library that uses MMX registers for high performance.\r
 #  Optimized for use in DXE.\r
-# Copyright (c) 2006, Intel Corporation\r
+#\r
+#  Copyright (c) 2006 - 2008, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -22,8 +23,6 @@
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = BaseMemoryLib \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
 \r
 #\r
   X64/SetMem16.asm\r
   X64/SetMem.asm\r
   X64/CopyMem.asm\r
+  X64/ScanMem64.S\r
+  X64/ScanMem32.S\r
+  X64/ScanMem16.S\r
+  X64/ScanMem8.S\r
+  X64/CompareMem.S\r
+  X64/SetMem64.S\r
+  X64/SetMem32.S\r
+  X64/SetMem16.S\r
+  X64/ZeroMem.S\r
+  X64/SetMem.S\r
+  X64/CopyMem.S\r
 \r
 \r
 [LibraryClasses]\r