]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuMpPei/CpuMpPei.inf
UefiCpuPkg/CpuMpPei: Remove unused files and codes
[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
JF
34 PeiMpServices.h\r
35 PeiMpServices.c\r
36\r
ea0f431c
JF
37[Packages]\r
38 MdePkg/MdePkg.dec\r
9bedfb2f 39 MdeModulePkg/MdeModulePkg.dec\r
ea0f431c
JF
40 UefiCpuPkg/UefiCpuPkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
ea0f431c
JF
44 DebugLib\r
45 HobLib\r
46 LocalApicLib\r
ea0f431c
JF
47 PeimEntryPoint\r
48 PeiServicesLib\r
49 ReportStatusCodeLib\r
9bedfb2f 50 CpuExceptionHandlerLib\r
a1a4c7a4 51 MpInitLib\r
ea0f431c
JF
52\r
53[Ppis]\r
54 gEfiPeiMpServicesPpiGuid ## PRODUCES\r
ea0f431c
JF
55 gEfiSecPlatformInformationPpiGuid ## SOMETIMES_CONSUMES\r
56 ## SOMETIMES_CONSUMES\r
57 ## SOMETIMES_PRODUCES\r
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