]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / Pei / StatusCodeHandlerPei.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# Report Status Code Handler PEIM which produces general handlers and hook them onto the PEI status code router.\r
3af9b388 3#\r
d1102dba 4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
3af9b388 5#\r
e5eed7d3 6# This program and the accompanying materials\r
3af9b388 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\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
6bfbb5f0 14##\r
3af9b388 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = StatusCodeHandlerPei\r
6036e94d 19 MODULE_UNI_FILE = StatusCodeHandlerPei.uni\r
3af9b388 20 FILE_GUID = 9D225237-FA01-464C-A949-BAABC02D31D0\r
21 MODULE_TYPE = PEIM\r
d1102dba 22 VERSION_STRING = 1.0\r
3af9b388 23 ENTRY_POINT = StatusCodeHandlerPeiEntry\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is only for build)\r
29#\r
30\r
6bfbb5f0 31[Sources]\r
3af9b388 32 StatusCodeHandlerPei.c\r
33 StatusCodeHandlerPei.h\r
34 SerialStatusCodeWorker.c\r
35 MemoryStausCodeWorker.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 PeimEntryPoint\r
43 PeiServicesLib\r
44 PcdLib\r
45 HobLib\r
46 SerialPortLib\r
47 ReportStatusCodeLib\r
48 PrintLib\r
49 DebugLib\r
96a25163 50 BaseMemoryLib\r
d1102dba 51\r
3af9b388 52[Guids]\r
6036e94d
SZ
53 ## SOMETIMES_PRODUCES ## HOB\r
54 ## SOMETIMES_CONSUMES ## HOB\r
55 gMemoryStatusCodeRecordGuid\r
56 gEfiStatusCodeDataTypeStringGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
d1102dba 57\r
3af9b388 58[Ppis]\r
59 gEfiPeiRscHandlerPpiGuid ## CONSUMES\r
60\r
6bfbb5f0 61[FeaturePcd]\r
6036e94d
SZ
62 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## CONSUMES\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial ## CONSUMES\r
3af9b388 64\r
6bfbb5f0 65[Pcd]\r
6036e94d 66 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## SOMETIMES_CONSUMES\r
3af9b388 67\r
68[Depex]\r
69 gEfiPeiRscHandlerPpiGuid\r
6036e94d
SZ
70\r
71[UserExtensions.TianoCore."ExtraFiles"]\r
72 StatusCodeHandlerPeiExtra.uni\r