Last change
on this file since 81913 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:
808 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # A non-transitional driver for VirtIo 1.0 PCI devices.
|
---|
3 | #
|
---|
4 | # Copyright (C) 2016, Red Hat, Inc.
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010005
|
---|
11 | BASE_NAME = Virtio10
|
---|
12 | FILE_GUID = 0170F60C-1D40-4651-956D-F0BD9879D527
|
---|
13 | MODULE_TYPE = UEFI_DRIVER
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | ENTRY_POINT = Virtio10EntryPoint
|
---|
16 |
|
---|
17 | [Sources]
|
---|
18 | Virtio10.c
|
---|
19 | Virtio10.h
|
---|
20 |
|
---|
21 | [Packages]
|
---|
22 | MdePkg/MdePkg.dec
|
---|
23 | OvmfPkg/OvmfPkg.dec
|
---|
24 |
|
---|
25 | [LibraryClasses]
|
---|
26 | BaseMemoryLib
|
---|
27 | DebugLib
|
---|
28 | MemoryAllocationLib
|
---|
29 | PciCapLib
|
---|
30 | PciCapPciIoLib
|
---|
31 | UefiBootServicesTableLib
|
---|
32 | UefiDriverEntryPoint
|
---|
33 | UefiLib
|
---|
34 |
|
---|
35 | [Protocols]
|
---|
36 | gEfiPciIoProtocolGuid ## TO_START
|
---|
37 | gVirtioDeviceProtocolGuid ## BY_START
|
---|
Note:
See
TracBrowser
for help on using the repository browser.