]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
Code Scrub for Status Code Runtime Dxe driver.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / Dxe / DxeStatusCode.inf
1 #/** @file
2 # Status Code Runtime Dxe driver that supports multiple devices and produces
3 # Status Code Runtime Protocol.
4 #
5 # Copyright (c) 2006 - 2009, 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 = DxeStatusCode
20 FILE_GUID = FEDE0A1B-BCA2-4A9F-BB2B-D9FD7DEC2E9F
21 MODULE_TYPE = DXE_RUNTIME_DRIVER
22 VERSION_STRING = 1.0
23 EFI_SPECIFICATION_VERSION = 0x00020000
24 ENTRY_POINT = DxeStatusCodeDriverEntry
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 EBC
30 #
31 # VIRTUAL_ADDRESS_MAP_CALLBACK = VirtualAddressChangeCallBack
32 #
33
34 [Sources.common]
35 SerialStatusCodeWorker.c
36 RtMemoryStatusCodeWorker.c
37 DataHubStatusCodeWorker.c
38 DxeStatusCode.c
39 DxeStatusCode.h
40
41 [Sources.Ia32]
42 DxeStatusCodeCommon.c
43
44 [Sources.X64]
45 DxeStatusCodeCommon.c
46
47 [Sources.EBC]
48 DxeStatusCodeCommon.c
49
50
51
52 [Packages]
53 MdePkg/MdePkg.dec
54 IntelFrameworkPkg/IntelFrameworkPkg.dec
55 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
56
57 [LibraryClasses]
58 OemHookStatusCodeLib
59 SerialPortLib
60 UefiRuntimeLib
61 MemoryAllocationLib
62 UefiLib
63 UefiBootServicesTableLib
64 UefiDriverEntryPoint
65 HobLib
66 PcdLib
67 PrintLib
68 ReportStatusCodeLib
69 DebugLib
70 BaseMemoryLib
71 BaseLib
72 SynchronizationLib
73
74
75 [Guids]
76 gEfiDataHubStatusCodeRecordGuid ## SOMETIMES_CONSUMES (Needed if Data Hub is supported for status code.)
77 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES (Needed if Data Hub is supported for status code.)
78 gMemoryStatusCodeRecordGuid ## CONSUMES ## HOB
79 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
80
81
82 [Protocols]
83 gEfiStatusCodeRuntimeProtocolGuid ## PRODUCES
84 gEfiDataHubProtocolGuid ## SOMETIMES_CONSUMES (Needed if Data Hub is supported for status code.)
85 gEfiSerialIoProtocolGuid ## SOMETIMES_CONSUMES (Needed if Serial is supported for status code.)
86
87
88 [FeaturePcd.common]
89 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM
90 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory
91 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub
92 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial
93 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM
94 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub
95 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory
96 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial
97 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial
98
99
100 [Pcd.common]
101 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize
102
103 [Depex]
104 TRUE