]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
OvmfPkg/VirtioPciDeviceDxe: supply missing BUS_MASTER attribute
[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
27 VirtioPciFunctions.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 OvmfPkg/OvmfPkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseMemoryLib\r
35 DebugLib\r
36 MemoryAllocationLib\r
37 UefiBootServicesTableLib\r
38 UefiDriverEntryPoint\r
39 UefiLib\r
40\r
41[Protocols]\r
42 gEfiPciIoProtocolGuid ## TO_START\r
43 gVirtioDeviceProtocolGuid ## BY_START\r