]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/PlatformDxe/PlatformForms.vfr
OvmfPkg: PlatformDxe: add an empty HII form
[mirror_edk2.git] / OvmfPkg / PlatformDxe / PlatformForms.vfr
diff --git a/OvmfPkg/PlatformDxe/PlatformForms.vfr b/OvmfPkg/PlatformDxe/PlatformForms.vfr
new file mode 100644 (file)
index 0000000..e9ae0de
--- /dev/null
@@ -0,0 +1,38 @@
+// *++\r
+//\r
+// Copyright (C) 2014, Red Hat, Inc.\r
+// Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
+//\r
+// This program and the accompanying materials are licensed and made available\r
+// under the terms and conditions of the BSD License which accompanies this\r
+// 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\r
+// IMPLIED.\r
+//\r
+// Module Name:\r
+//\r
+//   PlatformForms.vfr\r
+//\r
+// Abstract:\r
+//\r
+//   Form definitions for exposing some of OVMF's platform knobs via HII.\r
+//\r
+// --*/\r
+\r
+#include <Guid/OvmfPlatformConfig.h>\r
+#include "Platform.h"\r
+\r
+formset\r
+  guid  = OVMF_PLATFORM_CONFIG_GUID,\r
+  title = STRING_TOKEN(STR_FORMSET_TITLE),\r
+  help  = STRING_TOKEN(STR_FORMSET_HELP),\r
+\r
+  form\r
+    formid = FORMID_MAIN_FORM,\r
+    title  = STRING_TOKEN(STR_MAIN_FORM_TITLE);\r
+  endform;\r
+\r
+endformset;\r