]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
OvmfPkg: AcpiTimerLib: Split into multiple phase-specific instances
[mirror_edk2.git] / OvmfPkg / Library / AcpiTimerLib / BaseAcpiTimerLib.inf
CommitLineData
170ef2d9
GS
1## @file\r
2# Base ACPI Timer Library Instance.\r
3#\r
4# Copyright (C) 2014, Gabriel L. Somlo <somlo@cmu.edu>\r
5# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.\r
6#\r
7# This program and the accompanying materials are licensed and made\r
8# available under the terms and conditions of the BSD License which\r
9# accompanies this distribution. The full text of the license may\r
10# be found at http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = BaseAcpiTimerLib\r
20 FILE_GUID = FB648CF5-91BE-4737-9023-FD807AC6D96D\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = TimerLib|DXE_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION SMM_CORE\r
24 CONSTRUCTOR = AcpiTimerLibConstructor\r
25\r
26[Sources]\r
27 AcpiTimerLib.c\r
28 BaseAcpiTimerLib.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 OvmfPkg/OvmfPkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseLib\r
36 PciLib\r
37 IoLib\r