]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
ArmPkg/ArmMmuLib ARM: handle unmapped section in GetMemoryRegion()
[mirror_edk2.git] / OptionRomPkg / AtapiPassThruDxe / AtapiPassThruDxe.inf
index 378624e381288d83359a2b677f720007eecf7331..570b80013c2bd920617b64df2faf3c9858b059d2 100644 (file)
@@ -1,11 +1,11 @@
-#/** @file\r
-# Description file for the Atapi Passthru component.\r
+## @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) 2006 - 2007, Intel Corporation\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  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
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = AtapiPassThru\r
+  BASE_NAME                      = AtapiPassThruDxe\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
+  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 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 #  DRIVER_BINDING                =  gAtapiScsiPassThruDriverBinding              \r
 #  COMPONENT_NAME                =  gAtapiScsiPassThruComponentName              \r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
+  DriverSupportedEfiVersion.c\r
   ComponentName.c\r
   AtapiPassThru.c\r
   AtapiPassThru.h\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