]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
PcAtChipsetPkg: Add PeiAcpiTimerLib to save Frequency in HOB
[mirror_edk2.git] / PcAtChipsetPkg / Library / BaseIoApicLib / BaseIoApicLib.inf
CommitLineData
986d1dfb 1## @file\r
546f14bf 2# Library instance for I/O APIC library class\r
986d1dfb 3#\r
546f14bf 4# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
986d1dfb 5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = BaseIoApicLib\r
546f14bf 18 MODULE_UNI_FILE = BaseIoApicLib.uni\r
986d1dfb 19 FILE_GUID = 58ED6E5A-E36A-462a-9ED6-6E62C9A26DF8\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = IoApicLib\r
23\r
24[Packages]\r
25 MdePkg/MdePkg.dec\r
26 UefiCpuPkg/UefiCpuPkg.dec\r
27 PcAtChipsetPkg/PcAtChipsetPkg.dec\r
28\r
29[LibraryClasses]\r
30 DebugLib\r
31 IoLib\r
32 PcdLib\r
33 LocalApicLib\r
34\r
35[Sources]\r
36 IoApicLib.c\r
37\r
38[Pcd]\r
546f14bf
QS
39 gPcAtChipsetPkgTokenSpaceGuid.PcdIoApicBaseAddress ## CONSUMES\r
40\r