]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
PcAtChipsetPkg/ResetSystemLib: Add new API ResetSystem
[mirror_edk2.git] / OvmfPkg / VirtioGpuDxe / VirtioGpu.inf
CommitLineData
a2a4fa66
LE
1## @file\r
2#\r
3# This hybrid driver produces the Graphics Output Protocol for the Virtio GPU\r
4# device (head #0, only and unconditionally).\r
5#\r
6# Copyright (C) 2016, Red Hat, Inc.\r
7#\r
b26f0cf9 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a2a4fa66
LE
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = VirtioGpuDxe\r
15 FILE_GUID = D6099B94-CD97-4CC5-8714-7F6312701A8A\r
16 MODULE_TYPE = UEFI_DRIVER\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = VirtioGpuEntryPoint\r
19\r
20[Sources]\r
c5f235bb 21 Commands.c\r
a2a4fa66 22 DriverBinding.c\r
8731debe 23 Gop.c\r
a2a4fa66
LE
24 VirtioGpu.h\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 OvmfPkg/OvmfPkg.dec\r
29\r
30[LibraryClasses]\r
31 BaseMemoryLib\r
32 DebugLib\r
33 DevicePathLib\r
34 MemoryAllocationLib\r
35 PrintLib\r
36 UefiBootServicesTableLib\r
37 UefiDriverEntryPoint\r
38 UefiLib\r
c5f235bb 39 VirtioLib\r
a2a4fa66
LE
40\r
41[Protocols]\r
42 gEfiDevicePathProtocolGuid ## TO_START ## BY_START\r
8731debe 43 gEfiGraphicsOutputProtocolGuid ## BY_START\r
a2a4fa66
LE
44 gEfiPciIoProtocolGuid ## TO_START\r
45 gVirtioDeviceProtocolGuid ## TO_START\r