]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / RuntimeDxe / StatusCodeHandlerRuntimeDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# Status Code Handler Driver which produces general handlers and hook them onto the DXE status code router.\r
3af9b388 3#\r
d1102dba 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
848e1472 5# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
3af9b388 6#\r
e5eed7d3 7# This program and the accompanying materials\r
3af9b388 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
6bfbb5f0 15##\r
3af9b388 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = StatusCodeHandlerRuntimeDxe\r
6036e94d 20 MODULE_UNI_FILE = StatusCodeHandlerRuntimeDxe.uni\r
3af9b388 21 FILE_GUID = 6C2004EF-4E0E-4BE4-B14C-340EB4AA5891\r
22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
63971079 23 VERSION_STRING = 1.0\r
3af9b388 24 ENTRY_POINT = StatusCodeHandlerRuntimeDxeEntry\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
6bfbb5f0 32[Sources]\r
3af9b388 33 StatusCodeHandlerRuntimeDxe.c\r
34 StatusCodeHandlerRuntimeDxe.h\r
35 SerialStatusCodeWorker.c\r
36 MemoryStatusCodeWorker.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 SerialPortLib\r
44 UefiRuntimeLib\r
45 MemoryAllocationLib\r
46 UefiBootServicesTableLib\r
47 UefiDriverEntryPoint\r
48 HobLib\r
49 PcdLib\r
50 PrintLib\r
51 ReportStatusCodeLib\r
52 DebugLib\r
96a25163 53 BaseMemoryLib\r
d1102dba 54\r
3af9b388 55[Guids]\r
848e1472
CS
56 ## SOMETIMES_CONSUMES ## HOB\r
57 ## SOMETIMES_PRODUCES ## SystemTable\r
58 gMemoryStatusCodeRecordGuid\r
6036e94d 59 gEfiStatusCodeDataTypeStringGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
3af9b388 60 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
61 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
62\r
63[Protocols]\r
64 gEfiRscHandlerProtocolGuid ## CONSUMES\r
65\r
66[FeaturePcd]\r
6036e94d
SZ
67 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeReplayIn ## CONSUMES\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## CONSUMES\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial ## CONSUMES\r
3af9b388 70\r
71[Pcd]\r
6036e94d 72 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## SOMETIMES_CONSUMES\r
3af9b388 73\r
74[Depex]\r
75 gEfiRscHandlerProtocolGuid\r
6036e94d
SZ
76\r
77[UserExtensions.TianoCore."ExtraFiles"]\r
78 StatusCodeHandlerRuntimeDxeExtra.uni\r