]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManagerVfr.Vfr
Remove IntelFrameworkModulePkg
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / DeviceMngr / DeviceManagerVfr.Vfr
diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManagerVfr.Vfr b/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManagerVfr.Vfr
deleted file mode 100644 (file)
index 6232aa9..0000000
+++ /dev/null
@@ -1,87 +0,0 @@
-///** @file\r
-//  \r
-//    Device Manager formset.\r
-//  \r
-//  Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
-//  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-//  \r
-//**/\r
-\r
-#include "DeviceManagerVfr.h"\r
-\r
-#define EFI_DISK_DEVICE_CLASS              0x0001\r
-#define EFI_VIDEO_DEVICE_CLASS             0x0002\r
-#define EFI_NETWORK_DEVICE_CLASS           0x0004\r
-#define EFI_INPUT_DEVICE_CLASS             0x0008\r
-#define EFI_ON_BOARD_DEVICE_CLASS          0x0010\r
-#define EFI_OTHER_DEVICE_CLASS             0x0020\r
-\r
-#define DEVICE_MANAGER_CLASS               0x0000\r
-#define FRONT_PAGE_SUBCLASS                0x0003\r
-\r
-formset\r
-  guid      = DEVICE_MANAGER_FORMSET_GUID,\r
-  title     = STRING_TOKEN(STR_DEVICE_MANAGER_TITLE),\r
-  help      = STRING_TOKEN(STR_EMPTY_STRING),\r
-  classguid = DEVICE_MANAGER_FORMSET_GUID,\r
-\r
-  form formid = DEVICE_MANAGER_FORM_ID,\r
-       title  = STRING_TOKEN(STR_DEVICE_MANAGER_TITLE);\r
-\r
-    subtitle text = STRING_TOKEN(STR_DEVICES_LIST);\r
-    //\r
-    // This is where devices get added to the device manager hierarchy\r
-    //\r
-    label EFI_DISK_DEVICE_CLASS;\r
-//    label LABEL_END;  // Since next opcode is a label, so this one could be omitted to save code size\r
-\r
-    label EFI_VIDEO_DEVICE_CLASS;\r
-//    label LABEL_END;\r
-\r
-    label EFI_NETWORK_DEVICE_CLASS;\r
-//    label LABEL_END;\r
-\r
-    label EFI_INPUT_DEVICE_CLASS;\r
-//    label LABEL_END;\r
-\r
-    label EFI_ON_BOARD_DEVICE_CLASS;\r
-//    label LABEL_END;\r
-\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
-    subtitle text = STRING_TOKEN(STR_EMPTY_STRING);\r
-    subtitle text = STRING_TOKEN(STR_EXIT_STRING);\r
-\r
-  endform;\r
-\r
-  form formid = NETWORK_DEVICE_LIST_FORM_ID,\r
-       title = STRING_TOKEN(STR_FORM_NETWORK_DEVICE_LIST_TITLE);\r
-\r
-    subtitle text = STRING_TOKEN(STR_NETWORK_DEVICE_LIST_STRING);\r
-\r
-       label LABEL_NETWORK_DEVICE_LIST_ID;\r
-       label LABEL_END;\r
-       subtitle text = STRING_TOKEN(STR_EMPTY_STRING);\r
-    subtitle text = STRING_TOKEN(STR_EXIT_STRING);\r
-  endform;\r
-\r
-  form formid = NETWORK_DEVICE_FORM_ID,\r
-       title = STRING_TOKEN(STR_FORM_NETWORK_DEVICE_TITLE);\r
-\r
-    subtitle text = STRING_TOKEN(STR_NETWORK_DEVICE_STRING);\r
-\r
-       label LABEL_NETWORK_DEVICE_ID;\r
-       label LABEL_END;\r
-       subtitle text = STRING_TOKEN(STR_EMPTY_STRING);\r
-    subtitle text = STRING_TOKEN(STR_EXIT_STRING);\r
-  endform;\r
-endformset;\r
-\r