VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf@ 107064

Last change on this file since 107064 was 89983, checked in by vboxsync, 4 years ago

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.9 KB
Line 
1## @file
2# DXE 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# Note: The implementation uses the lower 24-bits of the ACPI timer and
8# is compatible with both 24-bit and 32-bit ACPI timers.
9#
10# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
11# SPDX-License-Identifier: BSD-2-Clause-Patent
12#
13##
14
15[Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = DxeAcpiTimerLib
18 FILE_GUID = E624B98C-845A-4b94-9B50-B20475D552B9
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = TimerLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
22 CONSTRUCTOR = DxeAcpiTimerLibConstructor
23 MODULE_UNI_FILE = DxeAcpiTimerLib.uni
24
25[Sources]
26 AcpiTimerLib.c
27 DxeAcpiTimerLib.c
28 DxeStandaloneMmAcpiTimerLib.c
29 DxeStandaloneMmAcpiTimerLib.h
30
31[Packages]
32 MdePkg/MdePkg.dec
33 PcAtChipsetPkg/PcAtChipsetPkg.dec
34
35[LibraryClasses]
36 BaseLib
37 PcdLib
38 PciLib
39 IoLib
40 DebugLib
41 HobLib
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
52 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddressMask ## CONSUMES
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette