VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe.inf@ 107064

Last change on this file since 107064 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: 691 bytes
Line 
1## @file
2# Driver for the XenIo protocol
3#
4# Copyright (c) 2019, Citrix Systems, Inc.
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8##
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = XenIoPvhDxe
13 FILE_GUID = 7a567cc4-0e75-4d7a-a305-c3db109b53ad
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = InitializeXenIoPvhDxe
17
18[Packages]
19 MdePkg/MdePkg.dec
20 OvmfPkg/OvmfPkg.dec
21
22[Sources]
23 XenIoPvhDxe.c
24
25[LibraryClasses]
26 MemoryAllocationLib
27 PcdLib
28 UefiDriverEntryPoint
29 XenIoMmioLib
30 XenPlatformLib
31
32[FixedPcd]
33 gUefiOvmfPkgTokenSpaceGuid.PcdXenGrantFrames
34
35[Depex]
36 TRUE
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