diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /ReferenceCode/Chipset/SystemAgent/Protocol/SaProtocolLib.sdl | |
download | zprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz |
Diffstat (limited to 'ReferenceCode/Chipset/SystemAgent/Protocol/SaProtocolLib.sdl')
-rw-r--r-- | ReferenceCode/Chipset/SystemAgent/Protocol/SaProtocolLib.sdl | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ReferenceCode/Chipset/SystemAgent/Protocol/SaProtocolLib.sdl b/ReferenceCode/Chipset/SystemAgent/Protocol/SaProtocolLib.sdl new file mode 100644 index 0000000..b5ad7b2 --- /dev/null +++ b/ReferenceCode/Chipset/SystemAgent/Protocol/SaProtocolLib.sdl @@ -0,0 +1,35 @@ +TOKEN + Name = SaProtocolLib_SUPPORT + Value = 1 + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + Master = Yes + Help = "Main switch to enable SaProtocolLib support in Project" +End + +MODULE + Help = "Includes SaProtocolLib.mak to Project" + File = "SaProtocolLib.mak" +End + +PATH + Name = "INTEL_SA_PROTOCOL_LIB_DIR" +End + +ELINK + Name = "/I$(INTEL_SA_PROTOCOL_LIB_DIR)" + Parent = "INTEL_MCH_INCLUDES" + InvokeOrder = AfterParent +End + +ELINK + Name = "INTEL_SA_PROTOCOL_LIB" + InvokeOrder = ReplaceParent +End + +ELINK + Name = "$(BUILD_DIR)\IntelSaProtocolLib.lib" + Parent = "INTEL_SA_PROTOCOL_LIB" + InvokeOrder = AfterParent +End
\ No newline at end of file |