]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / DriverHealthManagerDxe / DriverHealthManagerDxe.inf
... / ...
CommitLineData
1## @file\r
2# Driver Health Manager DXE driver.\r
3#\r
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
9# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
11#\r
12##\r
13################################################################################\r
14#\r
15# Defines Section - statements that will be processed to create a Makefile.\r
16#\r
17################################################################################\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DriverHealthManagerDxe\r
21 MODULE_UNI_FILE = DriverHealthManagerDxe.uni\r
22 FILE_GUID = EBF8ED7C-0DD1-4787-84F1-F48D537DCACF\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = InitializeDriverHealthManager\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 EBC\r
31#\r
32\r
33\r
34[Sources.common]\r
35 DriverHealthManagerDxe.h\r
36 DriverHealthManagerDxe.c\r
37 DriverHealthManagerStrings.uni\r
38 DriverHealthManagerVfr.Vfr\r
39 DriverHealthManagerVfr.h\r
40 DriverHealthConfigureVfr.Vfr\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
48 UefiRuntimeServicesTableLib\r
49 MemoryAllocationLib\r
50 BaseMemoryLib\r
51 BaseLib\r
52 UefiLib\r
53 UefiDriverEntryPoint\r
54 DebugLib\r
55 HiiLib\r
56 UefiBootManagerLib\r
57 PcdLib\r
58 DevicePathLib\r
59\r
60[Protocols]\r
61 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
62\r
63[Guids]\r
64 gEfiHiiDriverHealthFormsetGuid ## CONSUMES ## GUID\r
65 gEfiIfrTianoGuid ## CONSUMES ## HII\r
66\r
67[Pcd]\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdDriverHealthConfigureForm ## CONSUMES\r
69\r
70[Depex]\r
71 gEfiHiiDatabaseProtocolGuid AND gEfiFormBrowser2ProtocolGuid\r
72\r
73[UserExtensions.TianoCore."ExtraFiles"]\r
74 DriverHealthManagerDxeExtra.uni\r