]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/HiiResourcesSampleDxe/Sample.vfr
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 4// SPDX-License-Identifier: BSD-2-Clause-Patent\r
6446c987
LG
5//\r
6// Module Name:\r
7//\r
8// Sample.vfr\r
9//\r
10// Abstract:\r
11//\r
12// Sample Form.\r
13//\r
14// Revision History:\r
15//\r
16// --*/\r
17\r
c8ad2d7a 18#include <Guid/HiiResourceSampleHii.h>\r
6446c987
LG
19\r
20formset\r
c8ad2d7a 21 guid = HII_RESOURCE_SAMPLE_FORM_SET_GUID,\r
6446c987
LG
22 title = STRING_TOKEN(STR_SAMPLE_FORM_SET_TITLE),\r
23 help = STRING_TOKEN(STR_SAMPLE_FORM_SET_HELP),\r
24\r
25 form formid = 1,\r
26 title = STRING_TOKEN(STR_SAMPLE_FORM1_TITLE);\r
27\r
d1102dba 28 text\r
6446c987
LG
29 help = STRING_TOKEN(STR_SAMPLE_VERSION_HELP),\r
30 text = STRING_TOKEN(STR_SAMPLE_VERSION_TEXT),\r
d1102dba 31 text = STRING_TOKEN(STR_SAMPLE_EMPTY);\r
6446c987
LG
32\r
33 subtitle text = STRING_TOKEN(STR_SAMPLE_EMPTY);\r
34\r
35 subtitle text = STRING_TOKEN(STR_SAMPLE_ESC);\r
36\r
37 endform;\r
38\r
39endformset;\r