WalonLi / edk2-vscode

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

Add New Module Types to INF Syntax #1

Closed makubacki closed 3 years ago

makubacki commented 3 years ago

This PR adds the following module types to the INF syntax rules:

HOST_APPLICATION is commonly used in the edk2 repository for host-based unit tests. Here's an example - https://github.com/tianocore/edk2/blob/master/UefiCpuPkg/Library/MtrrLib/UnitTest/MtrrLibUnitTestHost.inf.

MM_CORE_STANDALONE and MM_STANDALONE are relatively new but already commonly used, most notably in the StandaloneMmPkg - https://github.com/tianocore/edk2/tree/master/StandaloneMmPkg.