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