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