Closed os-d closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 35.92%. Comparing base (
11f63c3
) to head (9d36c4a
).:exclamation: Current head 9d36c4a differs from pull request most recent head 6017244
Please upload reports for the commit 6017244 to get more accurate results.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This updates the UpdateConfigHdr.py plugin to be able to generate multiple config headers from multiple XML files to support the use case where one PlatformBuild.py file is producing multiple config environments, such as non-secure world and StMM. This is backwards compatible with platforms that only build a single config environment.
For each item, place an "x" in between
[
and]
if true. Example:[x]
. (you can also check items in the GitHub UI)How This Was Tested
Tested on a platform with multiple config environments and with a single.
Integration Instructions
See docs in this PR.