]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_E...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / Dxe / DxeStatusCode.inf
1 #/** @file
2 # DXE status code driver.
3 #
4 # Status Code Architectural Protocol implementation as defined in Tiano
5 # Architecture Specification. This driver has limited functionality
6 # at runtime and will not log to Data Hub at runtime.
7 # Copyright (c) 2006, Intel Corporation.
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = DxeStatusCode
22 FILE_GUID = FEDE0A1B-BCA2-4A9F-BB2B-D9FD7DEC2E9F
23 MODULE_TYPE = DXE_RUNTIME_DRIVER
24 VERSION_STRING = 1.0
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = DxeStatusCodeDriverEntry
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 EBC
34 #
35 # VIRTUAL_ADDRESS_MAP_CALLBACK = VirtualAddressChangeCallBack
36 #
37
38 [Sources.common]
39 SerialStatusCodeWorker.c
40 RtMemoryStatusCodeWorker.c
41 DataHubStatusCodeWorker.c
42 DxeStatusCode.c
43 DxeStatusCode.h
44
45 [Sources.Ia32]
46 DxeStatusCodeCommon.c
47
48 [Sources.X64]
49 DxeStatusCodeCommon.c
50
51 [Sources.EBC]
52 DxeStatusCodeCommon.c
53
54
55
56 [Packages]
57 MdePkg/MdePkg.dec
58 IntelFrameworkPkg/IntelFrameworkPkg.dec
59 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
60
61 [LibraryClasses]
62 OemHookStatusCodeLib
63 SerialPortLib
64 UefiRuntimeLib
65 MemoryAllocationLib
66 UefiLib
67 UefiBootServicesTableLib
68 UefiDriverEntryPoint
69 HobLib
70 PcdLib
71 PrintLib
72 ReportStatusCodeLib
73 DebugLib
74 BaseMemoryLib
75 BaseLib
76 SynchronizationLib
77
78
79 [Guids]
80 gEfiDataHubStatusCodeRecordGuid # SOMETIMES_CONSUMED
81 gMemoryStatusCodeRecordGuid # SOMETIMES_CONSUMED
82 gEfiStatusCodeDataTypeDebugGuid # PROTOCOL ALWAYS_CONSUMED
83 gEfiEventExitBootServicesGuid
84
85 [Protocols]
86 gEfiStatusCodeRuntimeProtocolGuid # PROTOCOL ALWAYS_CONSUMED
87 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED
88 gEfiSerialIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
89
90
91 [FeaturePcd.common]
92 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM
93 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory
94 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub
95 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial
96 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM
97 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub
98 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory
99 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial
100 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial
101
102
103 [Pcd.common]
104 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize
105
106 [Depex]
107 TRUE