X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OptionRomPkg%2FAtapiPassThruDxe%2FAtapiPassThruDxe.inf;h=8709f1583d85f0cdc2863498fca553f61aad75a4;hp=fe9e120b43ca9e94301599d34329af45f29f6051;hb=f33d5d68abc02727dc828c1079e72ab65e1d63af;hpb=0e27fefd6add97367f4eb9c30e3ca129f7f1b678 diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf index fe9e120b43..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,8 +21,6 @@ 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 @@ -40,7 +38,7 @@ # COMPONENT_NAME = gAtapiScsiPassThruComponentName # -[Sources.common] +[Sources] DriverSupportedEfiVersion.c ComponentName.c AtapiPassThru.c