diff options
Diffstat (limited to 'MdePkg/Library/PeiRngLib/PeiRngLib.uni')
-rw-r--r-- | MdePkg/Library/PeiRngLib/PeiRngLib.uni | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MdePkg/Library/PeiRngLib/PeiRngLib.uni b/MdePkg/Library/PeiRngLib/PeiRngLib.uni new file mode 100644 index 0000000000..3e5c0d03f2 --- /dev/null +++ b/MdePkg/Library/PeiRngLib/PeiRngLib.uni @@ -0,0 +1,12 @@ +// @file
+// PEI Instance of the RNG (Random Number Generator) Library.
+//
+// A RngLib instance that uses the RNG PPI to provide random numbers.
+//
+// Copyright (c) Microsoft Corporation.
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+
+#string STR_MODULE_ABSTRACT #language en-US "Instance of the RNG Library for PEI"
+
+#string STR_MODULE_DESCRIPTION #language en-US "A library that uses the RNG PPI to provide random numbers"
|