]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
ca4a4ddffaddc40b6609a518843ed1b7c1cd74c9
[mirror_edk2.git] / MdeModulePkg / Universal / DriverHealthManagerDxe / DriverHealthManagerDxe.inf
1 ## @file
2 # This module produces two driver health manager forms.
3 # One will be used by BDS core to configure the Configured Required
4 # driver health instances, the other will be automatically included by
5 # firmware setup (UI).
6 #
7 # Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
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 Section - statements that will be processed to create a Makefile.
20 #
21 ################################################################################
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = DriverHealthManagerDxe
25 FILE_GUID = EBF8ED7C-0DD1-4787-84F1-F48D537DCACF
26 MODULE_TYPE = DXE_DRIVER
27 VERSION_STRING = 1.0
28 ENTRY_POINT = InitializeDriverHealthManager
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
34 #
35
36
37 [Sources.common]
38 DriverHealthManagerDxe.h
39 DriverHealthManagerDxe.c
40 DriverHealthManagerStrings.uni
41 DriverHealthManagerVfr.Vfr
42 DriverHealthManagerVfr.h
43 DriverHealthConfigureVfr.Vfr
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 MdeModulePkg/MdeModulePkg.dec
48
49 [LibraryClasses]
50 UefiBootServicesTableLib
51 UefiRuntimeServicesTableLib
52 MemoryAllocationLib
53 BaseMemoryLib
54 BaseLib
55 UefiLib
56 UefiDriverEntryPoint
57 DebugLib
58 HiiLib
59 UefiBootManagerLib
60 PcdLib
61 DevicePathLib
62
63 [Protocols]
64 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
65
66 [Guids]
67 gEfiHiiDriverHealthFormsetGuid ## CONSUMES ## GUID
68 gEfiIfrTianoGuid ## CONSUMES ## HII
69
70 [Pcd]
71 gEfiMdeModulePkgTokenSpaceGuid.PcdDriverHealthConfigureForm ## CONSUMES
72
73 [Depex]
74 gEfiHiiDatabaseProtocolGuid AND gEfiFormBrowser2ProtocolGuid