Closed yytshirley closed 1 year ago
Patch coverage has no change and project coverage change: -1.05%
:warning:
Comparison is base (
8d9b898
) 4.27% compared to head (696b221
) 3.23%.:exclamation: Current head 696b221 differs from pull request most recent head 091d77d. Consider uploading reports for the commit 091d77d to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
BaseTools: Python VfrCompiler implementation
This python VfrCompiler tool is the python implementation of the edk2 VfrCompiler tool which C implementation locates at https://github.com/tianocore/edk2/tree/master/BaseTools/Source/C/VfrCompile.
This python implementation not only covers the same usage as the C version VfrCompiler, but also extends several new features.
Edk2 Basetools issue link: https://github.com/tianocore/edk2-basetools/issues/68
Cc: Rebecca Cran rebecca@bsdio.com Cc: Liming Gao gaoliming@byosoft.com.cn Cc: Bob Feng bob.c.feng@intel.com Signed-off-by: Yuting Yang yuting2.yang@intel.com Signed-off-by: Yuwei Chen yuwei.chen@intel.com