]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / OptionRomPkg / AtapiPassThruDxe / AtapiPassThruDxe.inf
diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
deleted file mode 100644 (file)
index 7501362..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-## @file\r
-# Description file for the Atapi Pass Thru driver.\r
-#\r
-# This driver simulates SCSI devices with Atapi devices to test the SCSI io\r
-#  protocol.\r
-# Copyright (c) 2007 - 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                      = AtapiPassThruDxe\r
-  FILE_GUID                      = E49061CE-99A7-41d3-AB3A-36E5CFBAD63E\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-\r
-  ENTRY_POINT                    = InitializeAtapiPassThru\r
-\r
-  PCI_VENDOR_ID                  = 0x8086\r
-  PCI_DEVICE_ID                  = 0x2921\r
-  PCI_CLASS_CODE                 = 0x010100\r
-  PCI_REVISION                   = 0x0003\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
-#  DRIVER_BINDING                =  gAtapiScsiPassThruDriverBinding              \r
-#  COMPONENT_NAME                =  gAtapiScsiPassThruComponentName              \r
-#\r
-\r
-[Sources]\r
-  DriverSupportedEfiVersion.c\r
-  ComponentName.c\r
-  AtapiPassThru.c\r
-  AtapiPassThru.h\r
-\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  OptionRomPkg/OptionRomPkg.dec\r
-\r
-[LibraryClasses]\r
-  UefiBootServicesTableLib\r
-  MemoryAllocationLib\r
-  BaseMemoryLib\r
-  UefiLib\r
-  BaseLib\r
-  UefiDriverEntryPoint\r
-  DebugLib\r
-  DevicePathLib\r
-\r
-\r
-[Protocols]\r
-  gEfiScsiPassThruProtocolGuid                  # PROTOCOL BY_START\r
-  gEfiExtScsiPassThruProtocolGuid               # PROTOCOL BY_START\r
-  gEfiPciIoProtocolGuid                         # PROTOCOL TO_START\r
-  gEfiDriverSupportedEfiVersionProtocolGuid     # PROTOCOL ALWAYS_PRODUCED\r
-\r
-[FeaturePcd]\r
-  gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru\r
-  gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru\r
-\r
-[Pcd]\r
-  gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
-\r