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