]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
if module doesn't explicitly depend on specific Pci spec, it should include IndustryS...
[mirror_edk2.git] / OptionRomPkg / AtapiPassThruDxe / AtapiPassThruDxe.inf
index 9fe6f5459ae1e6e3151b08abc05a241f42c90eff..fe9e120b43ca9e94301599d34329af45f29f6051 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
-# Description file for the Atapi Passthru component.\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, 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
@@ -17,7 +17,7 @@
 \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
 \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
@@ -54,6 +59,7 @@
   BaseLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
+  DevicePathLib\r
 \r
 \r
 [Protocols]\r