]> 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 df6106e30ffb9e5df4c57c37d2389c768b0d1229..3be9cb5938ea947ca82ba9df511e279f87ea6b23 100644 (file)
@@ -1,30 +1,63 @@
+## @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                = 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
-\r
-[BuildOptions.common]\r
-  #MSFT:*_*_IA32_DLINK_FLAGS = /out:"$(BIN_DIR)\SecMain.exe" /base:0x10000000 /pdb:"$(BIN_DIR)\SecMain.pdb" /LIBPATH:"$(VCINSTALLDIR)\Lib" /LIBPATH:"$(VCINSTALLDIR)\PlatformSdk\Lib" /NOLOGO /SUBSYSTEM:CONSOLE /NODEFAULTLIB /IGNORE:4086 /MAP /OPT:REF /DEBUG /MACHINE:I386 /LTCG Kernel32.lib MSVCRTD.lib Gdi32.lib User32.lib Winmm.lib\r
-  MSFT:*_*_IA32_CC_FLAGS = /nologo /W4 /WX /Gy /c /D UNICODE /Od /FI$(DEST_DIR_DEBUG)/AutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE\r
-  MSFT:*_*_IA32_PP_FLAGS = /nologo /E /TC /FI$(DEST_DIR_DEBUG)/AutoGen.h\r
-  MSFT:*_*_IA32_ASM_FLAGS = /nologo /W3 /WX /c /coff /Cx /Zd /W0 /Zi\r
-  MSFT:*_*_IA32_ASMLINK_FLAGS       = /link /nologo /tiny\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