]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / RuntimeDxe / StatusCodeHandlerRuntimeDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
3af9b388 2# Status Code Handler Driver which produces general handlers and hook them\r
3# onto the DXE status code router.\r
4#\r
6bfbb5f0 5# Copyright (c) 2006 - 2010, Intel Corporation.\r
3af9b388 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
6bfbb5f0 15##\r
3af9b388 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
6bfbb5f0 30[Sources]\r
3af9b388 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 MdeModulePkg/MdeModulePkg.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 gMemoryStatusCodeRecordGuid ## CONSUMES ## HOB\r
55 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
56 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
57\r
58[Protocols]\r
59 gEfiRscHandlerProtocolGuid ## CONSUMES\r
60\r
61[FeaturePcd]\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeReplayIn\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial\r
65\r
66[Pcd]\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory\r
68\r
69[Depex]\r
70 gEfiRscHandlerProtocolGuid\r