]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMiscDxe.inf
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkPlatformPkg / Platform / Dxe / SmbiosMiscDxe / SmbiosMiscDxe.inf
diff --git a/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMiscDxe.inf b/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMiscDxe.inf
deleted file mode 100644 (file)
index d2b6123..0000000
+++ /dev/null
@@ -1,308 +0,0 @@
-## @file\r
-# Component description file for Smbios Misc module.\r
-#\r
-# This driver parses the mSmbiosMiscDataTable structure\r
-# and reports any generated data using SMBIOS protocol.\r
-#  SmBios To Misc.Subclass Map Table.\r
-#  SMBIOS Type |SMBIOS Name   |Misc Subclass Record |Misc Subclass Name\r
-#  0  | BIOS Information  | 0x2   | BiosVendor\r
-#  3  | System/Chassis Enclosure | 0x5   | ChassisManufacturer\r
-#  8  | Port Connector Information | 0x6   | PortInternalConnectorDesignator\r
-#  9  | System Slot Information | 0x7   | SystemSlotDesignator\r
-#  10  | On Board Device Information | 0x8   | OnboardDevice\r
-#  12  | System Configuration Options| 0xA   | SystemOptionString\r
-#  13  | BIOS Language Information | 0xB   | NumberOfInstallableLanguages\r
-#  32  | Boot Information  | 0x1A   | BootInformationStatus\r
-#  The uni files tagged with "ToolCode="DUMMY"" are included by SmbiosMiscStrings.uni file which is input\r
-#  file for StrGather tool.\r
-# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#\r
-# SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = SmbiosMisc\r
-  FILE_GUID                      = EF0C99B6-B1D3-4025-9405-BF6A560FE0E0\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = SmbiosMiscEntryPoint\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-\r
-[Sources]\r
-  MiscOemStringFunction.c\r
-  MiscOemStringData.c\r
-  SmbiosMiscEntryPoint.c\r
-  SmbiosMiscDataTable.c\r
-  MiscSystemManufacturerData.c\r
-  MiscSystemManufacturerFunction.c\r
-  MiscBaseBoardManufacturerData.c\r
-  MiscBaseBoardManufacturerFunction.c\r
-  MiscOnboardDeviceFunction.c\r
-  MiscOnboardDeviceData.c\r
-  MiscSystemSlotDesignationFunction.c\r
-  MiscSystemSlotDesignationData.c\r
-  MiscNumberOfInstallableLanguagesFunction.c\r
-  MiscNumberOfInstallableLanguagesData.c\r
-  MiscChassisManufacturerFunction.c\r
-  MiscChassisManufacturerData.c\r
-  MiscBootInformationFunction.c\r
-  MiscBootInformationData.c\r
-  MiscBiosVendorFunction.c\r
-  MiscBiosVendorData.c\r
-  MiscSystemOptionStringFunction.c\r
-  MiscSystemOptionStringData.c\r
-  MiscPortInternalConnectorDesignatorFunction.c\r
-  MiscPortInternalConnectorDesignatorData.c\r
-  SmbiosMisc.h\r
-  MiscDevicePath.h\r
-  SmbiosMiscStrings.uni\r
-  CommonHeader.h\r
-\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  QuarkPlatformPkg/QuarkPlatformPkg.dec\r
-\r
-[LibraryClasses]\r
-  PcdLib\r
-  HiiLib\r
-  MemoryAllocationLib\r
-  DevicePathLib\r
-  BaseMemoryLib\r
-  BaseLib\r
-  DebugLib\r
-  UefiBootServicesTableLib\r
-  UefiDriverEntryPoint\r
-  UefiLib\r
-\r
-[Protocols]\r
-  gEfiSmbiosProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
-\r
-[Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision\r
-  gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName\r
-  gQuarkPlatformTokenSpaceGuid.PcdFlashAreaSize\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosVendor\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosReleaseDate\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosStartAddress\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosChar\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosCharEx1\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosCharEx2\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemManufacturer\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemProductName\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemVersion\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSerialNumber\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemUuid\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSKUNumber\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemFamily\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardManufacturer\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardProductName\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardVersion\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardSerialNumber\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisManufacturer\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisVersion\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisSerialNumber\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisAssetTag\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisBootupState\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisPowerSupplyState\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisSecurityState\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisOemDefined\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisHeight\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisNumberPowerCords\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisElementCount\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisElementRecordLength\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSConnectorNumber\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14InternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14ExternalConnectorDesignator\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15InternalConnectorDesignator\r
-\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16InternalConnectorDesignator\r
-\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16InternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16ExternalConnectorType\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16Type\r
-\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlotNumber\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Characteristics\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Designation\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Type\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14DataBusWidth\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Usage\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Length\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Id\r
-  gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Characteristics\r
-\r
-[Depex]\r
-  gEfiSmbiosProtocolGuid\r