]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
PcAtChipsetPkg: Convert non DOS format files to DOS format and rename the same module...
[mirror_edk2.git] / PcAtChipsetPkg / Library / AcpiTimerLib / BaseAcpiTimerLib.inf
1 ## @file
2 # Base ACPI Timer Library
3 #
4 # Provides basic timer support using the ACPI timer hardware. The performance
5 # counter features are provided by the processors time stamp counter.
6 #
7 # Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = BaseAcpiTimerLib
21 FILE_GUID = 564DE85F-049E-4481-BF7A-CA04D2788CF9
22 MODULE_TYPE = BASE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = TimerLib|SEC PEI_CORE PEIM
25 CONSTRUCTOR = AcpiTimerLibConstructor
26 MODULE_UNI_FILE = BaseAcpiTimerLib.uni
27
28 [Sources]
29 AcpiTimerLib.c
30 BaseAcpiTimerLib.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 PcAtChipsetPkg/PcAtChipsetPkg.dec
35
36 [LibraryClasses]
37 BaseLib
38 PcdLib
39 PciLib
40 IoLib
41 DebugLib
42
43 [Pcd]
44 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBusNumber ## CONSUMES
45 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciDeviceNumber ## CONSUMES
46 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciFunctionNumber ## CONSUMES
47 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciEnableRegisterOffset ## CONSUMES
48 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoBarEnableMask ## CONSUMES
49 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBarRegisterOffset ## CONSUMES
50 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddress ## CONSUMES
51 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiPm1TmrOffset ## CONSUMES