Fix MCD score 63/239463/2
authorXuelian <xuelian.bai@samsung.com>
Mon, 27 Jul 2020 11:55:39 +0000 (19:55 +0800)
committerXuelian <xuelian.bai@samsung.com>
Tue, 11 Aug 2020 16:28:47 +0000 (00:28 +0800)
commit49a18a83319366296622896b5a32c71b3380262d
treecaee48da872b3720f8347b9bbe92c016b070e659
parent009b410c0af64963eda30b84a093144d76207f9d
Fix MCD score

There are circle dependency between modules/fastpath/tracepath,
move fastpath/tracepath/appopt to modules directory, this will
fix MCD score to 4.99

Change-Id: Iceacb2a87085ab1b737e26f2f310a51321ce22d0
Signed-off-by: Xuelian Bai <xuelian.bai@samsung.com>
15 files changed:
CMakeLists.txt
src/modules/coregl_appopt.c [moved from src/modules/appopt/coregl_appopt.c with 88% similarity]
src/modules/coregl_appopt.h [moved from src/modules/appopt/coregl_appopt.h with 87% similarity]
src/modules/coregl_appopt_egl.c [moved from src/modules/appopt/coregl_appopt_egl.c with 100% similarity]
src/modules/coregl_appopt_gl.c [moved from src/modules/appopt/coregl_appopt_gl.c with 100% similarity]
src/modules/coregl_fastpath.c [moved from src/modules/fastpath/coregl_fastpath.c with 99% similarity]
src/modules/coregl_fastpath.h [moved from src/modules/fastpath/coregl_fastpath.h with 97% similarity]
src/modules/coregl_fastpath_egl.c [moved from src/modules/fastpath/coregl_fastpath_egl.c with 99% similarity]
src/modules/coregl_fastpath_gl.c [moved from src/modules/fastpath/coregl_fastpath_gl.c with 99% similarity]
src/modules/coregl_fastpath_state.h [moved from src/modules/fastpath/coregl_fastpath_state.h with 100% similarity]
src/modules/coregl_module.c
src/modules/coregl_tracepath.c [moved from src/modules/tracepath/coregl_tracepath.c with 98% similarity]
src/modules/coregl_tracepath.h [moved from src/modules/tracepath/coregl_tracepath.h with 93% similarity]
src/modules/coregl_tracepath_egl.c [moved from src/modules/tracepath/coregl_tracepath_egl.c with 99% similarity]
src/modules/coregl_tracepath_gl.c [moved from src/modules/tracepath/coregl_tracepath_gl.c with 100% similarity]