Driver health management implementation in BDS based on UEFI Specification 2.3.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9514 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy
2009-12-04 03:22:44 +00:00
parent c6204371fd
commit ab4da12626
7 changed files with 1948 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
//
// Device Manager formset.
//
// Copyright (c) 2004 - 2008, Intel Corporation. <BR>
// Copyright (c) 2004 - 2009, Intel Corporation. <BR>
// All rights reserved. This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
// which accompanies this distribution. The full text of the license may be found at
@@ -31,6 +31,8 @@
#define DEVICE_MANAGER_FORM_ID 0x1000
#define DEVICE_MANAGER_KEY_DRIVER_HEALTH 0x1111
formset
guid = FORMSET_GUID,
title = STRING_TOKEN(STR_DEVICE_MANAGER_TITLE),
@@ -64,12 +66,22 @@ formset
label LABEL_DEVICES_LIST;
label LABEL_END;
subtitle text = STRING_TOKEN(STR_LAST_STRING);
subtitle text = STRING_TOKEN(STR_DM_DRIVER_HEALTH_TITLE);
text
help = STRING_TOKEN(STR_DRIVER_HEALTH_STATUS_HELP),
text = STRING_TOKEN(STR_DRIVER_HEALTH_ALL_HEALTHY),
text = STRING_TOKEN(STR_LAST_STRING),
flags = INTERACTIVE,
key = DEVICE_MANAGER_KEY_DRIVER_HEALTH;
subtitle text = STRING_TOKEN(STR_EMPTY_STRING);
label LABEL_VBIOS;
label LABEL_END;
subtitle text = STRING_TOKEN(STR_EMPTY_STRING);
subtitle text = STRING_TOKEN(STR_EXIT_STRING);