#==========================================================================;
#                             NOTICE                             
#                                                                
#    This source code contains proprietary and confidential      
#    information, and is the property of Ncast Corporation.      
#                                                                
#    This program has been distributed under license agreement   
#    and any unauthorized use or distribution is prohibited.     
#                                                                
#    Copyright (c) 2005-2006 by Ncast Corporation.               
#                                                                
#    All rights reserved.                                        
#
#==========================================================================;

RELEASETYPE=CUSTOM
TARGETNAME=dccapi
TARGETTYPE=LIBRARY
DRIVERTYPE=WDM
TARGETPATH=.\

C_DEFINES=-DPNP_POWER
MSC_WARNING_LEVEL=/W3 /WX

SOURCES=                \
	dccapi.c	\
	dccapi_capture_machine.c	\
	dccapi_dma_descriptors_building.c \
	dccapi_frame.c \
	dccapi_framequeues.c \
	dccapi_frame_retrieving.c \
	dccapi_gmcode.c \
	dccapi_ids.c \
	dccapi_nosection.c \
	dccapi_private.c		\
	dccapi_testing.c \
	dccapi_windows.c		


