www.pudn.com > camera.rar > sources
!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 "$(BSP_NOCAMERA)" == "1"
SKIPBUILD=1
!endif
SYNCHRONIZE_DRAIN=1
TARGETNAME=$(_TGTPLAT_PFX)_camera
TARGETTYPE=DYNLINK
DEFFILE=$(_TGTPLAT_PFX_DEF)camera.def
WINCETARGETFILE0=$(_RELEASELIBDIR)\$(DEFFILE)
CAMROOT=$(_WINCEROOT)\PUBLIC\COMMON\OAK\DRIVERS\CAPTURE\CAMERA
TARGETLIBS= \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\coredll.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\ceddk.lib \
$(_PLATCOMMONLIB)\$(_CPUINDPATH)\ipm_api_$(_TGTSOC_PFX).lib \
$(_TARGETPLATROOT)\lib\$(_CPUDEPPATH)\$(_TGTPLAT_PFX)_Sensor.lib \
$(_TARGETPLATROOT)\lib\$(_CPUDEPPATH)\$(_TGTPLAT_PFX)_gpx.lib \
$(_PLATCOMMONLIB)\$(_CPUDEPPATH)\ost_$(_TGTSOC_PFX).lib \
$(_PLATCOMMONLIB)\$(_CPUINDPATH)\GPIO_$(_TGTSOC_PFX).lib \
$(_TARGETPLATROOT)\lib\$(_CPUDEPPATH)\$(_TGTPLAT_PFX)_MFP.lib \
$(_TARGETPLATROOT)\lib\$(_CPUDEPPATH)\$(_TGTPLAT_PFX)_I2C.lib \
$(_PLATCOMMONLIB)\$(_CPUDEPPATH)\runtime_context_drvapp_stub_$(_TGTSOC_PFX).lib \
$(_TARGETPLATROOT)\lib\$(_CPUDEPPATH)\$(_TGTPLAT_PFX)_PMIC.lib \
SOURCELIBS= \
$(_PUBLICROOT)\common\oak\lib\$(_CPUINDPATH)\cammdd.lib \
$(_TARGETPLATROOT)\lib\$(_CPUDEPPATH)\$(_TGTPLAT_PFX)_CamMDD.lib \
INCLUDES=$(INCLUDES) \
$(_PUBLICROOT)\directx\sdk\inc; \
$(CAMROOT)\layered\inc; \
..\INC;
SOURCES= \
main.cpp \
PDD_Intf.cpp \
camera.cpp \
camerapdd.cpp \
qci_ioctl.cpp \