]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / Pei / StatusCodeHandlerPei.inf
1 ## @file
2 # Report Status Code Handler PEIM which produces general handlers and hook them onto the PEI status code router.
3 #
4 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = StatusCodeHandlerPei
14 MODULE_UNI_FILE = StatusCodeHandlerPei.uni
15 FILE_GUID = 9D225237-FA01-464C-A949-BAABC02D31D0
16 MODULE_TYPE = PEIM
17 VERSION_STRING = 1.0
18 ENTRY_POINT = StatusCodeHandlerPeiEntry
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC (EBC is only for build)
24 #
25
26 [Sources]
27 StatusCodeHandlerPei.c
28 StatusCodeHandlerPei.h
29 SerialStatusCodeWorker.c
30 MemoryStausCodeWorker.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35
36 [LibraryClasses]
37 PeimEntryPoint
38 PeiServicesLib
39 PcdLib
40 HobLib
41 SerialPortLib
42 ReportStatusCodeLib
43 PrintLib
44 DebugLib
45 BaseMemoryLib
46
47 [Guids]
48 ## SOMETIMES_PRODUCES ## HOB
49 ## SOMETIMES_CONSUMES ## HOB
50 gMemoryStatusCodeRecordGuid
51 gEfiStatusCodeDataTypeStringGuid ## SOMETIMES_CONSUMES ## UNDEFINED
52
53 [Ppis]
54 gEfiPeiRscHandlerPpiGuid ## CONSUMES
55
56 [FeaturePcd]
57 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## CONSUMES
58 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial ## CONSUMES
59
60 [Pcd]
61 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## SOMETIMES_CONSUMES
62
63 [Depex]
64 gEfiPeiRscHandlerPpiGuid
65
66 [UserExtensions.TianoCore."ExtraFiles"]
67 StatusCodeHandlerPeiExtra.uni