]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / XenAcpiPlatformDxe / XenAcpiPlatformDxe.inf
1 ## @file
2 # OVMF ACPI Platform Driver for Xen guests
3 #
4 # Copyright (C) 2021, Red Hat, Inc.
5 # Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = XenAcpiPlatform
13 FILE_GUID = fa0a48ac-767d-4c88-b70c-ec54c8b900c4
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = AcpiPlatformEntryPoint
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC
22 #
23
24 [Sources]
25 AcpiPlatform.c
26 AcpiPlatform.h
27 EntryPoint.c
28 Xen.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 OvmfPkg/OvmfPkg.dec
33
34 [LibraryClasses]
35 BaseLib
36 DebugLib
37 UefiBootServicesTableLib
38 UefiDriverEntryPoint
39 XenPlatformLib
40
41 [Protocols]
42 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
43
44 [Depex]
45 gEfiAcpiTableProtocolGuid