X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FBootSector%2FBootSector.inf;h=49f69eb66e352ac6ae94316a5539957b2f3476ae;hb=68e60a388da60acac66d908eaa85615d66c52831;hp=3be9cb5938ea947ca82ba9df511e279f87ea6b23;hpb=91a6db797cbfa34e9f67d5c455fb1abc578a20b6;p=mirror_edk2.git diff --git a/DuetPkg/BootSector/BootSector.inf b/DuetPkg/BootSector/BootSector.inf index 3be9cb5938..49f69eb66e 100644 --- a/DuetPkg/BootSector/BootSector.inf +++ b/DuetPkg/BootSector/BootSector.inf @@ -1,7 +1,7 @@ ## @file # -# Copyright (c) 2006 - 2010, Intel Corporation -# All rights reserved. This program and the accompanying materials +# 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 @@ -14,7 +14,7 @@ [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 CUSTOM_MAKEFILE = MSFT|Makefile @@ -61,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 +