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:
606 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Library of virtio utility functions.
|
---|
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 = VirtioLib
|
---|
13 | FILE_GUID = 90CED1D9-18F2-47CC-BF24-41EC29406637
|
---|
14 | MODULE_TYPE = UEFI_DRIVER
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = VirtioLib
|
---|
17 |
|
---|
18 | [Sources]
|
---|
19 | VirtioLib.c
|
---|
20 |
|
---|
21 | [Packages]
|
---|
22 | MdePkg/MdePkg.dec
|
---|
23 | OvmfPkg/OvmfPkg.dec
|
---|
24 |
|
---|
25 | [LibraryClasses]
|
---|
26 | BaseLib
|
---|
27 | BaseMemoryLib
|
---|
28 | DebugLib
|
---|
29 | UefiBootServicesTableLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.