]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/XenPlatformLib/XenPlatformLib.inf
OvmfPkg/Library/XenPlatformLib: New library
[mirror_edk2.git] / OvmfPkg / Library / XenPlatformLib / XenPlatformLib.inf
1 ## @file
2 # Get information about Xen
3 #
4 # This library simply allow to find out if OVMF is running under Xen and
5 # allow to get more information when it is the case.
6 #
7 # Copyright (c) 2019, Citrix Systems, Inc.
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = XenPlatformLib
17 FILE_GUID = DB54DBB7-8142-4EE5-9364-78C824B582EB
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = XenPlatformLib
21
22 [Sources]
23 XenPlatformLib.c
24
25 [Packages]
26 MdePkg/MdePkg.dec
27 OvmfPkg/OvmfPkg.dec
28
29 [LibraryClasses]
30 HobLib
31
32 [Guids]
33 gEfiXenInfoGuid