]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Vlv2TbltDevicePkg/PlatformSetupDxe/Vfr.vfr
Remove Framework HII "class\subclass" in all VFR
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformSetupDxe / Vfr.vfr
... / ...
CommitLineData
1//\r
2//\r
3//\r
4// Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
5// \r\r
6// This program and the accompanying materials are licensed and made available under\r\r
7// the terms and conditions of the BSD License that accompanies this distribution. \r\r
8// The full text of the license may be found at \r\r
9// http://opensource.org/licenses/bsd-license.php. \r\r
10// \r\r
11// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
12// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
13// \r\r
14//\r
15//\r
16#include "Configuration.h"\r
17#include "PlatformSetupDxeStrDefs.h"\r
18#include "Guid/SetupVariable.h"\r
19\r
20formset\r
21 guid = SYSTEM_CONFIGURATION_GUID,\r
22 title = STRING_TOKEN(STR_SYSTEM_SETUP_TITLE),\r
23 help = STRING_TOKEN(STR_SYSTEM_SETUP_HELP),\r
24\r
25\r
26 varstore SYSTEM_CONFIGURATION, name = Setup, guid = SYSTEM_CONFIGURATION_GUID;\r
27 form formid = ROOT_FORM_ID,\r
28 title = STRING_TOKEN(STR_SYSTEM_SETUP_TITLE);\r
29\r
30 //\r
31 // Jump to 2)Main Form\r
32 //\r
33 goto ROOT_MAIN_FORM_ID,\r
34 prompt = STRING_TOKEN(STR_MAIN_TITLE),\r
35 help = STRING_TOKEN(STR_MAIN_HELP);\r
36\r
37 //\r
38 // Jump to 3)Uncore Configuration Form\r
39 //\r
40 goto UNCORE_FORM_ID,\r
41 prompt = STRING_TOKEN(STR_UNCORE_CONFIGURATION_TITLE),\r
42 help = STRING_TOKEN(STR_UNCORE_CONFIGURATION_HELP);\r
43\r
44 //\r
45 // Jump to 4)South Cluster Configuration Form\r
46 //\r
47 goto SOUTH_CLUSTER_FORM_ID,\r
48 prompt = STRING_TOKEN(STR_SOUTH_CLUSTER_TITLE),\r
49 help = STRING_TOKEN(STR_SOUTH_CLUSTER_HELP);\r
50\r
51 // Jump to 5)Boot Form\r
52 //\r
53 goto BOOT_CONFIGURATION_FORM_ID,\r
54 prompt = STRING_TOKEN(STR_BOOT_CONFIGURATION_TITLE),\r
55 help = STRING_TOKEN(STR_BOOT_CONFIGURATION_HELP);\r
56\r
57 //\r
58 // Jump to 6)Security Configuration Form\r
59 //\r
60 goto SECURITY_CONFIGURATION_FORM_ID,\r
61 prompt = STRING_TOKEN(STR_SECURITY_CONFIGURATION_TITLE),\r
62 help = STRING_TOKEN(STR_SECURITY_CONFIGURATION_HELP);\r
63\r
64 //\r
65 // Jump to 7)Thermal Form\r
66 //\r
67 goto THERMAL_FORM_ID,\r
68 prompt = STRING_TOKEN(STR_THERMAL_TITLE),\r
69 help = STRING_TOKEN(STR_THERMAL_HELP);\r
70\r
71 //\r
72 // Jump to 8) System Component Form\r
73 goto SYSTEM_COMPONENT_FORM_ID,\r
74 prompt = STRING_TOKEN(STR_SYSTEM_COMPONENT_TITLE),\r
75 help = STRING_TOKEN(STR_SYSTEM_COMPONENT_HELP);\r
76\r
77 //\r
78 // Jump to 10)Debug Configuration Form\r
79 //\r
80#if (BYTI_PF_ENABLE == 0)\r
81 goto DEBUG_CONFIGURATION_FORM_ID,\r
82 prompt = STRING_TOKEN(STR_DEBUG_CONFIGURATION_TITLE),\r
83 help = STRING_TOKEN(STR_DEBUG_CONFIGURATION_HELP);\r
84#endif\r
85\r
86 subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
87 //\r
88 // Commit change and exit\r
89 //\r
90 text\r
91 help = STRING_TOKEN(STR_COMMIT_CHANGE_AND_EXIT_HELP),\r
92 text = STRING_TOKEN(STR_COMMIT_CHANGE_AND_EXIT_PROMPT),\r
93 text = STRING_TOKEN(STR_COMMIT_CHANGE_AND_EXIT_PROMPT),\r
94 flags = INTERACTIVE,\r
95 key = 0xF001;\r
96\r
97 //\r
98 // Discard change and exit\r
99 //\r
100 text\r
101 help = STRING_TOKEN(STR_DISCARD_CHANGE_AND_EXIT_HELP),\r
102 text = STRING_TOKEN(STR_DISCARD_CHANGE_AND_EXIT_PROMPT),\r
103 text = STRING_TOKEN(STR_DISCARD_CHANGE_AND_EXIT_PROMPT),\r
104 flags = INTERACTIVE,\r
105 key = 0xF002;\r
106\r
107 //\r
108 // Load default and exit\r
109 //\r
110 text\r
111 help = STRING_TOKEN(STR_LOAD_DEFAULT_AND_EXIT_HELP),\r
112 text = STRING_TOKEN(STR_LOAD_DEFAULT_AND_EXIT_PROMPT),\r
113 text = STRING_TOKEN(STR_LOAD_DEFAULT_AND_EXIT_PROMPT),\r
114 flags = INTERACTIVE,\r
115 key = 0xF003;\r
116 endform;\r
117\r
118 #include "Main.vfi"\r
119 #include "UnCore.vfi"\r
120 #include "SouthClusterConfig.vfi"\r
121 #include "Boot.vfi"\r
122 #include "Security.vfi"\r
123 #include "Thermal.vfi"\r
124 #include "SystemComponent.vfi"\r
125 #include "DebugConfig.vfi"\r
126endformset;\r