]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/HttpBootDxe/HttpBootConfigVfr.vfr
UefiCpuPkg/Application/Cpuid: Remove unnecessary code check
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootConfigVfr.vfr
CommitLineData
fa848a40
FS
1/** @file\r
2 VFR file used by the HTTP Boot configuration component.\r
3\r
4 Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
5\r
6 This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php.\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#include "HttpBootConfigNVDataStruc.h"\r
17\r
18\r
19formset\r
20 guid = HTTP_BOOT_CONFIG_GUID,\r
21 title = STRING_TOKEN(STR_HTTP_BOOT_CONFIG_FORM_TITLE),\r
22 help = STRING_TOKEN(STR_HTTP_BOOT_CONFIG_FORM_HELP),\r
23\r
24 varstore HTTP_BOOT_CONFIG_IFR_NVDATA,\r
25 name = HTTP_BOOT_CONFIG_IFR_NVDATA,\r
26 guid = HTTP_BOOT_CONFIG_GUID;\r
27 \r
28 form formid = FORMID_MAIN_FORM,\r
29 title = STRING_TOKEN(STR_HTTP_BOOT_CONFIG_FORM_TITLE);\r
30\r
31 string varid = HTTP_BOOT_CONFIG_IFR_NVDATA.Description,\r
32 prompt = STRING_TOKEN(STR_BOOT_DESCRIPTION_PROMPT),\r
33 help = STRING_TOKEN(STR_NULL_STRING),\r
34 minsize = 6,\r
35 maxsize = 75,\r
36 endstring;\r
37\r
38 oneof varid = HTTP_BOOT_CONFIG_IFR_NVDATA.IpVersion,\r
39 prompt = STRING_TOKEN(STR_HTTP_BOOT_IP_VERSION_PROMPT),\r
40 help = STRING_TOKEN(STR_HTTP_BOOT_IP_VERSION_HELP),\r
41 option text = STRING_TOKEN(STR_HTTP_BOOT_IP_VERSION_4), value = HTTP_BOOT_IP_VERSION_4, flags = DEFAULT;\r
42 option text = STRING_TOKEN(STR_HTTP_BOOT_IP_VERSION_6), value = HTTP_BOOT_IP_VERSION_6, flags = 0;\r
43 endoneof;\r
44\r
45 string varid = HTTP_BOOT_CONFIG_IFR_NVDATA.Uri,\r
46 prompt = STRING_TOKEN(STR_BOOT_URI_PROMPT),\r
47 help = STRING_TOKEN(STR_BOOT_URI_HELP),\r
48 minsize = URI_STR_MIN_SIZE,\r
49 maxsize = URI_STR_MAX_SIZE,\r
50 endstring;\r
51 endform;\r
52\r
53endformset;\r