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