From f3494b80f404facbfd6e487975bbe74bf7fc6188 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Mon, 25 Sep 2017 19:06:19 +0800 Subject: NetworkPkg: Update Protocol/Guid usage in INF file to match source code logic Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Siyuan Fu Cc: Jiaxin Wu Reviewed-by: Wu Jiaxin --- NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'NetworkPkg/TlsAuthConfigDxe') diff --git a/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf b/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf index 2a89368..3cfcdb9 100644 --- a/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf +++ b/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf @@ -2,7 +2,7 @@ # Provides the capability to configure Tls Authentication in a setup browser # By this module, user may change the content of TlsCaCertificate. # -# Copyright (c) 2016, Intel Corporation. All rights reserved.
+# Copyright (c) 2016 - 2017, 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 @@ -61,9 +61,9 @@ [Guids] gTlsAuthConfigGuid ## PRODUCES ## GUID - gEfiCertX509Guid ## CONSUMES ## GUID # Indicate the cert type - gEfiIfrTianoGuid ## CONSUMES ## HII - gEfiTlsCaCertificateGuid ## PRODUCES ## GUID + gEfiCertX509Guid ## SOMETIMES_CONSUMES ## GUID # Indicate the cert type + gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## HII + gEfiTlsCaCertificateGuid ## PRODUCES ## Variable:L"TlsCaCertificate" [Depex] gEfiHiiConfigRoutingProtocolGuid AND -- cgit v1.1