]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/VirtioNetDxe/VirtioNet.inf
OvmfPkg/VirtioNetDxe: list "VirtioNet.h" in the INF file
[mirror_edk2.git] / OvmfPkg / VirtioNetDxe / VirtioNet.inf
CommitLineData
65575e4f
LE
1## @file\r
2#\r
3# This driver produces Simple Network Protocol instances for virtio-net\r
4# devices.\r
5#\r
6# Copyright (C) 2013, 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 = VirtioNetDxe\r
21 FILE_GUID = A92CDB4B-82F1-4E0B-A516-8A655D371524\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = VirtioNetEntryPoint\r
25\r
26[Sources]\r
27 ComponentName.c\r
28 DriverBinding.c\r
29 EntryPoint.c\r
30 Events.c\r
31 SnpGetStatus.c\r
32 SnpInitialize.c\r
33 SnpMcastIpToMac.c\r
34 SnpReceive.c\r
35 SnpReceiveFilters.c\r
36 SnpSharedHelpers.c\r
37 SnpShutdown.c\r
38 SnpStart.c\r
39 SnpStop.c\r
40 SnpTransmit.c\r
41 SnpUnsupported.c\r
d5a60558 42 VirtioNet.h\r
65575e4f
LE
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 OvmfPkg/OvmfPkg.dec\r
47\r
48[LibraryClasses]\r
49 BaseMemoryLib\r
50 DebugLib\r
51 DevicePathLib\r
52 MemoryAllocationLib\r
bd114d9f 53 OrderedCollectionLib\r
65575e4f
LE
54 UefiBootServicesTableLib\r
55 UefiDriverEntryPoint\r
56 UefiLib\r
57 VirtioLib\r
58\r
59[Protocols]\r
60 gEfiSimpleNetworkProtocolGuid ## BY_START\r
61 gEfiDevicePathProtocolGuid ## BY_START\r
56f65ed8 62 gVirtioDeviceProtocolGuid ## TO_START\r