Skip to content

Commit 2ccb969

Browse files
pohancnpohanch
andauthored
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]>
1 parent 1991494 commit 2ccb969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scope": "surfacefamily",
2+
"scope": "global",
33
"name": "Bmp Image Encoding Check",
44
"module": "BmpCheckPlugin"
55
}

0 commit comments

Comments
 (0)