summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/NetworkPkg.uni
diff options
context:
space:
mode:
authorXue, ShengfengX <shengfengx.xue@intel.com>2019-04-29 13:56:09 +0800
committerFu Siyuan <siyuan.fu@intel.com>2019-04-29 14:16:43 +0800
commit679906d9bd4189f2575efed2a46d23ad7027f4cf (patch)
treef8a01caa2d236b3c61727e67740a716c21491da4 /NetworkPkg/NetworkPkg.uni
parentd55d9d0664366efe731db461e14c6fc380fca776 (diff)
downloadedk2-679906d9bd4189f2575efed2a46d23ad7027f4cf.tar.gz
edk2-679906d9bd4189f2575efed2a46d23ad7027f4cf.tar.bz2
edk2-679906d9bd4189f2575efed2a46d23ad7027f4cf.zip
NetworkPkg: Add missing string token in NetworkPkg.uni
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1741 UNI file that is associated by INF or DEC file need define the prompt and help information in NetworkPkg.uni Signed-off-by: Xue ShengfengX <shengfengx.xue@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Reviewed-by: Siyuan Fu <siyuan.fu@intel.com>
Diffstat (limited to 'NetworkPkg/NetworkPkg.uni')
-rw-r--r--NetworkPkg/NetworkPkg.uni14
1 files changed, 13 insertions, 1 deletions
diff --git a/NetworkPkg/NetworkPkg.uni b/NetworkPkg/NetworkPkg.uni
index 6f8199df36..ab9b4d21d3 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 - 2018, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
//
@@ -80,3 +80,15 @@
"0x10 = Stop UEFI iSCSI if iSCSI HBA adapter supports multipath I/O for iSCSI boot.\n"
"0x20 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv4 targets.\n"
"0x40 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv6 targets."
+
+#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv4PXESupport_PROMPT #language en-US "Enable IPV4 PXE Function."
+
+#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv4PXESupport_HELP #language en-US "Indicates IPV4 PXE Function is enabled or not.\n"
+ "A value of 0 indicates the IPV4 PXE Function is disabled.\n"
+ "A value of 1 indicates the IPV4 PXE Function is enabled."
+
+#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv6PXESupport_PROMPT #language en-US "Enable IPV6 PXE Function."
+
+#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv6PXESupport_HELP #language en-US "Indicates IPV6 PXE Function is enabled or not.\n"
+ "A value of 0 indicates the IPV6 PXE Function is disabled.\n"
+ "A value of 1 indicates the IPV6 PXE Function is enabled."