]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
OvmfPkg/VirtioGpuDxe: initialize and tear down VirtIo GPU device
[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
LE
28 DriverBinding.c\r
29 VirtioGpu.h\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 OvmfPkg/OvmfPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseMemoryLib\r
37 DebugLib\r
38 DevicePathLib\r
39 MemoryAllocationLib\r
40 PrintLib\r
41 UefiBootServicesTableLib\r
42 UefiDriverEntryPoint\r
43 UefiLib\r
c5f235bb 44 VirtioLib\r
a2a4fa66
LE
45\r
46[Protocols]\r
47 gEfiDevicePathProtocolGuid ## TO_START ## BY_START\r
48 gEfiPciIoProtocolGuid ## TO_START\r
49 gVirtioDeviceProtocolGuid ## TO_START\r