]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UefiCpuPkg/CpuMpPei/CpuMpPei.inf
UefiCpuPkg CpuMpPei: Update return status to follow spec.
[mirror_edk2.git] / UefiCpuPkg / CpuMpPei / CpuMpPei.inf
... / ...
CommitLineData
1## @file\r
2# CPU driver installs CPU PI Multi-processor PPI.\r
3#\r
4# Copyright (c) 2015 - 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 = 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
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 UefiCpuPkg/UefiCpuPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 DebugLib\r
43 HobLib\r
44 LocalApicLib\r
45 PeimEntryPoint\r
46 PeiServicesLib\r
47 ReportStatusCodeLib\r
48 CpuExceptionHandlerLib\r
49 MpInitLib\r
50 BaseMemoryLib\r
51\r
52[Ppis]\r
53 gEfiPeiMpServicesPpiGuid ## PRODUCES\r
54 gEfiSecPlatformInformationPpiGuid ## SOMETIMES_CONSUMES\r
55 ## SOMETIMES_CONSUMES\r
56 ## PRODUCES\r
57 ## UNDEFINED # HOB\r
58 gEfiSecPlatformInformation2PpiGuid\r
59 gEfiVectorHandoffInfoPpiGuid ## SOMETIMES_CONSUMES\r
60\r
61[Depex]\r
62 gEfiPeiMemoryDiscoveredPpiGuid\r
63\r
64[UserExtensions.TianoCore."ExtraFiles"]\r
65 CpuMpPeiExtra.uni\r
66\r