diff options
Diffstat (limited to 'roms/edk2/MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.uni')
-rw-r--r-- | roms/edk2/MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.uni | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/edk2/MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.uni b/roms/edk2/MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.uni new file mode 100644 index 000000000..cb32f0005 --- /dev/null +++ b/roms/edk2/MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.uni @@ -0,0 +1,15 @@ +// /** @file
+// Null instance of HOB Library.
+//
+// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Null instance of HOB Library"
+
+#string STR_MODULE_DESCRIPTION #language en-US "HOB Library implementation for build testing only."
+
|