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