summaryrefslogtreecommitdiffstats
path: root/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMiscDxe.inf
blob: db880ec9d185e13edf539d60ca651e43891b7a5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
## @file
# Component description file for Smbios Misc module.
#
# This driver parses the mSmbiosMiscDataTable structure
# and reports any generated data using SMBIOS protocol.
#  SmBios To Misc.Subclass Map Table.
#  SMBIOS Type |SMBIOS Name   |Misc Subclass Record |Misc Subclass Name
#  0  | BIOS Information  | 0x2   | BiosVendor
#  3  | System/Chassis Enclosure | 0x5   | ChassisManufacturer
#  8  | Port Connector Information | 0x6   | PortInternalConnectorDesignator
#  9  | System Slot Information | 0x7   | SystemSlotDesignator
#  10  | On Board Device Information | 0x8   | OnboardDevice
#  12  | System Configuration Options| 0xA   | SystemOptionString
#  13  | BIOS Language Information | 0xB   | NumberOfInstallableLanguages
#  32  | Boot Information  | 0x1A   | BootInformationStatus
#  The uni files tagged with "ToolCode="DUMMY"" are included by SmbiosMiscStrings.uni file which is input
#  file for StrGather tool.
# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution.  The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php
#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
##

[Defines]
  INF_VERSION                    = 0x00010005
  BASE_NAME                      = SmbiosMisc
  FILE_GUID                      = EF0C99B6-B1D3-4025-9405-BF6A560FE0E0
  MODULE_TYPE                    = DXE_DRIVER
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = SmbiosMiscEntryPoint

#
# The following information is for reference only and not required by the build tools.
#
#  VALID_ARCHITECTURES           = IA32 X64 EBC
#

[Sources]
  MiscOemStringFunction.c
  MiscOemStringData.c
  SmbiosMiscEntryPoint.c
  SmbiosMiscDataTable.c
  MiscSystemManufacturerData.c
  MiscSystemManufacturerFunction.c
  MiscBaseBoardManufacturerData.c
  MiscBaseBoardManufacturerFunction.c
  MiscOnboardDeviceFunction.c
  MiscOnboardDeviceData.c
  MiscSystemSlotDesignationFunction.c
  MiscSystemSlotDesignationData.c
  MiscNumberOfInstallableLanguagesFunction.c
  MiscNumberOfInstallableLanguagesData.c
  MiscChassisManufacturerFunction.c
  MiscChassisManufacturerData.c
  MiscBootInformationFunction.c
  MiscBootInformationData.c
  MiscBiosVendorFunction.c
  MiscBiosVendorData.c
  MiscSystemOptionStringFunction.c
  MiscSystemOptionStringData.c
  MiscPortInternalConnectorDesignatorFunction.c
  MiscPortInternalConnectorDesignatorData.c
  SmbiosMisc.h
  MiscDevicePath.h
  SmbiosMiscStrings.uni
  CommonHeader.h


[Packages]
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec
  IntelFrameworkPkg/IntelFrameworkPkg.dec
  QuarkPlatformPkg/QuarkPlatformPkg.dec

[LibraryClasses]
  PcdLib
  HiiLib
  MemoryAllocationLib
  DevicePathLib
  BaseMemoryLib
  BaseLib
  DebugLib
  UefiBootServicesTableLib
  UefiDriverEntryPoint
  UefiLib

[Protocols]
  gEfiSmbiosProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED

[Pcd]
  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision
  gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName
  gQuarkPlatformTokenSpaceGuid.PcdFlashAreaSize
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosVendor
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosReleaseDate
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosStartAddress
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosChar
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosCharEx1
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosCharEx2
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemManufacturer
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemProductName
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemVersion
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSerialNumber
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemUuid
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSKUNumber
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemFamily
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardManufacturer
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardProductName
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardVersion
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardSerialNumber
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisManufacturer
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisVersion
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisSerialNumber
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisAssetTag
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisBootupState
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisPowerSupplyState
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisSecurityState
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisOemDefined
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisHeight
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisNumberPowerCords
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisElementCount
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisElementRecordLength
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSConnectorNumber
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14InternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14ExternalConnectorDesignator
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15InternalConnectorDesignator

  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16InternalConnectorDesignator

  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16InternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16ExternalConnectorType
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16Type

  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlotNumber
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Characteristics
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Designation
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Type
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14DataBusWidth
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Usage
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Length
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Id
  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Characteristics

[Depex]
  gEfiSmbiosProtocolGuid