mirror of https://github.com/acidanthera/audk.git
Clean not in pub spec comments status codes returned for functions of EFI_TCG_PROTOCOL
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming <liming.gao@intel.com> Reviewed-by: Long, Qin <qin.long@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16229 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e83d4bf602
commit
956f71b611
|
@ -1,8 +1,8 @@
|
||||||
/** @file
|
/** @file
|
||||||
TCG Service Protocol as defined in TCG_EFI_Protocol_1_20_Final
|
TCG Service Protocol as defined in TCG_EFI_Protocol_1_22_Final
|
||||||
See http://trustedcomputinggroup.org for the latest specification
|
See http://trustedcomputinggroup.org for the latest specification
|
||||||
|
|
||||||
Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials are licensed and made available under
|
This program and the accompanying materials are licensed and made available under
|
||||||
the terms and conditions of the BSD License that accompanies this distribution.
|
the terms and conditions of the BSD License that accompanies this distribution.
|
||||||
The full text of the license may be found at
|
The full text of the license may be found at
|
||||||
|
@ -42,12 +42,6 @@ typedef struct _TCG_EFI_BOOT_SERVICE_CAPABILITY {
|
||||||
|
|
||||||
typedef UINT32 TCG_ALGORITHM_ID;
|
typedef UINT32 TCG_ALGORITHM_ID;
|
||||||
|
|
||||||
///
|
|
||||||
/// Note:
|
|
||||||
/// Status codes returned for functions of EFI_TCG_PROTOCOL do not exactly match
|
|
||||||
/// those defined in the TCG EFI Protocol 1.20 Final Specification.
|
|
||||||
///
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This service provides EFI protocol capability information, state information
|
This service provides EFI protocol capability information, state information
|
||||||
about the TPM, and Event Log state information.
|
about the TPM, and Event Log state information.
|
||||||
|
|
Loading…
Reference in New Issue