summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-24 23:39:38 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-24 23:39:38 +0000
commitacbcf0425f4fa835d3455df86c6e505b5095cd51 (patch)
tree61451ca9c3f70cb285a4258e8a8ddc494763fc13 /MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
parent8992ce066e2b0f8e74a2df30639c9cc6b04dc4df (diff)
downloadedk2-platforms-acbcf0425f4fa835d3455df86c6e505b5095cd51.tar.xz
Fix file headers
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9189 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf')
-rw-r--r--MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf5
1 files changed, 4 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
index 0bcc8cda38..808314dfdc 100644
--- a/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
+++ b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
@@ -2,7 +2,7 @@
# Base Synchronization Library implementation.
#
# Copyright (c) 2007 - 2008, Intel Corporation.<BR>
-# Portions Copyright (c) 2008-2009 Apple Inc.<BR>
+# Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -41,6 +41,7 @@
Ia32/InterlockedIncrement.asm | INTEL
Synchronization.c | INTEL
+# Ia32/GccInline.c | GCC
Ia32/InterlockedCompareExchange64.S | GCC
Ia32/InterlockedCompareExchange32.S | GCC
Ia32/InterlockedDecrement.S | GCC
@@ -62,6 +63,8 @@
X64/InterlockedIncrement.asm | INTEL
Synchronization.c | INTEL
+
+# X64/GccInline.c | GCC
X64/InterlockedIncrement.S | GCC
X64/InterlockedDecrement.S | GCC
X64/InterlockedCompareExchange64.S | GCC