]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / DriverHealthManagerDxe / DriverHealthManagerDxe.inf
CommitLineData
3bb5c813 1## @file\r
579282ac
RN
2# Driver Health Manager DXE driver.\r
3#\r
3bb5c813
RN
4# This module produces two driver health manager forms.\r
5# One will be used by BDS core to configure the Configured Required\r
6# driver health instances, the other will be automatically included by\r
7# firmware setup (UI).\r
8#\r
d1102dba 9# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
3bb5c813
RN
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
d1102dba 14#\r
3bb5c813
RN
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
d1102dba 17#\r
3bb5c813
RN
18##\r
19################################################################################\r
20#\r
21# Defines Section - statements that will be processed to create a Makefile.\r
22#\r
23################################################################################\r
24[Defines]\r
25 INF_VERSION = 0x00010005\r
26 BASE_NAME = DriverHealthManagerDxe\r
579282ac 27 MODULE_UNI_FILE = DriverHealthManagerDxe.uni\r
3bb5c813
RN
28 FILE_GUID = EBF8ED7C-0DD1-4787-84F1-F48D537DCACF\r
29 MODULE_TYPE = DXE_DRIVER\r
30 VERSION_STRING = 1.0\r
31 ENTRY_POINT = InitializeDriverHealthManager\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
de005223 36# VALID_ARCHITECTURES = IA32 X64 EBC\r
3bb5c813
RN
37#\r
38\r
39\r
40[Sources.common]\r
41 DriverHealthManagerDxe.h\r
42 DriverHealthManagerDxe.c\r
43 DriverHealthManagerStrings.uni\r
44 DriverHealthManagerVfr.Vfr\r
45 DriverHealthManagerVfr.h\r
46 DriverHealthConfigureVfr.Vfr\r
47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51\r
52[LibraryClasses]\r
53 UefiBootServicesTableLib\r
54 UefiRuntimeServicesTableLib\r
55 MemoryAllocationLib\r
56 BaseMemoryLib\r
57 BaseLib\r
58 UefiLib\r
59 UefiDriverEntryPoint\r
60 DebugLib\r
61 HiiLib\r
62 UefiBootManagerLib\r
63 PcdLib\r
64 DevicePathLib\r
65\r
66[Protocols]\r
67 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
68\r
69[Guids]\r
70 gEfiHiiDriverHealthFormsetGuid ## CONSUMES ## GUID\r
71 gEfiIfrTianoGuid ## CONSUMES ## HII\r
72\r
73[Pcd]\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdDriverHealthConfigureForm ## CONSUMES\r
75\r
76[Depex]\r
579282ac
RN
77 gEfiHiiDatabaseProtocolGuid AND gEfiFormBrowser2ProtocolGuid\r
78\r
79[UserExtensions.TianoCore."ExtraFiles"]\r
80 DriverHealthManagerDxeExtra.uni\r