Reviewed-by: Qiu Shumin <[email protected]>

-----Original Message-----
From: Bi, Dandan 
Sent: Wednesday, March 09, 2016 12:37 PM
To: [email protected]
Cc: Qiu, Shumin; Dong, Eric
Subject: [patch] MdeModulePkg: Add missing pcd description to MdeModulePkg.uni

Since PcdHiiOsRuntimeSupport has added in the MdeModulePkg.dec file, now add 
the usage information in the uni file.

Cc: Qiu Shumin <[email protected]>
Cc: Eric Dong <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <[email protected]>
---
 MdeModulePkg/MdeModulePkg.uni | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni 
index 257a5d6..9e62f27 100644
--- a/MdeModulePkg/MdeModulePkg.uni
+++ b/MdeModulePkg/MdeModulePkg.uni
@@ -924,5 +924,13 @@
                                                                                
              "BIT 2 - EFI_ACPI_TABLE_VERSION_2_0.<BR>\n"
                                                                                
              "BIT 3 - EFI_ACPI_TABLE_VERSION_3_0.<BR>\n"
                                                                                
              "BIT 4 - EFI_ACPI_TABLE_VERSION_4_0.<BR>\n"
                                                                                
              "BIT 5 - EFI_ACPI_TABLE_VERSION_5_0.<BR>"
 
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHiiOsRuntimeSupport_PROMPT  
#language en-US "Enable export HII data and configuration to be used in OS 
runtime."
+
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHiiOsRuntimeSupport_HELP  
#language en-US "Indicates if HII data and configuration has been 
exported.<BR><BR>\n"
+                                                                               
         "Add this PCD mainly consider the use case of simulator. This PCD 
maybe set to FALSE for\n"
+                                                                               
         "simulator platform because the performance cost for this feature.\n"
+                                                                               
         "TRUE  - Export HII data and configuration data.<BR>\n"
+                                                                               
         "FALSE - Does not export HII data and configuration.<BR>"
+
--
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to