[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/service/hif/hmu.mak b/mcu/make/module/service/hif/hmu.mak
new file mode 100644
index 0000000..60b518a
--- /dev/null
+++ b/mcu/make/module/service/hif/hmu.mak
@@ -0,0 +1,28 @@
+# Define source file lists to SRC_LIST
+SRC_LIST = service/hif/hmu/src/hmu.c
+SRC_LIST += service/hif/hmu/src/hmu_conf_data.c
+
+
+# Define include path lists to INC_DIR
+INC_DIR = ./interface/service/hif \
+ ./interface/service/hif \
+ service/hif/hmu/include \
+ ./service/hif/interface \
+ protocol/interface/ddm
+
+# Define the specified compile options to COMP_DEFS
+COMP_DEFS = _HMU_
+
+# Define the source file search paths to SRC_PATH
+SRC_PATH = service/hif/hmu/src
+
+ifeq ($(strip $(CUSTOM_RELEASE)),TRUE)
+ #custom
+ ifeq ($(strip $(DHL_SUPPORT)),TRUE)
+ SRC_LIST += $(strip $(CUS_MTK_REL))/dhl/l1trace/hif_srv_hmu_trace_utmd.c
+ else
+ SRC_LIST += $(strip $(CUS_MTK_REL))/tst/l1trace/hif_srv_hmu_trace_utmd.c
+ endif
+else
+ SRC_LIST += $(strip $(CGEN_L1_OUTDIR))/hif_srv_hmu_trace_utmd.c
+endif
\ No newline at end of file
diff --git a/mcu/make/module/service/hif/ubm.mak b/mcu/make/module/service/hif/ubm.mak
new file mode 100644
index 0000000..f86844c
--- /dev/null
+++ b/mcu/make/module/service/hif/ubm.mak
@@ -0,0 +1,35 @@
+# Define source file lists to SRC_LIST
+SRC_LIST = service/hif/ubm/src/ubm.c \
+ service/hif/ubm/src/ubm_drb.c \
+ service/hif/ubm/src/ubm_fhb.c \
+ service/hif/ubm/src/ubm_nfhb.c \
+ service/hif/ubm/src/ubm_ul_meta.c \
+ service/hif/ubm/src/ubm_vrb.c \
+ service/hif/ubm/src/ubm_xit.c
+
+# L1 trace configuration file
+ifeq ($(strip $(CUSTOM_RELEASE)),TRUE)
+ #custom
+ ifeq ($(strip $(DHL_SUPPORT)),TRUE)
+ SRC_LIST += $(strip $(CUS_MTK_REL))/dhl/l1trace/ubm_data_path_trace_utmd.c
+ else
+ SRC_LIST += $(strip $(CUS_MTK_REL))/tst/l1trace/ubm_data_path_trace_utmd.c
+ endif
+else
+ SRC_LIST += $(strip $(CGEN_L1_OUTDIR))/ubm_data_path_trace_utmd.c
+endif
+
+# Define include path lists to INC_DIR
+INC_DIR = ./interface/service/hif \
+ service/hif/ubm/include \
+ ./service/hif/interface \
+ interface/driver/lhifcore \
+ interface/middleware/hif \
+ interface/driver/hif \
+ ./interface/service/prbm \
+ interface/service/qmu_bm
+
+# Define the specified compile options to COMP_DEFS
+
+# Define the source file search paths to SRC_PATH
+SRC_PATH = service/hif/ubm/src