]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41...
[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
77
78 [Guids]
79 gEfiDataHubStatusCodeRecordGuid # SOMETIMES_CONSUMED
80 gMemoryStatusCodeRecordGuid # SOMETIMES_CONSUMED
81 gEfiStatusCodeSpecificDataGuid # SOMETIMES_CONSUMED
82 gEfiStatusCodeDataTypeDebugGuid # PROTOCOL ALWAYS_CONSUMED
83
84 [Protocols]
85 gEfiStatusCodeRuntimeProtocolGuid # PROTOCOL ALWAYS_CONSUMED
86 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED
87 gEfiSerialIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
88
89
90 [FeaturePcd.common]
91 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM
92 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory
93 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub
94 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial
95 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM
96 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub
97 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory
98 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial
99 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial
100
101
102 [Pcd.common]
103 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize
104
105 [Depex]
106 gEfiDataHubProtocolGuid