source: svn/newcon3bcm2_21bu/magnum/portinginterface/vbi/bvbi.inc @ 46

Last change on this file since 46 was 46, checked in by megakiss, 11 years ago

459Mhz로 OTC 주파수 변경

  • Property svn:executable set to *
File size: 4.7 KB
Line 
1############################################################
2#     Copyright (c) 2003-2008, Broadcom Corporation
3#     All Rights Reserved
4#     Confidential Property of Broadcom Corporation
5#
6#  THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
7#  AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
8#  EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
9#
10# $brcm_Workfile: bvbi.inc $
11# $brcm_Revision: Hydra_Software_Devel/13 $
12# $brcm_Date: 12/3/08 8:04p $
13#
14# Module Description:
15#
16# Revision History:
17#
18# Created: 01/09/2007 by Jon Garrett
19#
20# $brcm_Log: /magnum/portinginterface/vbi/bvbi.inc $
21#
22# Hydra_Software_Devel/13   12/3/08 8:04p darnstein
23# PR45819: compile new, more modular BVBI files.
24#
25# Hydra_Software_Devel/12   7/17/08 8:44p darnstein
26# PR44539: compilation now possible for 7601.
27#
28# Hydra_Software_Devel/11   12/4/07 1:17p darnstein
29# PR36897: VBI software is ready for testing with 97335 chipset.
30#
31# Hydra_Software_Devel/10   11/1/07 1:11p darnstein
32# PR29723: Always compile bvbi_scte.c. This file uses #ifdefs for chips
33# that do not have SCTE encoder core hardware.
34#
35# Hydra_Software_Devel/9   10/31/07 3:51p darnstein
36# PR34528: BVBI is ready for testing on 7325.
37#
38# Hydra_Software_Devel/8   9/12/07 4:56p darnstein
39# PR29723: For 7405 SCTE encoder core, account for register differences
40# with same core in 7403 chipset.
41#
42# Hydra_Software_Devel/7   9/11/07 5:18p darnstein
43# PR25708: First release of SCTE encoder software.
44#
45# Hydra_Software_Devel/6   6/6/07 12:55p darnstein
46# PR30411: multi-line closed caption encoding is ready for test.
47#
48# Hydra_Software_Devel/6   6/6/07 12:49p darnstein
49# PR30411: multi-line closed caption encoding is ready for test.
50#
51# Hydra_Software_Devel/5   3/23/07 4:04p darnstein
52# PR24573: Don't try to compile software that supports cores not present
53# on 7440.
54#
55# Hydra_Software_Devel/4   2/26/07 2:28p darnstein
56# PR25990: Some minor changes were required for compiling on 7400-B0.
57#
58# Hydra_Software_Devel/3   1/25/07 11:37a jasonh
59# PR 27117: Added .c to end of source file.
60#
61# Hydra_Software_Devel/2   1/17/07 4:54p mward
62# PR 27004: Merge special handling of 7118 (has no bvbi_a656).
63#
64# Hydra_Software_Devel/1   1/11/07 2:40p jgarrett
65# PR27004: Adding new .inc files
66#
67############################################################
68
69#
70# Conditional Options for this Makefile
71#
72# N/A
73#
74
75# Define this module
76MAGNUM_MODULES += BVBI
77
78# Module Includes
79BVBI_INCLUDES += $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)
80
81# Module Sources
82BVBI_SOURCES += \
83        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi.c \
84        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_enc.c \
85        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_dec.c \
86        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_field.c \
87        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_a656.c \
88        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_amol.c \
89        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_amole.c \
90        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_cc.c \
91        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_ccd.c \
92        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_cce.c \
93        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_cgms.c \
94        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_cgmsd.c \
95        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_cgmse.c \
96        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_gs.c \
97        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_gsd.c \
98        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_gse.c \
99        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_in656.c \
100        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_mcc.c \
101        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_mcce.c \
102        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_prot.c \
103        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_top.c \
104        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_util_priv.c \
105        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_tt.c \
106        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_ttd.c \
107        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_tte.c \
108        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_ve.c \
109        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_veccore.c \
110        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_vps.c \
111        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_vpsd.c \
112        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_vpse.c \
113        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_wss.c \
114        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_wssd.c \
115        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_wsse.c \
116        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_itu656.c \
117        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_p656.c \
118        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_scte.c \
119        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_sctee.c \
120        $(MAGNUM)/portinginterface/vbi/$(BCHP_CHIP)/bvbi_vie.c
Note: See TracBrowser for help on using the repository browser.