blob: d5e50aef618d056dadd2d5a02a45090efd2f0c81 [file] [log] [blame]
Vishal Bhoj82c80712015-12-15 21:13:33 +05301## @file
2# BaseRom ACPI Timer Library Instance.
3#
4# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.
5#
6# This program and the accompanying materials are licensed and made
7# available under the terms and conditions of the BSD License which
8# accompanies this distribution. The full text of the license may
9# be found at http://opensource.org/licenses/bsd-license.php
10#
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14##
15
16[Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = BaseRomAcpiTimerLib
19 FILE_GUID = CDD9D74F-213E-4c28-98F7-8B4A167DB936
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = TimerLib|SEC
23 CONSTRUCTOR = AcpiTimerLibConstructor
24
25[Sources]
26 AcpiTimerLib.c
27 BaseRomAcpiTimerLib.c
28
29[Packages]
30 MdePkg/MdePkg.dec
31 OvmfPkg/OvmfPkg.dec
32
33[Pcd]
34 gUefiOvmfPkgTokenSpaceGuid.PcdAcpiPmBaseAddress
35
36[LibraryClasses]
37 BaseLib
38 PciLib
39 IoLib