diff options
author | Doug Flick <dougflick@microsoft.com> | 2024-05-08 22:56:22 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-24 15:48:52 +0000 |
commit | 024a291b3e61f345b2f8827ee0412d4bc8721b2b (patch) | |
tree | 317af40d42442029d64942a52638b4b938f2f366 /EmulatorPkg/EmulatorPkg.fdf | |
parent | 319bb7223a9690240a0f4a71a2ca2355867583b3 (diff) | |
download | edk2-024a291b3e61f345b2f8827ee0412d4bc8721b2b.tar.gz |
EmulatorPkg: Add Hash2DxeCrypto to EmulatorPkg
This patch adds Hash2DxeCrypto to EmulatorPkg. The Hash2DxeCrypto is
used to provide the hashing protocol services.
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Doug Flick [MSFT] <doug.edk2@gmail.com>
Reviewed-by: Ray Ni <ray.ni@Intel.com>
Diffstat (limited to 'EmulatorPkg/EmulatorPkg.fdf')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.fdf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/EmulatorPkg/EmulatorPkg.fdf b/EmulatorPkg/EmulatorPkg.fdf index d756c144d9..73d5b0068d 100644 --- a/EmulatorPkg/EmulatorPkg.fdf +++ b/EmulatorPkg/EmulatorPkg.fdf @@ -199,6 +199,11 @@ INF MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf INF SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
#
+# Hash2 Protocol producer
+#
+INF SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
+
+#
# Secure Boot Key Enroll
#
!if $(SECURE_BOOT_ENABLE) == TRUE
|