]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiPayloadPkg/GraphicsOutputDxe/GraphicsOutputDxe.inf
UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim Bootloader
[mirror_edk2.git] / UefiPayloadPkg / GraphicsOutputDxe / GraphicsOutputDxe.inf
diff --git a/UefiPayloadPkg/GraphicsOutputDxe/GraphicsOutputDxe.inf b/UefiPayloadPkg/GraphicsOutputDxe/GraphicsOutputDxe.inf
new file mode 100644 (file)
index 0000000..af21095
--- /dev/null
@@ -0,0 +1,53 @@
+## @file\r
+# This driver produces GraphicsOutput protocol based on the GraphicsInfo HOB information.\r
+#\r
+# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = GraphicsOutputDxe\r
+  FILE_GUID                      = 0B04B2ED-861C-42cd-A22F-C3AAFACCB896\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = InitializeGraphicsOutput\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+\r
+[Sources.common]\r
+  GraphicsOutput.h\r
+  GraphicsOutput.c\r
+  ComponentName.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiDriverEntryPoint\r
+  UefiBootServicesTableLib\r
+  DxeServicesTableLib\r
+  DebugLib\r
+  MemoryAllocationLib\r
+  BaseMemoryLib\r
+  DevicePathLib\r
+  FrameBufferBltLib\r
+  UefiLib\r
+  HobLib\r
+\r
+[Guids]\r
+  gEfiGraphicsInfoHobGuid                       ## CONSUMES ## HOB\r
+  gEfiGraphicsDeviceInfoHobGuid                 ## CONSUMES ## HOB\r
+\r
+[Protocols]\r
+  gEfiGraphicsOutputProtocolGuid                ## BY_START\r
+  gEfiDevicePathProtocolGuid                    ## BY_START\r
+  gEfiPciIoProtocolGuid                         ## TO_START\r