You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the scope of BmpCheckPlugin to global (#1499)
## Description
Change the scope of BmpCheckPlugin to global.
Requiring platforms to include the 'surfacefamily' scope in order to use
this plug-in is unreasonable.
- [ ] Impacts functionality?
- [ ] Impacts security?
- [x] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
- [x] Backport to release branch?
## How This Was Tested
Verified that BmpCheckPlugin will be loaded by include scope "global".
## Integration Instructions
This will enable a new post build plugin, where it was previously only
scoped to surfacefamily.
If this plugin breaks in a project, it means that the BMP file the
project is using is either malformed or that it contains excessive data
that is not part of the BMP. Close examination of the BMP is recommend,
or regeneration of the BMP.
Co-authored-by: PO-HAN CHEN <[email protected]>
0 commit comments