]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/HiiResourcesSampleDxe/Sample.vfr
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / HiiResourcesSampleDxe / Sample.vfr
CommitLineData
6446c987
LG
1// *++\r
2//\r
d1102dba 3// Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 4// This program and the accompanying materials\r
6446c987
LG
5// are licensed and made available under the terms and conditions of the BSD License\r
6// which accompanies this distribution. The full text of the license may be found at\r
7// http://opensource.org/licenses/bsd-license.php\r
8//\r
9// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11//\r
12// Module Name:\r
13//\r
14// Sample.vfr\r
15//\r
16// Abstract:\r
17//\r
18// Sample Form.\r
19//\r
20// Revision History:\r
21//\r
22// --*/\r
23\r
c8ad2d7a 24#include <Guid/HiiResourceSampleHii.h>\r
6446c987
LG
25\r
26formset\r
c8ad2d7a 27 guid = HII_RESOURCE_SAMPLE_FORM_SET_GUID,\r
6446c987
LG
28 title = STRING_TOKEN(STR_SAMPLE_FORM_SET_TITLE),\r
29 help = STRING_TOKEN(STR_SAMPLE_FORM_SET_HELP),\r
30\r
31 form formid = 1,\r
32 title = STRING_TOKEN(STR_SAMPLE_FORM1_TITLE);\r
33\r
d1102dba 34 text\r
6446c987
LG
35 help = STRING_TOKEN(STR_SAMPLE_VERSION_HELP),\r
36 text = STRING_TOKEN(STR_SAMPLE_VERSION_TEXT),\r
d1102dba 37 text = STRING_TOKEN(STR_SAMPLE_EMPTY);\r
6446c987
LG
38\r
39 subtitle text = STRING_TOKEN(STR_SAMPLE_EMPTY);\r
40\r
41 subtitle text = STRING_TOKEN(STR_SAMPLE_ESC);\r
42\r
43 endform;\r
44\r
45endformset;\r