]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
PcAtChipsetPkg/PciHostBridge: Remove PciHostBridge driver
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
diff --git a/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf b/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
deleted file mode 100644 (file)
index be3622b..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-## @file\r
-#  The basic interfaces implementation to a single segment PCI Host Bridge\r
-#  driver.\r
-#\r
-#  Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  This program and the accompanying materials are licensed and made available\r
-#  under the terms and conditions of the BSD License which accompanies this\r
-#  distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
-#  IMPLIED.\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = PciHostBridge\r
-  MODULE_UNI_FILE                = PciHostBridge.uni\r
-  FILE_GUID                      = 2383608E-C6D0-4e3e-858D-45DFAC3543D5\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-\r
-  ENTRY_POINT                    = InitializePciHostBridge\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-\r
-[LibraryClasses]\r
-  UefiDriverEntryPoint\r
-  UefiBootServicesTableLib\r
-  DxeServicesTableLib\r
-  UefiLib\r
-  MemoryAllocationLib\r
-  BaseMemoryLib\r
-  BaseLib\r
-  DebugLib\r
-  DevicePathLib\r
-  IoLib\r
-  PciLib\r
-\r
-[Sources]\r
-  PciHostBridge.c\r
-  PciRootBridgeIo.c\r
-  PciHostBridge.h\r
-  IoFifo.h\r
-\r
-[Sources.IA32]\r
-  Ia32/IoFifo.asm\r
-  Ia32/IoFifo.S\r
-\r
-[Sources.X64]\r
-  X64/IoFifo.asm\r
-  X64/IoFifo.S\r
-\r
-[Protocols]\r
-  gEfiPciHostBridgeResourceAllocationProtocolGuid       ## PRODUCES\r
-  gEfiPciRootBridgeIoProtocolGuid                       ## PRODUCES\r
-  gEfiMetronomeArchProtocolGuid                         ## CONSUMES\r
-  gEfiDevicePathProtocolGuid                            ## PRODUCES\r
-\r
-[depex]\r
-  gEfiMetronomeArchProtocolGuid\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  PciHostBridgeExtra.uni\r