summaryrefslogtreecommitdiffstats
path: root/IntelFsp2WrapperPkg
diff options
context:
space:
mode:
authorChasel Chiu <chasel.chiu@intel.com>2022-10-04 18:04:40 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-10-05 04:13:53 +0000
commit1bd2ff18664b9564a5802d0ac153b5023f2fa41e (patch)
treec8c633550e0f584fee60ed823661158fdc8937e4 /IntelFsp2WrapperPkg
parentf054beec548eb3cc718b35be20efa9d344fe7097 (diff)
downloadedk2-1bd2ff18664b9564a5802d0ac153b5023f2fa41e.tar.gz
edk2-1bd2ff18664b9564a5802d0ac153b5023f2fa41e.tar.bz2
edk2-1bd2ff18664b9564a5802d0ac153b5023f2fa41e.zip
IntelFsp2WrapperPkg: Remove CI exception of PlatformMultiPhaseLib.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4092 Duplicate library class header issue will be resolved and CI exception for FspWrapperPlatformMultiPhaseLib should be removed too. Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Michael Kubacki <michael.kubacki@microsoft.com> Signed-off-by: Chasel Chiu <chasel.chiu@intel.com> Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Diffstat (limited to 'IntelFsp2WrapperPkg')
-rw-r--r--IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml
index 6788a723a1..45cb5a7d6f 100644
--- a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml
+++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml
@@ -78,11 +78,7 @@
## options defined .pytool/Plugin/LibraryClassCheck
"LibraryClassCheck": {
- "IgnoreLibraryClass": [
- # This header file contains a small function in a separate library so platforms
- # do not have to override the whole main library instance.
- "FspWrapperPlatformMultiPhaseLib"
- ]
+ "IgnoreLibraryClass": []
},
## options defined .pytool/Plugin/SpellCheck