]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
OvmfPkg/VirtioLib: take VirtIo instance in VirtioRingInit/VirtioRingUninit
[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
8# This program and the accompanying materials are licensed and made available\r
9# under the terms and conditions of the BSD License which accompanies this\r
10# distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
14# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = VirtioGpuDxe\r
21 FILE_GUID = D6099B94-CD97-4CC5-8714-7F6312701A8A\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = VirtioGpuEntryPoint\r
25\r
26[Sources]\r
c5f235bb 27 Commands.c\r
a2a4fa66 28 DriverBinding.c\r
8731debe 29 Gop.c\r
a2a4fa66
LE
30 VirtioGpu.h\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 OvmfPkg/OvmfPkg.dec\r
35\r
36[LibraryClasses]\r
37 BaseMemoryLib\r
38 DebugLib\r
39 DevicePathLib\r
40 MemoryAllocationLib\r
41 PrintLib\r
42 UefiBootServicesTableLib\r
43 UefiDriverEntryPoint\r
44 UefiLib\r
c5f235bb 45 VirtioLib\r
a2a4fa66
LE
46\r
47[Protocols]\r
48 gEfiDevicePathProtocolGuid ## TO_START ## BY_START\r
8731debe 49 gEfiGraphicsOutputProtocolGuid ## BY_START\r
a2a4fa66
LE
50 gEfiPciIoProtocolGuid ## TO_START\r
51 gVirtioDeviceProtocolGuid ## TO_START\r