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

📄 mt190_gprs.mak

📁 MTK6226修改平台UI的文件介绍
💻 MAK
📖 第 1 页 / 共 4 页
字号:
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

ifeq ($(strip $(BLUETOOTH_SUPPORT)),BTVCSR_HCI_BCHS)
	COMP_TRACE_DEFS += bchsadp\include\bchs_trc.h
endif

# *************************************************************************
# Common include path
# *************************************************************************
CUSTOM_COMMINC    =  init\include stacklib\include adaptation\include config\include \
                     sst\include inc fdm\include \
                     interface\l1interface interface\hwdrv interface\os interface\l1audio \
                     tst\database_classb\pstrace_db tst\include \
                     l1\common dummyps\include

CUSTOM_COMMINC    += ps\config\include \
                     ps\flow_ctrl\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\asn\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 \
							ps\soc\include \
							mmi\include \
							ps\rr\rmp\include \
							ps\ircomm\include \
							fmt\include \
                     kal\Efs\include \
                     interface\media

CUSTOM_COMMINC    +=	custom\l1_rf\$(RF_MODULE)

CUSTOM_COMMINC    +=	custom\drv\LCD\$(LCD_MODULE) \
            			custom\drv\misc_drv\$(BOARD_VER) \
             			custom\audio\$(BOARD_VER) \
             			custom\app\$(BOARD_VER) \
                     custom\ps\$(BOARD_VER) \
                     custom\system\$(BOARD_VER) custom\common

ifneq ($(strip $(EXT_CAM_MODULE)),NONE)
    CUSTOM_COMMINC    +=	custom\drv\cam_module\$(strip $(EXT_CAM_MODULE))
    CUSTOM_COMMINC    +=	custom\drv\cam_module\$(strip $(BOARD_VER))
endif


ifneq ($(strip $(MOTION_SENSOR_SUPPORT)),NONE)
    CUSTOM_COMMINC    +=	custom\drv\motion_sensor\$(strip $(MOTION_SENSOR_SUPPORT))    
endif

ifneq ($(strip $(J2ME_SUPPORT)),NONE)
    CUSTOM_COMMINC    +=	custom\j2me\$(strip $(BOARD_VER))
endif

ifeq ($(strip $(MELODY_CHIP)),ROHM_8788)
	CUSTOM_COMMINC   += ROHM\rohm8788
else
	ifeq ($(strip $(MELODY_CHIP)),YAMAHA_MA3)
	   CUSTOM_COMMINC   += yamaha\ma3
	endif
endif

#add by liuxn begin 20070706
ifeq ($(strip $(BSN_APP_SUPPORT)), TRUE)
   CUSTOM_COMMINC += plutommi\mmi\BsnUI
endif

#add by liuxn end 20070706

CUSTOM_COMMINC  +=	ps\email\inc \
                     ps\email\imap\inc \
                     ps\email\pop3\inc \
                     ps\email\smtp\inc

ifneq ($(strip $(EXT_CAM_MODULE)),NONE)
	CUSTOM_COMMINC   +=	custom\drv\cam_module\$(EXT_CAM_MODULE)
endif

ifneq ($(strip $(IMPS_SUPPORT)),FALSE)
       CUSTOM_COMMINC  +=	ps\imps\include
endif

ifneq ($(strip $(POC_SUPPORT)),NONE)
    CUSTOM_COMMINC   +=  ps\poc\include
endif

ifneq ($(strip $(SIP_SUPPORT)),FALSE)  
    CUSTOM_COMMINC  +=  ps\sip\include \
                  ps\sip\sip_lib\sip_msg\include \
                  ps\sip\sip_lib\sip_ua\include \
                  ps\sip\sip_lib\sdp_msg\include
endif

#chaiwei add begin 20070411
##移植易秀代码
ifeq ($(strip $(PLX_APP_SUPPORT)), TRUE)
   CUSTOM_COMMINC += plutommi\mmi\plxui\main	\
	  	    plutommi\mmi\plxui\dsm \
	           plutommi\mmi\plxui\public
endif
#zrx add end
ifneq ($(strip $(SDP_SUPPORT)),FALSE)  
    CUSTOM_COMMINC  +=  ps\sdp\include
endif


# *************************************************************************
# Common preprocessor definitions
# *************************************************************************
CUSTOM_OPTION    =   __GSM_MODE__ __GPRS_MODE__ \
                     __MOD_L4C__ __MOD_CSM__ __MOD_RAC__ __MOD_SMU__ __MOD_SMSAL__ \
                     __MOD_PHB__ __MOD_UEM__ __MOD_CC__ __MOD_CISS__ __MOD_SMS__ \
                     __MOD_MM__ __MOD_NVRAM__ __MOD_SIM__ __MOD_TCM__ \
                     __SAT__ __EM_MODE__ __CPHS__ __MULTI_BOOT__ __FS_ON__ __MSDC_NOT_SUPPORT_HOT_PLUG__ \
                     $(MELODY_VER) __18V_30V_ME__  __PHB_COMPARE_NUMBER_9_DIGIT__ \
                     __CHARGER_USB_DETECT_WIHT_ONE_EINT__  __FLIGHT_MODE_SUPPORT__ \
                     __IP_NUMBER__


CUSTOM_OPTION     += DEBUG_KAL __SYS_INTERN_RAM__ MTK_NEW_API

ifeq ($(strip $(PRODUCTION_RELEASE)),TRUE)
   CUSTOM_OPTION  += __PRODUCTION_RELEASE__ DEBUG_ITC DEBUG_BUF DEBUG_BUF2
else
   CUSTOM_OPTION  += DEBUG_ITC DEBUG_BUF DEBUG_BUF2
endif


ifeq ($(strip $(TST_SUPPORT)),TRUE)
   CUSTOM_OPTION    += __TST_MODULE__
else
	CUSTOM_OPTION    += DRV_DEBUG
endif


ifeq ($(strip $(MCD_SUPPORT)),TRUE)
   CUSTOM_OPTION    += __MCD__
endif

ifeq ($(strip $(CSD_SUPPORT)),TRUE)
   CUSTOM_OPTION    += CSD_SUPPORT __CSD_NT__ __CSD_T__ __CSD_FAX__
endif

ifeq ($(strip $(CSD_SUPPORT)),TRUE)
   CUSTOM_OPTION    += __CSD_FAX__
endif



ifeq ($(strip $(MMI_VERSION)),MT190_MMI) 
  	CUSTOM_OPTION += __MMI_FMI__ __MOD_L4A__ PLUTO_MMI __VENUS_MMI__ __MT190_MMI__
else
	ifeq ($(strip $(MMI_VERSION)),EMPTY_MMI)
		CUSTOM_OPTION += __MMI_FMI__ __MOD_L4A__ EMPTY_MMI
	else
		ifeq ($(strip $(MMI_VERSION)),BW_MMI)
			CUSTOM_OPTION += __MMI_FMI__ __MOD_L4A__ PLUTO_MMI __BW_MMI__
		endif
	endif
endif

ifeq ($(strip $(SPLIT_SYSTEM)),TRUE)
   CUSTOM_OPTION    += UT_ON_TARGET SPLIT_SYS
endif

ifeq ($(strip $(EMAIL_SUPPORT)),TRUE)
   CUSTOM_OPTION    += __EMAIL__
endif


ifeq ($(strip $(IRDA_SUPPORT)),TRUE)
   CUSTOM_OPTION    += __IRDA_SUPPORT__
endif


ifneq ($(strip $(EXT_CAM_MODULE)),NONE)
   CUSTOM_OPTION    += CAMERA_MODULE
endif

ifeq ($(strip $(JPG_DECODE)),TRUE)
   CUSTOM_OPTION    += JPG_DECODE
endif

ifeq ($(strip $(DAF_DECODE)),TRUE)
   CUSTOM_OPTION    += DAF_DECODE
endif

ifneq ($(strip $(PHB_SIM_ENTRY)),)
  CUSTOM_OPTION += __PHB_SIM_$(strip $(PHB_SIM_ENTRY))__
endif

ifneq ($(strip $(PHB_PHONE_ENTRY)),)
  CUSTOM_OPTION += __PHB_PHONE_$(strip $(PHB_PHONE_ENTRY))__
endif
#begin add by chaiwei    20070305
ifeq ($(strip $(BRA_CFG_WAP_MMS_BKM_INTERNAL)),TRUE)
   CUSTOM_OPTION += BRA_CFG_WAP_MMS_BKM 
endif

CUSTOM_OPTION    += BRA_CFG_WAP_MMS_BKM  #lilei add 20050830  #chaiwei 20070305

#end add by chaiwei
#chaiwei add begin 20070326 for sail trace
ifeq ($(strip $(MALATA_MARKET_TRACE_SPORT)),TRUE)
   CUSTOM_OPTION += MALATA_MARKET_TRACE 
   #CUSTOM_OPTION += MALATA_MARKET_TRACE_DEBUG 
endif
#chaiwei add beign 20070411
##移植易秀代码
ifeq ($(strip $(PLX_APP_SUPPORT)), TRUE)
CUSTOM_OPTION	+= PLX_APP_SUPPORT __MMI_PLX_DSM__
endif
#lrj add beign 20060510
ifeq ($(strip $(CONTROL_BACKLIGHT_METHOD_COUNT)),TRUE)
   CUSTOM_OPTION    += MALATA_CONTROL_BACKLIGHT_METHOD_COUNT
endif
#lrj add end
CUSTOM_OPTION    += MESSAGE_PHONEBOOK_LOCK   # wangbei  add 20070411
CUSTOM_OPTION += __MMI_FMGR_APP_STORAGE__ # wangbei  add 20070414
##begin add by chaiwei  20070420
##解决电子邮件默认设置cmnet
ifneq ($(strip $(EMAIL_SUPPORT)), NONE)
ifeq ($(strip $(EMAIL_SETTING_CMNET_DEFAULT_SWITCH)),TRUE)
CUSTOM_OPTION    += __EMAIL_SETTING_CMNET_DEFAULT__   # chaiwei  add 20070420
endif
endif
##end add by chaiwei 
#zx add begin 20070413
ifeq ($(strip $(DZD_DICTIONARY_SPORT)),TRUE)  
	CUSTOM_OPTION += __DZD_DICTIONARY__ 
endif
#zx add end
#zrx add begin 20070420
ifeq ($(strip $(CAIVS_SPORT)),TRUE) 
	
	CUSTOM_OPTION += __CAIVS_SUPPORT__   
	CUSTOM_OPTION +=CAVIS_USER_DEBUG
	CUSTOM_OPTION += __LY_BFG_SUPPORT__     
	#CUSTOM_OPTION += __LY_DXG_SUPPORT__ 
endif
#zrx add end
#wangbei add start  20070529
#CUSTOM_OPTION    += __NEW_STYLE_MP3PLAYER_VOLUME__       #wangbei del 20071010    
#wangbei add end

#zx add begin 20070602 添加不支持来电灯的宏#this macro in the code but not define
 CUSTOM_OPTION += HARDWARE_LED_NOT_SUPPORT 
#zx add end

CUSTOM_OPTION += __REJECT_ALL_INCOMING_SHORTCUTS__     #Detail:  deal the all incoming with shortcut key    add by luo ren 2007/06/21
#CUSTOM_OPTION += __ONE_KEY_ENTER_SLEEP__     #Detail:  One Key Enter Sleep fanghailin 2007/08/06   #wangbei del 20071010

#zx add beign 20070710
ifeq ($(strip $(JAVA_SUPPORT)),TRUE)  
	CUSTOM_OPTION += __JAVA_FUNCTION__ 
endif
#zx add end
CUSTOM_OPTION += __MMI_DRAW_7_LEVEL_SIGNAL_AND_BAT__ # wangbei  add 20071010
# ************************************************************************* 
# Component trace definition header files for custom release only 
# ************************************************************************* 
# Following trace headers are already existed in custom release 
# You can add new traces with kal_trace() in the following trace headers 
EXISTED_CUS_REL_TRACE_DEFS = 
EXISTED_CUS_REL_TRACE_DEFS += plutommi\mmi\inc\mmi_trc.h 
EXISTED_CUS_REL_TRACE_DEFS += ps\ppp\include\ppp_trc.h 
EXISTED_CUS_REL_TRACE_DEFS += bmt\bmt_trc.h 
EXISTED_CUS_REL_TRACE_DEFS += l1audio\l1sp_trc.h 
EXISTED_CUS_REL_TRACE_DEFS += nvram\include\nvram_trc.h 
EXISTED_CUS_REL_TRACE_DEFS += ps\l4\include\l4_trc.h 
EXISTED_CUS_REL_TRACE_DEFS += ps\l4\phb\include\phb_trc.h 
EXISTED_CUS_REL_TRACE_DEFS += ps\l4\uem\include\uem_trc.h 
EXISTED_CUS_REL_TRACE_DEFS += media\common\include\med_trc.h 
EXISTED_CUS_REL_TRACE_DEFS += usb\include\usb_trc.h 
EXISTED_CUS_REL_TRACE_DEFS += ps\dt\include\dt_trc.h 
 
# Customer can add new trace headers here for new modules 
NEW_CUS_REL_TRACE_DEFS = 

⌨️ 快捷键说明

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