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::443; helo=mail-wr1-x443.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) (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 C0A56211B7F64 for ; Mon, 14 Jan 2019 05:28:35 -0800 (PST) Received: by mail-wr1-x443.google.com with SMTP id t27so22838415wra.6 for ; Mon, 14 Jan 2019 05:28:35 -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 :mime-version:content-transfer-encoding; bh=Let0UcWjISeBsXY8uH6MZkXOrpB1t5HE63AJk02n0aw=; b=Vhs6EoUGKWeTF+SGiJnZNx0Hk8PJVFkp76SiMNUnVP3ZE5QK299nTO4/mh2lFUW9d2 pK/5ikAOt6kD1LTTYjnselF90jN2t72e43AgZGCkhd/IYRxLZjaD4kVZJvDN9zYoxwMQ K+KPxpRWXldDnhFzondYY9W0pIN8hQ2ikzB4o= 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:mime-version:content-transfer-encoding; bh=Let0UcWjISeBsXY8uH6MZkXOrpB1t5HE63AJk02n0aw=; b=ra4X+hZUqUqFuGopyTojovF+tatmZlW7cvKLh2Ldv1IVxlV0KCLpiglyZNxDM8Zl5K TmE7xpi/Qzgmnb/Sz8JFepVXkJetxbO7kq8+GDBr6NRz6YwBamugO2FcdWSrqhIhgc5W C4XdrkuoK76fu7dRGf+OcDHbxtFcpnisbNfb3GyrNIalwWKLC2kJg2Uj6W/Uj421Ju+7 02GnMgp3WMpjo3tgy4AiBKgZMqiLTbagcePCrx93jfegn0UCJDjZ50iPhsDSw0OXfUwx NsSirohjfI5GFIDiDk53XZ6GC+DdtnYJGI+K5B0rIJNs+eLl3jxIZ10CSKcQwgSLaQty L7+A== X-Gm-Message-State: AJcUukd+7jfaXsShy1zQUWeAHLN/mIYNNTRFYGw5T34KvcrmZA4DjVnv HkbMODNVk4bPDWXNxYruNZbEUiS7Rvk= X-Google-Smtp-Source: ALg8bN75ARSsSr8wkeqBjzsuivwt6qoodQdCkELlLQHstI66Hcj/FtyOlfKO8dSBPnTHGp8tPMDC2g== X-Received: by 2002:adf:e54a:: with SMTP id z10mr23564722wrm.238.1547472514161; Mon, 14 Jan 2019 05:28:34 -0800 (PST) Received: from localhost.localdomain (aputeaux-684-1-19-62.w90-86.abo.wanadoo.fr. [90.86.222.62]) by smtp.gmail.com with ESMTPSA id 202sm33446560wmt.8.2019.01.14.05.28.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Jan 2019 05:28:33 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Laszlo Ersek , Leif Lindholm , Michael D Kinney , Liming Gao , Jian J Wang , Hao Wu , Jagadeesh Ujja , Achin Gupta , Thomas Panakamattam Abraham , Sami Mujawar , Star Zeng Date: Mon, 14 Jan 2019 14:27:56 +0100 Message-Id: <20190114132758.24054-16-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190114132758.24054-1-ard.biesheuvel@linaro.org> References: <20190114132758.24054-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Subject: [PATCH v2 15/17] MdeModulePkg/AuthVariableLibNull: add MM_STANDALONE support 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: Mon, 14 Jan 2019 13:28:36 -0000 Content-Transfer-Encoding: 8bit Add MM_STANDALONE to the list of permitted module types of the AuthVariableLibNull library implementation. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf b/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf index 900fef5d4989..93f3e675a2ff 100644 --- a/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf +++ b/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf @@ -21,7 +21,7 @@ [Defines] FILE_GUID = 435CB0E4-7C9A-4BB7-9907-8FD4643E978A MODULE_TYPE = DXE_RUNTIME_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = AuthVariableLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER + LIBRARY_CLASS = AuthVariableLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER MM_STANDALONE # # The following information is for reference only and not required by the build tools. -- 2.20.1