VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf

Last change on this file was 108794, checked in by vboxsync, 4 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1## @file
2# Xen Hypercall abstraction lib for Intel and ARM architectures
3#
4# Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7##
8
9[Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = XenHypercallLib
12 FILE_GUID = B5EE9A32-CA5A-49A8-82E3-ADA4CCB77C7C
13 MODULE_TYPE = BASE
14 VERSION_STRING = 1.0
15 CONSTRUCTOR = XenHypercallLibConstruct
16 LIBRARY_CLASS = XenHypercallLib
17
18#
19# The following information is for reference only and not required by the build tools.
20#
21# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
22#
23
24[Sources.IA32, Sources.X64]
25 X86XenHypercall.c
26
27[Sources.IA32]
28 Ia32/hypercall.nasm
29
30[Sources.X64]
31 X64/hypercall.nasm
32
33[Sources.ARM, Sources.AARCH64]
34 ArmXenHypercall.c
35
36[Sources.ARM]
37 Arm/Hypercall.S
38
39[Sources.AARCH64]
40 AArch64/Hypercall.S
41
42[Sources]
43 XenHypercall.c
44
45[Packages]
46 MdePkg/MdePkg.dec
47 OvmfPkg/OvmfPkg.dec
48
49[LibraryClasses.IA32, LibraryClasses.X64]
50 CpuLib
51 BaseLib
52 HobLib
53 DebugLib
54
55[Guids.IA32, Guids.X64]
56 gEfiXenInfoGuid
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette