diff options
author | Jiaxin Wu <jiaxin.wu@intel.com> | 2017-02-08 12:56:54 +0800 |
---|---|---|
committer | Jiaxin Wu <jiaxin.wu@intel.com> | 2017-02-09 08:33:27 +0800 |
commit | ad1cd1aa09c0a8660c857de916105b1fd566ca8c (patch) | |
tree | fd0e29b7b283c6e759f7a2736d2dd0a0102417b5 /NetworkPkg | |
parent | 27fd61af01453b997ef1b79b91dfb7fa65d2e253 (diff) | |
download | edk2-platforms-ad1cd1aa09c0a8660c857de916105b1fd566ca8c.tar.xz |
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>
Diffstat (limited to 'NetworkPkg')
-rw-r--r-- | NetworkPkg/NetworkPkg.uni | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/NetworkPkg/NetworkPkg.uni b/NetworkPkg/NetworkPkg.uni index 6eecd88f4e..d0e9b36dbe 100644 --- a/NetworkPkg/NetworkPkg.uni +++ b/NetworkPkg/NetworkPkg.uni @@ -3,7 +3,7 @@ //
// 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
// 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_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_HELP #language en-US "Indicates if the IPsec IKEv2 Certificate Authentication feature is enabled or not.<BR><BR>\n"
|