]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / CompilerStub / CompilerStubLib.inf
index f93db8a62da0e0359b118fcf6614a96652d37cdf..d0aef2f1b6d43a98287e7095358c37ae53a6239c 100644 (file)
@@ -1,7 +1,7 @@
 #/*++\r
 #\r
-#  Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
-#  All rights reserved. This program and the accompanying materials                          \r
+#  Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\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
@@ -24,19 +24,22 @@ BASE_NAME       = CompilerStub
 COMPONENT_TYPE  = LIBRARY\r
 \r
 [sources.common] \r
-  Dummy.c\r
 \r
 [sources.ia32]\r
-  Ia32/memcpyRep1.asm\r
-  Ia32/memsetRep4.asm\r
-#  Ia32/memcpy.asm\r
-#  Ia32/memset.asm\r
+  Ia32/memcpyRep1.asm | MSFT\r
+  Ia32/memcpyRep1.asm | INTEL\r
+  Ia32/memsetRep4.asm | MSFT\r
+  Ia32/memsetRep4.asm | INTEL\r
+  memcpy.c            | GCC\r
+  memset.c            | GCC\r
   \r
 [sources.x64]  \r
-  X64/memcpyRep1.asm\r
-  X64/memsetRep4.asm\r
-#  X64/memcpy.asm\r
-#  X64/memset.asm\r
+  x64/memcpyRep1.asm | MSFT\r
+  x64/memcpyRep1.asm | INTEL \r
+  x64/memsetRep4.asm | MSFT\r
+  x64/memsetRep4.asm | INTEL\r
+  memcpy.c           | GCC\r
+  memset.c           | GCC\r
   \r
 [sources.Ipf]  \r
   memcpy.c\r