Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
446 bytes
|
Line | |
---|
1 | // @file
|
---|
2 | // PEI Instance of the RNG (Random Number Generator) Library.
|
---|
3 | //
|
---|
4 | // A RngLib instance that uses the RNG PPI to provide random numbers.
|
---|
5 | //
|
---|
6 | // Copyright (c) Microsoft Corporation.
|
---|
7 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | //
|
---|
9 |
|
---|
10 | #string STR_MODULE_ABSTRACT #language en-US "Instance of the RNG Library for PEI"
|
---|
11 |
|
---|
12 | #string STR_MODULE_DESCRIPTION #language en-US "A library that uses the RNG PPI to provide random numbers"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.