sources

来自「wince 6.0 摄像头(ov7670)驱动,已在ce6测试通过」· 代码 · 共 56 行

TXT
56
字号
!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) Copyright 2006 Marvell International Ltd.
All Rights Reserved
!endif
!IF 0

 Copyright 2004 Intel Corp.

!ENDIF

!if "$(BSP_NOCAMERA)" == "1"
SKIPBUILD=1
!endif

TARGETNAME=$(_TGTPLAT_PFX)_qcibus
TARGETTYPE=DYNLINK

DLLENTRY=_DllEntryCRTStartup

DEFFILE=$(_TGTPLAT_PFX_DEF)qcibus.def


INCLUDES=$(INCLUDES)
 
TARGETLIBS= \
    $(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\coredll.lib \
    $(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\ceddk.lib \
    $(_PLATCOMMONLIB)\$(_CPUDEPPATH)\ost_$(_TGTSOC_PFX).lib \
    $(_PLATCOMMONLIB)\$(_CPUDEPPATH)\runtime_context_drvapp_stub_$(_TGTSOC_PFX).lib \
    $(_TARGETPLATROOT)\lib\$(_CPUDEPPATH)\$(_TGTPLAT_PFX)_gpx.lib \
    $(_TARGETPLATROOT)\lib\$(_CPUDEPPATH)\$(_TGTPLAT_PFX)_I2C.lib \
    $(_TARGETPLATROOT)\lib\$(_CPUDEPPATH)\$(_TGTPLAT_PFX)_MFP.lib \
    $(_PLATCOMMONLIB)\$(_CPUDEPPATH)\$(_TGTPLAT_PFX)_CI.lib \
    $(_PLATCOMMONLIB)\$(_CPUDEPPATH)\clkmgr_$(_TGTSOC_PFX).lib \
    
SOURCELIBS= \
    $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\DefBusLib.lib

SOURCES= \
    qcibus.cpp \
    qci.c      \
    dma.c

⌨️ 快捷键说明

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