From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::143; helo=mail-it1-x143.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x143.google.com (mail-it1-x143.google.com [IPv6:2607:f8b0:4864:20::143]) (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 049B9211ACEB4 for ; Wed, 2 Jan 2019 05:05:41 -0800 (PST) Received: by mail-it1-x143.google.com with SMTP id g85so40746528ita.3 for ; Wed, 02 Jan 2019 05:05:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=z+YC9Thl+NkwJnUID0u4Bs7BncdZH9cR+i3L/CxYgTk=; b=GpkZCEfsSgHuqdX1uSNDGoFq1nVvjnUpPCpw55YbT8nwzM6qNHAk0gxo6u9Yjt2Ty1 bEAbLtufPDMudOQq/mIiS2aTS9IWFeJwNkSS2/0cmhzeuhGZ6c/Yi8EZBRR6PYEVLEW1 EFk2BBbWJ+NYq3xO3AWD00wkfCS1ZDpU+r0OA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=z+YC9Thl+NkwJnUID0u4Bs7BncdZH9cR+i3L/CxYgTk=; b=MjwDiR4SYEQ8M5gP+S9bk9Y+5CVsEVRWOkffQy0qsbtU1tOJKZamBuq7hLvZj81lS7 skSPNt4TTr012yKoAc62WXcQmHVr9xW1B1PilNoPs+eW9WeZAX5Q/+Z6X5U6MFD0BxVO Snv7+Qj/YQ8Xcv2TAIhkCqlzhOimnbdU6VCCMQBAT3AaVIUOP5BEah9MoSkm+6CDZzMm g8iDrNvFeiQ9fkLGUYkK7qUTFDshdZ9LrHKP6bZI9ev996sgCUuuFlWF3LpJpwGrxCdt zJzUQYfQ/flNHJcOehuYzZfiDRrxZagsCxG2QXzD0EMRWOY/dWoeGm9NwiEhaVs7aAvm az0g== X-Gm-Message-State: AA+aEWZbarvmPHhsHUyV+b2q1LbRzvWC923anA4WvnVSL080VOQZU/GD QNRf0hM7SwuCd71ZXdZDX5RABjRNEfsJM7aigbc0ow== X-Google-Smtp-Source: AFSGD/WplB8FH6KFeeAeaiz+X0M4EchdMbLeFCMPFwpslBGJ+80MfBCIM+D5o0oJzzmKOZUDuEltvAUYa/URO54uOpY= X-Received: by 2002:a24:edc4:: with SMTP id r187mr30892061ith.158.1546434341043; Wed, 02 Jan 2019 05:05:41 -0800 (PST) MIME-Version: 1.0 References: <1544789607-11316-1-git-send-email-jagadeesh.ujja@arm.com> <1544789607-11316-11-git-send-email-jagadeesh.ujja@arm.com> In-Reply-To: <1544789607-11316-11-git-send-email-jagadeesh.ujja@arm.com> From: Ard Biesheuvel Date: Wed, 2 Jan 2019 14:05:29 +0100 Message-ID: To: Jagadeesh Ujja Cc: "edk2-devel@lists.01.org" , "Gao, Liming" , "Zhang, Chao B" , Leif Lindholm Subject: Re: [PATCH 10/13] MdeModulePkg/VarCheckLib: allow MM_STANDALONE drivers to use this library 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, 02 Jan 2019 13:05:42 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 14 Dec 2018 at 13:14, Jagadeesh Ujja wrote= : > > =E2=80=9CVarCheckLib=E2=80=9D library can be used by MM_STANDALONE driver= s as well. > So add MM_STANDALONE as the module type this library supports. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jagadeesh Ujja > --- > MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf b/MdeModule= Pkg/Library/VarCheckLib/VarCheckLib.inf > index 099f83d..c8cf810 100644 > --- a/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf > +++ b/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf > @@ -2,6 +2,7 @@ > # Provides variable check services and database management. > # > # Copyright (c) 2015, Intel Corporation. All rights reserved.
> +# Copyright (c) 2018, ARM Limited. All rights reserved.
> # > # This program and the accompanying materials > # are licensed and made available under the terms and conditions > @@ -21,12 +22,12 @@ > FILE_GUID =3D 63E12D08-0C5D-47F8-95E4-09F89D7506C= 5 > MODULE_TYPE =3D DXE_RUNTIME_DRIVER Please change the module type to 'BASE' as well. Note that this may require you to add #include to some source or header files. With that Reviewed-by: Ard Biesheuvel > VERSION_STRING =3D 1.0 > - LIBRARY_CLASS =3D VarCheckLib|DXE_RUNTIME_DRIVER DXE_= SMM_DRIVER > + LIBRARY_CLASS =3D VarCheckLib|DXE_RUNTIME_DRIVER DXE_= SMM_DRIVER MM_STANDALONE > > # > # The following information is for reference only and not required by th= e build tools. > # > -# VALID_ARCHITECTURES =3D IA32 X64 > +# VALID_ARCHITECTURES =3D IA32 X64 AARCH64 > # > > [Sources] > -- > 2.7.4 >