X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FBootSector%2FBootSector.inf;h=49f69eb66e352ac6ae94316a5539957b2f3476ae;hb=3a7ec658e63cbb45f2ee35d02d54809c51bfd206;hp=130a1e2dd3c33cce267968f0ec0baf3a4b3e3439;hpb=fd549a4db9c562587652c23884bab5a4f3631d10;p=mirror_edk2.git diff --git a/DuetPkg/BootSector/BootSector.inf b/DuetPkg/BootSector/BootSector.inf index 130a1e2dd3..49f69eb66e 100644 --- a/DuetPkg/BootSector/BootSector.inf +++ b/DuetPkg/BootSector/BootSector.inf @@ -1,11 +1,22 @@ +## @file +# +# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
+# This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# +# +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = BootSector - FILE_GUID = A36495C1-C205-414e-B71F-4BE3476D699C + FILE_GUID = C89D72CE-E21A-4c71-BA79-770EF373D6DA MODULE_TYPE = USER_DEFINED VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 CUSTOM_MAKEFILE = MSFT|Makefile CUSTOM_MAKEFILE = GCC|GNUmakefile @@ -50,3 +61,19 @@ efi32.asm | MSFT efi32.S | GCC + start64.asm | INTEL + start64.asm | MSFT + start64.S | GCC + + st16_64.asm | INTEL + st16_64.asm | MSFT + st16_64.S | GCC + + st32_64.asm | INTEL + st32_64.asm | MSFT + st32_64.S | GCC + + efi64.asm | INTEL + efi64.asm | MSFT + efi64.S | GCC +