]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Library / BaseXApicLib / BaseXApicLib.inf
1 ## @file
2 # The Local Apic library supports xAPIC mode only.
3 #
4 # Note: Local APIC library assumes local APIC is enabled. It does not handle cases
5 # where local APIC is disabled.
6 #
7 # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
8 # Copyright (c) 2020, AMD Inc. All rights reserved.<BR>
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = BaseXApicLib
16 MODULE_UNI_FILE = BaseXApicLib.uni
17 FILE_GUID = D87CA0A8-1AC2-439b-90F8-EF4A2AC88DAF
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.1
20 LIBRARY_CLASS = LocalApicLib
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64
26 #
27
28 [Sources]
29 BaseXApicLib.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 UefiCpuPkg/UefiCpuPkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 DebugLib
38 TimerLib
39 IoLib
40 PcdLib
41 CpuLib
42 UefiCpuLib
43
44 [Pcd]
45 gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds ## SOMETIMES_CONSUMES
46 gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress ## SOMETIMES_CONSUMES