diff options
Diffstat (limited to 'roms/edk2/OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.uni')
-rw-r--r-- | roms/edk2/OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.uni | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/edk2/OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.uni b/roms/edk2/OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.uni new file mode 100644 index 000000000..1a41d6d85 --- /dev/null +++ b/roms/edk2/OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.uni @@ -0,0 +1,16 @@ +// /** @file
+// Legacy Bios Module to support CSM.
+//
+// This driver installs Legacy Bios Protocol to support CSM module work in EFI system.
+//
+// Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Legacy Bios Module to support CSM"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This driver installs Legacy Bios Protocol to support CSM module work in a EFI system."
+
|