]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/DriverSampleDxe/Inventory.vfr
1. remove FirmwareVolumeBlock.h for IntelFrameworkPkg
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / DriverSampleDxe / Inventory.vfr
CommitLineData
35fec2c4 1// *++\r
103b6520 2//\r
35fec2c4 3// Copyright (c) 2006, 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
103b6520 8//\r
35fec2c4 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
103b6520 11//\r
103b6520 12// Module Name:\r
13//\r
35fec2c4 14// Inventory.vfr\r
15//\r
103b6520 16// Abstract:\r
35fec2c4 17//\r
103b6520 18// Sample Inventory Data.\r
35fec2c4 19//\r
20// Revision History:\r
21//\r
103b6520 22// --*/\r
23\r
103b6520 24#define INVENTORY_GUID { 0xb3f56470, 0x6141, 0x4621, { 0x8f, 0x19, 0x70, 0x4e, 0x57, 0x7a, 0xa9, 0xe8 } }\r
35fec2c4 25\r
26formset\r
103b6520 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
35fec2c4 30 class = 0x04,\r
103b6520 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
35fec2c4 35\r
36 text\r
103b6520 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
35fec2c4 43 text\r
103b6520 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
35fec2c4 50 text\r
103b6520 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
35fec2c4 57 text\r
103b6520 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
35fec2c4 66 text\r
103b6520 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
35fec2c4 73 text\r
103b6520 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
35fec2c4 80 text\r
103b6520 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
35fec2c4 87 text\r
103b6520 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
35fec2c4 94 text\r
103b6520 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
35fec2c4 101 text\r
103b6520 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
35fec2c4 108 text\r
103b6520 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