]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdePkg / Library / BaseSynchronizationLib / BaseSynchronizationLib.inf
index 34a61b08fdac83a4ebec3f8534c18a1186bd44f1..e6bd0de6d05795097b1c4f663b1a0674180019d4 100644 (file)
@@ -1,7 +1,8 @@
-#/** @file\r
+## @file\r
 #  Base Synchronization Library implementation.\r
 #\r
-#  Copyright (c) 2007 - 2008, Intel Corporation.\r
+#  Copyright (c) 2007 - 2010, Intel Corporation.<BR>\r
+#  Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\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
@@ -11,7 +12,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   LIBRARY_CLASS                  = SynchronizationLib\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC ARM\r
 #\r
-[Sources.Common]\r
+[Sources]\r
   BaseSynchronizationLibInternals.h\r
 \r
-[Sources.Ia32]\r
+[Sources.IA32]\r
   Ia32/InterlockedCompareExchange64.c | MSFT \r
   Ia32/InterlockedCompareExchange32.c | MSFT \r
   Ia32/InterlockedDecrement.c | MSFT \r
@@ -61,6 +62,7 @@
   X64/InterlockedIncrement.asm | INTEL \r
   Synchronization.c | INTEL \r
 \r
+\r
   X64/InterlockedIncrement.S | GCC \r
   X64/InterlockedDecrement.S | GCC \r
   X64/InterlockedCompareExchange64.S | GCC \r
   Synchronization.c\r
   Ebc/Synchronization.c\r
 \r
+[Sources.ARM]\r
+  Synchronization.c\r
+  Arm/Synchronization.c\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
@@ -89,5 +95,5 @@
   DebugLib\r
   BaseMemoryLib\r
 \r
-[Pcd.common]\r
+[Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout\r