]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmVirtPkg / XenAcpiPlatformDxe / XenAcpiPlatformDxe.inf
1 ## @file
2 # Xen ARM ACPI Platform Driver using Xen ARM multiboot protocol
3 #
4 # Copyright (C) 2016, Linaro Ltd. All rights reserved.
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = XenAcpiPlatformDxe
13 FILE_GUID = 0efc6282-f1e5-469a-8a70-194a8761f9aa
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = XenAcpiPlatformEntryPoint
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = AARCH64
22 #
23
24 [Sources]
25 XenAcpiPlatformDxe.c
26
27 [Packages]
28 ArmVirtPkg/ArmVirtPkg.dec
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31
32 [LibraryClasses]
33 BaseLib
34 DebugLib
35 UefiBootServicesTableLib
36 UefiDriverEntryPoint
37
38 [Protocols]
39 gEfiAcpiTableProtocolGuid ## PROTOCOL ALWAYS_CONSUMED
40 gFdtClientProtocolGuid ## CONSUMES
41
42 [Depex]
43 gFdtClientProtocolGuid AND
44 gEfiAcpiTableProtocolGuid