VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/VirtioNetDxe/VirtioNet.inf@ 107675

最後變更 在這個檔案從107675是 80721,由 vboxsync 提交於 6 年 前

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.1 KB
 
1## @file
2#
3# This driver produces Simple Network Protocol instances for virtio-net
4# devices.
5#
6# Copyright (C) 2013, Red Hat, Inc.
7#
8# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10##
11
12[Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = VirtioNetDxe
15 FILE_GUID = A92CDB4B-82F1-4E0B-A516-8A655D371524
16 MODULE_TYPE = UEFI_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = VirtioNetEntryPoint
19
20[Sources]
21 ComponentName.c
22 DriverBinding.c
23 EntryPoint.c
24 Events.c
25 SnpGetStatus.c
26 SnpInitialize.c
27 SnpMcastIpToMac.c
28 SnpReceive.c
29 SnpReceiveFilters.c
30 SnpSharedHelpers.c
31 SnpShutdown.c
32 SnpStart.c
33 SnpStop.c
34 SnpTransmit.c
35 SnpUnsupported.c
36 VirtioNet.h
37
38[Packages]
39 MdePkg/MdePkg.dec
40 OvmfPkg/OvmfPkg.dec
41
42[LibraryClasses]
43 BaseMemoryLib
44 DebugLib
45 DevicePathLib
46 MemoryAllocationLib
47 OrderedCollectionLib
48 UefiBootServicesTableLib
49 UefiDriverEntryPoint
50 UefiLib
51 VirtioLib
52
53[Protocols]
54 gEfiSimpleNetworkProtocolGuid ## BY_START
55 gEfiDevicePathProtocolGuid ## BY_START
56 gVirtioDeviceProtocolGuid ## TO_START
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette