Last change
on this file since 86605 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
814 bytes
|
Line | |
---|
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;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.