]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
OvmfPkg/VirtioGpuDxe: introduce with Component Name 2 and Driver Binding
[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
27 DriverBinding.c\r
28 VirtioGpu.h\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 OvmfPkg/OvmfPkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseMemoryLib\r
36 DebugLib\r
37 DevicePathLib\r
38 MemoryAllocationLib\r
39 PrintLib\r
40 UefiBootServicesTableLib\r
41 UefiDriverEntryPoint\r
42 UefiLib\r
43\r
44[Protocols]\r
45 gEfiDevicePathProtocolGuid ## TO_START ## BY_START\r
46 gEfiPciIoProtocolGuid ## TO_START\r
47 gVirtioDeviceProtocolGuid ## TO_START\r