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