]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/DriverSampleDxe/Inventory.vfr
Modules cleanup.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / DriverSampleDxe / Inventory.vfr
1 // *++
2 //
3 // Copyright (c) 2006, Intel Corporation
4 // All rights reserved. This program and the accompanying materials
5 // are licensed and made available under the terms and conditions of the BSD License
6 // which accompanies this distribution. The full text of the license may be found at
7 // http://opensource.org/licenses/bsd-license.php
8 //
9 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 //
12 // Module Name:
13 //
14 // Inventory.vfr
15 //
16 // Abstract:
17 //
18 // Sample Inventory Data.
19 //
20 // Revision History:
21 //
22 // --*/
23
24 #define INVENTORY_GUID { 0xb3f56470, 0x6141, 0x4621, { 0x8f, 0x19, 0x70, 0x4e, 0x57, 0x7a, 0xa9, 0xe8 } }
25
26 formset
27 guid = INVENTORY_GUID,
28 title = STRING_TOKEN(STR_INV_FORM_SET_TITLE),
29 help = STRING_TOKEN(STR_INV_FORM_SET_HELP),
30 class = 0x04,
31 subclass = 0x03,
32
33 form formid = 1,
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
35
36 text
37 help = STRING_TOKEN(STR_INV_VERSION_HELP),
38 text = STRING_TOKEN(STR_INV_VERSION_TEXT),
39 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
40 flags = 0,
41 key = 0;
42
43 text
44 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
45 text = STRING_TOKEN(STR_INV_VERSION_TEXT2),
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_TEXT3),
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_TEXT4),
60 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
61 flags = 0,
62 key = 0;
63
64 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);
65
66 text
67 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
68 text = STRING_TOKEN(STR_INV_VERSION_TEXT5),
69 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
70 flags = 0,
71 key = 0;
72
73 text
74 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
75 text = STRING_TOKEN(STR_INV_VERSION_TEXT6),
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_TEXT7),
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_TEXT8),
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_TEXT9),
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_TEXT10),
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_TEXT11),
111 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
112 flags = 0,
113 key = 0;
114
115 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);
116
117 subtitle text = STRING_TOKEN(STR_INV_VERSION_TEXT12);
118
119 endform;
120
121 endformset;