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

📄 sources

📁 ARM9基于WINDOWSCE的BSP源代码
💻
字号:
!if 0
Copyright (c) Jade 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 0
$Copyright: 
----------------------------------------------------------------

  The content of this file or document is CONFIDENTIAL and PROPRIETARY
  to Jade Technologies Co., Ltd.  It is subjected to the terms of a
  License Agreement between Licensee and Jade Technologies Co., Ltd.
  restricting among other things, the use, reproduction, distribution
  and transfer.  Each of the embodiments, including this information 
  and any derivative work shall retain this copyright notice.

  Copyright (c) 2004 - 2005 Jade Technologies Co., Ltd. 
  All rights reserved.

----------------------------------------------------------------
File:     sources,v
Revision: 1.0
----------------------------------------------------------------
$
!endif

TARGETNAME=hal
RELEASETYPE=PLATFORM
WINCECPU=1
TARGETTYPE=LIBRARY
INCLUDES= ..\..\inc; .\; arm;
WINCECOD=

CDEFINES=$(CDEFINES) -DWINCEMACRO -DVERBOSE=0

# Machine independent defines
!IF "$(PPSH_PROTOCOL_NOTIMEOUT)" == "1"
CDEFINES=$(CDEFINES) -DPPSH_PROTOCOL_NOTIMEOUT
!ENDIF

!IF "$(MODULE_CERTIFY)" == "1"
CDEFINES=$(CDEFINES) -DMODULE_CERTIFY
!ENDIF

!IF "$(INTERNAL_HAL_TESTING)" == "1"
INCLUDES=$(_WINCEROOT)\PRIVATE\OSINTERNAL\TEST\HAL;$(INCLUDES)
CDEFINES=$(CDEFINES) -DINTERNAL_HAL_TESTING
!ENDIF

!IFDEF SCHEDLOG
!IF $(SCHEDLOG)
CDEFINES=$(CDEFINES) -DSCHEDLOG
!ENDIF
!ENDIF

!IFDEF PROFILE
!IF $(PROFILE)
CDEFINES=$(CDEFINES) -DPROFILE
!ENDIF
!ENDIF

!IFNDEF KERNELNOSHAREETH
CDEFINES=$(CDEFINES) -DIMGSHAREETH
!ENDIF

!IF "$(FORCE_TGTCPU)" != ""
CDEFINES=$(CDEFINES) -DFORCE_$(FORCE_TGTCPU)
!ENDIF

!IF "$(_TGTCPUFAMILY)" == "ARM"
!IF "$(FORCE_TGTCPU)" == ""
ADEFINES=-pd "_TGTCPU SETS \"$(_TGTCPU)\"" $(ADEFINES)
!ELSE
ADEFINES=-pd "_TGTCPU SETS \"$(_TGTCPU)\"" -pd "FORCE_TGTCPU SETS \"$(FORCE_TGTCPU)\"" $(ADEFINES)
!ENDIF

NOMIPS16CODE=1
!ENDIF

SOURCES=           \
    cfw_platform.c \
    debug.c        \
    halether.c     \
    halkitl.c      \
    mdppfs.c       \
    oemioctl.c     \
    idle.c         \
    oemwake.c      \
    dma.cpp

ARM_SOURCES=       \
    arm\intx20t.c  \
    arm\timex20t.c \
    arm\board.c    \
    arm\serial.c   \
    arm\fw_arm.s   \
    arm\fw_utils.s \
    arm\oemabort.s \
    arm\vfp.c      \
    arm\vfpasm.s

# EOF sources

#xref VIGUID {28b9def9-43f1-4a93-850d-4f2f5691c02e}
#xref VSGUID {b2db5c4f-b188-433e-9b59-041dc2691956}

⌨️ 快捷键说明

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