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