WalonLi / edk2-vscode

The VSCode plugin of EDKII file association.
Other
31 stars 9 forks source link

Add New Source File Extensions to INF Syntax #2

Closed makubacki closed 3 years ago

makubacki commented 3 years ago

This PR adds the following source file extensions to the INF syntax rules:

These assembly file extensions are commonly used for source files in many modules. The BaseLib INF provides an example in the edk2 repository that uses all three extensions as source files - https://github.com/tianocore/edk2/blob/master/MdePkg/Library/BaseLib/BaseLib.inf.

An INF file example that includes both .asl and .aslc files can be found here - https://github.com/tianocore/edk2/blob/master/OvmfPkg/AcpiTables/AcpiTables.inf. Though these file types are even more common in platform repositories that contain ASL code for a particular system.