VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf@ 99286

Last change on this file since 99286 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 921 bytes
Line 
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# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9##
10
11[Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = QemuRamfbDxe
14 FILE_GUID = dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4ef
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17
18 ENTRY_POINT = InitializeQemuRamfb
19
20[Sources]
21 QemuRamfb.c
22
23[Packages]
24 MdePkg/MdePkg.dec
25 MdeModulePkg/MdeModulePkg.dec
26 OvmfPkg/OvmfPkg.dec
27
28[LibraryClasses]
29 BaseLib
30 BaseMemoryLib
31 DebugLib
32 DevicePathLib
33 FrameBufferBltLib
34 MemoryAllocationLib
35 UefiBootServicesTableLib
36 UefiDriverEntryPoint
37 QemuFwCfgLib
38
39[Protocols]
40 gEfiGraphicsOutputProtocolGuid ## PRODUCES
41
42[Guids]
43 gQemuRamfbGuid
44
45[Depex]
46 TRUE
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette