]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/PlatformHasAcpiLib/PlatformHasAcpiLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / Library / PlatformHasAcpiLib / PlatformHasAcpiLib.inf
1 ## @file
2 # A hook-in library for MdeModulePkg/Universal/Acpi/AcpiTableDxe.
3 #
4 # Plugging this library instance into AcpiTableDxe makes
5 # EFI_ACPI_TABLE_PROTOCOL and (if enabled) EFI_ACPI_SDT_PROTOCOL depend on the
6 # platform's dynamic decision whether to expose an ACPI-based hardware
7 # description to the operating system.
8 #
9 # Universal and platform specific DXE drivers that produce ACPI tables depend
10 # on EFI_ACPI_TABLE_PROTOCOL / EFI_ACPI_SDT_PROTOCOL in turn.
11 #
12 # Copyright (C) 2017, Red Hat, Inc.
13 #
14 # SPDX-License-Identifier: BSD-2-Clause-Patent
15 ##
16
17 [Defines]
18 INF_VERSION = 1.25
19 BASE_NAME = PlatformHasAcpiLib
20 FILE_GUID = 29beb028-0958-447b-be0a-12229235d77d
21 MODULE_TYPE = BASE
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = PlatformHasAcpiLib|DXE_DRIVER
24 CONSTRUCTOR = PlatformHasAcpiInitialize
25
26 [Sources]
27 PlatformHasAcpiLib.c
28
29 [Packages]
30 MdeModulePkg/MdeModulePkg.dec
31 MdePkg/MdePkg.dec
32
33 [Depex]
34 gEdkiiPlatformHasAcpiGuid