]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
EmulatorPkg/MiscSubClassPlatformDxe: Remove this unused module
[mirror_edk2.git] / EmulatorPkg / MiscSubClassPlatformDxe / MiscSubClassDriver.inf
diff --git a/EmulatorPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf b/EmulatorPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
deleted file mode 100644 (file)
index 79b8c20..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-## @file\r
-# Misc Sub class driver\r
-#\r
-# Parses the MiscSubclassDataTable and reports any generated data to the DataHub.\r
-#  All .uni file who tagged with "ToolCode="DUMMY"" in following file list is included by\r
-#  MiscSubclassDriver.uni file, the StrGather tool will expand MiscSubclassDriver.uni file\r
-#  and parse all .uni file.\r
-# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = MiscSubclass\r
-  FILE_GUID                      = f2fbd108-8985-11db-b06a-0040d02b1835\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = MiscSubclassDriverEntryPoint\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
-  MiscBaseBoardManufacturer.uni\r
-  MiscBaseBoardManufacturerData.c\r
-  MiscBaseBoardManufacturerFunction.c\r
-  MiscBiosVendor.uni\r
-  MiscBiosVendorData.c\r
-  MiscBiosVendorFunction.c\r
-  MiscBootInformationData.c\r
-  MiscBootInformationFunction.c\r
-  MiscChassisManufacturer.uni\r
-  MiscChassisManufacturerData.c\r
-  MiscChassisManufacturerFunction.c\r
-  MiscNumberOfInstallableLanguagesData.c\r
-  MiscNumberOfInstallableLanguagesFunction.c\r
-  MiscOemString.uni\r
-  MiscOemStringData.c\r
-  MiscOemStringFunction.c\r
-  MiscPortInternalConnectorDesignator.uni\r
-  MiscPortInternalConnectorDesignatorData.c\r
-  MiscPortInternalConnectorDesignatorFunction.c\r
-  MiscResetCapabilitiesData.c\r
-  MiscResetCapabilitiesFunction.c\r
-  MiscSystemLanguageString.uni\r
-  MiscSystemLanguageStringData.c\r
-  MiscSystemLanguageStringFunction.c\r
-  MiscSystemManufacturer.uni\r
-  MiscSystemManufacturerData.c\r
-  MiscSystemManufacturerFunction.c\r
-  MiscSystemOptionString.uni\r
-  MiscSystemOptionStringData.c\r
-  MiscSystemOptionStringFunction.c\r
-  MiscSystemSlotDesignation.uni\r
-  MiscSystemSlotDesignationData.c\r
-  MiscSystemSlotDesignationFunction.c\r
-  MiscDevicePath.h\r
-  MiscSubClassDriver.h\r
-  MiscSubClassDriver.uni\r
-  MiscSubclassDriverDataTable.c\r
-  MiscSubclassDriverEntryPoint.c\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  EmulatorPkg/EmulatorPkg.dec\r
-\r
-[LibraryClasses]\r
-  DevicePathLib\r
-  UefiBootServicesTableLib\r
-  MemoryAllocationLib\r
-  BaseMemoryLib\r
-  UefiDriverEntryPoint\r
-  UefiLib\r
-  HiiLib\r
-  DebugLib\r
-  BaseLib\r
-  PcdLib\r
-\r
-[Protocols]\r
-  gEfiSmbiosProtocolGuid                        # PROTOCOL ALWAYS_CONSUMED\r
-\r
-[Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
-  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
-  gEmulatorPkgTokenSpaceGuid.PcdEmuMemorySize\r
-\r
-\r
-[Depex]\r
-  gEfiSmbiosProtocolGuid\r