]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuMpPei/CpuMpPei.inf
UefiCpuPkg CpuMpPei: Update return status to follow spec.
[mirror_edk2.git] / UefiCpuPkg / CpuMpPei / CpuMpPei.inf
CommitLineData
ea0f431c
JF
1## @file\r
2# CPU driver installs CPU PI Multi-processor PPI.\r
3#\r
9bedfb2f 4# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
ea0f431c
JF
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 = CpuMpPei\r
18 MODULE_UNI_FILE = CpuMpPei.uni\r
19 FILE_GUID = EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = CpuMpPeimInit\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
30[Sources]\r
31 CpuMpPei.h\r
32 CpuMpPei.c\r
33 CpuBist.c\r
ea0f431c 34\r
ea0f431c
JF
35[Packages]\r
36 MdePkg/MdePkg.dec\r
9bedfb2f 37 MdeModulePkg/MdeModulePkg.dec\r
ea0f431c
JF
38 UefiCpuPkg/UefiCpuPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
ea0f431c
JF
42 DebugLib\r
43 HobLib\r
44 LocalApicLib\r
ea0f431c
JF
45 PeimEntryPoint\r
46 PeiServicesLib\r
47 ReportStatusCodeLib\r
9bedfb2f 48 CpuExceptionHandlerLib\r
a1a4c7a4 49 MpInitLib\r
86432994 50 BaseMemoryLib\r
ea0f431c
JF
51\r
52[Ppis]\r
53 gEfiPeiMpServicesPpiGuid ## PRODUCES\r
ea0f431c
JF
54 gEfiSecPlatformInformationPpiGuid ## SOMETIMES_CONSUMES\r
55 ## SOMETIMES_CONSUMES\r
86432994
JF
56 ## PRODUCES\r
57 ## UNDEFINED # HOB\r
ea0f431c 58 gEfiSecPlatformInformation2PpiGuid\r
9bedfb2f 59 gEfiVectorHandoffInfoPpiGuid ## SOMETIMES_CONSUMES\r
ea0f431c 60\r
ea0f431c
JF
61[Depex]\r
62 gEfiPeiMemoryDiscoveredPpiGuid\r
63\r
64[UserExtensions.TianoCore."ExtraFiles"]\r
65 CpuMpPeiExtra.uni\r
66\r