diff options
Diffstat (limited to 'Chipset/SB/PchWrap/WdtApp/Protocol/WdtAppProtocolLib.sdl')
-rw-r--r-- | Chipset/SB/PchWrap/WdtApp/Protocol/WdtAppProtocolLib.sdl | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/Chipset/SB/PchWrap/WdtApp/Protocol/WdtAppProtocolLib.sdl b/Chipset/SB/PchWrap/WdtApp/Protocol/WdtAppProtocolLib.sdl new file mode 100644 index 0000000..a2cf557 --- /dev/null +++ b/Chipset/SB/PchWrap/WdtApp/Protocol/WdtAppProtocolLib.sdl @@ -0,0 +1,71 @@ +#************************************************************************* +#************************************************************************* +#** ** +#** (C)Copyright 1985-2011, American Megatrends, Inc. ** +#** ** +#** All Rights Reserved. ** +#** ** +#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +#** ** +#** Phone: (770)-246-8600 ** +#** ** +#************************************************************************* +#************************************************************************* + +#************************************************************************* +# $Header: /Alaska/BIN/Chipset/Intel/SouthBridge/LynxPoint/Intel Pch SB Chipset/PchWrap/WdtApp/WdtAppProtocolLib/WdtAppProtocolLib.sdl 1 2/08/12 8:36a Yurenlai $ +# +# $Revision: 1 $ +# +# $Date: 2/08/12 8:36a $ +#************************************************************************* +# Revision History +# ---------------- +# $Log: /Alaska/BIN/Chipset/Intel/SouthBridge/LynxPoint/Intel Pch SB Chipset/PchWrap/WdtApp/WdtAppProtocolLib/WdtAppProtocolLib.sdl $ +# +# 1 2/08/12 8:36a Yurenlai +# Intel Lynx Point/SB eChipset initially releases. +# +#************************************************************************* +TOKEN + Name = "WdtAppProtocolLib_SUPPORT" + Value = "1" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + Master = Yes + Help = "Main switch to enable WdtAppProtocolLib support in Project" +End + +PATH + Name = "WdtAppProtocol_DIR" +End + +MODULE + File = "WdtAppProtocolLib.mak" + Help = "Includes WdtAppProtocolLib.mak to Project" +End + +ELINK + Name = "WdtAppProtocol_LIB" + InvokeOrder = ReplaceParent +End + +ELINK + Name = "$(BUILD_DIR)\WdtAppProtocolLib.lib" + Parent = "WdtAppProtocol_LIB" + InvokeOrder = AfterParent +End +#************************************************************************* +#************************************************************************* +#** ** +#** (C)Copyright 1985-2011, American Megatrends, Inc. ** +#** ** +#** All Rights Reserved. ** +#** ** +#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +#** ** +#** Phone: (770)-246-8600 ** +#** ** +#************************************************************************* +#************************************************************************* |