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