⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 [07a][07b]_gprs.mak

📁 MTK平台QQ移植
💻 MAK
📖 第 1 页 / 共 4 页
字号:
endif

ifeq ($(strip $(TST_SUPPORT)),TRUE)
   COMPLIST    += tst
endif


ifneq ($(strip $(TCPIP_SUPPORT)),NONE)
   COMPLIST    += abm soc tcpip
endif

ifeq ($(strip $(IRDA_SUPPORT)),TRUE)
   COMPLIST    += irda ircomm obex
endif

ifeq ($(strip $(USB_SUPPORT)),TRUE)
	COMPLIST    += usb
endif

ifdef DRM_SUPPORT
  ifneq ($(strip $(DRM_SUPPORT)),NONE)
     COMPLIST    	+= drm
  endif
endif

ifdef CMUX_SUPPORT
  ifeq ($(strip $(CMUX_SUPPORT)),TRUE)
     COMPLIST          += cmux
  endif
endif

ifeq ($(strip $(XML_SUPPORT)),TRUE)
	COMPLIST    += xmlp
endif

ifneq ($(strip $(IMPS_SUPPORT)),FALSE)
       COMPLIST    += imps
endif

ifdef POC_SUPPORT
  ifneq ($(strip $(POC_SUPPORT)),NONE)
     COMPLIST    	+= poc 
  endif   
endif

ifdef SIP_SUPPORT
  ifneq ($(strip $(SIP_SUPPORT)),FALSE)
     COMPLIST    	+= sip
  endif   
endif



ifeq ($(strip $(BLUETOOTH_SUPPORT)),BTMTK)
			   COMPLIST          += btadp btprofiles btstack
endif

ifdef DT_SUPPORT
  ifneq ($(strip $(DT_SUPPORT)),FALSE)
     COMPLIST    	+= dt
  endif   
endif

ifdef XDM_SUPPORT
  ifneq ($(strip $(XDM_SUPPORT)),FALSE)
    COMPLIST         += xdm
  endif
endif

ifdef WIFI_SUPPORT
  ifeq ($(strip $(WIFI_SUPPORT)),MTK_WIFI)
     COMPLIST    	+= wndrv supc   dhcp
  else
       ifeq ($(strip $(WIFI_SUPPORT)),WIFI_LIB)
             COMPLIST    	+= wndrv supc  dhcp
       endif
  endif   
endif

ifdef IPERF_SUPPORT
  ifneq ($(strip $(IPERF_SUPPORT)),NONE)
     COMPLIST    	+= iperf
  endif   
endif

ifeq ($(strip $(DUAL_MODE_SUPPORT)),MASTER)
  	COMPLIST		+= mercury_master
endif

ifeq ($(strip $(DUAL_MODE_SUPPORT)),GEMINI)
  	COMPLIST		+= mercury_master
  	COMPLIST            += mercury_GEMINI
endif

ifdef TFTP_SUPPORT
  ifeq ($(strip $(TFTP_SUPPORT)),TRUE)
     COMPLIST    	+= tftp
  endif   
endif

COMPLIST       += verno


# *************************************************************************
# Components Object Files
# *************************************************************************
COMPOBJS			=

#xhc start
ifeq ($(strip $(XHC_APPLICATION)),TRUE) 
	COMPOBJS       += vendor\xhc\common\libs\xhc.lib
	ifeq ($(strip $(IM_APPLICATION)),TRUE) 
	COMPOBJS       += vendor\xhc\im\common\libs\im.lib
	  	ifeq ($(strip $(QQ_SUPPORT)),TRUE)
			COMPOBJS       += vendor\xhc\im\qq\libs\qq.lib
			COMPOBJS       += vendor\xhc\im\qq\libs\qq_stack.lib
		endif
	endif
endif 
#xhc end

# *************************************************************************
# Custom Release Component Configuration
# *************************************************************************

#

# *************************************************************************
# L1 TMD Files
# *************************************************************************
ifneq ($(strip $(GEMINI)),TRUE)
L1_TMD_FILES      =  l1\common\L1C_Trace.tmd \
                     l1\common\L1SC_Trace.tmd \
                     l1\common\l1i_cs_trace.tmd \
                     l1\common\L1D_Trace.tmd \
                     l1\common\l1i_ps_trace.tmd \
                     l1\common\L1C_csd_trace.tmd \
                     l1\common\l1c2_Trace.tmd \
                     l1\common\L1D2_Trace.tmd \
                     l1audio\l1audio_trace.tmd \
                     l1\common\l1i_amr_trace.tmd \
                     l1\common\l1t_amr_trace.tmd 
                     
L1_TMD_FILES   +=    l1\common\l1c_egprs_trace.tmd \
                     l1\common\l1i_egprs_trace.tmd \
                     l1\common\l1D_EDGE_trace.tmd
else
L1_TMD_FILES      =  SIM2\l1\common\L1C_Trace_2.tmd \
                     SIM2\l1\common\L1SC_Trace_2.tmd \
                     SIM2\l1\common\l1i_cs_trace_2.tmd \
                     SIM2\l1\common\L1D_Trace_2.tmd \
                     SIM2\l1\common\l1i_ps_trace_2.tmd \
                     SIM2\l1\common\L1C_csd_trace_2.tmd \
                     SIM2\l1\common\l1c2_Trace_2.tmd \
                     SIM2\l1\common\L1D2_Trace_2.tmd \
                     l1audio\l1audio_trace.tmd \
                     SIM2\l1\common\l1i_amr_trace_2.tmd \
                     SIM2\l1\common\l1t_amr_trace_2.tmd
                     
L1_TMD_FILES   +=    SIM2\l1\common\l1c_egprs_trace_2.tmd \
                     SIM2\l1\common\l1i_egprs_trace_2.tmd \
                     SIM2\l1\common\l1D_EDGE_trace_2.tmd
ifeq ($(strip $(DUAL_MODE)),TRUE)
L1_TMD_FILES      +=  l1\common\L1C_Trace.tmd \
                     l1\common\L1SC_Trace.tmd \
                     l1\common\l1i_cs_trace.tmd \
                     l1\common\L1D_Trace.tmd \
                     l1\common\l1i_ps_trace.tmd \
                     l1\common\L1C_csd_trace.tmd \
                     l1\common\l1c2_Trace.tmd \
                     l1\common\L1D2_Trace.tmd \
                     l1audio\l1audio_trace.tmd \
                     l1\common\l1i_amr_trace.tmd \
                     l1\common\l1t_amr_trace.tmd
                     
L1_TMD_FILES   +=    l1\common\l1c_egprs_trace.tmd \
                     l1\common\l1i_egprs_trace.tmd \
                     l1\common\l1D_EDGE_trace.tmd
endif   
endif

# *************************************************************************
# Component trace definition header files
# *************************************************************************
ifneq ($(strip $(GEMINI)),TRUE)
COMP_TRACE_DEFS   =  tst\include\tst_trace.h \
                     l1\common\l1a_trace.h

COMP_TRACE_DEFS   += nvram\include\nvram_trc.h \
                     ps\sim\include\sim_trc.h \
                     ps\mm\common\include\mm_trc.h \
                     ps\l4\smsal\include\smsal_trc.h \
                     ps\l4\phb\include\phb_trc.h \
                     ps\l4\smu\include\smu_trc.h \
                     ps\cc-ss\ss\include\ciss_trc.h \
                     ps\cc-ss\cc\include\cc_trc.h \
                     ps\l4\csm\csm_trc.h \
                     ps\l4\include\l4_trc.h \
                     ps\sms\include\sms_trc.h \
                     ps\l4\uem\include\uem_trc.h \
                     ps\sndcp\include\snd_trc.h \
                     ps\sm\include\sm_trc.h \
                     ps\llc\include\llc_trc.h \
                     ps\rr\include\rr_trc.h \
                     ps\rr\lapdm\include\lapdm_trc.h \
                     ps\l4\rac\include\rac_trc.h \
                     ps\l4\tcm\include\tcm_trc.h \
                     ps\ppp\include\ppp_trc.h \
                     ps\rr\rrm\include\rrm_trc.h \
                     ps\rr\rlc\include\rlc_trc.h \
                     ps\rr\mac\include\mac_trc.h \
                     media\common\include\med_trc.h \
                     ps\data\l2r\include\l2r_trc.h \
                     ps\data\tdt\include\tdt_trc.h \
                     ps\data\rlp\include\rlp_trc.h \
                     ps\data\t30\include\t30_trc.h \
                     ps\data\fa\include\fa_trc.h \
                     ps\abm\include\abm_trc.h \
                     ps\soc\include\soc_trc.h \
                     ps\tcpip\include\tcpip_trc.h \
                     bmt\bmt_trc.h
else
COMP_TRACE_DEFS   =  tst\include\tst_trace.h \
                     SIM2\l1\common\l1a_trace.h

COMP_TRACE_DEFS   += nvram\include\nvram_trc.h \
                     ps\sim\include\sim_trc.h \
                     ps\mm\common\include\mm_trc.h \
                     ps\l4\smsal\include\smsal_trc.h \
                     ps\l4\phb\include\phb_trc.h \
                     ps\l4\smu\include\smu_trc.h \
                     ps\cc-ss\ss\include\ciss_trc.h \
                     ps\cc-ss\cc\include\cc_trc.h \
                     ps\l4\csm\csm_trc.h \
                     ps\l4\include\l4_trc.h \
                     ps\sms\include\sms_trc.h \
                     ps\sndcp\include\snd_trc.h \
                     ps\sm\include\sm_trc.h \
                     ps\llc\include\llc_trc.h \
                     ps\rr\include\rr_trc.h \
                     ps\rr\lapdm\include\lapdm_trc.h \
                     ps\l4\rac\include\rac_trc.h \
                     ps\l4\tcm\include\tcm_trc.h \
                     ps\ppp\include\ppp_trc.h \
                     ps\rr\rrm\include\rrm_trc.h \
                     ps\rr\rlc\include\rlc_trc.h \
                     ps\rr\mac\include\mac_trc.h \
                     media\common\include\med_trc.h \
                     ps\data\l2r\include\l2r_trc.h \
                     ps\data\tdt\include\tdt_trc.h \
                     ps\data\rlp\include\rlp_trc.h \
                     ps\data\t30\include\t30_trc.h \
                     ps\data\fa\include\fa_trc.h \
                     ps\abm\include\abm_trc.h \
                     ps\soc\include\soc_trc.h \
                     ps\tcpip\include\tcpip_trc.h \
                     bmt\bmt_trc.h
ifeq ($(strip $(DUAL_MODE)),TRUE)
COMP_TRACE_DEFS   +=  l1\common\l1a_trace.h

COMP_TRACE_DEFS   += ps\sim\include\sim_trc.h \
                     ps\mm\common\include\mm_trc.h \
                     ps\l4\smsal\include\smsal_trc.h \
                     ps\l4\phb\include\phb_trc.h \
                     ps\l4\smu\include\smu_trc.h \
                     ps\cc-ss\ss\include\ciss_trc.h \
                     ps\cc-ss\cc\include\cc_trc.h \
                     ps\l4\csm\csm_trc.h \
                     ps\l4\include\l4_trc.h \
                     ps\sms\include\sms_trc.h \
                     ps\l4\uem\include\uem_trc.h \
                     ps\sndcp\include\snd_trc.h \
                     ps\sm\include\sm_trc.h \
                     ps\llc\include\llc_trc.h \
                     ps\rr\include\rr_trc.h \
                     ps\rr\lapdm\include\lapdm_trc.h \
                     ps\l4\rac\include\rac_trc.h \
                     ps\l4\tcm\include\tcm_trc.h \
                     ps\rr\rrm\include\rrm_trc.h \
                     ps\rr\rlc\include\rlc_trc.h \
                     ps\rr\mac\include\mac_trc.h \
                     ps\data\l2r\include\l2r_trc.h \
                     ps\data\tdt\include\tdt_trc.h \
                     ps\data\rlp\include\rlp_trc.h \
                     ps\data\t30\include\t30_trc.h \
                     ps\data\fa\include\fa_trc.h
endif
endif

ifeq ($(strip $(IRDA_SUPPORT)),TRUE)
   COMP_TRACE_DEFS   += ps\ircomm\include\ircomm_trc.h \
                        ps\obex\include\obex_trc.h \
                        irda\inc\irda_trace.h
endif


ifeq ($(strip $(USB_SUPPORT)),TRUE)
        COMP_TRACE_DEFS	+= usb\include\usb_trc.h
endif


COMP_TRACE_DEFS   += sst\include\ex_trc.h
COMP_TRACE_DEFS += plutommi\mmi\inc\MMI_trc.h

COMP_TRACE_DEFS += sst\include\sst_common_trc.h \
                   sst\include\sst_task_trc.h \
                   sst\include\sst_mem_trc.h \
                   sst\include\sst_buff_trc.h \
                   sst\include\sst_init_trc.h \
                   sst\include\sst_itc_trc.h \
                   sst\include\sst_misc_trc.h \
                   sst\include\sst_timer_trc.h

ifneq ($(strip $(IMPS_SUPPORT)),FALSE)
   COMP_TRACE_DEFS	+= ps\imps\include\imps_trc.h
endif



# *************************************************************************
# Common include path
# *************************************************************************
CUSTOM_COMMINC    =  init\include stacklib\include adaptation\include config\include \
                     sst\include inc fdm\include \
                     interface\hwdrv interface\os interface\l1audio \
                     tst\database_classb\pstrace_db tst\include \
                     l1\common dummyps\include vendor\mercury_master\inc
ifdef GEMINI
ifneq ($(strip $(GEMINI)),TRUE)
CUSTOM_COMMINC    += interface\l1interface \
                     ps\config\include \
                     ps\interfaces\include \
                     ps\interfaces\enum \
                     ps\interfaces\local_inc \
                     ps\tools\asn1lib\include \
                     interface\ps \
                     interface\mmi \
                     ps\l4\include \
                     ps\l4\l4c\include\mmi \
                     ps\l4\l4c\include\common \
                     ps\l4\l4c\include\proc \
                     ps\l4\csm\cc\include \
                     ps\l4\uem\include \
                     ps\l4\phb\include \
                     ps\rr\include \
                     ps\rr\rrm\include \
                     ps\rr\rmc\include \
                     ps\rr\lapdm\include \
                     ps\rr\mpal\include \
                     ps\rr\rlc\include \
                     ps\rr\mac\include \
                     adaptation\include \
                     ps\l4\csm\cc\include \
                     ps\cc-ss\cc\include \
                     ps\l4\csm \
                     ps\sms\include \
                     ps\l4\smsal\include \
                     ps\sim\include \
                     ps\mm\cmm\include \
                     ps\mm\common\include \
                     ps\mm\pmm\include \
                     ps\sm\include \
                     ps\llc\include \
                     ps\l4\tcm\include \
                     ps\ppp\include \
                     media\common\include \
                     media\audio\include \
                     media\video\include \
                     media\camera\include \
                     media\image\include \
                     ps\data\include \
                     ps\data\l2r\include \
                     ps\data\rlp\include \
                     ps\data\tdt\include \
                     ps\data\t30\include \
                     ps\data\fa\include \
                     l1\l1d \
                     fs\fat\include \
                     fs\drv\include \
                     ps\mcd\include \
                     ps\gen\mcd \
                     ps\sndcp\include \
                     ps\abm\include \

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -