diff options
Diffstat (limited to 'ReferenceCode/AcpiTables/Protocol/AcpiProtocolLib.sdl')
-rw-r--r-- | ReferenceCode/AcpiTables/Protocol/AcpiProtocolLib.sdl | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/ReferenceCode/AcpiTables/Protocol/AcpiProtocolLib.sdl b/ReferenceCode/AcpiTables/Protocol/AcpiProtocolLib.sdl new file mode 100644 index 0000000..14f9503 --- /dev/null +++ b/ReferenceCode/AcpiTables/Protocol/AcpiProtocolLib.sdl @@ -0,0 +1,36 @@ +TOKEN + Name = "AcpiProtocolLib_SUPPORT" + Value = "1" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + Master = Yes + Help = "Main switch to enable AcpiProtocolLib support in Project" +End + +MODULE + Help = "Includes AcpiProtocolLib.mak to Project" + File = "AcpiProtocolLib.mak" +End + +PATH + Name = "AcpiProtocolLib_DIR" +End + +TOKEN + Name = "AcpiProtocolLib_LIB" + Value = "$(BUILD_DIR)\AcpiProtocolLib.lib" + TokenType = Expression + TargetMAK = Yes +End + +ELINK + Name = "AcpiProtocolLib_INCLUDES" + InvokeOrder = ReplaceParent +End + +ELINK + Name = "/I$(AcpiProtocolLib_DIR)" + Parent = "AcpiProtocolLib_INCLUDES" + InvokeOrder = AfterParent +End
\ No newline at end of file |