]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / PcAtChipsetPkg / Library / BaseIoApicLib / BaseIoApicLib.inf
1 ## @file
2 # Library instance for I/O APIC library class
3 #
4 # Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = BaseIoApicLib
12 MODULE_UNI_FILE = BaseIoApicLib.uni
13 FILE_GUID = 58ED6E5A-E36A-462a-9ED6-6E62C9A26DF8
14 MODULE_TYPE = BASE
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = IoApicLib
17
18 [Packages]
19 MdePkg/MdePkg.dec
20 UefiCpuPkg/UefiCpuPkg.dec
21 PcAtChipsetPkg/PcAtChipsetPkg.dec
22
23 [LibraryClasses]
24 DebugLib
25 IoLib
26 PcdLib
27 LocalApicLib
28
29 [Sources]
30 IoApicLib.c
31
32 [Pcd]
33 gPcAtChipsetPkgTokenSpaceGuid.PcdIoApicBaseAddress ## CONSUMES
34