|
楼主 |
发表于 2013-1-7 18:09:44
|
显示全部楼层
没人搞过,我搞定了。
哈哈,在这定的。
ee 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.
!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 "$(BSP_NOCAMERA)" == "1"
SKIPBUILD=1
!endif
CDEFINES=$(CDEFINES) -DCAMERA_PORT=CAM_A_PORT
CDEFINES=$(CDEFINES) -DCAMERA_MODULE_NAME=SYSLSI_ov5640
!if 0
CDEFINES=$(CDEFINES) -DCAMERA_PORT=CAM_B_PORT
CDEFINES=$(CDEFINES) -DCAMERA_MODULE_NAME=SYSLSI_S5K3BA
!endif
!if 0
CDEFINES=$(CDEFINES) -DCAMERA_PORT=CAM_C_MIPI_PORT
CDEFINES=$(CDEFINES) -DCAMERA_MODULE_NAME=SYSLSI_S5K4EAGX
! endif
SYNCHRONIZE_DRAIN=1
TARGETNAME=CAMPDD
TARGETTYPE=LIBRARY
CAMROOT=$(_TARGETPLATROOT)\src\drivers\camerafilter
#INCLUDES=$(INCLUDES);$(_PUBLICROOT)\common\oak\drivers\capture\camera\layered\inc;
INCLUDES=$(INCLUDES);$(_PUBLICROOT)\directx\sdk\inc; INCLUDES=$(INCLUDES);$(_TARGETPLATROOT)\SRC\DRIVERS\CAMERAIF\INC; INCLUDES=$(INCLUDES);$(_TARGETPLATROOT)\SRC\DRIVERS\CAMERAIF\HAL\INC; INCLUDES=$(INCLUDES);$(CAMROOT)\INC; INCLUDES=$(INCLUDES);$(_TARGETPLATROOT)\src\drivers\CMM;
SOURCES= PDD_Intf.cpp camera_pdd.cpp |
|