mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
MdePkg: Comment Signature field in image execution info table
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17371 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c808ac7bee
commit
686f0c7bdf
@ -1,7 +1,7 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Image signature database are defined for the signed image validation.
|
Image signature database are defined for the signed image validation.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
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
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -11,7 +11,7 @@
|
|||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
@par Revision Reference:
|
@par Revision Reference:
|
||||||
GUIDs defined in UEFI 2.4 spec.
|
GUIDs defined in UEFI 2.5 spec.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef __IMAGE_AUTHTICATION_H__
|
#ifndef __IMAGE_AUTHTICATION_H__
|
||||||
@ -318,8 +318,8 @@ typedef struct {
|
|||||||
///
|
///
|
||||||
/// Zero or more image signatures. If the image contained no signatures,
|
/// Zero or more image signatures. If the image contained no signatures,
|
||||||
/// then this field is empty.
|
/// then this field is empty.
|
||||||
///
|
/// EFI_SIGNATURE_LIST Signature;
|
||||||
EFI_SIGNATURE_LIST Signature;
|
///
|
||||||
} EFI_IMAGE_EXECUTION_INFO;
|
} EFI_IMAGE_EXECUTION_INFO;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user