From: Ruiyu Ni Date: Fri, 8 May 2015 07:42:52 +0000 (+0000) Subject: MdePkg: Update comments for DriverSupportedEfiVersion.FirmwareVersion X-Git-Tag: edk2-stable201903~9882 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=919294003a75b05e496982035e44137cb9aff8f4;hp=d3f521359f37f5cee3017d9924d1007e9f17ed2b;p=mirror_edk2.git MdePkg: Update comments for DriverSupportedEfiVersion.FirmwareVersion Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17373 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h b/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h index d05419d200..4925078a83 100644 --- a/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h +++ b/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h @@ -4,7 +4,7 @@ required for EFI drivers that are on PCI and other plug-in cards. - Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2015, 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 which accompanies this distribution. The full text of the license may be found at @@ -36,8 +36,7 @@ typedef struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL { /// UINT32 Length; /// - /// The version of the EFI specification that this driver conforms to. - /// EFI_2_10_SYSTEM_TABLE_REVISION for this version of this specification. + /// The latest version of the UEFI specification that this driver conforms to. /// UINT32 FirmwareVersion; } EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL;