mirror of
https://github.com/Dasharo/edk2.git
synced 2026-06-13 10:16:24 -07:00
32840a9cad
Optionally transforming a capsule via the protocol permits tweaking capsule format and/or adding additional layers of verification without embedding any specific details into DxeCapsuleLibFmp. The protocol must be part of the running firmware so drivers embedded into capsules can't affect processing of other capsules in this way. A failure to transform a capsule results in it being skipped. A successful transformation leads to its re-validation before further processing. Signed-off-by: Gustavo dos Santos Cardoso <gustavo_16a@hotmail.com> Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>