X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OptionRomPkg%2FAtapiPassThruDxe%2FAtapiPassThruDxe.inf;h=735101b36c9a9b4d7100428ad86167470008f158;hp=378624e381288d83359a2b677f720007eecf7331;hb=7338117bbfd59cafa56a4ddedd1631b92dccc691;hpb=823f7d4f93b79c12ba521e7193bf1136ff0f2bfa diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf index 378624e381..735101b36c 100644 --- a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf +++ b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf @@ -1,9 +1,9 @@ #/** @file -# Description file for the Atapi Passthru component. +# Description file for the Atapi Pass Thru driver. # # This driver simulates SCSI devices with Atapi devices to test the SCSI io # protocol. -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2007, Intel Corporation # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -17,7 +17,7 @@ [Defines] INF_VERSION = 0x00010005 - BASE_NAME = AtapiPassThru + BASE_NAME = AtapiPassThruDxe FILE_GUID = E49061CE-99A7-41d3-AB3A-36E5CFBAD63E MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 @@ -36,6 +36,7 @@ # [Sources.common] + DriverSupportedEfiVersion.c ComponentName.c AtapiPassThru.c AtapiPassThru.h @@ -59,7 +60,12 @@ gEfiScsiPassThruProtocolGuid # PROTOCOL BY_START gEfiExtScsiPassThruProtocolGuid # PROTOCOL BY_START gEfiPciIoProtocolGuid # PROTOCOL TO_START + gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED [FeaturePcd] gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru + +[Pcd] + gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion +