]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
Remove Atapi Pass Thru driver in MdeModulePkg. This module is only used for testing...
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / AtapiPassThruDxe / AtapiPassThru.inf
diff --git a/MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf b/MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
deleted file mode 100644 (file)
index acd5a94..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-#/** @file\r
-# Description file for the Atapi Passthru component.\r
-#\r
-# This driver simulates SCSI devices with Atapi devices to test the SCSI io\r
-#  protocol.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
-#\r
-#  All rights reserved. This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\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 IMPLIED.\r
-#\r
-#\r
-#**/\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = AtapiPassThru\r
-  FILE_GUID                      = E49061CE-99A7-41d3-AB3A-36E5CFBAD63E\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
-  ENTRY_POINT                    = InitializeAtapiPassThru\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
-#\r
-#  DRIVER_BINDING                =  gAtapiScsiPassThruDriverBinding              \r
-#  COMPONENT_NAME                =  gAtapiScsiPassThruComponentName              \r
-#\r
-\r
-[Sources.common]\r
-  ComponentName.c\r
-  AtapiPassThru.c\r
-  AtapiPassThru.h\r
-\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-\r
-\r
-[LibraryClasses]\r
-  UefiBootServicesTableLib\r
-  MemoryAllocationLib\r
-  BaseMemoryLib\r
-  UefiLib\r
-  BaseLib\r
-  UefiDriverEntryPoint\r
-  DebugLib\r
-\r
-\r
-[Protocols]\r
-  gEfiScsiPassThruProtocolGuid                  # PROTOCOL BY_START\r
-  gEfiPciIoProtocolGuid                         # PROTOCOL TO_START\r
-\r