diff options
Diffstat (limited to 'roms/edk2/OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.uni')
-rw-r--r-- | roms/edk2/OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.uni | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/roms/edk2/OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.uni b/roms/edk2/OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.uni new file mode 100644 index 000000000..da2915a9a --- /dev/null +++ b/roms/edk2/OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.uni @@ -0,0 +1,20 @@ +// /** @file
+// Legacy Boot Manager module is library for BDS phase.
+//
+// Legacy Boot Manager module is library for BDS phase.
+//
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+#string STR_MODULE_ABSTRACT
+#language en-US
+"Legacy Boot Manager module is library for BDS phase."
+
+#string STR_MODULE_DESCRIPTION
+#language en-US
+"Legacy Boot Manager module is library for BDS phase."
+
+
|