audk/MdePkg/Library/PeiRngLib/PeiRngLib.uni
Michael Kubacki bcab6996a0 MdePkg: Add PeiRngLib
REF:https://github.com/tianocore/edk2/issues/10529

Adds a new PEI library instance for RngLib that uses the RNG services
provided by the RNG PPI.

This library instance will add a DEPEX on gEfiRngPpiGuid on modules
it links against. It can be used to allow PEIMs to get RNG support
over a dynamic interface.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
2025-02-06 20:29:15 +00:00

13 lines
446 B
Plaintext

// @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"