VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerVfr.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
檔案大小: 815 位元組
 
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
11formset
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;
32endformset;
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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