]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerVfr.Vfr
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / DriverHealthManagerDxe / DriverHealthManagerVfr.Vfr
1 ///** @file
2 //
3 // VFR to produce the formset used by UI.
4 //
5 // Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>
6 // SPDX-License-Identifier: BSD-2-Clause-Patent
7 //**/
8
9 #include "DriverHealthManagerVfr.h"
10
11 formset
12 guid = DRIVER_HEALTH_MANAGER_FORMSET_GUID,
13 title = STRING_TOKEN(STR_FORM_TITLE),
14 help = STRING_TOKEN(STR_FORM_HELP),
15 classguid = EFI_HII_PLATFORM_SETUP_FORMSET_GUID,
16
17 form formid = DRIVER_HEALTH_FORM_ID,
18 title = STRING_TOKEN(STR_FORM_TITLE);
19
20 label LABEL_BEGIN;
21 label LABEL_END;
22
23 suppressif TRUE;
24 text
25 help = STRING_TOKEN(STR_NULL),
26 text = STRING_TOKEN(STR_NULL),
27 flags = INTERACTIVE,
28 key = QUESTION_ID_REFRESH_MANAGER;
29 endif;
30
31 endform;
32 endformset;