]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / BootGraphicsResourceTableDxe / BootGraphicsResourceTableDxe.inf
index c2d0518629bf6a74f0b219170546b2ff649c9b8a..080a939cc0ebfadc799bb770b9d277e419e9cf71 100644 (file)
@@ -1,20 +1,22 @@
 ## @file\r
 #  This module install ACPI Boot Graphics Resource Table (BGRT).\r
 #\r
-#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2016, Microsoft Corporation<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
-#  \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
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BootGraphicsResourceTableDxe\r
+  MODULE_UNI_FILE                = BootGraphicsResourceTableDxe.uni\r
   FILE_GUID                      = B8E62775-BB0A-43f0-A843-5BE8B14F8CCD\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   UefiLib\r
   UefiBootServicesTableLib\r
   DebugLib\r
+  PcdLib\r
+  SafeIntLib\r
+  BmpSupportLib\r
 \r
 [Protocols]\r
-  gEfiAcpiTableProtocolGuid                     ## SOMETIMES_CONSUMES\r
-  gEfiBootLogoProtocolGuid                      ## SOMETIMES_CONSUMES\r
+  gEfiAcpiTableProtocolGuid                     ## CONSUMES\r
+  gEfiBootLogoProtocolGuid                      ## PRODUCES\r
+  gEdkiiBootLogo2ProtocolGuid                   ## PRODUCES\r
+\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId            ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId       ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision      ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId        ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision  ## CONSUMES\r
 \r
 [Guids]\r
-  gEfiEventReadyToBootGuid                      ## CONSUMES\r
+  gEfiEventReadyToBootGuid                      ## CONSUMES ## Event\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  BootGraphicsResourceTableDxeExtra.uni\r