Skip to content

Commit

Permalink
NetworkPkg/NetworkPkg.uni: Add missing strings for PCD
Browse files Browse the repository at this point in the history
Cc: Jiaxin Wu <[email protected]>
Cc: Siyuan Fu <[email protected]>
Cc: Maciej Rabeda <[email protected]>
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Jiaxin Wu <[email protected]>
  • Loading branch information
shenglei10 authored and mergify[bot] committed Dec 4, 2019
1 parent 46f6752 commit 0844a16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NetworkPkg/NetworkPkg.uni
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@
"TRUE - Certificate Authentication feature is enabled.<BR>\n"
"FALSE - Does not support Certificate Authentication.<BR>"

#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdSnpCreateExitBootServicesEvent_PROMPT #language en-US "Indicates whether SnpDxe creates event for ExitBootServices() call."

#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdSnpCreateExitBootServicesEvent_HELP #language en-US "Indicates whether SnpDxe driver will create an event that will be notified<BR><BR>\n"
"upon gBS->ExitBootServices() call.<BR>\n"
"TRUE - Event being triggered upon ExitBootServices call will be created<BR>\n"
"FALSE - Event being triggered upon ExitBootServices call will NOT be created<BR>"

#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdDhcp6UidType_PROMPT #language en-US "Type Value of Dhcp6 Unique Identifier (DUID)."

#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdDhcp6UidType_HELP #language en-US "IPv6 DHCP Unique Identifier (DUID) Type configuration (From RFCs 3315 and 6355).\n"
Expand Down

0 comments on commit 0844a16

Please sign in to comment.