summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/AcpiPlatformLib/DxeAcpiPlatformLib.inf
blob: dfe0e5623d320b869a1cf8c923412d88fc6a5c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## @file
#  ACPI Platform Library Instance.
#
#  Copyright (C) 2023, Corvin Köhne <corvink@FreeBSD.org>
#
#  SPDX-License-Identifier: BSD-2-Clause-Patent
##

[Defines]
  INF_VERSION    = 0x00010005
  BASE_NAME      = DxeAcpiPlatformLib
  FILE_GUID      = 578F441A-4A4C-4D24-B9BE-F783152B46F6
  MODULE_TYPE    = DXE_DRIVER
  VERSION_STRING = 1.0
  LIBRARY_CLASS  = AcpiPlatformLib

[Sources]
  DxeAcpiPlatformLib.c

[Packages]
  MdePkg/MdePkg.dec
  OvmfPkg/OvmfPkg.dec

[LibraryClasses]
  BaseLib
  DebugLib