summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/DxeRngLib/DxeRngLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/DxeRngLib/DxeRngLib.inf')
-rw-r--r--MdePkg/Library/DxeRngLib/DxeRngLib.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/DxeRngLib/DxeRngLib.inf b/MdePkg/Library/DxeRngLib/DxeRngLib.inf
index 281fec4650..ca649585d4 100644
--- a/MdePkg/Library/DxeRngLib/DxeRngLib.inf
+++ b/MdePkg/Library/DxeRngLib/DxeRngLib.inf
@@ -15,6 +15,7 @@
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = RngLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
+ CONSTRUCTOR = DxeRngLibConstructor
[Packages]
MdePkg/MdePkg.dec
@@ -24,6 +25,7 @@
[LibraryClasses]
DebugLib
+ MemoryAllocationLib
UefiBootServicesTableLib
[Protocols]