diff options
Diffstat (limited to 'roms/edk2/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.uni')
-rw-r--r-- | roms/edk2/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.uni | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/roms/edk2/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.uni b/roms/edk2/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.uni new file mode 100644 index 000000000..9d2ff3ba8 --- /dev/null +++ b/roms/edk2/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.uni @@ -0,0 +1,20 @@ +// /** @file
+// Boot Manager Library used by UiApp.
+//
+// Boot Manager Library used by UiApp.
+//
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+#string STR_MODULE_ABSTRACT
+#language en-US
+"Boot Manager Library used by UiApp."
+
+#string STR_MODULE_DESCRIPTION
+#language en-US
+"Boot Manager Library used by UiApp."
+
+
|