[Feature][T8TSK-212][Modem]Update MTK modem version to MOBILETEK35_IVT_T800_MOLY.NR15.R3.MD700.MP.V75.P6
Only Configure:No
Affected branch:T800_MD
Affected module:Modem
Is it affected on both ZXIC and MTK:only MTK
Self-test:Yes
Doc Update:No
Change-Id: Id19a67bd78c05e3f07b27b5943045cc78cb5c24d
diff --git a/mcu/make/common/rel/REL_CR_BASIC.mak b/mcu/make/common/rel/REL_CR_BASIC.mak
index 87ec06e..7d43fb5 100755
--- a/mcu/make/common/rel/REL_CR_BASIC.mak
+++ b/mcu/make/common/rel/REL_CR_BASIC.mak
@@ -327,6 +327,7 @@
CUS_REL_BASE_COMP += interface/service/icd
CUS_REL_BASE_COMP += interface/service/asn1_common
CUS_REL_BASE_COMP += interface/service/config
+CUS_REL_BASE_COMP += interface/service/dhcp
CUS_REL_BASE_COMP += interface/service/dhl/v1
CUS_REL_BASE_COMP += interface/service/dhl/v2
CUS_REL_BASE_COMP += interface/service/em
diff --git a/mcu/make/common/rel/REL_CR_LIB.mak b/mcu/make/common/rel/REL_CR_LIB.mak
index 3224701..2923491 100755
--- a/mcu/make/common/rel/REL_CR_LIB.mak
+++ b/mcu/make/common/rel/REL_CR_LIB.mak
@@ -82,6 +82,7 @@
REL_MTK_COMP_CR_LIB += dem
REL_MTK_COMP_CR_LIB += devdrv_fakeapi
REL_MTK_COMP_CR_LIB += devdrv_sec
+REL_MTK_COMP_CR_LIB += dhcp
REL_MTK_COMP_CR_LIB += dhl
REL_MTK_COMP_CR_LIB += dhl_ext
REL_MTK_COMP_CR_LIB += dhl_sub
diff --git a/mcu/make/common/rule_def/commincdirs_def.mak b/mcu/make/common/rule_def/commincdirs_def.mak
index 5e5d6f4..0ef0e2b 100755
--- a/mcu/make/common/rule_def/commincdirs_def.mak
+++ b/mcu/make/common/rule_def/commincdirs_def.mak
@@ -309,6 +309,13 @@
COMMINCDIRS += interface/driver/hif/hif_sdiodev
COMMINCDIRS += interface/driver/hif/hif_cldmadev
COMMINCDIRS += interface/service/maif
+
+ifdef DHCP_SUPPORT
+ ifeq ($(strip $(DHCP_SUPPORT)),TRUE)
+ COMMINCDIRS += interface/service/dhcp
+ endif
+endif
+
# *************************************************************************
# Build folder
# *************************************************************************
diff --git a/mcu/make/common/rule_def/common_def.mak b/mcu/make/common/rule_def/common_def.mak
index 817e07d..136d69c 100755
--- a/mcu/make/common/rule_def/common_def.mak
+++ b/mcu/make/common/rule_def/common_def.mak
@@ -357,6 +357,8 @@
ifneq ($(filter MT6880 MT6890 MT2735,$(strip $(PLATFORM))),)
COM_DEFS += CHIP10992
+ COM_DEFS += __GEMINI_CALL_PREFER__
+ COM_DEFS += __SAT_AP_NOT_SUPPORT__
endif
ifeq ($(strip $(MTK_MODEM_ARCH)), MT6297P)
@@ -2626,6 +2628,12 @@
endif
endif
+ifdef DHCP_SUPPORT
+ ifeq ($(strip $(DHCP_SUPPORT)),TRUE)
+ COM_DEFS += __DHCP_SUPPORT__
+ endif
+endif
+
# end of defined by rules
# *************************************************************************
# if not BASIC load
diff --git a/mcu/make/common/rule_def/complist_def.mak b/mcu/make/common/rule_def/complist_def.mak
index df7fe58..1d69b25 100755
--- a/mcu/make/common/rule_def/complist_def.mak
+++ b/mcu/make/common/rule_def/complist_def.mak
@@ -205,6 +205,10 @@
endif
endif
+ifeq ($(strip $(DHCP_SUPPORT)),TRUE)
+ COMPLIST += dhcp
+endif
+
ifeq ($(strip $(SUBMARINE_SUPPORT)),TRUE)
COMPLIST += con10
COMPLIST += wlc
diff --git a/mcu/make/common/rule_def/trace_def.mak b/mcu/make/common/rule_def/trace_def.mak
index 7af0ddf..4113b69 100755
--- a/mcu/make/common/rule_def/trace_def.mak
+++ b/mcu/make/common/rule_def/trace_def.mak
@@ -113,6 +113,10 @@
COMP_TRACE_DEFS_MODEM += service/nal/rsra/inc/rsra_trc_mod_rsra_utmd.json
endif
+ifeq ($(strip $(DHCP_SUPPORT)),TRUE)
+COMP_TRACE_DEFS_MODEM += service/dhcp/inc/dhcp_trc_mod_dhcp_utmd.json
+endif
+
ifeq ($(strip $(DHL_SUPPORT)),TRUE)
ifneq ($(filter __DHL_V2_ENABLE__,$(COM_DEFS)),) # DHL2.0
COMP_TRACE_DEFS_MODEM += service/dhl/v2/local_inc/dhl_trace_def_mod_dhl_reader_utmd.json service/dhl/v2/local_inc/dhl_trace_def_mod_dhl_utmd.json service/pmc/local_inc/icd_trace_def_mod_icd_utmd.json service/dhl/v2/local_inc/dhl_trace_def_mod_dhl_ut_utmd.json