diff options
author | youngsub ko <ys4610.ko@samsung.com> | 2012-08-21 18:18:46 +0900 |
---|---|---|
committer | youngsub ko <ys4610.ko@samsung.com> | 2012-08-21 21:22:31 +0900 |
commit | 727ebe6820e16937c07f77ad92d9c467afaa8430 (patch) | |
tree | 28b482d83bb99f4b95fbdb1a0344f8043038ec0c | |
parent | 781b07c37a0f3ced0734a62459afad04cb7e94eb (diff) | |
download | notification-727ebe6820e16937c07f77ad92d9c467afaa8430.tar.gz notification-727ebe6820e16937c07f77ad92d9c467afaa8430.tar.bz2 notification-727ebe6820e16937c07f77ad92d9c467afaa8430.zip |
Release notification lib for Tizen2.0 beta(tagging)HEADsubmit/master/20120920.1509492.0_alphamasterfeature/noti_ex_porting2.0alpha
Change-Id: I29dc9a39d5b4fd3b723e068f88f0806fcfc87151
-rwxr-xr-x[-rw-r--r--] | AUTHORS | 7 | ||||
-rwxr-xr-x[-rw-r--r--] | CMakeLists.txt | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | LICENSE | 0 | ||||
-rw-r--r-- | debian/changelog | 135 | ||||
-rwxr-xr-x[-rw-r--r--] | debian/control | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | debian/libnotification-0.postinst.in | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | include/notification.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | include/notification_db.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | include/notification_debug.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | include/notification_error.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | include/notification_group.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | include/notification_internal.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | include/notification_list.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | include/notification_noti.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | include/notification_ongoing.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | include/notification_type.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | packaging/notification.spec | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | src/notification.c | 15 | ||||
-rwxr-xr-x[-rw-r--r--] | src/notification_db.c | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | src/notification_group.c | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | src/notification_list.c | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | src/notification_noti.c | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | src/notification_ongoing.c | 2 |
23 files changed, 150 insertions, 43 deletions
@@ -1,3 +1,4 @@ -Jeonghoon Park <jh1979.park@samsung.com> -Youngjoo Park <yjoo93.park@samsung.com> - +Seungtaek Chung <seungtaek.chung@samsung.com> +Mi-Ju Lee <miju52.lee@samsung.com> +Xi zhichan <zhichan.xi@samsung.com> +Youngsub Ko <ys4610.ko@samsung.com> diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f80c2f..1f80c2f 100644..100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt diff --git a/debian/changelog b/debian/changelog index a9b6900..21a0d96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,42 @@ +libnotification (0.1.1-14) unstable; urgency=low + + * remove VCONFKEY_SETAPPL_STATE_TICKER_NOTI_DISPLAY_CONTENT_BOOL + * Git: slp/pkgs/n/notification + * Tag: libnotification_0.1.1-14 + + -- Jeonghoon Park <jh1979.park@samsung.com> Tue, 17 Apr 2012 11:24:34 +0900 + +libnotification (0.1.1-13) unstable; urgency=low + + * add bundle package dependency for dev package + * Git: slp/pkgs/n/notification + * Tag: libnotification_0.1.1-13 + + -- Jeonghoon Park <jh1979.park@samsung.comp> Mon, 09 Apr 2012 16:34:18 +0900 + +libnotification (0.1.1-12) unstable; urgency=low + + * fix bugs on dbus connection (the applictions will exit if they unregisters their changed callback) + * Git: slp/pkgs/n/notification + * Tag: libnotification_0.1.1-12 + + -- Jeonghoon Park <jh1979.park@samsung.com> Tue, 20 Mar 2012 13:19:27 +0900 + +libnotification (0.1.1-11) unstable; urgency=low + + * fix pkgconfig file + * Git: slp/pkgs/n/notification + * Tag: libnotification_0.1.1-11 + + -- Jeonghoon Park <jh1979.park@samsung.com> Thu, 15 Mar 2012 23:48:41 +0900 + libnotification (0.1.1-10) unstable; urgency=low - * update latest changes + * replace heynoti publish to dbus signal * Git: slp/pkgs/n/notification * Tag: libnotification_0.1.1-10 - -- Jeonghoon Park <jh1979.park@samsung.com> Tue, 20 Mar 2012 19:00:25 +0900 + -- Jeonghoon Park <jh1979.park@samsung.com> Thu, 15 Mar 2012 19:57:19 +0900 libnotification (0.1.1-9) unstable; urgency=low @@ -48,17 +80,104 @@ libnotification (0.1.1-5) unstable; urgency=low libnotification (0.1.1-4) unstable; urgency=low - * Update pkgname to org.tizen - * Git: pkgs/n/notification + * Remove ip from changelog + * Git: slp/pkgs/n/notification * Tag: libnotification_0.1.1-4 - -- Mi-Ju Lee <miju52.lee@samsung.com> Fri, 23 Dec 2011 15:56:33 +0900 + -- Mi-Ju Lee <miju52.lee@samsung.com> Mon, 19 Dec 2011 15:24:01 +0900 libnotification (0.1.1-3) unstable; urgency=low - * Initial Release - * Git: pkgs/n/notification + * Update boilerplate + * Git: slp-source.sec.samsung.net:slp/pkgs/n/notification * Tag: libnotification_0.1.1-3 - -- Mi-Ju Lee <miju52.lee@samsung.com> Wed, 07 Dec 2011 11:13:10 +0900 + -- Mi-Ju Lee <miju52.lee@samsung.com> Tue, 06 Dec 2011 21:41:59 +0900 + +libnotification (0.1.1-2) unstable; urgency=low + + * Fix DB query to bind title key string + * Git: slp-source.sec.samsung.net:slp/pkgs/n/notification + * Tag: libnotification_0.1.1-2 + + -- Mi-Ju Lee <miju52.lee@samsung.com> Thu, 17 Nov 2011 11:11:48 +0900 + +libnotification (0.1.1-1) unstable; urgency=low + + * Update API(ver.0.1.1) + * Git: slp-source.sec.samsung.net:slp/pkgs/n/notification + * Tag: libnotification_0.1.1-1 + + -- Mi-Ju Lee <miju52.lee@samsung.com> Mon, 14 Nov 2011 18:10:11 +0900 + +libnotification (0.1.0-9) unstable; urgency=low + + * Apply Boilerplate + * Git: slp-source.sec.samsung.net:slp/pkgs/n/notification + * Tag: libnotification_0.1.0-9 + + -- Mi-Ju Lee <miju52.lee@samsung.com> Thu, 03 Nov 2011 17:29:12 +0900 + +libnotification (0.1.0-8) unstable; urgency=low + + * Add volatile property + * Git: slp-source.sec.samsung.net:slp/pkgs/n/notification + * Tag: libnotification_0.1.0-8 + + -- Mi-Ju Lee <miju52.lee@samsung.com> Thu, 20 Oct 2011 18:11:14 +0900 + +libnotification (0.1.0-7) unstable; urgency=low + + * Remove eina from pc file + * Git: slp-source.sec.samsung.net:slp/pkgs/n/notification + * Tag: libnotification_0.1.0-7 + + -- Mi-Ju Lee <miju52.lee@samsung.com> Tue, 18 Oct 2011 16:45:27 +0900 + +libnotification (0.1.0-6) unstable; urgency=low + + * Add API to select display app, Fix DB query error + * Git: slp-source.sec.samsung.net:slp/pkgs/n/notification + * Tag: libnotification_0.1.0-6 + + -- Mi-Ju Lee <miju52.lee@samsung.com> Mon, 17 Oct 2011 20:52:38 +0900 + +libnotification (0.1.0-5) unstable; urgency=low + + * Add New API for tigen UX, Merge noti and ongoing DB + * Git: slp-source.sec.samsung.net:slp/pkgs/n/notification + * Tag: libnotification_0.1.0-5 + + -- Mi-Ju Lee <miju52.lee@samsung.com> Mon, 10 Oct 2011 19:39:17 +0900 + +libnotification (0.1.0-4) unstable; urgency=low + + * Add caller pkgname set API + * Git: slp-source.sec.samsung.net:slp/pkgs/n/notification + * Tag: libnotification_0.1.0-4 + + -- Mi-Ju Lee <miju52.lee@samsung.com> Fri, 16 Sep 2011 13:16:18 +0900 + +libnotification (0.1.0-3) unstable; urgency=low + + * Fix prevent defect, bind query for insert error. + * Git: slp-source.sec.samsung.net:slp/pkgs/n/notification + * Tag: libnotification_0.1.0-3 + + -- Mi-Ju Lee <miju52.lee@samsung.com> Wed, 14 Sep 2011 22:30:35 +0900 + +libnotification (0.1.0-2) unstable; urgency=low + + * Add property for tickernoti, Remove content display option + * Git: slp-source.sec.samsung.net:slp/pkgs/n/notification + * Tag: libnotification_0.1.0-2 + + -- Mi-Ju Lee <miju52.lee@samsung.com> Wed, 07 Sep 2011 23:15:25 +0900 + +libnotification (0.1.0-1) unstable; urgency=low + + * Initial Release + * Git: slp-source.sec.samsung.net:slp/pkgs/n/notification + * Tag: libnotification_0.1.0-1 + -- Mi-Ju Lee <miju52.lee@samsung.com> Tue, 30 Aug 2011 14:44:14 +0900 diff --git a/debian/control b/debian/control index 8add5ef..ebff257 100644..100755 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: libnotification-dev Section: libdevel Architecture: any -Depends: libnotification-0 (= ${Source-Version}) +Depends: libnotification-0 (= ${Source-Version}), libbundle-dev Description: Notification library This package contains devel content. diff --git a/debian/libnotification-0.postinst.in b/debian/libnotification-0.postinst.in index fcf05fb..fcf05fb 100644..100755 --- a/debian/libnotification-0.postinst.in +++ b/debian/libnotification-0.postinst.in diff --git a/include/notification.h b/include/notification.h index 1a19360..fd6cc76 100644..100755 --- a/include/notification.h +++ b/include/notification.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_db.h b/include/notification_db.h index 426aa2f..171e5af 100644..100755 --- a/include/notification_db.h +++ b/include/notification_db.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_debug.h b/include/notification_debug.h index a50bc76..1950cd7 100644..100755 --- a/include/notification_debug.h +++ b/include/notification_debug.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_error.h b/include/notification_error.h index f249469..12e3fcf 100644..100755 --- a/include/notification_error.h +++ b/include/notification_error.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_group.h b/include/notification_group.h index e362cf7..fe80d83 100644..100755 --- a/include/notification_group.h +++ b/include/notification_group.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_internal.h b/include/notification_internal.h index 9ed1bdb..7dcd3c6 100644..100755 --- a/include/notification_internal.h +++ b/include/notification_internal.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_list.h b/include/notification_list.h index 80f4805..adeb790 100644..100755 --- a/include/notification_list.h +++ b/include/notification_list.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_noti.h b/include/notification_noti.h index fce9959..5596975 100644..100755 --- a/include/notification_noti.h +++ b/include/notification_noti.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_ongoing.h b/include/notification_ongoing.h index 440725b..53d4a2c 100644..100755 --- a/include/notification_ongoing.h +++ b/include/notification_ongoing.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_type.h b/include/notification_type.h index 71bd418..433fbf0 100644..100755 --- a/include/notification_type.h +++ b/include/notification_type.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packaging/notification.spec b/packaging/notification.spec index f45c5d9..8803c75 100644..100755 --- a/packaging/notification.spec +++ b/packaging/notification.spec @@ -133,8 +133,8 @@ then ' fi -chown root:5000 /opt/dbspace/.notification.db -chown root:5000 /opt/dbspace/.notification.db-journal +chown :5000 /opt/dbspace/.notification.db +chown :5000 /opt/dbspace/.notification.db-journal chmod 660 /opt/dbspace/.notification.db chmod 660 /opt/dbspace/.notification.db-journal diff --git a/src/notification.c b/src/notification.c index 90f2314..b474142 100644..100755 --- a/src/notification.c +++ b/src/notification.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -926,19 +926,6 @@ EXPORT_API notification_error_e notification_get_text(notification_h noti, return NOTIFICATION_ERROR_INVALID_DATA; } - /* Check content display option of setting */ - if (type == NOTIFICATION_TEXT_TYPE_CONTENT - || type == NOTIFICATION_TEXT_TYPE_GROUP_CONTENT) { - ret = - vconf_get_bool - (VCONFKEY_SETAPPL_STATE_TICKER_NOTI_DISPLAY_CONTENT_BOOL, - &boolval); - if (ret == -1 || boolval == 0) { - /* Set flag as display option is OFF */ - //display_option_flag = 1; - } - } - /* Check key */ if (noti->b_key != NULL) { b = noti->b_key; diff --git a/src/notification_db.c b/src/notification_db.c index 4c722f7..6cfa2d6 100644..100755 --- a/src/notification_db.c +++ b/src/notification_db.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_group.c b/src/notification_group.c index 03c3e14..507e6bc 100644..100755 --- a/src/notification_group.c +++ b/src/notification_group.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_list.c b/src/notification_list.c index db28842..e516029 100644..100755 --- a/src/notification_list.c +++ b/src/notification_list.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_noti.c b/src/notification_noti.c index 9b06beb..c379ce7 100644..100755 --- a/src/notification_noti.c +++ b/src/notification_noti.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_ongoing.c b/src/notification_ongoing.c index 0800883..f248bc1 100644..100755 --- a/src/notification_ongoing.c +++ b/src/notification_ongoing.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> + * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |