]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManagerVfr.Vfr
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / DeviceMngr / DeviceManagerVfr.Vfr
index 14cafd4761f14651555473a7b1576a537f53acb4..8414b8f0968411823f7637a4253cbdff3ad790ce 100644 (file)
@@ -2,8 +2,8 @@
 //  \r
 //    Device Manager formset.\r
 //  \r
-//  Copyright (c) 2004 - 2008, Intel Corporation. <BR>\r
-//  All rights reserved. This program and the accompanying materials\r
+//  Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+//  This program and the accompanying materials\r
 //  are licensed and made available under the terms and conditions of the BSD License\r
 //  which accompanies this distribution.  The full text of the license may be found at\r
 //  http://opensource.org/licenses/bsd-license.php\r
 #define EFI_OTHER_DEVICE_CLASS             0x0020\r
 #define LABEL_VBIOS                        0x0040\r
 \r
+#define LABEL_DEVICES_LIST                 0x0080\r
 #define LABEL_END                          0xffff\r
 \r
 #define DEVICE_MANAGER_CLASS               0x0000\r
-#define FRONT_PAGE_SUBCLASS                       0x0003\r
+#define FRONT_PAGE_SUBCLASS                0x0003\r
 \r
 #define DEVICE_MANAGER_FORM_ID             0x1000\r
 \r
+#define DEVICE_MANAGER_KEY_DRIVER_HEALTH   0x1111\r
+\r
 formset\r
-  guid     = FORMSET_GUID,\r
-  title    = STRING_TOKEN(STR_DEVICE_MANAGER_TITLE),\r
-  help     = STRING_TOKEN(STR_EMPTY_STRING),\r
-  class    = DEVICE_MANAGER_CLASS,\r
-  subclass = FRONT_PAGE_SUBCLASS,\r
+  guid      = FORMSET_GUID,\r
+  title     = STRING_TOKEN(STR_DEVICE_MANAGER_TITLE),\r
+  help      = STRING_TOKEN(STR_EMPTY_STRING),\r
+  classguid = FORMSET_GUID,\r
+  class     = DEVICE_MANAGER_CLASS,\r
+  subclass  = FRONT_PAGE_SUBCLASS,\r
 \r
   form formid = DEVICE_MANAGER_FORM_ID,\r
        title  = STRING_TOKEN(STR_DEVICE_MANAGER_TITLE);\r
@@ -58,14 +62,16 @@ formset
     label EFI_ON_BOARD_DEVICE_CLASS;\r
 //    label LABEL_END;\r
 \r
-    label EFI_OTHER_DEVICE_CLASS;\r
-    label LABEL_END;\r
+//    label EFI_OTHER_DEVICE_CLASS;\r
 \r
+    label LABEL_DEVICES_LIST;\r
+    label LABEL_END;\r
+      \r
     subtitle text = STRING_TOKEN(STR_EMPTY_STRING);\r
 \r
     label LABEL_VBIOS;\r
     label LABEL_END;\r
-\r
+    \r
     subtitle text = STRING_TOKEN(STR_EMPTY_STRING);\r
     subtitle text = STRING_TOKEN(STR_EXIT_STRING);\r
 \r