diff options
author | Chasel Chiu <chasel.chiu@intel.com> | 2022-10-04 18:04:40 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-05 04:13:53 +0000 |
commit | 1bd2ff18664b9564a5802d0ac153b5023f2fa41e (patch) | |
tree | c8c633550e0f584fee60ed823661158fdc8937e4 | |
parent | f054beec548eb3cc718b35be20efa9d344fe7097 (diff) | |
download | edk2-1bd2ff18664b9564a5802d0ac153b5023f2fa41e.zip edk2-1bd2ff18664b9564a5802d0ac153b5023f2fa41e.tar.gz edk2-1bd2ff18664b9564a5802d0ac153b5023f2fa41e.tar.bz2 |
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>
-rw-r--r-- | IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml index 6788a72..45cb5a7 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
|