[Feature]Upload Modem source code

Change-Id: Id4294f30faced84d3e6fd6d5e61e1111bf287a37
diff --git a/mcu/driver/tty/inc/tty_trace.h b/mcu/driver/tty/inc/tty_trace.h
new file mode 100644
index 0000000..493a4df
--- /dev/null
+++ b/mcu/driver/tty/inc/tty_trace.h
@@ -0,0 +1,17 @@
+#ifndef _TTY_TRACE_H_
+#define _TTY_TRACE_H_
+#if TTY_CONSOLE_TRACE_ENABLED != 1
+#ifndef GEN_FOR_PC
+ #include "stack_config.h"
+#endif /* GEN_FOR_PC */
+#include "dhl_trace.h"
+#include "dhl_def.h"
+#if !defined(GEN_FOR_PC)
+#if defined(__DHL_MODULE__) || defined(__CUSTOM_RELEASE__)
+#endif /* TST Trace Defintion */
+#endif
+#endif /* TTY_CONSOLE_TRACE_ENABLED != 1 */
+#if !defined(GEN_FOR_PC)
+#include"tty_trace_mod_tty_utmd.h"
+#endif
+#endif /* _TTY_TRACE_H_ */