]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkNt32Pkg/Dxe/PlatformBds/Generic/DeviceMngr/DeviceManagerVfr.Vfr
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / EdkNt32Pkg / Dxe / PlatformBds / Generic / DeviceMngr / DeviceManagerVfr.Vfr
diff --git a/EdkNt32Pkg/Dxe/PlatformBds/Generic/DeviceMngr/DeviceManagerVfr.Vfr b/EdkNt32Pkg/Dxe/PlatformBds/Generic/DeviceMngr/DeviceManagerVfr.Vfr
deleted file mode 100644 (file)
index 5497c6d..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// *++\r
-//\r
-// Copyright (c) 2006, Intel Corporation                                                         \r
-// All rights reserved. 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
-//                                                                                           \r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-// \r
-// Module Name:\r
-//\r
-//   DeviceManagerVfr.vfr \r
-// \r
-// Abstract:\r
-// \r
-//   Device Manager formset.\r
-// \r
-// Revision History: \r
-// \r
-// --*/\r
-\r
-#include "BdsStrDefs.h"\r
-\r
-#define FORMSET_GUID  { 0x3ebfa8e6, 0x511d, 0x4b5b, { 0xa9, 0x5f, 0xfb, 0x38, 0x26, 0xf, 0x1c, 0x27 } }\r
-\r
-#define EFI_DISK_DEVICE_CLASS              0x01\r
-#define EFI_VIDEO_DEVICE_CLASS             0x02\r
-#define EFI_NETWORK_DEVICE_CLASS           0x04\r
-#define EFI_INPUT_DEVICE_CLASS             0x08\r
-#define EFI_ON_BOARD_DEVICE_CLASS          0x10\r
-#define EFI_OTHER_DEVICE_CLASS             0x20\r
-#define EFI_VBIOS_CLASS                    0x40\r
-\r
-#define DEVICE_MANAGER_CLASS               0x0000\r
-#define FRONT_PAGE_SUBCLASS                         0x0003\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
-\r
-  form formid = 0x1000,\r
-       title  = STRING_TOKEN(STR_DEVICE_MANAGER_TITLE);\r
-\r
-    //\r
-    // This is where devices get added to the device manager hierarchy\r
-    //\r
-    subtitle text = STRING_TOKEN(STR_DISK_DEVICE);\r
-    label EFI_DISK_DEVICE_CLASS;\r
-\r
-    subtitle text = STRING_TOKEN(STR_VIDEO_DEVICE);\r
-    label EFI_VIDEO_DEVICE_CLASS;\r
-\r
-    subtitle text = STRING_TOKEN(STR_NETWORK_DEVICE);\r
-    label EFI_NETWORK_DEVICE_CLASS;\r
-\r
-    subtitle text = STRING_TOKEN(STR_INPUT_DEVICE);\r
-    label EFI_INPUT_DEVICE_CLASS;\r
-\r
-    subtitle text = STRING_TOKEN(STR_ON_BOARD_DEVICE);\r
-    label EFI_ON_BOARD_DEVICE_CLASS;\r
-\r
-    subtitle text = STRING_TOKEN(STR_OTHER_DEVICE);\r
-    label EFI_OTHER_DEVICE_CLASS;\r
-    \r
-    subtitle text = STRING_TOKEN(STR_EMPTY_STRING);\r
-    label EFI_VBIOS_CLASS;\r
-    \r
-  endform;\r
-endformset;\r
-\r