]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr
MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in DriverS...
[mirror_edk2.git] / MdeModulePkg / Universal / DriverSampleDxe / Inventory.vfr
... / ...
CommitLineData
1///** @file\r
2//\r
3// Sample Inventory Data\r
4//\r
5// Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
6// This program and the accompanying materials\r
7// are licensed and made available under the terms and conditions of the BSD License\r
8// which accompanies this distribution. The full text of the license may be found at\r
9// http://opensource.org/licenses/bsd-license.php\r
10//\r
11// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13//\r
14//**/\r
15\r
16#include "NVDataStruc.h"\r
17\r
18formset\r
19 guid = DRIVER_SAMPLE_INVENTORY_GUID,\r
20 title = STRING_TOKEN(STR_INV_FORM_SET_TITLE),\r
21 help = STRING_TOKEN(STR_INV_FORM_SET_HELP),\r
22 class = 0x04,\r
23 subclass = 0x03,\r
24\r
25 form formid = 1,\r
26 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
27\r
28 text\r
29 help = STRING_TOKEN(STR_INV_VERSION_HELP),\r
30 text = STRING_TOKEN(STR_INV_VERSION_TEXT),\r
31 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
32 flags = 0,\r
33 key = 0;\r
34\r
35 text\r
36 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
37 text = STRING_TOKEN(STR_INV_VERSION_TEXT2),\r
38 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
39 flags = 0,\r
40 key = 0;\r
41\r
42 text\r
43 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
44 text = STRING_TOKEN(STR_INV_VERSION_TEXT3),\r
45 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
46 flags = 0,\r
47 key = 0;\r
48\r
49 text\r
50 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
51 text = STRING_TOKEN(STR_INV_VERSION_TEXT4),\r
52 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
53 flags = 0,\r
54 key = 0;\r
55\r
56 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);\r
57\r
58 text\r
59 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
60 text = STRING_TOKEN(STR_INV_VERSION_TEXT5),\r
61 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
62 flags = 0,\r
63 key = 0;\r
64\r
65 text\r
66 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
67 text = STRING_TOKEN(STR_INV_VERSION_TEXT6),\r
68 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
69 flags = 0,\r
70 key = 0;\r
71\r
72 text\r
73 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
74 text = STRING_TOKEN(STR_INV_VERSION_TEXT7),\r
75 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
76 flags = 0,\r
77 key = 0;\r
78\r
79 text\r
80 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
81 text = STRING_TOKEN(STR_INV_VERSION_TEXT8),\r
82 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
83 flags = 0,\r
84 key = 0;\r
85\r
86 text\r
87 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
88 text = STRING_TOKEN(STR_INV_VERSION_TEXT9),\r
89 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
90 flags = 0,\r
91 key = 0;\r
92\r
93 text\r
94 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
95 text = STRING_TOKEN(STR_INV_VERSION_TEXT10),\r
96 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
97 flags = 0,\r
98 key = 0;\r
99\r
100 text\r
101 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
102 text = STRING_TOKEN(STR_INV_VERSION_TEXT11),\r
103 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
104 flags = 0,\r
105 key = 0;\r
106\r
107 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);\r
108\r
109 subtitle text = STRING_TOKEN(STR_INV_VERSION_TEXT12);\r
110\r
111 endform;\r
112\r
113endformset;\r