diff options
Diffstat (limited to 'roms/edk2/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.uni')
-rw-r--r-- | roms/edk2/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.uni | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/edk2/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.uni b/roms/edk2/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.uni new file mode 100644 index 000000000..eeb258b0c --- /dev/null +++ b/roms/edk2/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.uni @@ -0,0 +1,16 @@ +// /** @file
+// Null instance of Debug Agent Library with empty functions.
+//
+// Null instance of Debug Agent Library with empty functions.
+//
+// Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Null instance of Debug Agent Library with empty functions"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Null instance of Debug Agent Library with empty functions."
+
|