1 | // /** @file
|
---|
2 | // Driver Health Manager DXE driver.
|
---|
3 | //
|
---|
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
|
---|
7 | // firmware setup (UI).
|
---|
8 | //
|
---|
9 | // Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
10 | //
|
---|
11 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
12 | //
|
---|
13 | // **/
|
---|
14 |
|
---|
15 | #string STR_PROPERTIES_MODULE_NAME
|
---|
16 | #language en-US
|
---|
17 | "Driver Health Manager DXE driver"
|
---|
18 |
|
---|
19 |
|
---|