]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
OvmfPkg: XenHypercallLib: add empty constructor for ARM & AARCH64
[mirror_edk2.git] / OvmfPkg / Library / XenHypercallLib / XenHypercallLib.inf
CommitLineData
cd8ff8fd 1## @file\r
df040c00 2# Xen Hypercall abstraction lib for Intel and ARM architectures\r
cd8ff8fd
AB
3#\r
4# Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
df040c00 17 BASE_NAME = XenHypercallLib\r
cd8ff8fd
AB
18 FILE_GUID = B5EE9A32-CA5A-49A8-82E3-ADA4CCB77C7C\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
b5d85f62 21 CONSTRUCTOR = XenHypercallLibInit\r
df040c00
LE
22\r
23[Defines.IA32, Defines.X64]\r
cd8ff8fd 24 LIBRARY_CLASS = XenHypercallLib|DXE_DRIVER UEFI_DRIVER\r
df040c00
LE
25\r
26[Defines.ARM, Defines.AARCH64]\r
27 LIBRARY_CLASS = XenHypercallLib\r
cd8ff8fd
AB
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
df040c00 32# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
cd8ff8fd
AB
33#\r
34\r
df040c00
LE
35[Sources.IA32, Sources.X64]\r
36 X86XenHypercall.c\r
cd8ff8fd
AB
37\r
38[Sources.IA32]\r
39 Ia32/hypercall.nasm\r
40\r
41[Sources.X64]\r
42 X64/hypercall.nasm\r
43\r
b5d85f62
LE
44[Sources.ARM, Sources.AARCH64]\r
45 ArmXenHypercall.c\r
46\r
df040c00
LE
47[Sources.ARM]\r
48 Arm/Hypercall.S\r
49\r
50[Sources.AARCH64]\r
51 Aarch64/Hypercall.S\r
52\r
cd8ff8fd
AB
53[Sources]\r
54 XenHypercall.c\r
55\r
56[Packages]\r
57 MdePkg/MdePkg.dec\r
58 OvmfPkg/OvmfPkg.dec\r
59\r
df040c00 60[LibraryClasses.IA32, LibraryClasses.X64]\r
cd8ff8fd
AB
61 BaseLib\r
62 HobLib\r
63 DebugLib\r
64\r
df040c00 65[Guids.IA32, Guids.X64]\r
cd8ff8fd 66 gEfiXenInfoGuid\r