]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / IntelPchAcpiTimerLib / IntelPchAcpiTimerLib.inf
1 #/** @file
2 # Intel ICH9 Acpi Timer Instance
3 #
4 # ICH9 Acpi timer implements one instance of Timer Library. Acpi timer cannot be programmed,
5 # so it could be used by any types of drivers, including SMM drivers and Runtime drivers.
6 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9
10 #
11 #
12 #
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = IntelPchAcpiTimerLib
19 FILE_GUID = 0C0AC8C1-E368-4d20-85FE-23EFB3DB094E
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = TimerLib
23 EDK_RELEASE_VERSION = 0x00020000
24 EFI_SPECIFICATION_VERSION = 0x00020000
25
26 CONSTRUCTOR = IntelPchAcpiTimerLibConstructor
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 EBC
32 #
33
34 [Sources.common]
35 IntelPchAcpiTimerLib.c
36 CommonHeader.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
41 Vlv2TbltDevicePkg/PlatformPkg.dec
42
43 [LibraryClasses]
44 PcdLib
45 PciLib
46 IoLib
47 BaseLib
48
49 [Pcd.common]
50 gEfiPchTokenSpaceGuid.PcdPchAcpiIoPortBaseAddress
51 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress