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