]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg: Add missing string token in NetworkPkg.uni
authorXue, ShengfengX <shengfengx.xue@intel.com>
Mon, 29 Apr 2019 05:56:09 +0000 (13:56 +0800)
committerFu Siyuan <siyuan.fu@intel.com>
Mon, 29 Apr 2019 06:16:43 +0000 (14:16 +0800)
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>
NetworkPkg/NetworkPkg.uni

index 6f8199df360aaec757c42f9dde8681fd4411d969..ab9b4d21d35f38da63b8cbf397e9a42ee354a76f 100644 (file)
@@ -3,7 +3,7 @@
 //\r
 // This package provides network modules that conform to UEFI 2.4 specification.\r
 //\r
-// Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
+// Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>\r
 //\r
 // SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
                                                                                             "0x10 = Stop UEFI iSCSI if iSCSI HBA adapter supports multipath I/O for iSCSI boot.\n"\r
                                                                                             "0x20 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv4 targets.\n"\r
                                                                                             "0x40 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv6 targets."\r
+\r
+#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv4PXESupport_PROMPT  #language en-US "Enable IPV4 PXE Function."\r
+\r
+#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv4PXESupport_HELP  #language en-US "Indicates IPV4 PXE Function is enabled or not.\n"\r
+                                                                                 "A value of 0 indicates the IPV4 PXE Function is disabled.\n"\r
+                                                                                 "A value of 1 indicates the IPV4 PXE Function is enabled."\r
+\r
+#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv6PXESupport_PROMPT  #language en-US "Enable IPV6 PXE Function."\r
+\r
+#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv6PXESupport_HELP  #language en-US "Indicates IPV6 PXE Function is enabled or not.\n"\r
+                                                                                 "A value of 0 indicates the IPV6 PXE Function is disabled.\n"\r
+                                                                                 "A value of 1 indicates the IPV6 PXE Function is enabled."\r