VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf

Last change on this file was 80721, checked in by vboxsync, 6 years ago

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

  • Property svn:eol-style set to native
File size: 808 bytes
Line 
1## @file
2# This driver produces the VirtIo Device Protocol instances for VirtIo Mmio
3# Device
4#
5# Copyright (C) 2013, ARM Ltd
6#
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9##
10
11[Defines]
12 INF_VERSION = 0x00010006
13 BASE_NAME = VirtioMmioDeviceLib
14 FILE_GUID = 3b6ed966-b5d1-46a8-965b-867ff22d9c89
15 MODULE_TYPE = UEFI_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = VirtioMmioDeviceLib
18
19[Sources]
20 VirtioMmioDevice.c
21 VirtioMmioDevice.h
22 VirtioMmioDeviceFunctions.c
23
24[Packages]
25 MdePkg/MdePkg.dec
26 OvmfPkg/OvmfPkg.dec
27
28[LibraryClasses]
29 BaseMemoryLib
30 DebugLib
31 IoLib
32 MemoryAllocationLib
33 UefiBootServicesTableLib
34 UefiLib
35
36[Protocols]
37 gVirtioDeviceProtocolGuid ## PRODUCES
Note: See TracBrowser for help on using the repository browser.

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