aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/MdeModulePkg/Application/HelloWorld/HelloWorld.uni
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/MdeModulePkg/Application/HelloWorld/HelloWorld.uni')
-rw-r--r--roms/edk2/MdeModulePkg/Application/HelloWorld/HelloWorld.uni19
1 files changed, 19 insertions, 0 deletions
diff --git a/roms/edk2/MdeModulePkg/Application/HelloWorld/HelloWorld.uni b/roms/edk2/MdeModulePkg/Application/HelloWorld/HelloWorld.uni
new file mode 100644
index 000000000..aade016c6
--- /dev/null
+++ b/roms/edk2/MdeModulePkg/Application/HelloWorld/HelloWorld.uni
@@ -0,0 +1,19 @@
+// /** @file
+// Sample UEFI Application Reference EDKII Module.
+//
+// This is a sample shell application that will print "UEFI Hello World!" to the
+// UEFI Console based on PCD setting.
+//
+// It demos how to use EDKII PCD mechanism to make code more flexible.
+//
+// Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Sample UEFI Application Reference EDKII Module"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This is a sample shell application that will print UEFI Hello World! to the UEFI Console based on PCD setting. It demonstrates how to use the EDKII PCD mechanism to make code more flexible"
+