]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
This checkin addresses the compatibility issue of passing arguments of type VA_LIST...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / RuntimeDxe / StatusCodeRuntimeDxe.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 = StatusCodeRuntimeDxe
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 = StatusCodeRuntimeDxeEntry
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 StatusCodeRuntimeDxe.h
39 StatusCodeRuntimeDxe.c
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 IntelFrameworkPkg/IntelFrameworkPkg.dec
44 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
45
46 [LibraryClasses]
47 OemHookStatusCodeLib
48 SerialPortLib
49 UefiRuntimeLib
50 MemoryAllocationLib
51 UefiLib
52 UefiBootServicesTableLib
53 UefiDriverEntryPoint
54 HobLib
55 PcdLib
56 PrintLib
57 ReportStatusCodeLib
58 DebugLib
59 BaseMemoryLib
60 BaseLib
61 SynchronizationLib
62
63
64 [Guids]
65 gEfiDataHubStatusCodeRecordGuid ## SOMETIMES_CONSUMES (Needed if Data Hub is supported for status code.)
66 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES (Needed if Data Hub is supported for status code.)
67 gMemoryStatusCodeRecordGuid ## CONSUMES ## HOB
68 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
69
70
71 [Protocols]
72 gEfiStatusCodeRuntimeProtocolGuid ## PRODUCES
73 gEfiDataHubProtocolGuid ## SOMETIMES_CONSUMES (Needed if Data Hub is supported for status code.)
74 gEfiSerialIoProtocolGuid ## SOMETIMES_CONSUMES (Needed if Serial is supported for status code.)
75
76
77 [FeaturePcd.common]
78 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM
79 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory
80 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub
81 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial
82 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM
83 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub
84 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory
85 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial
86 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial
87
88
89 [Pcd.common]
90 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize
91
92 [Depex]
93 TRUE