]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthConfigureVfr.Vfr
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / DriverHealthManagerDxe / DriverHealthConfigureVfr.Vfr
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;