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

📄 sources

📁 此压缩包为杰得开发得z228的BSP的源代码,可以实现很多功能,尤其是视频解码有很好的效果.
💻
字号:
# Copyright (c) Jade Corporation.  All rights reserved.
# 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.
# $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
# ----------------------------------------------------------------
# $
# Machine independent defines
# EOF sources
# xref VIGUID {28b9def9-43f1-4a93-850d-4f2f5691c02e}
# xref VSGUID {b2db5c4f-b188-433e-9b59-041dc2691956}

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

WINCECOD=
CDEFINES=$(CDEFINES) -DWINCEMACRO -DVERBOSE=0
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 \
  ARM\I2C.c \
  ARM\DS1337.c \


!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"
NOMIPS16CODE=1

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

⌨️ 快捷键说明

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