From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 06FC0941098 for ; Fri, 24 May 2024 05:45:21 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ms8h+Ni8KSHtQoIF/49+TQRKyrzzVGbua1W8+6YgeKM=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1716529520; v=1; b=G3ENVgSmCvn09Qe04xpZDk2yixTiYJaHXbBhqHxrtQKWO+T0da8Pv8qol/s1s4577uB6UJr8 PUtknGmJ8oh6k3tFWdIwhauZqMa1z46X5Y+BsKvNBQx/UUjUHVeeuUbW585WK1TEstDDgnuO5Px lMJ5WdKzX2ypnRo6xjADEXqNmrpGLTOut0Bs5/hAxN7eq2p2xCGf8VOWdWS7ICev1ynXzKf84ml DteWUcMd6+3YbaB6CEdVoF5eyUnV2uvUUcAZwI4eHfile7qOoPS8LUCXYoNIU9r8oFPMw18ZfSU Q0HBnMwgbLoY7Zgf60KwYVB6s9hIIj2Y/UIboDL271dJA== X-Received: by 127.0.0.2 with SMTP id sSiNYY7687511xcd1oP6bwnc; Thu, 23 May 2024 22:45:20 -0700 X-Received: from mail-oi1-f182.google.com (mail-oi1-f182.google.com [209.85.167.182]) by mx.groups.io with SMTP id smtpd.web11.9345.1716529520043295877 for ; Thu, 23 May 2024 22:45:20 -0700 X-Received: by mail-oi1-f182.google.com with SMTP id 5614622812f47-3c996526c69so3903079b6e.1 for ; Thu, 23 May 2024 22:45:19 -0700 (PDT) X-Gm-Message-State: JMwNEU2QeBcER0h8u2H98Phux7686176AA= X-Google-Smtp-Source: AGHT+IE/HFzhAkCly6wM0hi/EpybSuOwAS6KKjV9NXhzvmPJY3iheEJWrgn3/k1QQ3ZJ/KQG9a0c1w== X-Received: by 2002:a05:6808:180a:b0:3c9:9398:4c7e with SMTP id 5614622812f47-3d1a538e5ebmr1912182b6e.6.1716529519205; Thu, 23 May 2024 22:45:19 -0700 (PDT) X-Received: from localhost.localdomain (c-67-160-15-86.hsd1.wa.comcast.net. [67.160.15.86]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-6f8fcfe64a4sm471919b3a.158.2024.05.23.22.45.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 May 2024 22:45:18 -0700 (PDT) From: "Doug Flick via groups.io" X-Google-Original-From: Flickdm To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni Subject: [edk2-devel] [PATCH v3 02/20] EmulatorPkg: : Add Hash2DxeCrypto to EmulatorPkg Date: Thu, 23 May 2024 22:44:54 -0700 Message-Id: <20240524054512.523329-3-douglas.flick@microsoft.com> In-Reply-To: <20240524054512.523329-1-douglas.flick@microsoft.com> References: <20240524054512.523329-1-douglas.flick@microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Thu, 23 May 2024 22:45:20 -0700 Resent-From: dougflick@microsoft.com Reply-To: devel@edk2.groups.io,dougflick@microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=G3ENVgSm; dmarc=pass (policy=none) header.from=groups.io; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io From: Doug Flick This patch adds Hash2DxeCrypto to EmulatorPkg. The Hash2DxeCrypto is used to provide the hashing protocol services. Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Doug Flick [MSFT] --- EmulatorPkg/EmulatorPkg.dsc | 9 +++++++-- EmulatorPkg/EmulatorPkg.fdf | 5 +++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index 0a66294cb7..1c356bc8c7 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -128,10 +128,11 @@ FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf=0D ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/I= magePropertiesRecordLib.inf=0D RngLib|MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf=0D -=0D -!if $(SECURE_BOOT_ENABLE) =3D=3D TRUE=0D IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf=0D OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf=0D + BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf=0D +=0D +!if $(SECURE_BOOT_ENABLE) =3D=3D TRUE=0D PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecu= reLibNull.inf=0D AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf= =0D SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBo= otVariableLib.inf=0D @@ -402,6 +403,10 @@ # Rng Protocol producer=0D #=0D SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf=0D + #=0D + # Hash2 Protocol producer=0D + #=0D + SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf=0D =0D !if $(SECURE_BOOT_ENABLE) =3D=3D TRUE=0D SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDx= e.inf=0D diff --git a/EmulatorPkg/EmulatorPkg.fdf b/EmulatorPkg/EmulatorPkg.fdf index d756c144d9..73d5b0068d 100644 --- a/EmulatorPkg/EmulatorPkg.fdf +++ b/EmulatorPkg/EmulatorPkg.fdf @@ -198,6 +198,11 @@ INF MdeModulePkg/Universal/DriverSampleDxe/DriverSamp= leDxe.inf #=0D INF SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf=0D =0D +#=0D +# Hash2 Protocol producer=0D +#=0D +INF SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf=0D +=0D #=0D # Secure Boot Key Enroll=0D #=0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119229): https://edk2.groups.io/g/devel/message/119229 Mute This Topic: https://groups.io/mt/106276854/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-