Last change
on this file since 58803 was 58464, checked in by vboxsync, 9 years ago |
EFI/Firmware: Export new files and directories.
|
-
Property svn:eol-style
set to
native
|
File size:
998 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Library of virtio utility functions.
|
---|
3 | #
|
---|
4 | # Copyright (C) 2012, Red Hat, Inc.
|
---|
5 | #
|
---|
6 | # This program and the accompanying materials are licensed and made available
|
---|
7 | # under the terms and conditions of the BSD License which accompanies this
|
---|
8 | # distribution. The full text of the license may be found at
|
---|
9 | # http://opensource.org/licenses/bsd-license.php
|
---|
10 | #
|
---|
11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
|
---|
12 | # WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
13 | #
|
---|
14 | ##
|
---|
15 |
|
---|
16 | [Defines]
|
---|
17 | INF_VERSION = 0x00010005
|
---|
18 | BASE_NAME = VirtioLib
|
---|
19 | FILE_GUID = 90CED1D9-18F2-47CC-BF24-41EC29406637
|
---|
20 | MODULE_TYPE = UEFI_DRIVER
|
---|
21 | VERSION_STRING = 1.0
|
---|
22 | LIBRARY_CLASS = VirtioLib
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | VirtioLib.c
|
---|
26 |
|
---|
27 | [Packages]
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | OvmfPkg/OvmfPkg.dec
|
---|
30 |
|
---|
31 | [LibraryClasses]
|
---|
32 | BaseLib
|
---|
33 | BaseMemoryLib
|
---|
34 | DebugLib
|
---|
35 | MemoryAllocationLib
|
---|
36 | UefiBootServicesTableLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.