]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Library/PlatformHasAcpiLib/PlatformHasAcpiLib.inf
MdeModulePkg: move PlatformHasAcpiGuid from EmbeddedPkg
[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
14# This program and the accompanying materials are licensed and made available\r
15# under the terms and conditions of the BSD License which accompanies this\r
16# distribution. The full text of the license may be found at\r
17# http://opensource.org/licenses/bsd-license.php\r
18#\r
19# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
20# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
21##\r
22\r
23[Defines]\r
24 INF_VERSION = 1.25\r
25 BASE_NAME = PlatformHasAcpiLib\r
26 FILE_GUID = 29beb028-0958-447b-be0a-12229235d77d\r
27 MODULE_TYPE = BASE\r
28 VERSION_STRING = 1.0\r
29 LIBRARY_CLASS = PlatformHasAcpiLib|DXE_DRIVER\r
30 CONSTRUCTOR = PlatformHasAcpiInitialize\r
31\r
32[Sources]\r
33 PlatformHasAcpiLib.c\r
34\r
35[Packages]\r
a391e592 36 MdeModulePkg/MdeModulePkg.dec\r
786f4763
LE
37 MdePkg/MdePkg.dec\r
38\r
39[Depex]\r
40 gEdkiiPlatformHasAcpiGuid\r