]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
remove the unused msa/npsd files
[mirror_edk2.git] / OptionRomPkg / AtapiPassThruDxe / AtapiPassThruDxe.inf
index 378624e381288d83359a2b677f720007eecf7331..735101b36c9a9b4d7100428ad86167470008f158 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
 #/** @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
 #\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
 #\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
 \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
   FILE_GUID                      = E49061CE-99A7-41d3-AB3A-36E5CFBAD63E\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -36,6 +36,7 @@
 #\r
 \r
 [Sources.common]\r
 #\r
 \r
 [Sources.common]\r
+  DriverSupportedEfiVersion.c\r
   ComponentName.c\r
   AtapiPassThru.c\r
   AtapiPassThru.h\r
   ComponentName.c\r
   AtapiPassThru.c\r
   AtapiPassThru.h\r
   gEfiScsiPassThruProtocolGuid                  # PROTOCOL BY_START\r
   gEfiExtScsiPassThruProtocolGuid               # PROTOCOL BY_START\r
   gEfiPciIoProtocolGuid                         # PROTOCOL TO_START\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
 [FeaturePcd]\r
   gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru\r
   gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru\r
+\r
+[Pcd]\r
+  gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
+\r