]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/BootSector.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / DuetPkg / BootSector / BootSector.inf
index 39d81463d8d16ae6bd1759bdc5308eb4f12d924c..3be9cb5938ea947ca82ba9df511e279f87ea6b23 100644 (file)
@@ -1,13 +1,24 @@
+## @file\r
+# \r
+# Copyright (c) 2006 - 2010, Intel Corporation                                                         \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
+# 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
   MODULE_TYPE                    = USER_DEFINED\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
   CUSTOM_MAKEFILE                = MSFT|Makefile\r
-  CUSTOM_MAKEFILE                = GCC|GnuMakefile
+  CUSTOM_MAKEFILE                = GCC|GNUmakefile\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 [Sources]\r
   bootsect.asm | INTEL\r
   bootsect.asm | MSFT\r
-  bs16.asm | INTEL\r
-  bs16.asm | MSFT\r
-  bs32.asm | INTEL\r
-  bs32.asm | MSFT\r
-# bs32.S | GCC ## It can not be compiled. It is added just for version control.\r
-  Gpt.asm | INTEL\r
-  Gpt.asm | MSFT\r
-# Gpt.S | GCC ## It can not be compiled. It is added just for version control.\r
-  Mbr.asm | INTEL\r
-  Mbr.asm | MSFT\r
-  start.asm | INTEL\r
-  start.asm | MSFT\r
-  start16.asm | INTEL\r
-  start16.asm | MSFT\r
-  start32.asm | INTEL\r
-  start32.asm | MSFT\r
-  efi32.asm | INTEL\r
-  efi32.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