From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: shenglei.zhang@intel.com) Received: from mga12.intel.com (mga12.intel.com []) by groups.io with SMTP; Wed, 21 Aug 2019 01:01:16 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Aug 2019 01:01:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,412,1559545200"; d="scan'208";a="183463579" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga006.jf.intel.com with ESMTP; 21 Aug 2019 01:01:14 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Michael Kubacki , Chasel Chiu , Nate DeSimone , Liming Gao Subject: [edk2-platform PATCH 2/2] Platform/MinPlatformPkg: Add missing header files in INF files Date: Wed, 21 Aug 2019 16:01:08 +0800 Message-Id: <20190821080108.1736-3-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20190821080108.1736-1-shenglei.zhang@intel.com> References: <20190821080108.1736-1-shenglei.zhang@intel.com> The header files are used but missing in INF,which causes warning message when building them. https://bugzilla.tianocore.org/show_bug.cgi?id=2037 Cc: Michael Kubacki Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Signed-off-by: Shenglei Zhang --- .../MinPlatformPkg/Flash/SpiFvbService/SpiFvbServiceSmm.inf | 1 + .../SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf | 1 + .../Hsti/HstiIbvPlatformDxe/HstiIbvPlatformDxe.inf | 1 + .../Library/PeiHobVariableLibFce/PeiHobVariableLibFce.inf | 2 ++ .../PeiHobVariableLibFce/PeiHobVariableLibFceOptSize.inf | 2 ++ .../Test/Library/TestPointCheckLib/DxeTestPointCheckLib.inf | 1 + .../Test/Library/TestPointCheckLib/SmmTestPointCheckLib.inf | 1 + 7 files changed, 9 insertions(+) diff --git a/Platform/Intel/MinPlatformPkg/Flash/SpiFvbService/SpiFvbServiceSmm.inf b/Platform/Intel/MinPlatformPkg/Flash/SpiFvbService/SpiFvbServiceSmm.inf index cca7de94..4c5202f9 100644 --- a/Platform/Intel/MinPlatformPkg/Flash/SpiFvbService/SpiFvbServiceSmm.inf +++ b/Platform/Intel/MinPlatformPkg/Flash/SpiFvbService/SpiFvbServiceSmm.inf @@ -50,6 +50,7 @@ [Sources] Common/SpiFvbServiceCommon.c Common/FvbInfo.c + Common/SpiFvbServiceCommon.h Smm/SpiFvbServiceSmm.c [Protocols] diff --git a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf index 5d77e9e4..3f5a63f2 100644 --- a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf +++ b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf @@ -41,6 +41,7 @@ SecGetPerformance.c SecTempRamDone.c PlatformInit.c + FsptCoreUpd.h [Sources.IA32] Ia32/SecEntry.nasm diff --git a/Platform/Intel/MinPlatformPkg/Hsti/HstiIbvPlatformDxe/HstiIbvPlatformDxe.inf b/Platform/Intel/MinPlatformPkg/Hsti/HstiIbvPlatformDxe/HstiIbvPlatformDxe.inf index 64814528..172280e8 100644 --- a/Platform/Intel/MinPlatformPkg/Hsti/HstiIbvPlatformDxe/HstiIbvPlatformDxe.inf +++ b/Platform/Intel/MinPlatformPkg/Hsti/HstiIbvPlatformDxe/HstiIbvPlatformDxe.inf @@ -23,6 +23,7 @@ SecureBootBypass.c ExternalDeviceDmaProtection.c MorSupport.c + HstiIbvPlatformDxe.h [Packages] MdePkg/MdePkg.dec diff --git a/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVariableLibFce.inf b/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVariableLibFce.inf index fd80c611..ad8882fe 100644 --- a/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVariableLibFce.inf +++ b/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVariableLibFce.inf @@ -37,6 +37,8 @@ [Sources] PeiHobVariableLibFce.c InternalCommonLib.c + Variable.h + Fce.h [Ppis] gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY diff --git a/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVariableLibFceOptSize.inf b/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVariableLibFceOptSize.inf index 82d81c98..e1a76715 100644 --- a/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVariableLibFceOptSize.inf +++ b/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVariableLibFceOptSize.inf @@ -36,6 +36,8 @@ [Sources] PeiHobVariableLibFceOptSize.c InternalCommonLib.c + Variable.h + Fce.h [Ppis] gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.inf b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.inf index 62fceffb..76e193dc 100644 --- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.inf +++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.inf @@ -68,6 +68,7 @@ DxeCheckTcgMor.c DxeCheckDmaProtection.c TestPointHelp.c + TestPointInternal.h [Guids] gEfiMemoryAttributesTableGuid diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/SmmTestPointCheckLib.inf b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/SmmTestPointCheckLib.inf index 6007fbc9..03d027ec 100644 --- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/SmmTestPointCheckLib.inf +++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/SmmTestPointCheckLib.inf @@ -45,6 +45,7 @@ DxeCheckLoadedImage.c DxeCheckGcd.c TestPointHelp.c + TestPointInternal.h [Pcd] gMinPlatformPkgTokenSpaceGuid.PcdTestPointIbvPlatformFeature -- 2.18.0.windows.1