VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/VirtioBlkDxe/VirtioBlk.inf

Last change on this file was 80721, checked in by vboxsync, 5 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: 820 bytes
Line 
1## @file
2# This driver produces Block I/O Protocol instances for virtio-blk devices.
3#
4# Copyright (C) 2012, Red Hat, Inc.
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8##
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = VirtioBlkDxe
13 FILE_GUID = 11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5
14 MODULE_TYPE = UEFI_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = VirtioBlkEntryPoint
17
18[Sources]
19 VirtioBlk.c
20 VirtioBlk.h
21
22[Packages]
23 MdePkg/MdePkg.dec
24 OvmfPkg/OvmfPkg.dec
25
26[LibraryClasses]
27 BaseMemoryLib
28 DebugLib
29 MemoryAllocationLib
30 UefiBootServicesTableLib
31 UefiDriverEntryPoint
32 UefiLib
33 VirtioLib
34
35[Protocols]
36 gEfiBlockIoProtocolGuid ## BY_START
37 gVirtioDeviceProtocolGuid ## TO_START
Note: See TracBrowser for help on using the repository browser.

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