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