]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DriverSampleDxe/Inventory.vfr
Remove Framework HII "class\subclass" in all VFR
[mirror_edk2.git] / MdeModulePkg / Universal / DriverSampleDxe / Inventory.vfr
CommitLineData
7b414b4e 1///** @file\r
93e3992d 2//\r
7b414b4e 3// Sample Inventory Data\r
93e3992d 4//\r
34326197 5// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 6// This program and the accompanying materials\r
7b414b4e 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
93e3992d 10//\r
7b414b4e 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
93e3992d 13//\r
7b414b4e 14//**/\r
93e3992d 15\r
c8ad2d7a 16#include "NVDataStruc.h"\r
93e3992d 17\r
18formset\r
c8ad2d7a 19 guid = DRIVER_SAMPLE_INVENTORY_GUID,\r
93e3992d 20 title = STRING_TOKEN(STR_INV_FORM_SET_TITLE),\r
21 help = STRING_TOKEN(STR_INV_FORM_SET_HELP),\r
93e3992d 22\r
23 form formid = 1,\r
24 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
25\r
26 text\r
27 help = STRING_TOKEN(STR_INV_VERSION_HELP),\r
28 text = STRING_TOKEN(STR_INV_VERSION_TEXT),\r
29 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
30 flags = 0,\r
31 key = 0;\r
32\r
33 text\r
34 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
35 text = STRING_TOKEN(STR_INV_VERSION_TEXT2),\r
36 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
37 flags = 0,\r
38 key = 0;\r
39\r
40 text\r
41 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
42 text = STRING_TOKEN(STR_INV_VERSION_TEXT3),\r
43 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
44 flags = 0,\r
45 key = 0;\r
46\r
47 text\r
48 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
49 text = STRING_TOKEN(STR_INV_VERSION_TEXT4),\r
50 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
51 flags = 0,\r
52 key = 0;\r
53\r
54 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);\r
55\r
56 text\r
57 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
58 text = STRING_TOKEN(STR_INV_VERSION_TEXT5),\r
59 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
60 flags = 0,\r
61 key = 0;\r
62\r
63 text\r
64 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
65 text = STRING_TOKEN(STR_INV_VERSION_TEXT6),\r
66 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
67 flags = 0,\r
68 key = 0;\r
69\r
70 text\r
71 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
72 text = STRING_TOKEN(STR_INV_VERSION_TEXT7),\r
73 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
74 flags = 0,\r
75 key = 0;\r
76\r
77 text\r
78 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
79 text = STRING_TOKEN(STR_INV_VERSION_TEXT8),\r
80 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
81 flags = 0,\r
82 key = 0;\r
83\r
84 text\r
85 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
86 text = STRING_TOKEN(STR_INV_VERSION_TEXT9),\r
87 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
88 flags = 0,\r
89 key = 0;\r
90\r
91 text\r
92 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
93 text = STRING_TOKEN(STR_INV_VERSION_TEXT10),\r
94 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
95 flags = 0,\r
96 key = 0;\r
97\r
98 text\r
99 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
100 text = STRING_TOKEN(STR_INV_VERSION_TEXT11),\r
101 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
102 flags = 0,\r
103 key = 0;\r
104\r
34326197
ED
105 text\r
106 help = STRING_TOKEN(STR_CHECK_KEYWORD_SUPPORT),\r
107 text = STRING_TOKEN(STR_CHECK_KEYWORD_SUPPORT),\r
108 flags = INTERACTIVE,\r
109 key = 0x1231;\r
110\r
93e3992d 111 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);\r
112\r
113 subtitle text = STRING_TOKEN(STR_INV_VERSION_TEXT12);\r
114\r
115 endform;\r
116\r
117endformset;\r