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