aboutsummaryrefslogtreecommitdiffstats
path: root/util/scan/dvb-t/uk-SandyHeath
blob: 05d0474b48421223e690f940f46350e9b2eda98c (plain)
1
2
3
# Sandy Heath
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 641833334 8MHz 2/3 NONE QAM64 2k 1/32 NONE
color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Makefile for linuxtv.org dvb-apps/lib/libucsi/atsc

.PHONY: sub-error-atsc

sub-error-atsc:
	$(error You can't use this makefile directly.)

ifneq ($(lib_name),)

objects += atsc/atsc_text.o      \
           atsc/cvct_section.o   \
           atsc/dccsct_section.o \
           atsc/dcct_section.o   \
           atsc/eit_section.o    \
           atsc/ett_section.o    \
           atsc/mgt_section.o    \
           atsc/rrt_section.o    \
           atsc/stt_section.o    \
           atsc/tvct_section.o   \
           atsc/types.o

sub-install += atsc

else

includes = ac3_descriptor.h                   \
           caption_service_descriptor.h       \
           component_name_descriptor.h        \
           content_advisory_descriptor.h      \
           cvct_section.h                     \
           dcc_arriving_request_descriptor.h  \
           dcc_departing_request_descriptor.h \
           dccsct_section.h                   \
           dcct_section.h                     \
           descriptor.h                       \
           eit_section.h                      \
           ett_section.h                      \
           extended_channel_name_descriptor.h \
           genre_descriptor.h                 \
           mgt_section.h                      \
           rc_descriptor.h                    \
           rrt_section.h                      \
           section.h                          \
           service_location_descriptor.h      \
           stt_section.h                      \
           stuffing_descriptor.h              \
           time_shifted_service_descriptor.h  \
           tvct_section.h                     \
           types.h

include ../../../Make.rules

lib_name = libucsi/atsc

endif