2 # Driver Health Manager DXE driver.
4 # This module produces two driver health manager forms.
5 # One will be used by BDS core to configure the Configured Required
6 # driver health instances, the other will be automatically included by
9 # Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19 ################################################################################
21 # Defines Section - statements that will be processed to create a Makefile.
23 ################################################################################
25 INF_VERSION = 0x00010005
26 BASE_NAME = DriverHealthManagerDxe
27 MODULE_UNI_FILE = DriverHealthManagerDxe.uni
28 FILE_GUID = EBF8ED7C-0DD1-4787-84F1-F48D537DCACF
29 MODULE_TYPE = DXE_DRIVER
31 ENTRY_POINT = InitializeDriverHealthManager
34 # The following information is for reference only and not required by the build tools.
36 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
41 DriverHealthManagerDxe.h
42 DriverHealthManagerDxe.c
43 DriverHealthManagerStrings.uni
44 DriverHealthManagerVfr.Vfr
45 DriverHealthManagerVfr.h
46 DriverHealthConfigureVfr.Vfr
50 MdeModulePkg/MdeModulePkg.dec
53 UefiBootServicesTableLib
54 UefiRuntimeServicesTableLib
67 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
70 gEfiHiiDriverHealthFormsetGuid ## CONSUMES ## GUID
71 gEfiIfrTianoGuid ## CONSUMES ## HII
74 gEfiMdeModulePkgTokenSpaceGuid.PcdDriverHealthConfigureForm ## CONSUMES
77 gEfiHiiDatabaseProtocolGuid AND gEfiFormBrowser2ProtocolGuid
79 [UserExtensions.TianoCore."ExtraFiles"]
80 DriverHealthManagerDxeExtra.uni