]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmbase" with PatchInstructionX86()
[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
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = XenAcpiPlatformDxe\r
19 FILE_GUID = 0efc6282-f1e5-469a-8a70-194a8761f9aa\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = XenAcpiPlatformEntryPoint\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = AARCH64\r
28#\r
29\r
30[Sources]\r
31 XenAcpiPlatformDxe.c\r
32\r
33[Packages]\r
34 ArmVirtPkg/ArmVirtPkg.dec\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 BaseLib\r
40 DebugLib\r
41 UefiBootServicesTableLib\r
42 UefiDriverEntryPoint\r
43\r
44[Protocols]\r
45 gEfiAcpiTableProtocolGuid ## PROTOCOL ALWAYS_CONSUMED\r
46 gFdtClientProtocolGuid ## CONSUMES\r
47\r
48[Depex]\r
49 gFdtClientProtocolGuid AND\r
50 gEfiAcpiTableProtocolGuid\r