]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
BaseTools/Capsule: Do not support -o with --dump-info
[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
6# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
7# \r\r
8# This program and the accompanying materials are licensed and made available under\r\r
9# the terms and conditions of the BSD License that accompanies this distribution. \r\r
10# The full text of the license may be found at \r\r
11# http://opensource.org/licenses/bsd-license.php. \r\r
12# \r\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
15# \r\r
16#\r
17#\r
18#\r
19#**/\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = IntelPchAcpiTimerLib\r
24 FILE_GUID = 0C0AC8C1-E368-4d20-85FE-23EFB3DB094E\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = TimerLib\r
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30\r
31 CONSTRUCTOR = IntelPchAcpiTimerLibConstructor\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
37#\r
38\r
39[Sources.common]\r
40 IntelPchAcpiTimerLib.c\r
41 CommonHeader.h\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec\r
46 Vlv2TbltDevicePkg/PlatformPkg.dec\r
47\r
48[LibraryClasses]\r
49 PcdLib\r
50 PciLib\r
51 IoLib\r
52 BaseLib\r
53\r
54[Pcd.common]\r
55 gEfiPchTokenSpaceGuid.PcdPchAcpiIoPortBaseAddress\r
56 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r