mirror of https://github.com/acidanthera/audk.git
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 <liming.gao@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
This commit is contained in:
parent
5337c801c9
commit
f3494b80f4
|
@ -73,7 +73,7 @@
|
||||||
gEfiTlsConfigurationProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiTlsConfigurationProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiTlsCaCertificateGuid ## CONSUMES ## GUID
|
gEfiTlsCaCertificateGuid ## SOMETIMES_CONSUMES ## Variable:L"TlsCaCertificate"
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections ## CONSUMES
|
gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections ## CONSUMES
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
gEfiIScsiInitiatorNameProtocolGuid
|
gEfiIScsiInitiatorNameProtocolGuid
|
||||||
## PRODUCES
|
## PRODUCES
|
||||||
gEfiAuthenticationInfoProtocolGuid
|
gEfiAuthenticationInfoProtocolGuid
|
||||||
## CONSUMES
|
## SOMETIMES_CONSUMES
|
||||||
gEfiAdapterInformationProtocolGuid
|
gEfiAdapterInformationProtocolGuid
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Provides the capability to configure Tls Authentication in a setup browser
|
# Provides the capability to configure Tls Authentication in a setup browser
|
||||||
# By this module, user may change the content of TlsCaCertificate.
|
# By this module, user may change the content of TlsCaCertificate.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2016 - 2017, 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
|
||||||
|
@ -61,9 +61,9 @@
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gTlsAuthConfigGuid ## PRODUCES ## GUID
|
gTlsAuthConfigGuid ## PRODUCES ## GUID
|
||||||
gEfiCertX509Guid ## CONSUMES ## GUID # Indicate the cert type
|
gEfiCertX509Guid ## SOMETIMES_CONSUMES ## GUID # Indicate the cert type
|
||||||
gEfiIfrTianoGuid ## CONSUMES ## HII
|
gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## HII
|
||||||
gEfiTlsCaCertificateGuid ## PRODUCES ## GUID
|
gEfiTlsCaCertificateGuid ## PRODUCES ## Variable:L"TlsCaCertificate"
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiHiiConfigRoutingProtocolGuid AND
|
gEfiHiiConfigRoutingProtocolGuid AND
|
||||||
|
|
Loading…
Reference in New Issue