]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Universal/UserInterface/SetupBrowser/Dxe/DriverSample/inventory.vfr
Use 2 byte chars with gcc to match how windows does unicode.
[mirror_edk2.git] / EdkModulePkg / Universal / UserInterface / SetupBrowser / Dxe / DriverSample / inventory.vfr
CommitLineData
878ddf1f 1// *++\r
2//\r
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
8// \r
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
11// \r
12// Module Name:\r
13//\r
14// Inventory.vfr \r
15// \r
16// Abstract:\r
17// \r
18// Sample Inventory Data.\r
19// \r
20// Revision History: \r
21// \r
22// --*/\r
23\r
24#include "DriverSampleStrDefs.h"\r
25\r
26#define INVENTORY_GUID { 0xb3f56470, 0x6141, 0x4621, { 0x8f, 0x19, 0x70, 0x4e, 0x57, 0x7a, 0xa9, 0xe8 } }\r
27 \r
28formset \r
29 guid = INVENTORY_GUID,\r
30 title = STRING_TOKEN(STR_INV_FORM_SET_TITLE),\r
31 help = STRING_TOKEN(STR_INV_FORM_SET_HELP),\r
32 class = 0x04, \r
33 subclass = 0x03,\r
34\r
35 form formid = 1,\r
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\r
37 \r
38 text \r
39 help = STRING_TOKEN(STR_INV_VERSION_HELP),\r
40 text = STRING_TOKEN(STR_INV_VERSION_TEXT),\r
41 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
42 flags = 0,\r
43 key = 0;\r
44\r
45 text \r
46 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
47 text = STRING_TOKEN(STR_INV_VERSION_TEXT2),\r
48 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
49 flags = 0,\r
50 key = 0;\r
51\r
52 text \r
53 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
54 text = STRING_TOKEN(STR_INV_VERSION_TEXT3),\r
55 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
56 flags = 0,\r
57 key = 0;\r
58\r
59 text \r
60 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
61 text = STRING_TOKEN(STR_INV_VERSION_TEXT4),\r
62 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
63 flags = 0,\r
64 key = 0;\r
65\r
66 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);\r
67\r
68 text \r
69 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
70 text = STRING_TOKEN(STR_INV_VERSION_TEXT5),\r
71 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
72 flags = 0,\r
73 key = 0;\r
74\r
75 text \r
76 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
77 text = STRING_TOKEN(STR_INV_VERSION_TEXT6),\r
78 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
79 flags = 0,\r
80 key = 0;\r
81\r
82 text \r
83 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
84 text = STRING_TOKEN(STR_INV_VERSION_TEXT7),\r
85 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
86 flags = 0,\r
87 key = 0;\r
88\r
89 text \r
90 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
91 text = STRING_TOKEN(STR_INV_VERSION_TEXT8),\r
92 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
93 flags = 0,\r
94 key = 0;\r
95\r
96 text \r
97 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
98 text = STRING_TOKEN(STR_INV_VERSION_TEXT9),\r
99 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
100 flags = 0,\r
101 key = 0;\r
102\r
103 text \r
104 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
105 text = STRING_TOKEN(STR_INV_VERSION_TEXT10),\r
106 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
107 flags = 0,\r
108 key = 0;\r
109\r
110 text \r
111 help = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
112 text = STRING_TOKEN(STR_INV_VERSION_TEXT11),\r
113 text = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
114 flags = 0,\r
115 key = 0;\r
116\r
117 subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);\r
118\r
119 subtitle text = STRING_TOKEN(STR_INV_VERSION_TEXT12);\r
120\r
121 endform;\r
122\r
123endformset;\r