VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/DxeRngLib/DxeRngLib.inf@ 108794

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:eol-style set to native
File size: 1.0 KB
Line 
1# @file
2# Provides implementation of the library class RngLib that uses the RngProtocol
3#
4# @copyright
5# Copyright (c) Microsoft Corporation. All rights reserved.
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8##
9
10[Defines]
11 INF_VERSION = 1.27
12 BASE_NAME = DxeRngLib
13 MODULE_UNI_FILE = DxeRngLib.uni
14 FILE_GUID = FF9F84C5-A33E-44E3-9BB5-0D654B2D4149
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = RngLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
18 CONSTRUCTOR = DxeRngLibConstructor
19
20[Packages]
21 MdePkg/MdePkg.dec
22
23[Sources]
24 DxeRngLib.c
25
26[LibraryClasses]
27 DebugLib
28 MemoryAllocationLib
29 UefiBootServicesTableLib
30
31[Protocols]
32 gEfiRngProtocolGuid ## CONSUMES
33
34[Depex]
35 gEfiRngProtocolGuid
36
37[Guids]
38 gEfiRngAlgorithmSp80090Ctr256Guid
39 gEfiRngAlgorithmSp80090Hash256Guid
40 gEfiRngAlgorithmSp80090Hmac256Guid
41 gEfiRngAlgorithmRaw
42
43[Guids.AARCH64]
44 gEfiRngAlgorithmArmRndr
45
46[FixedPcd]
47 gEfiMdePkgTokenSpaceGuid.PcdEnforceSecureRngAlgorithms ## CONSUMES
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette