]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf
ab839da7ffcdb575356450324448ba122dd29b7c
[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) 2011, 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 VERSION_STRING = 1.0
23 ENTRY_POINT = DatahubStatusCodeHandlerDxeEntry
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 DatahubStatusCodeHandlerDxe.h
33 DatahubStatusCodeHandlerDxe.c
34 DataHubStatusCodeWorker.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 IntelFrameworkPkg/IntelFrameworkPkg.dec
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
41
42 [LibraryClasses]
43 BaseLib
44 MemoryAllocationLib
45 UefiBootServicesTableLib
46 UefiDriverEntryPoint
47 PcdLib
48 PrintLib
49 ReportStatusCodeLib
50 DebugLib
51 SynchronizationLib
52 BaseMemoryLib
53
54 [Guids]
55 gEfiEventExitBootServicesGuid ## CONSUMES ## Event
56 gEfiStatusCodeDataTypeStringGuid ## CONSUMES
57 gEfiDataHubStatusCodeRecordGuid ## CONSUMES
58 gEfiStatusCodeDataTypeDebugGuid ## CONSUMES
59
60 [Protocols]
61 gEfiRscHandlerProtocolGuid ## CONSUMES
62 gEfiDataHubProtocolGuid ## CONSUMES
63 gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES
64
65 [FeaturePcd]
66 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub
67
68 [Depex]
69 gEfiRscHandlerProtocolGuid AND
70 gEfiDataHubProtocolGuid
71