Closed makubacki closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
feature/sea@76ff35a
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Adds a library to publish the SEA manifest. A NULL library class is provided for platforms that would like to have common code paths but builds that will not produce the SEA manifest.
An instance is also provided that will publish the SEA manifest to the system configuration table.
How This Was Tested
Integration Instructions
DxeSeaManifestPublicationLibConfigTable
to publish a SEA manifest binary to the system config tableBaseSeaManifestPublicationLibNull
to not publish anything and simply return success.