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