sources
来自「该BSP是基于PXA270+WINCE的BSP」· 代码 · 共 36 行
TXT
36 行
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft end-user
license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
If you did not accept the terms of the EULA, you are not authorized to use
this source code. For a copy of the EULA, please see the LICENSE.RTF on your
install media.
!endif
!if "$(BSP_NORIL)" == "1"
SKIPBUILD=1
!endif
TARGETNAME=rilttpcom
CDEFINES=$(CDEFINES) -DOEM2_DRIVER
CDEFINES=$(CDEFINES) -DNO_DTR_SUPPORT
CDEFINES=$(CDEFINES) -DRIL_ALLOW_UNICODE_PBENTRIES
CDEFINES=$(CDEFINES) -DSIMULATE_HUNG_RADIO
CDEFINES=$(CDEFINES) -DSIMULATE_REBOOT_RADIO
CDEFINES=$(CDEFINES) -DRIL_RADIO_RESILIENCE
CDEFINES=$(CDEFINES) -DOEM2_SIMTOOLKIT
CDEFINES=$(CDEFINES) -DDEDICATED_DATA_PORT
#copy ttp binaries to the output library
WINCETARGETFILE0=copy_files
!include ..\sources.inc
# Add a default speaker phone driver
PREPROCESSDEFFILE=1
DEFFILE=..\rilgsm_speakerphone.def
SOURCELIBS=$(_PUBLICROOT)\ossvcs\oak\lib\$(_CPUINDPATH)\spkphone.lib
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?