]> 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 EmbeddedPkg/EmbeddedPkg.dec
30 MdePkg/MdePkg.dec
31 MdeModulePkg/MdeModulePkg.dec
32
33 [LibraryClasses]
34 BaseLib
35 DebugLib
36 UefiBootServicesTableLib
37 UefiDriverEntryPoint
38
39 [Protocols]
40 gEfiAcpiTableProtocolGuid ## PROTOCOL ALWAYS_CONSUMED
41 gFdtClientProtocolGuid ## CONSUMES
42
43 [Depex]
44 gFdtClientProtocolGuid AND
45 gEfiAcpiTableProtocolGuid