make the abstract factory pattern for DSRender (5/6) 06/241506/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 31 Mar 2020 06:45:43 +0000 (15:45 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 09:44:12 +0000 (18:44 +0900)
commit68c9dedb429684897bef7d76569a19962479362a
tree89cc1ccabcca8bc0264b154852e20e21fe8eedcc
parente4386df0aa9f34d44ca1419407666c88ac0d0cc7
make the abstract factory pattern for DSRender (5/6)

add the DSRenderFactoryEcoreEvas-test file

=========================================================================

make the initial code of the abstract factory pattern for the DSRender

At this time, there are two concrete factories.
- DSRenderFactoryEcoreEvas
- DSRenderFactoryDali

Each concrete factory creates three resouces below.
- DSRenderEngine
- DSRenderSurface
- DSRenderView

Change-Id: Iafc1563c4c5605dc06538f39f2f6715357881e79
tests/DSRenderFactoryEcoreEvas-test.cpp [new file with mode: 0644]
tests/meson.build