]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/HiiResourcesSampleDxe/Sample.vfr
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / HiiResourcesSampleDxe / Sample.vfr
CommitLineData
6446c987
LG
1// *++\r
2//\r
e5eed7d3
HT
3// Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
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
24#define SAMPLE_GUID { 0x4f4ef7f0, 0xaa29, 0x4ce9, 0xba, 0x41, 0x64, 0x3e, 0x1, 0x23, 0xa9, 0x9f }\r
25\r
26\r
27formset\r
28 guid = SAMPLE_GUID,\r
29 title = STRING_TOKEN(STR_SAMPLE_FORM_SET_TITLE),\r
30 help = STRING_TOKEN(STR_SAMPLE_FORM_SET_HELP),\r
31\r
32 form formid = 1,\r
33 title = STRING_TOKEN(STR_SAMPLE_FORM1_TITLE);\r
34\r
35 text\r
36 help = STRING_TOKEN(STR_SAMPLE_VERSION_HELP),\r
37 text = STRING_TOKEN(STR_SAMPLE_VERSION_TEXT),\r
38 text = STRING_TOKEN(STR_SAMPLE_EMPTY);\r
39\r
40 subtitle text = STRING_TOKEN(STR_SAMPLE_EMPTY);\r
41\r
42 subtitle text = STRING_TOKEN(STR_SAMPLE_ESC);\r
43\r
44 endform;\r
45\r
46endformset;\r