From f33f9372dadd55ec36fbd6ade8d3fe7e651cfcbc Mon Sep 17 00:00:00 2001 From: Boram Park Date: Fri, 17 Jul 2015 10:59:59 +0900 Subject: remove all old tizen extension protocols Change-Id: I8415c8e3a137ec4f4bb566cb99df89d17798225c --- Makefile.am | 104 ------------- protocol/.gitignore | 2 - protocol/keyrouter.xml | 88 ----------- protocol/quickpanel.xml | 16 -- protocol/tizen-buffer-pool.xml | 123 --------------- protocol/tizen-extension.xml | 325 --------------------------------------- protocol/tizen-policy.xml | 58 ------- protocol/tizen-screenshooter.xml | 76 --------- protocol/tizen-subsurface.xml | 7 - protocol/tizen-transient-for.xml | 11 -- 10 files changed, 810 deletions(-) delete mode 100644 protocol/.gitignore delete mode 100644 protocol/keyrouter.xml delete mode 100644 protocol/quickpanel.xml delete mode 100644 protocol/tizen-buffer-pool.xml delete mode 100755 protocol/tizen-extension.xml delete mode 100755 protocol/tizen-policy.xml delete mode 100644 protocol/tizen-screenshooter.xml delete mode 100644 protocol/tizen-subsurface.xml delete mode 100644 protocol/tizen-transient-for.xml diff --git a/Makefile.am b/Makefile.am index 9ba2919..8db26ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -112,107 +112,3 @@ protocolinclude_HEADERS += \ protocol/text-client-protocol.h libtext_server_la_SOURCES = protocol/text-protocol.c libtext_client_la_SOURCES = protocol/text-protocol.c - -### tizen-buffer-pool -protocol_LTLIBRARIES += \ - libtizen-buffer-pool-server.la \ - libtizen-buffer-pool-client.la -pkgconfig_DATA += \ - src/tizen-buffer-pool-server.pc \ - src/tizen-buffer-pool-client.pc -protocolinclude_HEADERS += \ - protocol/tizen-buffer-pool-server-protocol.h \ - protocol/tizen-buffer-pool-client-protocol.h -libtizen_buffer_pool_server_la_SOURCES = protocol/tizen-buffer-pool-protocol.c -libtizen_buffer_pool_client_la_SOURCES = protocol/tizen-buffer-pool-protocol.c - -### tizen-extension -protocol_LTLIBRARIES += \ - libtizen-extension-server.la \ - libtizen-extension-client.la -pkgconfig_DATA += \ - src/tizen-extension-server.pc \ - src/tizen-extension-client.pc -protocolinclude_HEADERS += \ - protocol/tizen-extension-server-protocol.h \ - protocol/tizen-extension-client-protocol.h -libtizen_extension_server_la_SOURCES = protocol/tizen-extension-protocol.c -libtizen_extension_client_la_SOURCES = protocol/tizen-extension-protocol.c - -### keyrouter -protocol_LTLIBRARIES += \ - libkeyrouter-server.la \ - libkeyrouter-client.la -pkgconfig_DATA += \ - src/keyrouter-server.pc \ - src/keyrouter-client.pc -protocolinclude_HEADERS += \ - protocol/keyrouter-server-protocol.h \ - protocol/keyrouter-client-protocol.h -libkeyrouter_server_la_SOURCES = protocol/keyrouter-protocol.c -libkeyrouter_client_la_SOURCES = protocol/keyrouter-protocol.c - -### tizen-policy -protocol_LTLIBRARIES += \ - libtizen-policy-server.la \ - libtizen-policy-client.la -pkgconfig_DATA += \ - src/tizen-policy-server.pc \ - src/tizen-policy-client.pc -protocolinclude_HEADERS += \ - protocol/tizen-policy-server-protocol.h \ - protocol/tizen-policy-client-protocol.h -libtizen_policy_server_la_SOURCES = protocol/tizen-policy-protocol.c -libtizen_policy_client_la_SOURCES = protocol/tizen-policy-protocol.c - -### quickpanel -protocol_LTLIBRARIES += \ - libquickpanel-server.la \ - libquickpanel-client.la -pkgconfig_DATA += \ - src/quickpanel-server.pc \ - src/quickpanel-client.pc -protocolinclude_HEADERS += \ - protocol/quickpanel-server-protocol.h \ - protocol/quickpanel-client-protocol.h -libquickpanel_server_la_SOURCES = protocol/quickpanel-protocol.c -libquickpanel_client_la_SOURCES = protocol/quickpanel-protocol.c - -### tizen-screenshooter -protocol_LTLIBRARIES += \ - libtizen-screenshooter-server.la \ - libtizen-screenshooter-client.la -pkgconfig_DATA += \ - src/tizen-screenshooter-server.pc \ - src/tizen-screenshooter-client.pc -protocolinclude_HEADERS += \ - protocol/tizen-screenshooter-server-protocol.h \ - protocol/tizen-screenshooter-client-protocol.h -libtizen_screenshooter_server_la_SOURCES = protocol/tizen-screenshooter-protocol.c -libtizen_screenshooter_client_la_SOURCES = protocol/tizen-screenshooter-protocol.c - -### tizen-subsurface -protocol_LTLIBRARIES += \ - libtizen-subsurface-server.la \ - libtizen-subsurface-client.la -pkgconfig_DATA += \ - src/tizen-subsurface-server.pc \ - src/tizen-subsurface-client.pc -protocolinclude_HEADERS += \ - protocol/tizen-subsurface-server-protocol.h \ - protocol/tizen-subsurface-client-protocol.h -libtizen_subsurface_server_la_SOURCES = protocol/tizen-subsurface-protocol.c -libtizen_subsurface_client_la_SOURCES = protocol/tizen-subsurface-protocol.c - -### tizen-transient-for -protocol_LTLIBRARIES += \ - libtizen-transient-for-server.la \ - libtizen-transient-for-client.la -pkgconfig_DATA += \ - src/tizen-transient-for-server.pc \ - src/tizen-transient-for-client.pc -protocolinclude_HEADERS += \ - protocol/tizen-transient-for-server-protocol.h \ - protocol/tizen-transient-for-client-protocol.h -libtizen_transient_for_server_la_SOURCES = protocol/tizen-transient-for-protocol.c -libtizen_transient_for_client_la_SOURCES = protocol/tizen-transient-for-protocol.c diff --git a/protocol/.gitignore b/protocol/.gitignore deleted file mode 100644 index 78f49d2..0000000 --- a/protocol/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -wayland.html -.wayland.xml.valid diff --git a/protocol/keyrouter.xml b/protocol/keyrouter.xml deleted file mode 100644 index 1527425..0000000 --- a/protocol/keyrouter.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - Copyright 2012 Samsung Electronics co., Ltd. All Rights Reserved. - Contact: Sung-Jin Park (sj76.park@samsung.com), - Jeonghyun Kang (jhyuni.kang@samsung.com) - - Permission to use, copy, modify, distribute, and sell this - software and its documentation for any purpose is hereby granted - without fee, provided that the above copyright notice appear in - all copies and that both that copyright notice and this permission - notice appear in supporting documentation, and that the name of - the copyright holders not be used in advertising or publicity - pertaining to distribution of the software without specific, - written prior permission. The copyright holders make no - representations about the suitability of this software for any - purpose. It is provided "as is" without express or implied - warranty. - - THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS - SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND - FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY - SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN - AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, - ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF - THIS SOFTWARE. - - - - - In tradition, all the keys in a keyboard and a device on which - some keys are attached will be sent to focus surface by default. - Currently it's possible to set up each focus for each key in a keyboard and a device. - Therefore, by setting a key grab for a surface, the owner of the - surface will get the key event when it has the key grab for the key. - - - - - - - - - - - - - - - This value is used to set a mode for a key grab. With this mode and - the order of the surface between surfaces' stack, the compositor will determine the destination client - surface. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/protocol/quickpanel.xml b/protocol/quickpanel.xml deleted file mode 100644 index 00d94d5..0000000 --- a/protocol/quickpanel.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/protocol/tizen-buffer-pool.xml b/protocol/tizen-buffer-pool.xml deleted file mode 100644 index e314ec3..0000000 --- a/protocol/tizen-buffer-pool.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/protocol/tizen-extension.xml b/protocol/tizen-extension.xml deleted file mode 100755 index 77297be..0000000 --- a/protocol/tizen-extension.xml +++ /dev/null @@ -1,325 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - In tradition, all the keys in a keyboard and a device on which - some keys are attached will be sent to focus surface by default. - Currently it's possible to set up each focus for each key in a keyboard and a device. - Therefore, by setting a key grab for a surface, the owner of the - surface will get the key event when it has the key grab for the key. - - - - - - - - - - - - - This value is used to set a mode for a key grab. With this mode and - the order of the surface between surfaces' stack, the compositor will determine the destination client - surface. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Clients can get a screenmirror object from this interface. - - - - Before using screenmirror, a client should get a screenmirror object from display - server. - - - - - - - - - A client can use this interface to get stream images of screen. Before starting, - queue all buffers. Then, start a screenmirror. After starting, a dequeued event - will occur when drawing a captured image on a buffer is finished. You might - need to queue the dequeued buffer again to get a new image from display server. - - - - - - - - - - - - A user can dequeue a buffer from display server when he wants to take back it from server. - - - - - - - - - - - - - - - - occurs when drawing a captured image on a buffer is finished - - - - - - occurs when the content of a captured image is changed. (normal or video) - - - - - - occurs when the screenmirror is stopped eventually - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/protocol/tizen-policy.xml b/protocol/tizen-policy.xml deleted file mode 100755 index 0d5fd56..0000000 --- a/protocol/tizen-policy.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/protocol/tizen-screenshooter.xml b/protocol/tizen-screenshooter.xml deleted file mode 100644 index 18ba1ef..0000000 --- a/protocol/tizen-screenshooter.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - Clients can get a screenmirror object from this interface. - - - - - Before using screenmirror, a client should get a screenmirror object from display - server. - - - - - - - - - A client can use this interface to get stream images of screen. Before starting, - queue all buffers. Then, start a screenmirror. After starting, a dequeued event - will occur when drawing a captured image on a buffer is finished. You might - need to queue the dequeued buffer again to get a new image from display server. - - - - - - - - - - - - - - A user can dequeue a buffer from display server when he wants to take back it from server. - - - - - - - - - - - - - - - - - - - - - occurs when drawing a captured image on a buffer is finished - - - - - - occurs when the content of a captured image is changed. (normal or video) - - - - - - occurs when the screenmirror is stopped eventually - - - - - diff --git a/protocol/tizen-subsurface.xml b/protocol/tizen-subsurface.xml deleted file mode 100644 index 16bd5f2..0000000 --- a/protocol/tizen-subsurface.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/protocol/tizen-transient-for.xml b/protocol/tizen-transient-for.xml deleted file mode 100644 index cc3c752..0000000 --- a/protocol/tizen-transient-for.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - -- cgit v1.2.3