Last change
on this file since 85788 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:
717 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Manage XenBus device path and I/O handles
|
---|
3 | #
|
---|
4 | # Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = XenIoMmioLib
|
---|
14 | FILE_GUID = de9bdc19-8434-47bb-be3c-7f28f2101fd0
|
---|
15 | MODULE_TYPE = DXE_DRIVER
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = XenIoMmioLib
|
---|
18 |
|
---|
19 | [Sources]
|
---|
20 | XenIoMmioLib.c
|
---|
21 |
|
---|
22 | [Packages]
|
---|
23 | MdePkg/MdePkg.dec
|
---|
24 | OvmfPkg/OvmfPkg.dec
|
---|
25 |
|
---|
26 | [LibraryClasses]
|
---|
27 | BaseMemoryLib
|
---|
28 | MemoryAllocationLib
|
---|
29 |
|
---|
30 | [Guids]
|
---|
31 | gXenBusRootDeviceGuid
|
---|
32 |
|
---|
33 | [Protocols]
|
---|
34 | gEfiDevicePathProtocolGuid
|
---|
35 | gXenIoProtocolGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.