]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
CorebootPayloadPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / CorebootPayloadPkg / Library / AcpiTimerLib / AcpiTimerLib.inf
CommitLineData
9c228fb0
MM
1## @file\r
2# ACPI Timer Library Instance.\r
3#\r
04c7f902 4# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
d2e8b7e1 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9c228fb0
MM
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = AcpiTimerLib\r
12 FILE_GUID = A41BF616-EF77-4658-9992-D813071C34CF\r
13 MODULE_TYPE = BASE\r
14 VERSION_STRING = 1.0\r
15 LIBRARY_CLASS = TimerLib\r
16\r
17 CONSTRUCTOR = AcpiTimerLibConstructor\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
04c7f902 22# VALID_ARCHITECTURES = IA32 X64 EBC\r
9c228fb0
MM
23#\r
24\r
25[Sources]\r
26 AcpiTimerLib.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31 CorebootModulePkg/CorebootModulePkg.dec\r
32\r
33[LibraryClasses] \r
34 BaseLib\r
35 IoLib\r
36 HobLib\r
37 DebugLib\r
38 \r
39[Guids] \r
04c7f902 40 gUefiAcpiBoardInfoGuid\r