]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf
f6f728df2cb5c835bd8932929a65b8c283a830fe
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / DatahubStatusCodeHandlerDxe / DatahubStatusCodeHandlerDxe.inf
1 ## @file
2 # Status Code Handler Driver which produces datahub handler and hook it
3 # onto the DXE status code router.
4 #
5 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
6 #
7 # 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 = DatahubStatusCodeHandlerDxe
20 FILE_GUID = 863D214F-0920-437B-8CAD-88EA83A24E97
21 MODULE_TYPE = DXE_DRIVER
22 ENTRY_POINT = DatahubStatusCodeHandlerDxeEntry
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 DatahubStatusCodeHandlerDxe.h
32 DatahubStatusCodeHandlerDxe.c
33 DataHubStatusCodeWorker.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 IntelFrameworkPkg/IntelFrameworkPkg.dec
39 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
40
41 [LibraryClasses]
42 BaseLib
43 MemoryAllocationLib
44 UefiBootServicesTableLib
45 UefiDriverEntryPoint
46 PcdLib
47 PrintLib
48 ReportStatusCodeLib
49 DebugLib
50 SynchronizationLib
51 BaseMemoryLib
52
53 [Guids]
54 gEfiEventExitBootServicesGuid ## CONSUMES ## Event
55 gEfiStatusCodeDataTypeStringGuid ## CONSUMES
56 gEfiDataHubStatusCodeRecordGuid ## CONSUMES
57 gEfiStatusCodeDataTypeDebugGuid ## CONSUMES
58
59 [Protocols]
60 gEfiRscHandlerProtocolGuid ## CONSUMES
61 gEfiDataHubProtocolGuid ## CONSUMES
62 gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES
63
64 [FeaturePcd]
65 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub
66
67 [Depex]
68 gEfiRscHandlerProtocolGuid AND
69 gEfiDataHubProtocolGuid
70