############################################################ # Copyright (c) 2003-2008, Broadcom Corporation # All Rights Reserved # Confidential Property of Broadcom Corporation # # THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE # AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR # EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. # # $brcm_Workfile: bvbi.inc $ # $brcm_Revision: Hydra_Software_Devel/13 $ # $brcm_Date: 12/3/08 8:04p $ # # Module Description: # # Revision History: # # Created: 01/09/2007 by Jon Garrett # # $brcm_Log: /magnum/portinginterface/vbi/bvbi.inc $ # # Hydra_Software_Devel/13 12/3/08 8:04p darnstein # PR45819: compile new, more modular BVBI files. # # Hydra_Software_Devel/12 7/17/08 8:44p darnstein # PR44539: compilation now possible for 7601. # # Hydra_Software_Devel/11 12/4/07 1:17p darnstein # PR36897: VBI software is ready for testing with 97335 chipset. # # Hydra_Software_Devel/10 11/1/07 1:11p darnstein # PR29723: Always compile bvbi_scte.c. This file uses #ifdefs for chips # that do not have SCTE encoder core hardware. # # Hydra_Software_Devel/9 10/31/07 3:51p darnstein # PR34528: BVBI is ready for testing on 7325. # # Hydra_Software_Devel/8 9/12/07 4:56p darnstein # PR29723: For 7405 SCTE encoder core, account for register differences # with same core in 7403 chipset. # # Hydra_Software_Devel/7 9/11/07 5:18p darnstein # PR25708: First release of SCTE encoder software. # # Hydra_Software_Devel/6 6/6/07 12:55p darnstein # PR30411: multi-line closed caption encoding is ready for test. # # Hydra_Software_Devel/6 6/6/07 12:49p darnstein # PR30411: multi-line closed caption encoding is ready for test. # # Hydra_Software_Devel/5 3/23/07 4:04p darnstein # PR24573: Don't try to compile software that supports cores not present # on 7440. # # Hydra_Software_Devel/4 2/26/07 2:28p darnstein # PR25990: Some minor changes were required for compiling on 7400-B0. # # Hydra_Software_Devel/3 1/25/07 11:37a jasonh # PR 27117: Added .c to end of source file. # # Hydra_Software_Devel/2 1/17/07 4:54p mward # PR 27004: Merge special handling of 7118 (has no bvbi_a656). # # Hydra_Software_Devel/1 1/11/07 2:40p jgarrett # PR27004: Adding new .inc files # ############################################################ # # Conditional Options for this Makefile # # N/A # # Define this module MAGNUM_MODULES += BVBI # Module Includes BVBI_INCLUDES += $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP) # Module Sources BVBI_SOURCES += \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_enc.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_dec.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_field.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_a656.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_amol.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_amole.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_cc.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_ccd.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_cce.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_cgms.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_cgmsd.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_cgmse.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_gs.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_gsd.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_gse.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_in656.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_mcc.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_mcce.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_prot.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_top.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_util_priv.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_tt.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_ttd.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_tte.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_ve.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_veccore.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_vps.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_vpsd.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_vpse.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_wss.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_wssd.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_wsse.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_itu656.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_p656.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_scte.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_sctee.c \ $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_vie.c