]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/HiiResourcesSampleDxe/Sample.vfr
ad0ecad19b95ee10be1737afef05df52e9d139ca
[mirror_edk2.git] / MdeModulePkg / Universal / HiiResourcesSampleDxe / Sample.vfr
1 // *++
2 //
3 // Copyright (c) 2009, Intel Corporation
4 // All rights reserved. This program and the accompanying materials
5 // are licensed and made available under the terms and conditions of the BSD License
6 // which accompanies this distribution. The full text of the license may be found at
7 // http://opensource.org/licenses/bsd-license.php
8 //
9 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 //
12 // Module Name:
13 //
14 // Sample.vfr
15 //
16 // Abstract:
17 //
18 // Sample Form.
19 //
20 // Revision History:
21 //
22 // --*/
23
24 #define SAMPLE_GUID { 0x4f4ef7f0, 0xaa29, 0x4ce9, 0xba, 0x41, 0x64, 0x3e, 0x1, 0x23, 0xa9, 0x9f }
25
26
27 formset
28 guid = SAMPLE_GUID,
29 title = STRING_TOKEN(STR_SAMPLE_FORM_SET_TITLE),
30 help = STRING_TOKEN(STR_SAMPLE_FORM_SET_HELP),
31
32 form formid = 1,
33 title = STRING_TOKEN(STR_SAMPLE_FORM1_TITLE);
34
35 text
36 help = STRING_TOKEN(STR_SAMPLE_VERSION_HELP),
37 text = STRING_TOKEN(STR_SAMPLE_VERSION_TEXT),
38 text = STRING_TOKEN(STR_SAMPLE_EMPTY);
39
40 subtitle text = STRING_TOKEN(STR_SAMPLE_EMPTY);
41
42 subtitle text = STRING_TOKEN(STR_SAMPLE_ESC);
43
44 endform;
45
46 endformset;