]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/BootSector.inf
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / BootSector / BootSector.inf
index 166dc01e3a122649a6de5d59ab62d228aa80fc7d..c443ebb6efbe568cc5a58f21ddaa957610e772d9 100644 (file)
@@ -1,24 +1,63 @@
+## @file\r
+# \r
+# Copyright (c) 2006 - 2010, 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
+#                                                                                           \r
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+#\r
+#\r
+##\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BootSector\r
-  FILE_GUID                      = A36495C1-C205-414e-B71F-4BE3476D699C\r
+  FILE_GUID                      = C89D72CE-E21A-4c71-BA79-770EF373D6DA\r
   MODULE_TYPE                    = USER_DEFINED\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-  CUSTOM_MAKEFILE                = Makefile\r
+  CUSTOM_MAKEFILE                = MSFT|Makefile\r
+  CUSTOM_MAKEFILE                = GCC|GNUmakefile\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   DuetPkg/DuetPkg.dec\r
 \r
 [Sources]\r
-  bootsect.asm\r
-  bs16.asm\r
-  bs32.asm\r
-  Gpt.asm\r
-  Mbr.asm\r
-  Start.asm\r
-  Start16.asm\r
-  Start32.asm\r
-  Efi32.asm\r
+  bootsect.asm | INTEL\r
+  bootsect.asm | MSFT\r
+  bootsect.S   | GCC \r
+\r
+  bs16.asm     | INTEL\r
+  bs16.asm     | MSFT\r
+  bs16.S       | GCC \r
+\r
+  bs32.asm     | INTEL\r
+  bs32.asm     | MSFT\r
+  bs32.S       | GCC\r
\r
+  Gpt.asm      | INTEL\r
+  Gpt.asm      | MSFT\r
+  Gpt.S        | GCC\r
+\r
+  Mbr.asm      | INTEL\r
+  Mbr.asm      | MSFT\r
+  Mbr.S        | GCC\r
+\r
+  start.asm    | INTEL\r
+  start.asm    | MSFT\r
+  start.S      | GCC\r
+\r
+  start16.asm  | INTEL\r
+  start16.asm  | MSFT\r
+  start16.S    | GCC\r
+\r
+  start32.asm  | INTEL\r
+  start32.asm  | MSFT\r
+  start32.S    | GCC\r
+\r
+  efi32.asm    | INTEL\r
+  efi32.asm    | MSFT\r
+  efi32.S      | GCC\r
 \r