VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthConfigureVfr.Vfr@ 95013

最後變更 在這個檔案從95013是 80721,由 vboxsync 提交於 6 年 前

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 896 位元組
 
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
12formset
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;
33endformset;
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette