platform/core/api/screen-mirroring.git
3 years agotools: fix memory leak 18/268918/1 accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20220105.120539 submit/tizen_6.5/20220105.012705
Hyunsoo Park [Mon, 29 Nov 2021 06:12:18 +0000 (15:12 +0900)]
tools: fix memory leak

[Version] : 0.2.26
[Issue type] : Bug fix

Change-Id: Iae1e9f9dce67a9fa30387e478b33ae54b569e4cd
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
3 years agoSet 'display_type' except tv profile 80/264280/1 accepted/tizen/6.5/unified/20211028.100120 accepted/tizen/unified/20210916.015137 submit/tizen/20210915.103101 submit/tizen_6.5/20211028.161801 tizen_6.5.m2_release
Hyunsoo Park [Wed, 15 Sep 2021 10:23:44 +0000 (19:23 +0900)]
Set 'display_type' except tv profile

Change-Id: Ibc4c15948263eaa288dd7702d17c8ec689d5ff20
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
3 years ago[testsuite] Fix memory leak 02/262902/4 accepted/tizen/unified/20210830.132236 submit/tizen/20210824.055220 submit/tizen/20210830.071427 submit/tizen/20210906.092809
Hyunsoo Park [Mon, 23 Aug 2021 08:08:53 +0000 (17:08 +0900)]
[testsuite] Fix memory leak

Change-Id: Ie14594e1f691caeedbc04e8211b82a69a13ed44a
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
3 years agoAdd internal API for support ecore wl2 display 57/262757/3 submit/tizen/20210820.053816
Hyunsoo Park [Thu, 19 Aug 2021 07:52:49 +0000 (16:52 +0900)]
Add internal API for support ecore wl2 display

Change-Id: Iea98116be61998fe4f5c5d925c638ac9677ecbd2
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
4 years ago[testsuite] Fix typo 49/259449/1
Hyunsoo Park [Tue, 8 Jun 2021 07:37:20 +0000 (16:37 +0900)]
[testsuite] Fix typo

Change-Id: I8fa5389897101a0250c07941512cb9aad343bab4
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
4 years agoChange path of configuration file 61/259161/2 accepted/tizen/unified/20210608.131656 submit/tizen/20210604.030216
Hyunsoo Park [Wed, 2 Jun 2021 00:07:32 +0000 (09:07 +0900)]
Change path of configuration file

Change-Id: Ida94857363b1f887689a39c81e8d32da0be86adb
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
4 years ago[testsuite] Fix memory leak 55/258455/9
Hyunsoo Park [Tue, 18 May 2021 04:45:03 +0000 (13:45 +0900)]
[testsuite] Fix memory leak

Change-Id: I045be0892d310990494cca568c659684872439c6
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
4 years agoFix Typo 98/257498/3
Hyunsoo Park [Tue, 27 Apr 2021 04:00:03 +0000 (13:00 +0900)]
Fix Typo

Change-Id: Ife441d42c6b5431d8195460f75a7dbc946bc5f74
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
4 years agoModify memory leak 34/252634/3 accepted/tizen/unified/20210202.215928 submit/tizen/20210202.032715
Hyunsoo Park [Mon, 1 Feb 2021 04:33:10 +0000 (13:33 +0900)]
Modify memory leak

Change-Id: I7563c298061110b6c91108f3fc7809583dff34c7
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
4 years agoRemove testsuite of no use 05/245305/2
Hyunsoo Park [Wed, 7 Oct 2020 03:07:14 +0000 (12:07 +0900)]
Remove testsuite of no use

Change-Id: I3d6cb59180dbcd7c3bc61d3199c258f8a308399c
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
4 years agoMatch window id and file name 19/242919/1
Hyunsoo Park [Wed, 2 Sep 2020 03:06:22 +0000 (12:06 +0900)]
Match window id and file name

Change-Id: Ic341db2eb6812ef4f6d2ba53e82016088aae16f2
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
4 years agoUse %{_unitdir} macro for systemd unit directory location. 93/236993/3 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.121906 accepted/tizen/6.0/unified/hotfix/20201103.004147 accepted/tizen/6.0/unified/hotfix/20201103.051155 accepted/tizen/unified/20200729.031047 accepted/tizen/unified/20200806.062528 submit/tizen/20200728.061231 submit/tizen/20200805.080621 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 tizen_6.0.m2_release
Hyunsoo Park [Wed, 24 Jun 2020 02:50:26 +0000 (11:50 +0900)]
Use %{_unitdir} macro for systemd unit directory location.

systemd always uses /usr/lib/systemd directory regardless of 32bit and 64bit.
The "%{_libdir}" macro is converted to /usr/lib at 32bit machine and /usr/lib64 at 64bit machine.

Change-Id: I32921edb9a79bb1fc82b5c4f7df99cb97f4426d8
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoFix ASAN build error 55/234355/1 accepted/tizen/unified/20200529.124357 submit/tizen/20200526.104809
Hyunsoo Park [Tue, 26 May 2020 01:02:29 +0000 (10:02 +0900)]
Fix ASAN build error

Change-Id: I39145a935d6f7bed64300301745e9aecd88603e1
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoAdjust sequence of setting of 'display_visible' attribute 94/233994/2
Hyunsoo Park [Wed, 13 May 2020 09:50:18 +0000 (18:50 +0900)]
Adjust sequence of setting of 'display_visible' attribute

As the attribute 'display_visible' determines whether a display is used or not,
it must be set at first to make commit functions related to display feature to be work properly.

Change-Id: I551e475ae8cdbcb534599a4de354e9cbd37c6b66
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agodoc: Add description about setting display restriction 92/233992/1
Hyunsoo Park [Wed, 13 May 2020 09:48:29 +0000 (18:48 +0900)]
doc: Add description about setting display restriction

Change-Id: I07c5bc2800c223834c3dfcb43b47d4e4ebec4246
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoAdd null checking 03/225303/4 accepted/tizen/unified/20200225.224430 submit/tizen/20200225.014813
Hyunsoo Park [Wed, 19 Feb 2020 03:04:34 +0000 (12:04 +0900)]
Add null checking

Change-Id: If09a6d5aec51f41b1963731fc852ce44ef54a7ed
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoResoleve build break error 36/224636/2 accepted/tizen/unified/20200224.081411 submit/tizen/20200217.011016
Hyunsoo Park [Wed, 12 Feb 2020 05:33:01 +0000 (14:33 +0900)]
Resoleve build break error

Warning is not treated as error.

Change-Id: I1511130e0cb97e500b181477777159be60f42501
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoResolve redefine error 44/223944/4 accepted/tizen/unified/20200211.055836 submit/tizen/20200203.160801 submit/tizen/20200210.083907
Hyunsoo Park [Wed, 5 Feb 2020 06:48:58 +0000 (15:48 +0900)]
Resolve redefine error

Change-Id: Ida14ee558c372eab6fd436ad6a385eb432cf6e58
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoMaking variables to static 98/223698/3 accepted/tizen/unified/20200207.122451 submit/tizen/20200205.015006
hj kim [Mon, 3 Feb 2020 05:53:23 +0000 (14:53 +0900)]
Making variables to static

Change-Id: I502616bc0e89f0f1dc801cfd0473a977597ffab8

5 years agoUnify duplicated code regarding launching miracast server 67/223567/1
hj kim [Fri, 31 Jan 2020 01:58:53 +0000 (10:58 +0900)]
Unify duplicated code regarding launching miracast server

Change-Id: Id32724e44ef64a04b356c48d0e4ffb7924c7ee43

5 years agoUnify duplicated code regarding sending command to server 70/223470/8
hj kim [Thu, 30 Jan 2020 04:55:20 +0000 (13:55 +0900)]
Unify duplicated code regarding sending command to server

Change-Id: I49fe79c1dbed385b715d88331ffc615d290427a8

5 years agoUnify duplicated code regarding wfd sink property getting 60/223460/6
hj kim [Thu, 30 Jan 2020 02:18:36 +0000 (11:18 +0900)]
Unify duplicated code regarding wfd sink property getting

Change-Id: Ib2b17f5084059c1a6039c601b7624340d9226071

5 years agoUnify duplicated code regarding wfd sink starting and setting 91/223391/7
hj kim [Wed, 29 Jan 2020 08:21:57 +0000 (17:21 +0900)]
Unify duplicated code regarding wfd sink starting and setting

Change-Id: I86f8d2dcd3f61fa417d97b16e94ea08e19595b7c

5 years agoUnify duplicated code regarding handle validity checking 70/223370/2
hj kim [Wed, 29 Jan 2020 06:10:34 +0000 (15:10 +0900)]
Unify duplicated code regarding handle validity checking

Change-Id: Ida215f22389f7f70e3613986935fcacb7d98659b

5 years agoUnify duplicated code regarding state converting 59/223359/1
hj kim [Wed, 29 Jan 2020 04:54:08 +0000 (13:54 +0900)]
Unify duplicated code regarding state converting

Change-Id: I25a3a751f1c9bbf25e9d4de898c84475b0431c45

5 years agoUnify dulpicated code regarding error converting 56/223356/1
hj kim [Wed, 29 Jan 2020 04:30:56 +0000 (13:30 +0900)]
Unify dulpicated code regarding error converting

Change-Id: I388d95d221b698cfaa4612a76de17b7049405140

5 years agoUpdate type of variable for iniparser upgrade 95/222995/1 accepted/tizen/unified/20200123.005133 submit/tizen/20200122.053130
Hyunsoo Park [Wed, 22 Jan 2020 04:45:43 +0000 (13:45 +0900)]
Update type of variable for iniparser upgrade

[Version] 0.2.11
[Profile] Common
[Issue Type] Update

Change-Id: I65de83f935566092c98b1910dfe211a21c088adc
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoFix build break on gcc6. 45/222245/2 accepted/tizen/unified/20200116.112324 submit/tizen/20200113.062600 submit/tizen/20200115.023732 submit/tizen/20200115.063750
Hyunsoo Park [Mon, 13 Jan 2020 02:11:33 +0000 (11:11 +0900)]
Fix build break on gcc6.

For handling redifine order, switches location of header files.

Change-Id: I41b09b1d2ae127514d55a17d44bcfb1aac6dbced
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoFix build error due to toolchain upgrade (gcc6->gcc9) 84/221884/4 submit/tizen/20200109.081810
Hyunsoo Park [Wed, 8 Jan 2020 07:09:00 +0000 (16:09 +0900)]
Fix build error due to toolchain upgrade (gcc6->gcc9)

Change-Id: Iabb9f2f6a063f566c179d13010d7180f5ca09b33
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoChange reference link. 32/218932/1
Hyunsoo Park [Fri, 29 Nov 2019 06:02:23 +0000 (15:02 +0900)]
Change reference link.

Developer.tizen.org is change docs.tizen.org.

So i change it following policy.

Change-Id: I9c873db0d13d9187c501a1a3a2f1c8470ca94ce7
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoFix API description for doxygen. 89/216289/3 submit/tizen/20191030.061916
Hyunsoo Park [Wed, 23 Oct 2019 04:55:05 +0000 (13:55 +0900)]
Fix API description for doxygen.

Change-Id: Idaae47ce90d4b3ea549b99a4dd6bf1a555597408
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoUse the systemd service for the dbus auto-activation 83/214683/2
Hyunsoo Park [Wed, 25 Sep 2019 09:03:25 +0000 (18:03 +0900)]
Use the systemd service for the dbus auto-activation

Change-Id: I6417df5915bb40013e9043e633c6d5afa73bde2e
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoRemove unused define. 46/214646/1
Hyunsoo Park [Wed, 25 Sep 2019 02:58:10 +0000 (11:58 +0900)]
Remove unused define.

Change-Id: Ie98eb878dacda2d4d6ddf9d28e48c7e272b39b7d
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoAdd null checking for handle. 12/211012/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv accepted/tizen/5.5/unified/20191031.030427 accepted/tizen/5.5/unified/mobile/hotfix/20201027.065120 accepted/tizen/unified/20190829.101523 submit/tizen/20190829.050633 submit/tizen_5.5/20191031.000002 submit/tizen_5.5_mobile_hotfix/20201026.185102 tizen_5.5.m2_release
Hyunsoo Park [Mon, 29 Jul 2019 06:21:03 +0000 (15:21 +0900)]
Add null checking for handle.

When doing calloc for screen mirroring primary sink, it can return null if memory isn't sufficient.
So i add checking codes.

Change-Id: I63226dbba991891f4f40b9003208852b05f81b49
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoMerge "Include testsuites in devel package." into tizen
Hyunsoo Park [Tue, 9 Jul 2019 08:43:48 +0000 (08:43 +0000)]
Merge "Include testsuites in devel package." into tizen

5 years agoDelete meaningless configuration 13/209513/1
INSUN PYO [Mon, 8 Jul 2019 10:54:33 +0000 (19:54 +0900)]
Delete meaningless configuration

Change-Id: Ia9aed3af700932f727a710d27987843ca6dc7428

5 years agoInclude testsuites in devel package. 55/209355/5
Hyunsoo Park [Fri, 5 Jul 2019 06:05:58 +0000 (15:05 +0900)]
Include testsuites in devel package.

'scmirroring_test' and 'scmirroring_sink_test' testsuites are included in 'devel' package for convinient testing.

Change-Id: Id7bf03141232a159c229f92402aba8f00336c407
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoMake a gcov package for measuring coverage easier 27/208927/4
Hyunsoo Park [Mon, 1 Jul 2019 09:10:07 +0000 (18:10 +0900)]
Make a gcov package for measuring coverage easier

Change-Id: Ia663cc2cbb253bb127ae4d15092f6a9bb5acae70
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
6 years agoChange memory allocation way for sending message text. 90/205790/4 accepted/tizen/unified/20190515.085019 submit/tizen/20190510.035358 submit/tizen/20190515.052218
Hyunsoo Park [Thu, 9 May 2019 07:23:27 +0000 (16:23 +0900)]
Change memory allocation way for sending message text.

g_malloc requires setting string size as second parameter.
So for making it flex, i changed it to g_strdup_printf.

Change-Id: Ib0117da8d0a1d49122a77e62800bd87e47e11a73
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
6 years agoMerge branch 'tizen_dev' into tizen 09/205409/5 accepted/tizen/unified/20190508.111109 submit/tizen/20190507.101459
Hyunsoo Park [Fri, 3 May 2019 05:35:21 +0000 (14:35 +0900)]
Merge branch 'tizen_dev' into tizen

Change-Id: Idcf4419f12244350503822e9e471a4f44364d346

6 years agoInitial draft of R2 feature 'Secondary Sink'. 08/205408/1 tizen_dev
Hyunsoo Park [Fri, 3 May 2019 05:31:13 +0000 (14:31 +0900)]
Initial draft of R2 feature 'Secondary Sink'.

It enables 'Coupling' between Primary sink and Secondary sink.
- Setting coupled status and address.
[Setting values]
Source side
'coupling_mode' : server mode (It would try to set coupling to connected sink)
Sink side
'coupled_sink_address' : coupled sink address (It is set if coupling is succeeded)

Change-Id: I4b8e1aceb58b101e6e91b7b463b6c26a16716839
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
6 years agoMake R2 features message configurable. 35/201935/5 accepted/tizen/unified/20190325.070837 submit/tizen/20190322.063910
Hyunsoo Park [Thu, 21 Mar 2019 04:53:13 +0000 (13:53 +0900)]
Make R2 features message configurable.

R2 is not fully supported yet.
So i added 'wfd2_supported' parameter for make it configurable.

Change-Id: I17f3da6ee3d10a552c5a123c0d505db2766c0576
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
6 years agofix typo 00/197900/1
SeokHoon LEE [Thu, 17 Jan 2019 04:34:11 +0000 (13:34 +0900)]
fix typo

- PREARED -> PREPARED, dose -> does

Change-Id: I90d38ca7c0ab74794a68a22694c8713b9b3c4223
Signed-off-by: SeokHoon LEE <andy.shlee@samsung.com>
6 years agoModify Address 'NULL' checking. 69/195969/1
Hyunsoo Park [Thu, 20 Dec 2018 06:53:22 +0000 (15:53 +0900)]
Modify Address 'NULL' checking.

It is worked wrong. So I changed it works well.

Change-Id: Ie771ef163190edf1ead7b4294a4e89c5e15b62ad
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
6 years agoinitial test code 25/192825/3
SeokHoon LEE [Mon, 12 Nov 2018 00:35:30 +0000 (09:35 +0900)]
initial test code

Change-Id: Ic9297f967953da5730e24e5dec035718ea8ea3d8
Signed-off-by: SeokHoon LEE <andy.shlee@samsung.com>
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
6 years agoAdd coupled sink apis and remove video test codes in secondary sink test suite. 40/194340/6
Hyunsoo Park [Mon, 3 Dec 2018 08:20:48 +0000 (17:20 +0900)]
Add coupled sink apis and remove video test codes in secondary sink test suite.

- Add â€˜scmirroring_primary_sink_set_coupled_sink’, â€˜scmirroring_secondary_sink_set_coupled_sink’ apis each.
- Remove 'scmirroring_sink_set_coupled_sink'.
-- R1 sink doesn't support coupled sink function.
- Remove â€˜status’ parameter on set coupled sink because user doen't need to set it.
* As 'mm_wfd_primary_sink_create' and 'mm_wfd_secondary_sink_create' are changed to 'mm_wfd_sink_create_r2', i applied it on this patch.
Change-Id: I7890a87b78498f313c7f79169d1cd3fbfa601d11
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
6 years agoMerge "Change 'coupled-sink-ip' attribute and api name." into tizen_dev
Hyunsoo Park [Wed, 28 Nov 2018 08:28:42 +0000 (08:28 +0000)]
Merge "Change 'coupled-sink-ip' attribute and api name." into tizen_dev

6 years agoMerge "Add 'R1 Screen Mirroring Source' funtions to 'R2 Primary Sink'." into tizen_dev
Hyunsoo Park [Wed, 28 Nov 2018 08:28:39 +0000 (08:28 +0000)]
Merge "Add 'R1 Screen Mirroring Source' funtions to 'R2 Primary Sink'." into tizen_dev

6 years agoChange 'coupled-sink-ip' attribute and api name. 68/193168/1
Hyunsoo Park [Thu, 15 Nov 2018 12:53:07 +0000 (21:53 +0900)]
Change 'coupled-sink-ip' attribute and api name.

1. 'coupled-sink-ip' removed. it will be handled on sink.
2. API 'scmirroring_sink_set_coupled_ip' is changed to 'scmirroring_sink_set_coupled_sink'.

Change-Id: I0ff0439fce39795df765cabbc64812d1c7252a82
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
6 years agoAdd 'R1 Screen Mirroring Source' funtions to 'R2 Primary Sink'. 91/192891/3
Hyunsoo Park [Mon, 12 Nov 2018 09:51:22 +0000 (18:51 +0900)]
Add 'R1 Screen Mirroring Source' funtions to 'R2 Primary Sink'.

'R2 Primary Sink' should do 'R1 Screen Mirroring Source' function also.
So i added these functions to 'R2 Primary Sink'

Change-Id: I6f10ca3f5e1d6faeedd5f515d34c02dac9706431
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
6 years agodelete api about video 42/192542/1
SeokHoon LEE [Tue, 6 Nov 2018 08:25:00 +0000 (17:25 +0900)]
delete api about video

Signed-off-by: SeokHoon LEE <andy.shlee@samsung.com>
Change-Id: If43f8cd8bbcfa4281df9eefbd4805632b527cace

6 years agochange comment for secondary sink 36/192536/1
SeokHoon LEE [Tue, 6 Nov 2018 07:57:21 +0000 (16:57 +0900)]
change comment for secondary sink

Signed-off-by: SeokHoon LEE <andy.shlee@samsung.com>
Change-Id: I895c95e923ce74c8b21cf8f1f5b9006995d7548a

6 years agoAdd 'R2 Secondary Sink' 20/192520/2
Hyunsoo Park [Tue, 6 Nov 2018 06:36:19 +0000 (15:36 +0900)]
Add 'R2 Secondary Sink'

I added files for 'R2 Secondary Sink' function and testing.

- scmirroring_secondary_sink.h
- scmirroring_secondary_sink.c
- scmirroring_secondary_sink_test.c

Change-Id: I56d7b7b2ce9db393f3b4b3dbe852aa95cf57eeab
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
6 years agoMake seperate 'R2 Primary Sink' from Screen Mirroring 'R1' Sink. 34/192434/5
Hyunsoo Park [Mon, 5 Nov 2018 11:26:05 +0000 (20:26 +0900)]
Make seperate 'R2 Primary Sink' from Screen Mirroring 'R1' Sink.

For make 'R2 Primary Sink', i made new files and test suite.
- scmirroring_primary_sink.c
- scmirroring_primary_sink.h
- scmirroring_primary_sink_test.c (for testing).

*It is initial commit and it includes sink funtion now. I will add source side function soon.

Change-Id: Ib5becc55c4aa2d736461deb0f3eb109ebd075b38
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
6 years agoAdd 'coupled-sink-ip' attribute on sink and source structure and change 'TEARDOWN... 51/192151/1
Hyunsoo Park [Wed, 31 Oct 2018 02:30:59 +0000 (11:30 +0900)]
Add 'coupled-sink-ip' attribute on sink and source structure and change 'TEARDOWN' process for secondary sink

It is step on developing Secondary Sink.

1.Set 'coupled-sink-ip' attribute on related structure.
- That attribute is set on scmirroring_src_s, scmirrroring_sink_s, scmirroring_sink_t, _GstWFDBaseSrcPrivate.

2.Add TEARDOWN STEP when negotiaing with Secondary Sink.
- MiracastServer send TEARDOWN signal after M4 negotiation when do negotiating with Secondary Sink.

Change-Id: I0c259a909535ce57f1c73befc51bd4df04f25330
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
6 years agoAdd Log for error case. 60/190360/2 submit/tizen/20190117.014905
SeokHoon Lee [Mon, 1 Oct 2018 07:47:31 +0000 (16:47 +0900)]
Add Log for error case.

- Add errro log in case of g_remove error
- Add return in test excutable file.
- Delete unused FFLAGS

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Icd45b6dbc2c4a49acbca8181b262c227ac37feaf

6 years agoAdd gcov environment 04/189304/2
SeokHoon Lee [Mon, 17 Sep 2018 03:04:31 +0000 (12:04 +0900)]
Add gcov environment

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Id0defa17a6cebf86a05f0c87ddb0169a40a46dab

6 years ago[ScreenMirroring][Source] Change 'scmirroring_src_set_multisink_ability' function... 91/187691/3
Hyunsoo Park [Tue, 28 Aug 2018 01:35:06 +0000 (10:35 +0900)]
[ScreenMirroring][Source] Change 'scmirroring_src_set_multisink_ability' function and add 'Multisink Selection' on test case suite.

I checked if statement has wrong branch.
It can't take 1 current.
So i changed it.

And for Multisink test with test case suite,
i added selection with command 'g'.

Change-Id: I27abbe64367da3ea59a50fd86a1fe524640c741d
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
7 years agoFix dbus policy to support multi-user 20/179920/1 submit/tizen/20180524.055956
Hyotaek Shim [Wed, 23 May 2018 09:39:30 +0000 (18:39 +0900)]
Fix dbus policy to support multi-user

Change-Id: I3829e6512f8aa442b1e0ee2dd26a8125822aada9
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
7 years agodbus-policy: add rule default deny own 43/176443/3 accepted/tizen/5.0/unified/20181102.013842 accepted/tizen/unified/20180515.063840 submit/tizen/20180430.054031 submit/tizen/20180503.020509 submit/tizen/20180515.044228 submit/tizen_5.0/20181101.000002
SeokHoon Lee [Thu, 19 Apr 2018 08:10:05 +0000 (17:10 +0900)]
dbus-policy: add rule default deny own

- change dbus-policy to default deny.
- and allow method_call type for miracast server.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I20d0d25eb23610c945b5fa286f3427a30c67e1b2

7 years agoFix typo 68/171468/1 accepted/tizen/unified/20180305.152646 submit/tizen/20180305.062345
SeokHoon Lee [Mon, 5 Mar 2018 05:31:54 +0000 (14:31 +0900)]
Fix typo

 - fix typo in header file.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I320476e733f7e6d5f759e255e9ecdfd68c3010a3

7 years agoModify description of 'scmirroring_sink_get_current_state' API. 70/169470/1 accepted/tizen/unified/20180220.125948 submit/tizen/20180207.062203
Hyunsoo Park [Wed, 7 Feb 2018 05:20:55 +0000 (14:20 +0900)]
Modify description of 'scmirroring_sink_get_current_state' API.

Name of [out] parameter was missed. So i added its name.

Change-Id: Ie6bea366b00c1af7aa06882ff16a66779f33d8a8
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
7 years agoAdd 'scmirroring_get_state' on public. 13/164113/8 accepted/tizen/unified/20180205.060524 submit/tizen/20180202.080634
Hyunsoo Park [Fri, 15 Dec 2017 08:23:20 +0000 (17:23 +0900)]
Add 'scmirroring_get_state' on public.

It functions to get current state of screen mirroring sink.

Change-Id: I03dc95c8575473b445ee7b6a83b78eaaa0da9d83
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
7 years agoRemove check feature 25/165525/1 accepted/tizen/unified/20180103.070203 submit/tizen/20180102.051154
SeokHoon Lee [Tue, 2 Jan 2018 02:11:29 +0000 (11:11 +0900)]
Remove check feature

- Remove check feature routine in api except create.
  All api should be called with handle that was created by
  scmirroring_sink_craete.
  So, it doesn't need to check feature except create api.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I34228d06b549087ab8768efcbd2149871d8e227e

7 years agofix resource leak in error case 75/155775/2 accepted/tizen/unified/20171018.062604 submit/tizen/20171017.080630
SeokHoon Lee [Mon, 16 Oct 2017 06:36:08 +0000 (15:36 +0900)]
fix resource leak in error case

- In error get mount, it will occur to leak resource of server.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ib1976595220df35e57595d7208c0f21f56a6bedf

7 years agoFix coding rule 03/149203/1
SeokHoon Lee [Tue, 12 Sep 2017 01:32:28 +0000 (10:32 +0900)]
Fix coding rule

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ifb6cf40f5a59ce0807655edebf9e814915f0ea22

7 years agoChange 'resolution' parameter range of 'scmirroring_set_resolution'. 63/140563/1 accepted/tizen/4.0/unified/20170816.011554 accepted/tizen/4.0/unified/20170816.014801 accepted/tizen/4.0/unified/20170828.223833 accepted/tizen/unified/20170728.195934 submit/tizen/20170728.055312 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100002 submit/tizen_4.0_unified/20170814.115522 tizen_4.0.IoT.p1_release
Hyunsoo [Tue, 25 Jul 2017 10:30:54 +0000 (19:30 +0900)]
Change 'resolution' parameter range of 'scmirroring_set_resolution'.

After applying this patch, 'scmirroring_set_resolution' api can set 'resolution' parameter to 0.
Then, user can set initial value to resolution.

Change-Id: I035eb0667e3f9466a656001e6ff28c4d9458d742
Signed-off-by: Hyunsoo <hance.park@samsung.com>
7 years agoAdd testsuite 'scmirroring_sink_test_SBS' and 'README'. 76/139676/6
Hyunsoo [Thu, 20 Jul 2017 05:51:50 +0000 (14:51 +0900)]
Add testsuite 'scmirroring_sink_test_SBS' and 'README'.

*Testsuite 'scmirroring_sink_test_SBS' is added.
*It allows to run CAPI command individually.
*Also i addes README.txt for description

Change-Id: I0b10bca37cfb0d2a9b69428b70e64a1069ba6fb6
Signed-off-by: Hyunsoo <hance.park@samsung.com>
7 years agoFix framework weekness issue 21/139721/1
SeokHoon Lee [Thu, 20 Jul 2017 07:36:47 +0000 (16:36 +0900)]
Fix framework weekness issue

- delete unnecessary null termination because g_strdup do.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I042820bec1d6b0842b4cdf4566c1ae91b7b2d2c8

7 years agoDirect streaming initial version 11/137211/3 accepted/tizen/unified/20170717.170252 submit/tizen/20170712.011946 submit/tizen/20170714.020023
SeokHoon Lee [Wed, 5 Jul 2017 02:04:16 +0000 (11:04 +0900)]
Direct streaming initial version

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I4aa06c52ef06aaffe34334b0006b7c0dc69b5e65

7 years ago[Mirroring][Add] Add internal api for checking screen mirroring sink state. 20/136120/13 accepted/tizen/unified/20170712.164859 submit/tizen/20170705.004233 submit/tizen/20170710.075343
Hyunsoo [Wed, 28 Jun 2017 06:39:48 +0000 (15:39 +0900)]
[Mirroring][Add] Add internal api for checking screen mirroring sink state.

-Initial version.
-It returns screen mirorring sink state when it is called.
-It will be more robust after about exception case.

[Version] 0.1.81
[Profile] Common
[Issue Type] Add internal api
[Dependency module] libmm-wfd, https://review.tizen.org/gerrit/#/c/136123/
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-unified_20170620.1]
Change-Id: I7ccb481f37ce2e367d488757b583f155c906fb80
Signed-off-by: Hyunsoo <hance.park@samsung.com>
7 years agomove magic num position for sync 2nd party 84/136184/1 accepted/tizen/unified/20170629.013807 submit/tizen/20170628.103637
SeokHoon Lee [Wed, 28 Jun 2017 10:33:05 +0000 (19:33 +0900)]
move magic num position for sync 2nd party

- Magicnum possition sync with 2nd party developer

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ief7394f21fd1be515e8e0744747a0c5ab7b6be20

8 years agofix unmatched format while log printing 07/133907/2 accepted/tizen/unified/20170626.011609 submit/tizen/20170614.073819 submit/tizen/20170614.073858
SeokHoon Lee [Wed, 14 Jun 2017 03:59:05 +0000 (12:59 +0900)]
fix unmatched format while log printing

 - %d has changed to % G_GUINT64_FORMAT for uint64 format in scmirroring_src_ini.c
 - %d has changed to % G_GSIZE_FORMAT for gsize format in
     scmirroring_src.c and miracast_srver_imple.c

Change-Id: I1a9a08230b639ca5e8d6647d4953388537b5560b
Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
8 years agoFix some crash in create api 96/130796/1
SeokHoon Lee [Wed, 24 May 2017 04:22:07 +0000 (13:22 +0900)]
Fix some crash in create api

 - There is a availablity in create api,
   when unaccessable memory position as input parameter(*scmirroring_h).

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ieb1e2b0f5a530e57f51a7c2af0f138d6aa124295

8 years agoChange src_destroy precedure 38/128438/4 accepted/tizen/unified/20170516.175103 submit/tizen/20170516.041041 tizen_4.0.m1_release
SeokHoon Lee [Wed, 10 May 2017 04:52:41 +0000 (13:52 +0900)]
Change src_destroy precedure

- Change SCMIRRORING_STATR_CREATED order for destory mira castserver
  It need to destroy miracst server after scmirroring_src_connect.
- Add scmirroring_src_disconnect process in scmirroring_src_destroy,
  in case of connected.
- Add OUT_OF_MEMORY error return
  in function __scmirroring_src_send_cmd_to_server

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I6b8c4ae3ae19e2c3328dbe98dbc01c31d48bfa77

8 years agoState name change 93/126293/2
SeokHoon Lee [Fri, 21 Apr 2017 01:36:25 +0000 (10:36 +0900)]
State name change

- SCMIRRORING_STATE_NONE changed to SCMIRRORING_STATE_CREATED
  to reduce confusing between STATE_NULL and STATE_NONE
- Fix inproper comment for STATE_NULL and STATE_CREATED
  STATE_CREATED(as-is STATE_NONE) was set in scmorring_src_create()

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I0ac8f7e1cf84a069e555439fffdf30739911891c

8 years agodelete function prototype 59/125559/2
SeokHoon Lee [Tue, 18 Apr 2017 04:37:33 +0000 (13:37 +0900)]
delete function prototype

- delete function prototype of scmirroring_src_prepare,
  scmirroring_src_unprepare that doesn't have function body.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I7f49fc52fd1ae62f7056cbd3417c808187261d23

8 years agoFix some memory leak possibility 54/125354/2
SeokHoon Lee [Mon, 17 Apr 2017 05:41:55 +0000 (14:41 +0900)]
Fix some memory leak possibility

- Null check before strdup for ip and port
- ERROR_OUT_OF_MEMORY should return
   when it failed to strdup for server name

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I358d052a6f0e4729d817915e99e908abd8f8f1da

8 years agoAdd create commande to suite code 35/125335/2
SeokHoon Lee [Mon, 17 Apr 2017 04:33:19 +0000 (13:33 +0900)]
Add create commande to suite code

- Add scmmirroring_src_create test code for detailed test

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I00facada7346b29eacd9d8ece7f23baaa6a6038c

8 years agoAdd magic number to source structure 87/125187/1
SeokHoon Lee [Fri, 14 Apr 2017 05:45:53 +0000 (14:45 +0900)]
Add magic number to source structure

- add magic number to check handle integrity

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I543efcf7fd8d05afcdb93e505fca59a04ec66c16

8 years agofix sink create issue 22/125122/2
SeokHoon Lee [Fri, 14 Apr 2017 01:55:34 +0000 (10:55 +0900)]
fix sink create issue

- fix pointer handle in scmirroring_sink_create.
- Fix ocurred problem, when sink create with NULL handle.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I6f026fa9f3a02e788045587a2542e6afc77e7c4d

8 years agoFix memory leak possibility for ip and port 76/124876/1
SeokHoon Lee [Thu, 13 Apr 2017 01:34:49 +0000 (10:34 +0900)]
Fix memory leak possibility for ip and port

- When scmirroring_sink_set_ip_and_port called more than twice,
  memory leak occured.
- SCMIRRORING_ERROR_OUT_OF_MEMORY should returned if strdup failed.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I32aa6c5586fe77fb5de65d074782f2dbfbb354f3

8 years agoDelete unused session_mode 28/124628/2
SeokHoon Lee [Wed, 12 Apr 2017 04:09:17 +0000 (13:09 +0900)]
Delete unused session_mode

- delete session_mode and replaced by audio_code and video_codec.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ie69e885e2804892a5255c9416369ad9d065e5d78

8 years agoAdd magic num to check sink handle integrity 12/124312/2 accepted/tizen/unified/20170411.164407 submit/tizen/20170411.063046
SeokHoon Lee [Tue, 11 Apr 2017 06:15:55 +0000 (15:15 +0900)]
Add magic num to check sink handle integrity

- Add magic to check handle pointer.
- Add OUT_OF_MEMORY error in case of WFD_NO_FREE_SPACE.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Iaf6e36770964c36bfbbc6904232445bc45f8e477

8 years agoAdd d_bus receive permission. 32/123832/3
SeokHoon Lee [Fri, 7 Apr 2017 07:11:09 +0000 (16:11 +0900)]
Add d_bus receive permission.

- Add receive permissino to user/system for miracast d_bus call.
- Change Error type for malloc error.
- Add parameter check routine in set_multisink_ability api.
- Fix memory leak for sock_path and server_name.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I3d8b8c07455b94b24163703550b1a857bca98018

8 years agoChange libmiracast_server_lib versioning process. 32/122732/2
Hyunsoo, Park [Mon, 3 Apr 2017 08:05:10 +0000 (17:05 +0900)]
Change libmiracast_server_lib versioning process.

Before this patch, libmiracast_server_lib.so is included both capi-screen-mirroring and capi-screen-mirroring-devel.
After applying, libmiracast_server_lib.so is included capi-screen-mirroring only. And link of libmiracast_server_lib.so is included devel package.

[Version] 0.1.68
[Profile] Common
[Issue Type] Add feature
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20170328.3]

Change-Id: I66c6429f98e98916da500d3dc9e40207a4dda008
Signed-off-by: Hyunsoo, Park <hance.park@samsung.com>
8 years agoChange link to manifest 64/122664/1
SeokHoon Lee [Mon, 3 Apr 2017 06:25:38 +0000 (15:25 +0900)]
Change link to manifest

- Change link to maifest
  from https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature
  to https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: If9e3e0b944143dc9157ad1f62dea0b81f40f4eac

8 years agoModify license macro 04/120304/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen/common/20170328.140946 accepted/tizen/ivi/20170329.033021 accepted/tizen/mobile/20170329.032927 accepted/tizen/tv/20170329.032945 accepted/tizen/unified/20170329.033035 submit/tizen/20170328.044727
Hyunsoo, Park [Wed, 22 Mar 2017 08:43:28 +0000 (17:43 +0900)]
Modify license macro

[Version] 0.1.67
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: I673419ab20b9183e608430c720967dd9415b2cb8
Signed-off-by: Hyunsoo, Park <hance.park@samsung.com>
8 years agoAdd wfd source video codec 02/119502/1
SeokHoon Lee [Fri, 17 Mar 2017 06:51:02 +0000 (15:51 +0900)]
Add wfd source video codec

- For video codec negtiation between source and sink,
  add video codec parameter for wfd source

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I437529b302f5e094527fe8d210bd91aac8de447f

8 years agoAdd dot dir setting 57/119057/1
SeokHoon Lee [Wed, 15 Mar 2017 09:18:03 +0000 (18:18 +0900)]
Add dot dir setting

- Add debug setting for dot, if dot is enabled.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I60f688a9bcca0a3d1e1e67d5cd14dcb0ac8b11d7

8 years agoFix NULL reference issue. 50/113250/1 accepted/tizen/common/20170214.173913 accepted/tizen/ivi/20170214.230158 accepted/tizen/mobile/20170214.230047 accepted/tizen/tv/20170214.230109 accepted/tizen/unified/20170309.032103 submit/tizen/20170214.113450 submit/tizen_unified/20170308.100405
Sangkyu Park [Tue, 7 Feb 2017 04:25:23 +0000 (13:25 +0900)]
Fix NULL reference issue.

Change-Id: Ic8c484d46c475e2609fe3d4c560c5b99e4ae0eea
Signed-off-by: Sangkyu Park <sk1122.park@samsung.com>
8 years agoDelete unused variable 95/109095/2 accepted/tizen/common/20170110.155215 accepted/tizen/ivi/20170110.224722 accepted/tizen/mobile/20170110.224714 accepted/tizen/tv/20170110.224719 submit/tizen/20170110.094317
SeokHoon Lee [Mon, 9 Jan 2017 01:07:43 +0000 (10:07 +0900)]
Delete unused variable

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I418289e5683dbdf40d47b3a0465d3c8843c6e322

8 years agoAdd g_object_unref 46/106946/3 accepted/tizen/common/20161227.192519 accepted/tizen/ivi/20161227.091558 accepted/tizen/mobile/20161227.091500 accepted/tizen/tv/20161227.091515 submit/tizen/20161227.042615
SeokHoon Lee [Mon, 26 Dec 2016 01:11:28 +0000 (10:11 +0900)]
Add g_object_unref

 add g_object_unref for assigned proxy
 add package description

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I26992485c1426256dfe56597f3d1286217428b5c

8 years agoSet display_visible as TRUE in scmirroring_sink_set_display function. 58/106258/2
Sangkyu Park [Wed, 21 Dec 2016 06:41:07 +0000 (15:41 +0900)]
Set display_visible as TRUE in scmirroring_sink_set_display function.

Change-Id: Ia1dd9abadef3ca296395cbe6e2b6b1b2e891bcf0
Signed-off-by: Sangkyu Park <sk1122.park@samsung.com>
8 years agoChange some free to g-free because it was alloced by g_strdup/g_strdup_printf 58/102058/2 accepted/tizen/common/20161207.184530 accepted/tizen/ivi/20161208.012219 accepted/tizen/mobile/20161208.011833 accepted/tizen/tv/20161208.012023 submit/tizen/20161207.075356
SeokHoon Lee [Mon, 5 Dec 2016 01:21:33 +0000 (10:21 +0900)]
Change some free to g-free because it was alloced by g_strdup/g_strdup_printf

[Version] 0.1.59
[Profile] Common
[Issue Type] Code refactoring
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-3.0-mobile_20161130.2]

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I5c8f3695f998e83fcbf378a2191ab5bfcc0a27b4

8 years agoMerge "Add 'TCP/UDP Switching' feature" into tizen accepted/tizen/common/20161129.173604 accepted/tizen/ivi/20161130.015427 accepted/tizen/mobile/20161130.015207 accepted/tizen/tv/20161130.015253 submit/tizen/20161129.052917
SeokHoon LEE [Fri, 25 Nov 2016 06:31:26 +0000 (22:31 -0800)]
Merge "Add 'TCP/UDP Switching' feature" into tizen

8 years agoAdd 'TCP/UDP Switching' feature 79/99479/4
Hyunsoo, Park [Wed, 23 Nov 2016 04:22:48 +0000 (13:22 +0900)]
Add 'TCP/UDP Switching' feature

Using this feature, User can choose transport layer protocol between TCP and UDP.

For testing, use 'scmirroring_test' or 'scmirroring_wifi_direct_test'
And through 'GST_LOG', user can show logs.

[Version] 0.1.58
[Profile] Common
[Issue Type] Add feature
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161111.1]

Change-Id: I6b2bd6d68224e96995d05de693ee72c5162791a1
Signed-off-by: Hyunsoo, Park <hance.park@samsung.com>
8 years agoChange error log level to debug log level 03/99503/1
SeokHoon Lee [Wed, 23 Nov 2016 06:05:33 +0000 (15:05 +0900)]
Change error log level to debug log level

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Iaa84f7a56c0808fc3daf48c0e8898a70e4f6e30c

8 years agoRemove excute permission in service file 38/97838/1 accepted/tizen/common/20161122.192841 accepted/tizen/ivi/20161122.235924 accepted/tizen/mobile/20161122.235716 accepted/tizen/tv/20161122.235758 submit/tizen/20161122.044017
SeokHoon Lee [Tue, 15 Nov 2016 06:24:11 +0000 (15:24 +0900)]
Remove excute permission in service file

[Version] 0.1.57
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161111.1]

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ic1d394f55ea4377b7f29c1f105cc68423477727c

8 years agoDelete unsued device/code about evasimagesink 35/95835/3
SeokHoon Lee [Mon, 7 Nov 2016 02:07:16 +0000 (11:07 +0900)]
Delete unsued device/code about evasimagesink

[Version] 0.1.56
[Profile] Common
[Issue Type] code refactoring
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161101.1]

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I250ccfbf8db4e35f54bcfb945b7f5d7be5d68f6f