-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CHERRY-PICK] Introduce notification callbacks for the Policy Service (…
…#433) (#441) ## Description Cherry-pick of #433 for 202208 Introduces a mechanism by which consumers can register for notifications on a given policy. Unlike the protocol/PPI notification system, this callback allows for a priority, pre-finalized notifications, removal notifications, etc. The existing protocols/PPI installs will now only be done on a finalization of a policy. > > NOTE: All consumers depending on the existing notification system may need to switch to the callbacks if they rely on a non-finalized policy. > Feature Request: #411 - [x] Impacts functionality? - [ ] Impacts security? - [x] Breaking change? - [x] Includes tests? - [x] Includes documentation? ## How This Was Tested Tested with provided unit tests and leveraged tests of mu_feature_config. ## Integration Instructions N/A
- Loading branch information
Showing
22 changed files
with
2,125 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.