]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMiscDxe.inf
QuarkPlatformPkg: Add new package for Galileo boards
[mirror_edk2.git] / QuarkPlatformPkg / Platform / Dxe / SmbiosMiscDxe / SmbiosMiscDxe.inf
CommitLineData
b303605e
MK
1## @file\r
2# Component description file for Smbios Misc module.\r
3#\r
4# This driver parses the mSmbiosMiscDataTable structure\r
5# and reports any generated data using SMBIOS protocol.\r
6# SmBios To Misc.Subclass Map Table.\r
7# SMBIOS Type |SMBIOS Name |Misc Subclass Record |Misc Subclass Name\r
8# 0 | BIOS Information | 0x2 | BiosVendor\r
9# 3 | System/Chassis Enclosure | 0x5 | ChassisManufacturer\r
10# 8 | Port Connector Information | 0x6 | PortInternalConnectorDesignator\r
11# 9 | System Slot Information | 0x7 | SystemSlotDesignator\r
12# 10 | On Board Device Information | 0x8 | OnboardDevice\r
13# 12 | System Configuration Options| 0xA | SystemOptionString\r
14# 13 | BIOS Language Information | 0xB | NumberOfInstallableLanguages\r
15# 32 | Boot Information | 0x1A | BootInformationStatus\r
16# The uni files tagged with "ToolCode="DUMMY"" are included by SmbiosMiscStrings.uni file which is input\r
17# file for StrGather tool.\r
18# Copyright (c) 2013-2015 Intel Corporation.\r
19#\r
20# This program and the accompanying materials\r
21# are licensed and made available under the terms and conditions of the BSD License\r
22# which accompanies this distribution. The full text of the license may be found at\r
23# http://opensource.org/licenses/bsd-license.php\r
24#\r
25# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
26# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
27#\r
28##\r
29\r
30[Defines]\r
31 INF_VERSION = 0x00010005\r
32 BASE_NAME = SmbiosMisc\r
33 FILE_GUID = EF0C99B6-B1D3-4025-9405-BF6A560FE0E0\r
34 MODULE_TYPE = DXE_DRIVER\r
35 VERSION_STRING = 1.0\r
36 ENTRY_POINT = SmbiosMiscEntryPoint\r
37\r
38#\r
39# The following information is for reference only and not required by the build tools.\r
40#\r
41# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
42#\r
43\r
44[Sources]\r
45 MiscOemStringFunction.c\r
46 MiscOemStringData.c\r
47 SmbiosMiscEntryPoint.c\r
48 SmbiosMiscDataTable.c\r
49 MiscSystemManufacturerData.c\r
50 MiscSystemManufacturerFunction.c\r
51 MiscBaseBoardManufacturerData.c\r
52 MiscBaseBoardManufacturerFunction.c\r
53 MiscOnboardDeviceFunction.c\r
54 MiscOnboardDeviceData.c\r
55 MiscSystemSlotDesignationFunction.c\r
56 MiscSystemSlotDesignationData.c\r
57 MiscNumberOfInstallableLanguagesFunction.c\r
58 MiscNumberOfInstallableLanguagesData.c\r
59 MiscChassisManufacturerFunction.c\r
60 MiscChassisManufacturerData.c\r
61 MiscBootInformationFunction.c\r
62 MiscBootInformationData.c\r
63 MiscBiosVendorFunction.c\r
64 MiscBiosVendorData.c\r
65 MiscSystemOptionStringFunction.c\r
66 MiscSystemOptionStringData.c\r
67 MiscPortInternalConnectorDesignatorFunction.c\r
68 MiscPortInternalConnectorDesignatorData.c\r
69 SmbiosMisc.h\r
70 MiscDevicePath.h\r
71 SmbiosMiscStrings.uni\r
72 CommonHeader.h\r
73\r
74\r
75[Packages]\r
76 MdePkg/MdePkg.dec\r
77 MdeModulePkg/MdeModulePkg.dec\r
78 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
79 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
80\r
81[LibraryClasses]\r
82 PcdLib\r
83 HiiLib\r
84 MemoryAllocationLib\r
85 DevicePathLib\r
86 BaseMemoryLib\r
87 BaseLib\r
88 DebugLib\r
89 UefiBootServicesTableLib\r
90 UefiDriverEntryPoint\r
91 UefiLib\r
92\r
93[Protocols]\r
94 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
95\r
96[Pcd]\r
97 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
98 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision\r
99 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName\r
100 gQuarkPlatformTokenSpaceGuid.PcdFlashAreaSize\r
101 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosVendor\r
102 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosReleaseDate\r
103 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosStartAddress\r
104 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosChar\r
105 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosCharEx1\r
106 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosCharEx2\r
107 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemManufacturer\r
108 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemProductName\r
109 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemVersion\r
110 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSerialNumber\r
111 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemUuid\r
112 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSKUNumber\r
113 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemFamily\r
114 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardManufacturer\r
115 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardProductName\r
116 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardVersion\r
117 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardSerialNumber\r
118 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisManufacturer\r
119 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisVersion\r
120 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisSerialNumber\r
121 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisAssetTag\r
122 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisType\r
123 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisBootupState\r
124 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisPowerSupplyState\r
125 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisSecurityState\r
126 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisOemDefined\r
127 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisHeight\r
128 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisNumberPowerCords\r
129 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisElementCount\r
130 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisElementRecordLength\r
131 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSConnectorNumber\r
132 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1InternalConnectorDesignator\r
133 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1ExternalConnectorDesignator\r
134 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1InternalConnectorType\r
135 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1ExternalConnectorType\r
136 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1Type\r
137 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2InternalConnectorDesignator\r
138 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2ExternalConnectorDesignator\r
139 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2InternalConnectorType\r
140 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2ExternalConnectorType\r
141 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2Type\r
142 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3InternalConnectorDesignator\r
143 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3ExternalConnectorDesignator\r
144 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3InternalConnectorType\r
145 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3ExternalConnectorType\r
146 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3Type\r
147 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4InternalConnectorDesignator\r
148 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4ExternalConnectorDesignator\r
149 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4InternalConnectorType\r
150 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4ExternalConnectorType\r
151 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4Type\r
152 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5InternalConnectorDesignator\r
153 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5ExternalConnectorDesignator\r
154 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5InternalConnectorType\r
155 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5ExternalConnectorType\r
156 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5Type\r
157 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6InternalConnectorDesignator\r
158 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6ExternalConnectorDesignator\r
159 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6InternalConnectorType\r
160 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6ExternalConnectorType\r
161 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6Type\r
162 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7InternalConnectorDesignator\r
163 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7ExternalConnectorDesignator\r
164 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7InternalConnectorType\r
165 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7ExternalConnectorType\r
166 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7Type\r
167 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8InternalConnectorDesignator\r
168 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8ExternalConnectorDesignator\r
169 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8InternalConnectorType\r
170 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8ExternalConnectorType\r
171 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8Type\r
172 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9InternalConnectorDesignator\r
173 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9ExternalConnectorDesignator\r
174 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9InternalConnectorType\r
175 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9ExternalConnectorType\r
176 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9Type\r
177 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10InternalConnectorDesignator\r
178 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10ExternalConnectorDesignator\r
179 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10InternalConnectorType\r
180 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10ExternalConnectorType\r
181 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10Type\r
182 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11InternalConnectorDesignator\r
183 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11ExternalConnectorDesignator\r
184 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11InternalConnectorType\r
185 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11ExternalConnectorType\r
186 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11Type\r
187 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12InternalConnectorDesignator\r
188 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12ExternalConnectorDesignator\r
189 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12InternalConnectorType\r
190 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12ExternalConnectorType\r
191 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12Type\r
192 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13InternalConnectorDesignator\r
193 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13ExternalConnectorDesignator\r
194 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13InternalConnectorType\r
195 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13ExternalConnectorType\r
196 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13Type\r
197 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14InternalConnectorDesignator\r
198 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14ExternalConnectorDesignator\r
199 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14InternalConnectorType\r
200 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14ExternalConnectorType\r
201 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14Type\r
202 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15InternalConnectorDesignator\r
203\r
204 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15InternalConnectorType\r
205 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15ExternalConnectorType\r
206 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15Type\r
207 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16InternalConnectorDesignator\r
208\r
209 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16InternalConnectorType\r
210 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16ExternalConnectorType\r
211 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16Type\r
212\r
213 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlotNumber\r
214 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Designation\r
215 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Type\r
216 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1DataBusWidth\r
217 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Usage\r
218 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Length\r
219 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Id\r
220 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Characteristics\r
221 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Designation\r
222 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Type\r
223 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2DataBusWidth\r
224 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Usage\r
225 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Length\r
226 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Id\r
227 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Characteristics\r
228 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Designation\r
229 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Type\r
230 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3DataBusWidth\r
231 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Usage\r
232 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Length\r
233 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Id\r
234 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Characteristics\r
235 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Designation\r
236 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Type\r
237 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4DataBusWidth\r
238 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Usage\r
239 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Length\r
240 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Id\r
241 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Characteristics\r
242 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Designation\r
243 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Type\r
244 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5DataBusWidth\r
245 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Usage\r
246 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Length\r
247 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Id\r
248 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Characteristics\r
249 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Designation\r
250 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Type\r
251 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6DataBusWidth\r
252 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Usage\r
253 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Length\r
254 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Id\r
255 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Characteristics\r
256 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Designation\r
257 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Type\r
258 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7DataBusWidth\r
259 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Usage\r
260 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Length\r
261 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Id\r
262 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Characteristics\r
263 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Designation\r
264 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Type\r
265 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8DataBusWidth\r
266 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Usage\r
267 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Length\r
268 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Id\r
269 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Characteristics\r
270 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Designation\r
271 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Type\r
272 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9DataBusWidth\r
273 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Usage\r
274 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Length\r
275 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Id\r
276 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Characteristics\r
277 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Designation\r
278 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Type\r
279 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10DataBusWidth\r
280 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Usage\r
281 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Length\r
282 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Id\r
283 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Characteristics\r
284 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Designation\r
285 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Type\r
286 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11DataBusWidth\r
287 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Usage\r
288 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Length\r
289 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Id\r
290 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Characteristics\r
291 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Designation\r
292 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Type\r
293 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12DataBusWidth\r
294 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Usage\r
295 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Length\r
296 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Id\r
297 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Characteristics\r
298 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Designation\r
299 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Type\r
300 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13DataBusWidth\r
301 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Usage\r
302 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Length\r
303 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Id\r
304 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Characteristics\r
305 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Designation\r
306 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Type\r
307 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14DataBusWidth\r
308 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Usage\r
309 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Length\r
310 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Id\r
311 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Characteristics\r
312\r
313[Depex]\r
314 gEfiSmbiosProtocolGuid\r