]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCodeHandler / RuntimeDxe / StatusCodeHandlerRuntimeDxe.inf
CommitLineData
25126a05 1#/** @file\r
2# Status Code Handler Driver which produces general handlers and hook them\r
3# onto the DXE status code router.\r
4#\r
5# Copyright (c) 2006 - 2009, Intel Corporation.\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
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
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = StatusCodeHandlerRuntimeDxe\r
20 FILE_GUID = 6C2004EF-4E0E-4BE4-B14C-340EB4AA5891\r
21 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
22 ENTRY_POINT = StatusCodeHandlerRuntimeDxeEntry\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources.common]\r
31 StatusCodeHandlerRuntimeDxe.c\r
32 StatusCodeHandlerRuntimeDxe.h\r
33 SerialStatusCodeWorker.c\r
34 MemoryStatusCodeWorker.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 SerialPortLib\r
42 UefiRuntimeLib\r
43 MemoryAllocationLib\r
44 UefiBootServicesTableLib\r
45 UefiDriverEntryPoint\r
46 HobLib\r
47 PcdLib\r
48 PrintLib\r
49 ReportStatusCodeLib\r
50 DebugLib\r
51 SynchronizationLib\r
52\r
53[Guids]\r
54 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES (Needed if Data Hub is supported for status code.)\r
55 gMemoryStatusCodeRecordGuid ## CONSUMES ## HOB\r
56 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
57 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
58\r
59[Protocols]\r
60 gEfiRscHandlerProtocolGuid ## CONSUMES\r
61\r
62[FeaturePcd]\r
63 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayIn\r
64 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
65 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial\r
66\r
67[Pcd]\r
68 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory\r
69\r
70[Depex]\r
71 gEfiRscHandlerProtocolGuid\r