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