[Feature]Upload Modem source code
Change-Id: Id4294f30faced84d3e6fd6d5e61e1111bf287a37
diff --git a/mcu/make/module/protocol/l4/extern/sbp.mak b/mcu/make/module/protocol/l4/extern/sbp.mak
new file mode 100644
index 0000000..dc791da
--- /dev/null
+++ b/mcu/make/module/protocol/l4/extern/sbp.mak
@@ -0,0 +1,65 @@
+# Define source file lists to SRC_LIST
+SRC_LIST = custom/service/sbp/sbp_utility.c \
+ custom/service/sbp/sbp_config_ctrl.c \
+ custom/service/sbp/sbp_task_clean.c \
+ custom/service/sbp/sbp_nvram_config.c \
+ custom/service/sbp/sbp_nvram_errc_config.c \
+ custom/service/sbp/sbp_nvram_ims_config.c \
+ custom/service/sbp/sbp_nvram_iwlan_config.c \
+ custom/service/sbp/sbp_nvram_ltecsr_config.c \
+ custom/service/sbp/sbp_nvram_mscap_config.c \
+ custom/service/sbp/sbp_nvram_phonemode_config.c \
+ custom/service/sbp/sbp_nvram_nwsel_config.c \
+ custom/service/sbp/sbp_nvram_vgmm_config.c \
+ custom/service/sbp/sbp_nvram_rac_config.c \
+ custom/service/sbp/sbp_nvram_rrc_config.c \
+ custom/service/sbp/sbp_nvram_sdm_config.c \
+ custom/service/sbp/sbp_nvram_vdm_config.c \
+ custom/service/sbp/sbp_nvram_n3cf_config.c \
+ custom/service/sbp/sbp_nvram_l4c_config.c \
+ custom/service/sbp/sbp_nvram_bip_config.c \
+ custom/service/sbp/sbp_nvram_el1c_config.c \
+ custom/service/sbp/sbp_nvram_d2_config.c \
+ custom/service/sbp/sbp_nvram_xcap_config.c \
+ custom/service/sbp/sbp_nvram_cval_config.c \
+ custom/service/sbp/sbp_nvram_hlp_config.c \
+ custom/service/sbp/sbp_task.c \
+ custom/service/sbp/sbp_sms_config.c \
+ custom/service/sbp/sbp_nvram_mcf_config.c \
+ custom/service/sbp/sbp_nvram_mrs_config.c \
+ custom/service/sbp/sbp_nvram_rrm_config.c \
+ custom/service/sbp/sbp_nvram_ssds_config.c \
+ custom/service/sbp/sbp_nvram_rsra_config.c \
+ custom/service/sbp/sbp_nvram_sim_config.c \
+ custom/service/sbp/sbp_nvram_c2k_config.c \
+ custom/service/sbp/sbp_nvram_tcm_config.c \
+ custom/service/sbp/sbp_nvram_sm_config.c \
+ custom/service/sbp/sbp_nvram_esm_config.c\
+ custom/service/sbp/sbp_nvram_mm_config.c \
+ custom/service/sbp/sbp_cc_config.c \
+ custom/service/sbp/sbp_nvram_l5_config.c \
+ custom/service/sbp/sbp_atci_config.c
+
+ifeq ($(strip $(FIVEG_MODE_SUPPORT)),FIVEG_MODE)
+SRC_LIST += custom/service/sbp/sbp_nvram_nrrc_config.c
+endif
+
+ifeq ($(strip $(LGE_SECURITY)), TRUE)
+ INC_DIR += custom/modem/lgesecurity
+endif
+
+# Define include path lists to INC_DIR
+# INC_DIR = $(strip .)/interface/modem/general
+INC_DIR = service/nvram/include \
+ interface/protocol/general \
+ interface/service/mcf
+
+#fdr_reorg
+INC_DIR += protocol/interface/general \
+ interface/l1/cl1/common \
+ interface/protocol/nas_c2k \
+ interface/protocol/as_c2k/1xrtt \
+ interface/protocol/as_c2k/evdo \
+ interface/protocol/l2_c2k/common \
+ interface/protocol/l4_c2k
+