]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
3af9b388 7#\r
8#\r
6bfbb5f0 9##\r
3af9b388 10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = StatusCodeHandlerPei\r
6036e94d 14 MODULE_UNI_FILE = StatusCodeHandlerPei.uni\r
3af9b388 15 FILE_GUID = 9D225237-FA01-464C-A949-BAABC02D31D0\r
16 MODULE_TYPE = PEIM\r
d1102dba 17 VERSION_STRING = 1.0\r
3af9b388 18 ENTRY_POINT = StatusCodeHandlerPeiEntry\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
de005223 23# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is only for build)\r
3af9b388 24#\r
25\r
6bfbb5f0 26[Sources]\r
3af9b388 27 StatusCodeHandlerPei.c\r
28 StatusCodeHandlerPei.h\r
29 SerialStatusCodeWorker.c\r
30 MemoryStausCodeWorker.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35\r
36[LibraryClasses]\r
37 PeimEntryPoint\r
38 PeiServicesLib\r
39 PcdLib\r
40 HobLib\r
41 SerialPortLib\r
42 ReportStatusCodeLib\r
43 PrintLib\r
44 DebugLib\r
96a25163 45 BaseMemoryLib\r
d1102dba 46\r
3af9b388 47[Guids]\r
6036e94d
SZ
48 ## SOMETIMES_PRODUCES ## HOB\r
49 ## SOMETIMES_CONSUMES ## HOB\r
50 gMemoryStatusCodeRecordGuid\r
51 gEfiStatusCodeDataTypeStringGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
d1102dba 52\r
3af9b388 53[Ppis]\r
54 gEfiPeiRscHandlerPpiGuid ## CONSUMES\r
55\r
6bfbb5f0 56[FeaturePcd]\r
6036e94d
SZ
57 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## CONSUMES\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial ## CONSUMES\r
3af9b388 59\r
6bfbb5f0 60[Pcd]\r
6036e94d 61 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## SOMETIMES_CONSUMES\r
3af9b388 62\r
63[Depex]\r
64 gEfiPeiRscHandlerPpiGuid\r
6036e94d
SZ
65\r
66[UserExtensions.TianoCore."ExtraFiles"]\r
67 StatusCodeHandlerPeiExtra.uni\r