]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/DriverSampleDxe/Inventory.vfr
434da17fcd19a6c39d7267d39653253b065814ea
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / DriverSampleDxe / Inventory.vfr
1 //
2 // Include common header file for this module.
3 //
4 #include "CommonHeader.h"
5
6 // *++
7 //
8 // Copyright (c) 2006, Intel Corporation
9 // All rights reserved. This program and the accompanying materials
10 // are licensed and made available under the terms and conditions of the BSD License
11 // which accompanies this distribution. The full text of the license may be found at
12 // http://opensource.org/licenses/bsd-license.php
13 //
14 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 //
17 // Module Name:
18 //
19 // Inventory.vfr
20 //
21 // Abstract:
22 //
23 // Sample Inventory Data.
24 //
25 // Revision History:
26 //
27 // --*/
28
29 #include "DriverSampleStrDefs.h"
30
31 #define INVENTORY_GUID { 0xb3f56470, 0x6141, 0x4621, { 0x8f, 0x19, 0x70, 0x4e, 0x57, 0x7a, 0xa9, 0xe8 } }
32
33 formset
34 guid = INVENTORY_GUID,
35 title = STRING_TOKEN(STR_INV_FORM_SET_TITLE),
36 help = STRING_TOKEN(STR_INV_FORM_SET_HELP),
37 class = 0x04,
38 subclass = 0x03,
39
40 form formid = 1,
41 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
42
43 text
44 help = STRING_TOKEN(STR_INV_VERSION_HELP),
45 text = STRING_TOKEN(STR_INV_VERSION_TEXT),
46 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
47 flags = 0,
48 key = 0;
49
50 text
51 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
52 text = STRING_TOKEN(STR_INV_VERSION_TEXT2),
53 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
54 flags = 0,
55 key = 0;
56
57 text
58 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
59 text = STRING_TOKEN(STR_INV_VERSION_TEXT3),
60 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
61 flags = 0,
62 key = 0;
63
64 text
65 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
66 text = STRING_TOKEN(STR_INV_VERSION_TEXT4),
67 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
68 flags = 0,
69 key = 0;
70
71 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);
72
73 text
74 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
75 text = STRING_TOKEN(STR_INV_VERSION_TEXT5),
76 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
77 flags = 0,
78 key = 0;
79
80 text
81 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
82 text = STRING_TOKEN(STR_INV_VERSION_TEXT6),
83 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
84 flags = 0,
85 key = 0;
86
87 text
88 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
89 text = STRING_TOKEN(STR_INV_VERSION_TEXT7),
90 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
91 flags = 0,
92 key = 0;
93
94 text
95 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
96 text = STRING_TOKEN(STR_INV_VERSION_TEXT8),
97 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
98 flags = 0,
99 key = 0;
100
101 text
102 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
103 text = STRING_TOKEN(STR_INV_VERSION_TEXT9),
104 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
105 flags = 0,
106 key = 0;
107
108 text
109 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
110 text = STRING_TOKEN(STR_INV_VERSION_TEXT10),
111 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
112 flags = 0,
113 key = 0;
114
115 text
116 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
117 text = STRING_TOKEN(STR_INV_VERSION_TEXT11),
118 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
119 flags = 0,
120 key = 0;
121
122 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);
123
124 subtitle text = STRING_TOKEN(STR_INV_VERSION_TEXT12);
125
126 endform;
127
128 endformset;