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

📄 sources

📁 Windows CE 6.0 BSP for VOIP sample phone. Intel PXA270 platform.
💻
字号:
!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
Use of this sample source code is subject to the terms of the Microsoft
license agreement under which you licensed this sample source code. If
you did not accept the terms of the license agreement, you are not
authorized to use this sample source code. For the terms of the license,
please see the license agreement between you and Microsoft or, if applicable,
see the LICENSE.RTF on your install media or the root of your tools installation.
THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
!endif
!IF 0

(c) Marvell Semiconductor, Inc. 

Description:
    NDIS 5.1 driver nmake macro file, which provides the target, include
	and source files information.

!ENDIF

TARGETTYPE=DYNLINK
TARGETNAME=CF8385PN
#DEFFILE=$(TARGETDEFNAME).def
DLLENTRY=DllEntry

TARGETLIBS=$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
           $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\ntcompat.lib \
           $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
           $(_SYSGENSDKROOT)\lib\$(_CPUINDPATH)\ndis.lib\
           
INCLUDES= \
         $(INCLUDES);\
         $(_COMMONDDKROOT)\inc;\
         $(_COMMONOAKROOT)\inc;

CDEFINES=$(CDEFINES) -DCF_DRIVER=1 -DNDIS51_MINIPORT=1 -DNDIS_MINIPORT_DRIVER=1 -DMRVL_WINXP_NDIS51=1 -DWHQL_FIX=1
#CDEFINES=$(CDEFINES) /W2
CDEFINES=$(CDEFINES) -DUNDER_CE_XSCALE -DPOCKETPC_FIX
CDEFINES=$(CDEFINES) -DIPAQ_ODD_UCHAR_ACCESS_FIX

# uncomment this to build interface 2.0
CDEFINES=$(CDEFINES) -DINTERFACE20

# uncomment to enable WPA support
CDEFINES=$(CDEFINES) -DWPA

# uncomment this to include delay to start power save mode
#CDEFINES=$(CDEFINES)  -DPOWERSAVE_DELAY_WORKAROUND

# uncomment this to include new PS scheme
CDEFINES=$(CDEFINES)  -DNEW_PS_SCHEME

#uncomment and compile in debug mode for dbg msg file
#CDEFINES=$(CDEFINES)  -DMRVL_PRINT_DBG_MSG

#uncomment to enabled HW WEP TX
CDEFINES=$(CDEFINES)  -DMRVL_USE_HW_WEP_TX

# uncomment to use helper image
CDEFINES=$(CDEFINES)  -DMRV_USE_HELPER_IMAGE

CDEFINES=$(CDEFINES)  -DMRV_CHIP_8385PN

# External FW download
#CDEFINES=$(CDEFINES)  -DMRVL_EXTERNAL_FW_DOWNLOAD

# Rev 4 board patch
# CDEFINES=$(CDEFINES)  -DEVALBOARD_REV4_FIX

CDEFINES=$(CDEFINES)  -DMRVL_SET_RF_RADIO

#CDEFINES=$(CDEFINES)  -DUSE_RX_QUEUE

# MRVL_USE_MULTIPLE_DTIM must set before MRVL_SET_REG_DTIM
#CDEFINES=$(CDEFINES)  -DMRVL_USE_MULTIPLE_DTIM
#CDEFINES=$(CDEFINES)  -DMRVL_SET_REG_DTIM

CDEFINES=$(CDEFINES)  -DMRVL_RFCHANNEL

CDEFINES=$(CDEFINES)  -DADHOCAES

CDEFINES=$(CDEFINES)  -DDEEP_SLEEP -DMRVL_SLEEPPARAMS

CDEFINES=$(CDEFINES)  -DHOST_WAKEUP 
#CDEFINES=$(CDEFINES)  -DHOST_WAKEUP_PS

CDEFINES=$(CDEFINES)  -DTLV_SCAN
CDEFINES=$(CDEFINES)  -DTLV_ASSOCIATE
#CDEFINES=$(CDEFINES)  -DENABLE_802_11D
CDEFINES=$(CDEFINES)  -DWPA2

# OPEN the WMM flag now is just for V4 firmware which add 4 bytes ib RxPD structure 
#CDEFINES=$(CDEFINES)  -DWMM

# Open Later
#CDEFINES=$(CDEFINES)  -DBG_SCAN
#CDEFINES=$(CDEFINES)  -DACTIVE_ROAMING
#CDEFINES=$(CDEFINES)  -DENABLE_802_11H_TPC
#CDEFINES=$(CDEFINES)  -DV4_CMDS
CDEFINES=$(CDEFINES)    -DCAL_DATA

CDEFINES=$(CDEFINES)  -DHOST_WAKEUP
#CDEFINES=$(CDEFINES)  -DCCX

#
# Security issues
#
CDEFINES=$(CDEFINES)  -DMRVL_MIC_ERROR
CDEFINES=$(CDEFINES)  -DMRVL_BCOM_MIX
CDEFINES=$(CDEFINES)  -DPMKID_CACHE_CAP
CDEFINES=$(CDEFINES)  -DPMKID_CACHE_CAP2
CDEFINES=$(CDEFINES)  -DTT_WEP_1


SOURCES = cf_ifc.c  \
          cf_util.c \
          initproc.c \
          oidproc.c \
          hwacproc.c \
          cmdproc.c \
          miscproc.c \
          pnpproc.c \
          wep.c \
          TxProc.c \
          RxProc.c \
          IntProc.c \
          power.c \
          cmdsend.c \
          ExitProc.c \
          guicmd.c \
          Wlan_11d.c \
          wlan_ccx.c
	

⌨️ 快捷键说明

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