]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/PlatformDxe/PlatformForms.vfr
OvmfPkg: PlatformDxe: add an empty HII form
[mirror_edk2.git] / OvmfPkg / PlatformDxe / PlatformForms.vfr
1 // *++
2 //
3 // Copyright (C) 2014, Red Hat, Inc.
4 // Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
5 //
6 // This program and the accompanying materials are licensed and made available
7 // under the terms and conditions of the BSD License which accompanies this
8 // distribution. The full text of the license may be found at
9 // http://opensource.org/licenses/bsd-license.php
10 //
11 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
13 // IMPLIED.
14 //
15 // Module Name:
16 //
17 // PlatformForms.vfr
18 //
19 // Abstract:
20 //
21 // Form definitions for exposing some of OVMF's platform knobs via HII.
22 //
23 // --*/
24
25 #include <Guid/OvmfPlatformConfig.h>
26 #include "Platform.h"
27
28 formset
29 guid = OVMF_PLATFORM_CONFIG_GUID,
30 title = STRING_TOKEN(STR_FORMSET_TITLE),
31 help = STRING_TOKEN(STR_FORMSET_HELP),
32
33 form
34 formid = FORMID_MAIN_FORM,
35 title = STRING_TOKEN(STR_MAIN_FORM_TITLE);
36 endform;
37
38 endformset;