]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkUnixPkg/Dxe/PlatformBds/Generic/BootMngr/BootManagerVfr.Vfr
Unix version of EFI emulator
[mirror_edk2.git] / EdkUnixPkg / Dxe / PlatformBds / Generic / BootMngr / BootManagerVfr.Vfr
diff --git a/EdkUnixPkg/Dxe/PlatformBds/Generic/BootMngr/BootManagerVfr.Vfr b/EdkUnixPkg/Dxe/PlatformBds/Generic/BootMngr/BootManagerVfr.Vfr
new file mode 100644 (file)
index 0000000..7fb193a
--- /dev/null
@@ -0,0 +1,55 @@
+// *++\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