[Feature]Upload Modem source code

Change-Id: Id4294f30faced84d3e6fd6d5e61e1111bf287a37
diff --git a/mcu/make/module/middleware/simulation/comm.mak b/mcu/make/module/middleware/simulation/comm.mak
new file mode 100644
index 0000000..56326b0
--- /dev/null
+++ b/mcu/make/module/middleware/simulation/comm.mak
@@ -0,0 +1,21 @@
+# Define source file lists to SRC_LIST
+SRC_LIST = MoDIS_VC9/comm/cShare.cpp
+
+#  Define include path lists to INC_DIR
+INC_DIR = MoDIS_VC9/comm
+
+# Define the specified compile options to COMP_DEFS
+COMP_DEFS = 
+
+ifeq ($(filter __MTK_TARGET__,$(strip $(MODULE_DEFS))),)
+  COMP_DEFS += GEN_FOR_PC __UCS2_ENCODING
+endif
+
+# Define the source file search paths to SRC_PATH
+SRC_PATH = MoDIS_VC9/comm
+
+ifeq ($(filter __MTK_TARGET__, $(strip $(MODULE_DEFS))),)
+  MODIS_DIS_OPTION += STDC_HEADERS
+endif
+
+NOT_USE_CATEGORY_INCLUDE := TRUE