mirror of https://github.com/acidanthera/audk.git
NetworkPkg/NetworkPkg.uni: Define the prompt and help information for PcdAllowHttpConnections
Cc: Ye Ting <ting.ye@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com>
This commit is contained in:
parent
27fd61af01
commit
ad1cd1aa09
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// This package provides network modules that conform to UEFI 2.4 specification.
|
// This package provides network modules that conform to UEFI 2.4 specification.
|
||||||
//
|
//
|
||||||
// Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
|
// Copyright (c) 2009 - 2017, 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 which accompanies this distribution.
|
// the terms and conditions of the BSD License which accompanies this distribution.
|
||||||
|
@ -46,6 +46,12 @@
|
||||||
|
|
||||||
#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCertificateKeySize_HELP #language en-US "Private Key's size."
|
#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCertificateKeySize_HELP #language en-US "Private Key's size."
|
||||||
|
|
||||||
|
#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdAllowHttpConnections_PROMPT #language en-US "Indicates whether HTTP connections are permitted or not."
|
||||||
|
|
||||||
|
#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdAllowHttpConnections_HELP #language en-US "Indicates whether HTTP connections are permitted or not.\n"
|
||||||
|
"TRUE - HTTP connections are allowed.\n"
|
||||||
|
"FALSE - HTTP connections are denied."
|
||||||
|
|
||||||
#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecCertificateEnabled_PROMPT #language en-US "Enable IPsec IKEv2 Certificate Authentication."
|
#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecCertificateEnabled_PROMPT #language en-US "Enable IPsec IKEv2 Certificate Authentication."
|
||||||
|
|
||||||
#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecCertificateEnabled_HELP #language en-US "Indicates if the IPsec IKEv2 Certificate Authentication feature is enabled or not.<BR><BR>\n"
|
#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecCertificateEnabled_HELP #language en-US "Indicates if the IPsec IKEv2 Certificate Authentication feature is enabled or not.<BR><BR>\n"
|
||||||
|
|
Loading…
Reference in New Issue