mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Add UNI files for DriverHealthManagerDxe driver.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17453 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
67b6269ada
commit
579282ac56
|
@ -1,4 +1,6 @@
|
|||
## @file
|
||||
# Driver Health Manager DXE driver.
|
||||
#
|
||||
# This module produces two driver health manager forms.
|
||||
# One will be used by BDS core to configure the Configured Required
|
||||
# driver health instances, the other will be automatically included by
|
||||
|
@ -22,6 +24,7 @@
|
|||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = DriverHealthManagerDxe
|
||||
MODULE_UNI_FILE = DriverHealthManagerDxe.uni
|
||||
FILE_GUID = EBF8ED7C-0DD1-4787-84F1-F48D537DCACF
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
|
@ -71,4 +74,7 @@
|
|||
gEfiMdeModulePkgTokenSpaceGuid.PcdDriverHealthConfigureForm ## CONSUMES
|
||||
|
||||
[Depex]
|
||||
gEfiHiiDatabaseProtocolGuid AND gEfiFormBrowser2ProtocolGuid
|
||||
gEfiHiiDatabaseProtocolGuid AND gEfiFormBrowser2ProtocolGuid
|
||||
|
||||
[UserExtensions.TianoCore."ExtraFiles"]
|
||||
DriverHealthManagerDxeExtra.uni
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue