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