dmx: aml_dmx_test: Creat linux dvb demux test application. [1/1]
PD#SWPL-23868
Problem:
Have no application to test demux without libam_adp.
Solution:
Complete demux test application that call linux dvb.
Verify:
ac214
Signed-off-by: Chuanzhi Wang <chuanzhi.wang@amlogic.com>
Change-Id: I1b651bca43d2fa4f0deaf34385b6d01206b149da
diff --git a/Doxyfile b/Doxyfile
index a9d5952..817ac19 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -743,7 +743,7 @@
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT = include test/dvr_wrapper_test test/am_fend_test
+INPUT = include test/dvr_wrapper_test test/am_fend_test test/am_dmx_test
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -763,7 +763,7 @@
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
# *.qsf, *.as and *.js.
-FILE_PATTERNS = dvr_*.h dvr_*.c am_*.c
+FILE_PATTERNS = dvr_*.h dvr_*.c am_dmx_test.c
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.