]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMngr/BootManagerVfr.Vfr
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / EdkNt32Pkg / Dxe / PlatformBds / Generic / BootMngr / BootManagerVfr.Vfr
diff --git a/EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMngr/BootManagerVfr.Vfr b/EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMngr/BootManagerVfr.Vfr
deleted file mode 100644 (file)
index 7fb193a..0000000
+++ /dev/null
@@ -1,55 +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
-//   BootManager.vfr \r
-// \r
-// Abstract:\r
-// \r
-//   Browser formset.\r
-// \r
-// Revision History: \r
-// \r
-// --*/\r
-\r
-#include "BdsStrDefs.h"\r
-\r
-#define FORMSET_GUID  { 0x847bc3fe, 0xb974, 0x446d, { 0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b } } \r
-\r
-#define BOOT_MANAGER_HEADER             0x00\r
-#define BOOT_MANAGER_LABEL              0x01\r
-#define BOOT_MANAGER_TAIL               0x02\r
-\r
-\r
-#define BOOT_MANAGER_CLASS       0x00\r
-#define BOOT_MANAGER_SUBCLASS    0x01\r
-\r
-formset \r
-  guid     = FORMSET_GUID,\r
-  title    = STRING_TOKEN(STR_BM_BANNER),  \r
-  help     = STRING_TOKEN(STR_LAST_STRING),\r
-  class    = BOOT_MANAGER_CLASS,      \r
-  subclass = BOOT_MANAGER_SUBCLASS,\r
-\r
-  form formid = 0x1000,\r
-       title  = STRING_TOKEN(STR_BM_BANNER);\r
-\r
-    label BOOT_MANAGER_HEADER;\r
-    label BOOT_MANAGER_LABEL;\r
-    //\r
-    // This is where we will dynamically add choices for the Boot Manager\r
-    //\r
-\r
-    label BOOT_MANAGER_TAIL;\r
-  endform;\r
-\r
-endformset;\r