From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::343; helo=mail-wm1-x343.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 82FCB211B818D for ; Wed, 16 Jan 2019 13:22:29 -0800 (PST) Received: by mail-wm1-x343.google.com with SMTP id a62so3606482wmh.4 for ; Wed, 16 Jan 2019 13:22:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=UHB4Rm4owgNCTD2PuF0JoK8qz+CSzR2oell4jIKOyCI=; b=VxkjTNIvSNykYL6nBACvdf7wrlloB9vUGjDYKQ88YwTBSdqVNVTSuJhGOY/2Ex/CyG d+QQvx61xRtbIvs7nsMEusNil7wRhzryoRO5jFOzQBp4f0E5Q0Xmjtl/Tvxl6+dy6Qy9 X0PT8wB+84mwuF+8Hrh+j4G0umy61CyENXYTA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=UHB4Rm4owgNCTD2PuF0JoK8qz+CSzR2oell4jIKOyCI=; b=H/f86fNKLUeuj88mKfbvAUihwu+UiKNw0O0BS8aVk2w7krERgv1XR+RQdjl86T5sUe rOA/E45vi5kYtmZ0ZemvHs6Jh+2LNqb9Wmb0PJGvAizt5Bw0OvTSk85cpCVaTtcVoScm bokSTVtlsvyVtZ21h3ZJZ32uoCmjSdSGkKsKCyfuiv3CfJP0E+67jWDw45gn4Zz074S9 Kx3BYyf8gOQHzJU0lq+rbgLqs0tNzrUHxuo+982Fj2xp+9yhlmlFf8OkXUdwiEDreflW ZKdM/xwkjWdQlMggma1ynb6vvFiEIpAaUGlRIcatDXmmW+tMZQuOLKo4Kd9YyqC6yCFc /lSQ== X-Gm-Message-State: AJcUuke/QcrAz2gf/iIZCoLSx1VAsZi2eHR06snNty6XrW9BBhMJT87G VAcIzi4utZoAbGfbPKY0Sc5a0bLDffzZvw== X-Google-Smtp-Source: ALg8bN7AWTfusab6po3+HeKl/u2UuADq3AdkzbbpxJFoXa77+yd6sSrDOmt49Zg1/epilioWFqTurQ== X-Received: by 2002:a1c:410b:: with SMTP id o11mr9194613wma.109.1547673747775; Wed, 16 Jan 2019 13:22:27 -0800 (PST) Received: from dogfood.home ([2a01:cb1d:112:6f00:28df:207d:542c:1451]) by smtp.gmail.com with ESMTPSA id l14sm162789095wrp.55.2019.01.16.13.22.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Jan 2019 13:22:26 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Michael D Kinney , Liming Gao , Ting Ye , Gang Wei , Jian Wang , Chao Zhang , Jiewen Yao , Hao Wu , Star Zeng , Achin Gupta , Jagadeesh Ujja Date: Wed, 16 Jan 2019 22:22:18 +0100 Message-Id: <20190116212221.7460-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190116212221.7460-1-ard.biesheuvel@linaro.org> References: <20190116212221.7460-1-ard.biesheuvel@linaro.org> Subject: [PATCH 1/4] CryptoPkg/SmmCryptLib: permit use by MM_STANDALONE modules X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2019 21:22:29 -0000 Permit SmmCryptLib to be used by MM_STANDALONE modules Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf index c34699cd62bf..a681fe2f36b8 100644 --- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf +++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf @@ -30,7 +30,7 @@ [Defines] MODULE_TYPE = DXE_SMM_DRIVER VERSION_STRING = 1.0 PI_SPECIFICATION_VERSION = 0x0001000A - LIBRARY_CLASS = BaseCryptLib|DXE_SMM_DRIVER SMM_CORE + LIBRARY_CLASS = BaseCryptLib|DXE_SMM_DRIVER SMM_CORE MM_STANDALONE # # The following information is for reference only and not required by the build tools. -- 2.17.1