]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/BootSector.inf
OvmfPkg/MemEncryptSevLib: clean up InternalMemEncryptSevSetMemoryEncrypted() decl
[mirror_edk2.git] / DuetPkg / BootSector / BootSector.inf
index 3be9cb5938ea947ca82ba9df511e279f87ea6b23..49f69eb66e352ac6ae94316a5539957b2f3476ae 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # \r
-# Copyright (c) 2006 - 2010, Intel Corporation                                                         \r
-# All rights reserved. This program and the accompanying materials                          \r
+# Copyright (c) 2006 - 2011, 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
@@ -14,7 +14,7 @@
 [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
   CUSTOM_MAKEFILE                = MSFT|Makefile\r
   efi32.asm    | MSFT\r
   efi32.S      | GCC\r
 \r
+  start64.asm  | INTEL\r
+  start64.asm  | MSFT\r
+  start64.S    | GCC\r
+\r
+  st16_64.asm  | INTEL\r
+  st16_64.asm  | MSFT\r
+  st16_64.S    | GCC\r
+\r
+  st32_64.asm  | INTEL\r
+  st32_64.asm  | MSFT\r
+  st32_64.S    | GCC\r
+\r
+  efi64.asm    | INTEL\r
+  efi64.asm    | MSFT\r
+  efi64.S      | GCC\r
+\r