summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/PlatformDxe/Platform.h
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2014-03-22 07:13:18 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2014-03-22 07:13:18 +0000
commit877a4dbb02d5508008a7d63c05d39d82f47d449b (patch)
tree0aadb8aa3743bd7a6f543ee781d46003634caf05 /OvmfPkg/PlatformDxe/Platform.h
parentbdaf30e4e6eb0172c4adecad6276e7bc26714b6a (diff)
downloadedk2-877a4dbb02d5508008a7d63c05d39d82f47d449b.tar.gz
edk2-877a4dbb02d5508008a7d63c05d39d82f47d449b.tar.bz2
edk2-877a4dbb02d5508008a7d63c05d39d82f47d449b.zip
OvmfPkg: PlatformDxe: add an empty HII form
... which opens from the Device Manager window. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15367 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/PlatformDxe/Platform.h')
-rw-r--r--OvmfPkg/PlatformDxe/Platform.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/OvmfPkg/PlatformDxe/Platform.h b/OvmfPkg/PlatformDxe/Platform.h
new file mode 100644
index 0000000000..1ee580e785
--- /dev/null
+++ b/OvmfPkg/PlatformDxe/Platform.h
@@ -0,0 +1,24 @@
+/** @file
+ This driver effectuates OVMF's platform configuration settings and exposes
+ them via HII.
+
+ Copyright (C) 2014, Red Hat, Inc.
+
+ This program and the accompanying materials are licensed and made available
+ under the terms and conditions of the BSD License which accompanies this
+ distribution. The full text of the license may be found at
+ http://opensource.org/licenses/bsd-license.php
+
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
+ WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+**/
+
+#ifndef _PLATFORM_H_
+#define _PLATFORM_H_
+
+//
+// Macro and type definitions that connect the form with the HII driver code.
+//
+#define FORMID_MAIN_FORM 1
+
+#endif // _PLATFORM_H_