Last change
on this file since 86173 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
896 bytes
|
Line | |
---|
1 | ///** @file
|
---|
2 | //
|
---|
3 | // VFR to produce the formset used by BDS. This form only lists
|
---|
4 | // the Configure Required driver health instances.
|
---|
5 | //
|
---|
6 | // Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>
|
---|
7 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 |
|
---|
9 | //**/
|
---|
10 | #include "DriverHealthManagerVfr.h"
|
---|
11 |
|
---|
12 | formset
|
---|
13 | guid = DRIVER_HEALTH_CONFIGURE_FORMSET_GUID,
|
---|
14 | title = STRING_TOKEN(STR_FORM_TITLE),
|
---|
15 | help = STRING_TOKEN(STR_FORM_HELP),
|
---|
16 | classguid = DRIVER_HEALTH_CONFIGURE_FORMSET_GUID,
|
---|
17 |
|
---|
18 | form formid = DRIVER_HEALTH_FORM_ID,
|
---|
19 | title = STRING_TOKEN(STR_FORM_TITLE);
|
---|
20 |
|
---|
21 | label LABEL_BEGIN;
|
---|
22 | label LABEL_END;
|
---|
23 |
|
---|
24 | suppressif TRUE;
|
---|
25 | text
|
---|
26 | help = STRING_TOKEN(STR_NULL),
|
---|
27 | text = STRING_TOKEN(STR_NULL),
|
---|
28 | flags = INTERACTIVE,
|
---|
29 | key = QUESTION_ID_REFRESH_CONFIGURE;
|
---|
30 | endif;
|
---|
31 |
|
---|
32 | endform;
|
---|
33 | endformset;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.