]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Library / BaseMemoryLibStm / BaseMemoryLibStm.inf
index 15e15c80b10ed38d4a5cbfd7757f7a035db38c2b..c2f3e2f0b6675f6bf87b98f574ed856387585a8c 100755 (executable)
@@ -1,14 +1,15 @@
 ## @file\r
 #  Instance of Base Memory Library with some ARM ldm/stm 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
 #  ldm/stm.\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
+#  Portions copyright (c) 2011 - 2013, ARM Ltd. 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
   FILE_GUID                      = 4D466AF3-2380-448D-A337-E4033F29F3F7\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = BaseMemoryLib \r
+  LIBRARY_CLASS                  = BaseMemoryLib\r
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = ARM\r
+#  VALID_ARCHITECTURES           = ARM AARCH64\r
 #\r
 \r
 \r
-[Sources.ARM]\r
+[Sources.Common]\r
   ScanMem64Wrapper.c\r
   ScanMem32Wrapper.c\r
   ScanMem16Wrapper.c\r
   SetMemWrapper.c\r
   CopyMemWrapper.c\r
   MemLibGeneric.c\r
-  MemLibGuid.c  \r
+  MemLibGuid.c\r
   MemLibInternals.h\r
+\r
+[Sources.ARM]\r
   Arm/CopyMem.asm\r
   Arm/CopyMem.S\r
   Arm/SetMem.asm\r
   Arm/SetMem.S\r
 \r
+[Sources.AARCH64]\r
+  AArch64/CopyMem.c\r
+  AArch64/SetMem.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r