blob: 3e5c0d03f2d8f182eedb3bfc53b2bbc775ea72cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|