]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Universal/UserInterface/DriverSample/Inventory.vfr
Add blank line at end of source code for GCC building.
[mirror_edk2.git] / EdkModulePkg / Universal / UserInterface / DriverSample / 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 #include "DriverSampleStrDefs.h"
25
26 #define INVENTORY_GUID { 0xb3f56470, 0x6141, 0x4621, { 0x8f, 0x19, 0x70, 0x4e, 0x57, 0x7a, 0xa9, 0xe8 } }
27
28 formset
29 guid = INVENTORY_GUID,
30 title = STRING_TOKEN(STR_INV_FORM_SET_TITLE),
31 help = STRING_TOKEN(STR_INV_FORM_SET_HELP),
32 class = 0x04,
33 subclass = 0x03,
34
35 form formid = 1,
36 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
37
38 text
39 help = STRING_TOKEN(STR_INV_VERSION_HELP),
40 text = STRING_TOKEN(STR_INV_VERSION_TEXT),
41 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
42 flags = 0,
43 key = 0;
44
45 text
46 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
47 text = STRING_TOKEN(STR_INV_VERSION_TEXT2),
48 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
49 flags = 0,
50 key = 0;
51
52 text
53 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
54 text = STRING_TOKEN(STR_INV_VERSION_TEXT3),
55 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
56 flags = 0,
57 key = 0;
58
59 text
60 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
61 text = STRING_TOKEN(STR_INV_VERSION_TEXT4),
62 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
63 flags = 0,
64 key = 0;
65
66 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);
67
68 text
69 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
70 text = STRING_TOKEN(STR_INV_VERSION_TEXT5),
71 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
72 flags = 0,
73 key = 0;
74
75 text
76 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
77 text = STRING_TOKEN(STR_INV_VERSION_TEXT6),
78 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
79 flags = 0,
80 key = 0;
81
82 text
83 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
84 text = STRING_TOKEN(STR_INV_VERSION_TEXT7),
85 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
86 flags = 0,
87 key = 0;
88
89 text
90 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
91 text = STRING_TOKEN(STR_INV_VERSION_TEXT8),
92 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
93 flags = 0,
94 key = 0;
95
96 text
97 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
98 text = STRING_TOKEN(STR_INV_VERSION_TEXT9),
99 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
100 flags = 0,
101 key = 0;
102
103 text
104 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
105 text = STRING_TOKEN(STR_INV_VERSION_TEXT10),
106 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
107 flags = 0,
108 key = 0;
109
110 text
111 help = STRING_TOKEN(STR_INV_EMPTY_STRING),
112 text = STRING_TOKEN(STR_INV_VERSION_TEXT11),
113 text = STRING_TOKEN(STR_INV_EMPTY_STRING),
114 flags = 0,
115 key = 0;
116
117 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);
118
119 subtitle text = STRING_TOKEN(STR_INV_VERSION_TEXT12);
120
121 endform;
122
123 endformset;