make the abstract factory pattern for DSRender (6/6) 07/241507/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 31 Mar 2020 06:52:25 +0000 (15:52 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 09:44:13 +0000 (18:44 +0900)
commitd3e1a78ac6165b17562b693e886bb22cf0134cb8
tree4a41ce5f2ce4b8db161f8c4297c9e1cdf5a58865
parent68c9dedb429684897bef7d76569a19962479362a
make the abstract factory pattern for DSRender (6/6)

add the DSRenderFactoryDali-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: I1edf21989b0a14a363ce0cd9faed5a8052d350ff
tests/DSRenderFactoryDali-test.cpp [new file with mode: 0644]
tests/meson.build