tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.38k stars 2.4k forks source link

BaseTools: Trim: Add header/footer for ASL include #5833

Open Javagedes opened 1 week ago

Javagedes commented 1 week ago

Description

When including one ASL file in another, add a header / footer to the included file to easily tell where the included file starts and ends.

How This Was Tested

These updates have been used in a downstream consumer with no issues. Only adds additional comments to any ASL file with an include.

Integration Instructions

N/A

lgao4 commented 6 days ago

can you show one example with this change?