Add mockup packages to improve testability 84/232184/6
authorJunghoon Park <jh9216.park@samsung.com>
Wed, 29 Apr 2020 03:40:56 +0000 (12:40 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Mon, 18 May 2020 23:47:30 +0000 (08:47 +0900)
commit77be05c511b83995ac33ec63a3e6121b75b72457
treeb86e736b3b813195ce2aa9aaf4dadeb74da4164c
parent9a1fdb03723d747fecc46c83939d33bc67882248
Add mockup packages to improve testability

Change-Id: I4a0f6bf23cac38cd7c13de15d10b9464ef43aca9
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
16 files changed:
CMakeLists.txt
packaging/libscreen_connector.spec
screen_connector_remote_surface_evas_mock/CMakeLists.txt [new file with mode: 0644]
screen_connector_remote_surface_evas_mock/evas_event_interface.h [new file with mode: 0644]
screen_connector_remote_surface_evas_mock/evas_object.h [new file with mode: 0644]
screen_connector_remote_surface_evas_mock/remote_surface_evas.h [new file with mode: 0644]
screen_connector_remote_surface_evas_mock/remote_surface_watcher.h [new file with mode: 0644]
screen_connector_remote_surface_evas_mock/screen_connector_remote_surface_evas_mock.pc.in [new file with mode: 0644]
screen_connector_remote_surface_evas_mock/watcher_event_interface.h [new file with mode: 0644]
screen_connector_remote_surface_mock/CMakeLists.txt [new file with mode: 0644]
screen_connector_remote_surface_mock/buffer_event_interface.h [new file with mode: 0644]
screen_connector_remote_surface_mock/common.h [new file with mode: 0644]
screen_connector_remote_surface_mock/handle.h [new file with mode: 0644]
screen_connector_remote_surface_mock/remote_surface.h [new file with mode: 0644]
screen_connector_remote_surface_mock/screen_connector_remote_surface_mock.pc.in [new file with mode: 0644]
screen_connector_remote_surface_mock/trs_interface.h [new file with mode: 0644]