]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
OvmfPkg/VirtioPciDeviceDxe: list "VirtioPciDevice.h" in the INF file
[mirror_edk2.git] / OvmfPkg / VirtioPciDeviceDxe / VirtioPciDeviceDxe.inf
CommitLineData
3bb56c06
OM
1## @file\r
2# This driver produces the VirtIo Device Protocol instances for VirtIo PCI\r
3# Device\r
4#\r
5# Copyright (C) 2013, ARM Ltd\r
6#\r
7# This program and the accompanying materials are licensed and made available\r
8# under the terms and conditions of the BSD License which accompanies this\r
9# distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
13# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010006\r
19 BASE_NAME = VirtioPciDeviceDxe\r
20 FILE_GUID = 83dd3b39-7caf-4fac-a542-e050b767e3a7\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = VirtioPciDeviceEntryPoint\r
24\r
25[Sources]\r
26 VirtioPciDevice.c\r
12155d5b 27 VirtioPciDevice.h\r
3bb56c06
OM
28 VirtioPciFunctions.c\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 MemoryAllocationLib\r
38 UefiBootServicesTableLib\r
39 UefiDriverEntryPoint\r
40 UefiLib\r
41\r
42[Protocols]\r
43 gEfiPciIoProtocolGuid ## TO_START\r
44 gVirtioDeviceProtocolGuid ## BY_START\r