]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/VirtioNetDxe/VirtioNet.inf
OvmfPkg: VirtioNetDxe: complete driver with 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
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 OvmfPkg/OvmfPkg.dec\r
46\r
47[LibraryClasses]\r
48 BaseMemoryLib\r
49 DebugLib\r
50 DevicePathLib\r
51 MemoryAllocationLib\r
52 UefiBootServicesTableLib\r
53 UefiDriverEntryPoint\r
54 UefiLib\r
55 VirtioLib\r
56\r
57[Protocols]\r
58 gEfiSimpleNetworkProtocolGuid ## BY_START\r
59 gEfiDevicePathProtocolGuid ## BY_START\r
60 gEfiPciIoProtocolGuid ## TO_START\r