[Feature][Modem]Update MTK MODEM V1.6 baseline version: MOLY.NR15.R3.MD700.IVT.MP1MR3.MP.V1.6

MTK modem version: MT2735_IVT_MOLY.NR15.R3.MD700.IVT.MP1MR3.MP.V1.6.tar.gz
RF  modem version: NA

Change-Id: I45a4c2752fa9d1a618beacd5d40737fb39ab64fb
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
diff --git a/mcu/make/module/middleware/simulation/modis.mak b/mcu/make/module/middleware/simulation/modis.mak
new file mode 100644
index 0000000..390a907
--- /dev/null
+++ b/mcu/make/module/middleware/simulation/modis.mak
@@ -0,0 +1,28 @@
+# Define source file lists to SRC_LIST
+SRC_LIST = MoDIS_VC9/MoDIS/w32_winmain.cpp \
+           MoDIS_VC9/CrashHandlerlib/CrashHandlerClient.cpp \
+           MoDIS_VC9/CrashHandlerlib/CrashHandlerSharedMemory.cpp \
+		   MoDIS_VC9/CrashHandlerlib/OscarSST.c
+
+SRC_LIST += MoDIS_VC9/MoDIS/mtk_simulator.rc \
+            MoDIS_VC9/MoDIS/resource.h \
+            MoDIS_VC9/MoDIS/StdAfx.h \
+            MoDIS_VC9/MoDIS/mtk_icon.ICO \
+            MoDIS_VC9/MoDIS/mtk_simulator.ICO \
+            MoDIS_VC9/CrashHandlerlib/CrashHandlerClient.h \
+            MoDIS_VC9/CrashHandlerlib/CrashHandlerSharedMemory.h 
+			
+#  Define include path lists to INC_DIR
+INC_DIR = MoDIS_VC9/MoDIS \
+          MoDIS_VC9/CrashHandlerlib \
+          interface/protocol/uem/include \
+		  service/sst/include \
+		  service/sst/include_sec
+
+# Define the specified compile options to COMP_DEFS
+COMP_DEFS = MMI_ON_HARDWARE_P
+
+# Define the source file search paths to SRC_PATH
+SRC_PATH = MoDIS_VC9/MoDIS
+
+NOT_USE_CATEGORY_INCLUDE := TRUE