]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
UefiCpuPkg/DxeMpInitLib: remove duplicate HobLib class dependency
[mirror_edk2.git] / UefiCpuPkg / Library / MpInitLib / DxeMpInitLib.inf
CommitLineData
3e8ad6bd
JF
1## @file\r
2# MP Initialize Library instance for DXE driver.\r
3#\r
4# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
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 = DxeMpInitLib\r
18 MODULE_UNI_FILE = DxeMpInitLib.uni\r
19 FILE_GUID = B88F7146-9834-4c55-BFAC-481CC0C33736\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.1\r
22 LIBRARY_CLASS = MpInitLib|DXE_DRIVER\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
d94e5f67
JF
30[Sources.IA32]\r
31 Ia32/MpEqu.inc\r
32 Ia32/MpFuncs.nasm\r
33\r
34[Sources.X64]\r
35 X64/MpEqu.inc\r
36 X64/MpFuncs.nasm\r
37\r
3e8ad6bd
JF
38[Sources.common]\r
39 DxeMpLib.c\r
40 MpLib.c\r
41 MpLib.h\r
94f63c76 42 Microcode.c\r
3e8ad6bd
JF
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 UefiCpuPkg/UefiCpuPkg.dec\r
47\r
48[LibraryClasses]\r
49 BaseLib\r
50 LocalApicLib\r
51 MemoryAllocationLib\r
52 HobLib\r
53 MtrrLib\r
54 CpuLib\r
55 UefiCpuLib\r
56 UefiBootServicesTableLib\r
3e8ad6bd
JF
57\r
58[Guids]\r
59 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
8677a56a 60 gEfiEventLegacyBootGuid ## CONSUMES ## Event\r
3e8ad6bd
JF
61\r
62[Pcd]\r
63 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber ## CONSUMES\r
64 gUefiCpuPkgTokenSpaceGuid.PcdCpuApInitTimeOutInMicroSeconds ## SOMETIMES_CONSUMES\r
65 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## CONSUMES\r
66 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES\r
67 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES\r
68 gUefiCpuPkgTokenSpaceGuid.PcdCpuApLoopMode ## CONSUMES\r
69 gUefiCpuPkgTokenSpaceGuid.PcdCpuApTargetCstate ## SOMETIMES_CONSUMES\r
70\r