]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
OvmfPkg: add QemuRamfbDxe
[mirror_edk2.git] / OvmfPkg / QemuRamfbDxe / QemuRamfbDxe.inf
1 ## @file
2 # This driver is a implementation of the Graphics Output Protocol
3 # for the QEMU ramfb device.
4 #
5 # Copyright (c) 2018, Red Hat Inc.
6 #
7 # This program and the accompanying materials are licensed and made
8 # available under the terms and conditions of the BSD License which
9 # accompanies this distribution. The full text of the license may be
10 # found at http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
13 # BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
14 # EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = QemuRamfbDxe
21 FILE_GUID = dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4ef
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24
25 ENTRY_POINT = InitializeQemuRamfb
26
27 [Sources]
28 QemuRamfb.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 OvmfPkg/OvmfPkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 BaseMemoryLib
38 DebugLib
39 DevicePathLib
40 FrameBufferBltLib
41 MemoryAllocationLib
42 UefiBootServicesTableLib
43 UefiDriverEntryPoint
44 QemuFwCfgLib
45
46 [Protocols]
47 gEfiGraphicsOutputProtocolGuid ## PRODUCES
48
49 [Guids]
50 gQemuRamfbGuid
51
52 [Depex]
53 TRUE