X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OptionRomPkg%2FAtapiPassThruDxe%2FAtapiPassThruDxe.inf;h=8709f1583d85f0cdc2863498fca553f61aad75a4;hp=45792dea4fcd64630e6e6098adbaadc344e390c6;hb=2b649f74775d0efd1e75c91f77c3045ae6249cb4;hpb=3501cc994c10dc7e743d44a7d96a56e6c89d34ab diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf index 45792dea4f..8709f1583d 100644 --- a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf +++ b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf @@ -1,11 +1,11 @@ -#/** @file +## @file # Description file for the Atapi Pass Thru driver. # # This driver simulates SCSI devices with Atapi devices to test the SCSI io # protocol. -# Copyright (c) 2007, Intel Corporation +# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -13,7 +13,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -21,11 +21,14 @@ FILE_GUID = E49061CE-99A7-41d3-AB3A-36E5CFBAD63E MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InitializeAtapiPassThru + PCI_VENDOR_ID = 0x8086 + PCI_DEVICE_ID = 0x2921 + PCI_CLASS_CODE = 0x010100 + PCI_REVISION = 0x0003 + # # The following information is for reference only and not required by the build tools. # @@ -35,7 +38,7 @@ # COMPONENT_NAME = gAtapiScsiPassThruComponentName # -[Sources.common] +[Sources] DriverSupportedEfiVersion.c ComponentName.c AtapiPassThru.c