]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/BaseMemoryLibVstm/BaseMemoryLibVstm.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Library / BaseMemoryLibVstm / BaseMemoryLibVstm.inf
index 7725eb8b45e5435b4736a6f6801f8ac7b007b88f..eaff180f098d8c11503bdf9f89fe055ad0c3a389 100755 (executable)
@@ -1,8 +1,8 @@
 ## @file\r
 #  Instance of Base Memory Library with some ARM vldm/vstm assembly.\r
 #\r
-#  This is a copy of the MdePkg BaseMemoryLib with the CopyMem and \r
-#  SetMem worker functions replaced with assembler that uses \r
+#  This is a copy of the MdePkg BaseMemoryLib with the CopyMem and\r
+#  SetMem worker functions replaced with assembler that uses\r
 #  vldm/vstm (part of NEON SIMD, optional in ARMv7-A).\r
 #\r
 #  Note: You need to enable NEON in SEC to use this library\r
 #  mov     r0, #0x40000000       // Set EN bit in FPEXC\r
 #  msr     FPEXC,r0\r
 #\r
-#  Copyright (c) 2007 - 2010, Intel Corporation.\r
-#  Portions Copyright (c) 2010, Apple, Inc. All rights reserved.\r
+#  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Portions copyright (c) 2010, Apple Inc. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -32,7 +32,7 @@
   FILE_GUID                      = 09EE1E8D-7A2E-4573-8117-68A18569C1F5\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = BaseMemoryLib \r
+  LIBRARY_CLASS                  = BaseMemoryLib\r
 \r
 \r
 #\r
@@ -52,7 +52,7 @@
   SetMemWrapper.c\r
   CopyMemWrapper.c\r
   MemLibGeneric.c\r
-  MemLibGuid.c  \r
+  MemLibGuid.c\r
   MemLibInternals.h\r
   Arm/CopyMem.asm\r
   Arm/CopyMem.S\r