]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / RuntimeDxe / StatusCodeHandlerRuntimeDxe.inf
1 ## @file
2 # Status Code Handler Driver which produces general handlers and hook them onto the DXE status code router.
3 #
4 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = StatusCodeHandlerRuntimeDxe
15 MODULE_UNI_FILE = StatusCodeHandlerRuntimeDxe.uni
16 FILE_GUID = 6C2004EF-4E0E-4BE4-B14C-340EB4AA5891
17 MODULE_TYPE = DXE_RUNTIME_DRIVER
18 VERSION_STRING = 1.0
19 ENTRY_POINT = StatusCodeHandlerRuntimeDxeEntry
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 StatusCodeHandlerRuntimeDxe.c
29 StatusCodeHandlerRuntimeDxe.h
30 SerialStatusCodeWorker.c
31 MemoryStatusCodeWorker.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36
37 [LibraryClasses]
38 SerialPortLib
39 UefiRuntimeLib
40 MemoryAllocationLib
41 UefiBootServicesTableLib
42 UefiDriverEntryPoint
43 HobLib
44 PcdLib
45 PrintLib
46 ReportStatusCodeLib
47 DebugLib
48 BaseMemoryLib
49
50 [Guids]
51 ## SOMETIMES_CONSUMES ## HOB
52 ## SOMETIMES_PRODUCES ## SystemTable
53 gMemoryStatusCodeRecordGuid
54 gEfiStatusCodeDataTypeStringGuid ## SOMETIMES_CONSUMES ## UNDEFINED
55 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
56 gEfiEventExitBootServicesGuid ## CONSUMES ## Event
57
58 [Protocols]
59 gEfiRscHandlerProtocolGuid ## CONSUMES
60
61 [FeaturePcd]
62 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeReplayIn ## CONSUMES
63 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## CONSUMES
64 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial ## CONSUMES
65
66 [Pcd]
67 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## SOMETIMES_CONSUMES
68
69 [Depex]
70 gEfiRscHandlerProtocolGuid
71
72 [UserExtensions.TianoCore."ExtraFiles"]
73 StatusCodeHandlerRuntimeDxeExtra.uni