From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Core/EM/AMIDebugRx/AMIDebugRx.sdl | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Core/EM/AMIDebugRx/AMIDebugRx.sdl (limited to 'Core/EM/AMIDebugRx/AMIDebugRx.sdl') diff --git a/Core/EM/AMIDebugRx/AMIDebugRx.sdl b/Core/EM/AMIDebugRx/AMIDebugRx.sdl new file mode 100644 index 0000000..c3ad8bb --- /dev/null +++ b/Core/EM/AMIDebugRx/AMIDebugRx.sdl @@ -0,0 +1,34 @@ +TOKEN + Name = "AMIDEBUG_RX_SUPPORT" + Value = "1" + Help = "Main switch to enable Ami Debug Rx Module." + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + TargetH = Yes + Master = Yes +End + +TOKEN + Name = "DEBUGGER_MAJOR_VERSION" + Value = "2" + TokenType = Integer + TargetEQU = Yes + TargetH = Yes +End + +TOKEN + Name = "DEBUGGER_MINOR_VERSION" + Value = "04" + TokenType = Integer + TargetEQU = Yes + TargetH = Yes +End + +TOKEN + Name = "DEBUGGER_BUILD" + Value = "0074" + TokenType = Integer + TargetEQU = Yes + TargetH = Yes +End -- cgit v1.2.3