]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DriverSampleDxe/inventory.vfr
UEFI HII: Merge UEFI HII support changes from branch.
[mirror_edk2.git] / MdeModulePkg / Universal / DriverSampleDxe / inventory.vfr
CommitLineData
93e3992d 1// *++\r
2//\r
3// Copyright (c) 2007, Intel Corporation\r
4// All rights reserved. This program and the accompanying materials\r
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// Inventory.vfr\r
15//\r
16// Abstract:\r
17//\r
18// Sample Inventory Data.\r
19//\r
20// Revision History:\r
21//\r
22// --*/\r
23\r
24#define INVENTORY_GUID { 0xb3f56470, 0x6141, 0x4621, 0x8f, 0x19, 0x70, 0x4e, 0x57, 0x7a, 0xa9, 0xe8 }\r
25\r
26formset\r
27 guid = INVENTORY_GUID,\r
28 title = STRING_TOKEN(STR_INV_FORM_SET_TITLE),\r
29 help = STRING_TOKEN(STR_INV_FORM_SET_HELP),\r
30 class = 0x04,\r
31 subclass = 0x03,\r
32\r
33 form formid = 1,\r
34 title = STRING_TOKEN(STR_INV_FORM1_TITLE); // note formid is a variable (for readability) (UINT16) - also added Form to the line to signify the Op-Code\r
35\r
36 text\r
37 help = STRING_TOKEN(STR_INV_VERSION_HELP),\r
38 text = STRING_TOKEN(STR_INV_VERSION_TEXT),\r
39 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
40 flags = 0,\r
41 key = 0;\r
42\r
43 text\r
44 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
45 text = STRING_TOKEN(STR_INV_VERSION_TEXT2),\r
46 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
47 flags = 0,\r
48 key = 0;\r
49\r
50 text\r
51 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
52 text = STRING_TOKEN(STR_INV_VERSION_TEXT3),\r
53 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
54 flags = 0,\r
55 key = 0;\r
56\r
57 text\r
58 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
59 text = STRING_TOKEN(STR_INV_VERSION_TEXT4),\r
60 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
61 flags = 0,\r
62 key = 0;\r
63\r
64 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);\r
65\r
66 text\r
67 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
68 text = STRING_TOKEN(STR_INV_VERSION_TEXT5),\r
69 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
70 flags = 0,\r
71 key = 0;\r
72\r
73 text\r
74 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
75 text = STRING_TOKEN(STR_INV_VERSION_TEXT6),\r
76 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
77 flags = 0,\r
78 key = 0;\r
79\r
80 text\r
81 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
82 text = STRING_TOKEN(STR_INV_VERSION_TEXT7),\r
83 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
84 flags = 0,\r
85 key = 0;\r
86\r
87 text\r
88 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
89 text = STRING_TOKEN(STR_INV_VERSION_TEXT8),\r
90 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
91 flags = 0,\r
92 key = 0;\r
93\r
94 text\r
95 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
96 text = STRING_TOKEN(STR_INV_VERSION_TEXT9),\r
97 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
98 flags = 0,\r
99 key = 0;\r
100\r
101 text\r
102 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
103 text = STRING_TOKEN(STR_INV_VERSION_TEXT10),\r
104 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
105 flags = 0,\r
106 key = 0;\r
107\r
108 text\r
109 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
110 text = STRING_TOKEN(STR_INV_VERSION_TEXT11),\r
111 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
112 flags = 0,\r
113 key = 0;\r
114\r
115 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);\r
116\r
117 subtitle text = STRING_TOKEN(STR_INV_VERSION_TEXT12);\r
118\r
119 endform;\r
120\r
121endformset;\r