From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web12.21527.1574329123741000768 for ; Thu, 21 Nov 2019 01:38:43 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=AXnomKaw; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574329122; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xOmU+lKjS9qjSi+hB+aFCeFx1dtLsPUI2bqDEdmhZyE=; b=AXnomKawjFTnkIqO7IlUv5qBVTPimlrG5087IpAAguttsfBK+jbBXQrdNgdTxh6T0b2APf u3Qcznh0glfRz199KUtXvMVjUmcmJ8Ph+GbjqIP7BGHKicWEGuvqu0sO4GmmCGyF7Dv/M8 BYRZ0op3US7Ie1VKKSIf0/knpsL7c9M= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-328-zkCLUgOPOmWrZL49uC9FlA-1; Thu, 21 Nov 2019 04:38:41 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A8986107ACC7; Thu, 21 Nov 2019 09:38:39 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-197.ams2.redhat.com [10.36.116.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3609C59D34; Thu, 21 Nov 2019 09:38:38 +0000 (UTC) From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Hao A Wu , Jian J Wang , Leif Lindholm , Liming Gao , Michael Kubacki Subject: [PATCH 1/3] MdeModulePkg/VariableSmmRuntimeDxe.inf: list local header "Variable.h" Date: Thu, 21 Nov 2019 10:38:31 +0100 Message-Id: <20191121093833.13840-2-lersek@redhat.com> In-Reply-To: <20191121093833.13840-1-lersek@redhat.com> References: <20191121093833.13840-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: zkCLUgOPOmWrZL49uC9FlA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Commit aab3b9b9a1e5 ("MdeModulePkg/Variable: Add RT GetVariable() cache support", 2019-11-05) added "VariableParsing.h" to "VariableSmmRuntimeDxe.inf". "VariableParsing.h" includes "Variable.h", so the "build" utility is right to warn us that "Variable.h" should be listed in [Sources] too. Cc: Hao A Wu Cc: Jian J Wang Cc: Leif Lindholm Cc: Liming Gao Cc: Michael Kubacki Fixes: aab3b9b9a1e5e1f3fa966fb1667fc3e6c47e7706 Signed-off-by: Laszlo Ersek --- Notes: Targeting edk2-stable201911. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeD= xe.inf b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.i= nf index a250533a534f..592862773390 100644 --- a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf +++ b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf @@ -41,6 +41,7 @@ [Sources] Measurement.c VariableParsing.c VariableParsing.h + Variable.h =20 [Packages] MdePkg/MdePkg.dec --=20 2.19.1.3.g30247aa5d201