From 925e34afa44de3e9232aeea02fe3b23e24ec1ebd Mon Sep 17 00:00:00 2001 From: parksanghee Date: Wed, 8 Feb 2017 19:21:33 +0900 Subject: [PATCH] tizen_launch : Add protocol to support depth-in [Model] Tizen3.0 [BinType] AP [Customer] N/A [Issue#] N/A [Request] Support depth-in [Occurrence Version] N/A [Problem] Not support dpeth-in concept [Cause & Measure] There is no interface to support concept [Checking Method] Setting > Wifi [Team] Window Manager [Developer] Sanghee Park [Solution company] Samsung [Change Type] New feature Change-Id: I62c6d63f43d00847fedb4e2784083d14890718d2 --- Makefile.am | 17 ++++++++++++++ protocol/tizen-launch.xml | 56 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 protocol/tizen-launch.xml diff --git a/Makefile.am b/Makefile.am index 680f78e..11f0bc2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -191,3 +191,20 @@ libtizen_remote_surface_server_la_LIBADD = @WAYLAND_SERVER_LIBS@ libtizen_remote_surface_client_la_SOURCES = protocol/tizen-remote-surface-protocol.c libtizen_remote_surface_client_la_CFLAGS = @WAYLAND_CLIENT_CFLAGS@ libtizen_remote_surface_client_la_LIBADD = @WAYLAND_CLIENT_LIBS@ + +### tizen-launch +protocol_LTLIBRARIES += \ + libtizen-launch-server.la \ + libtizen-launch-client.la +pkgconfig_DATA += \ + src/tizen-launch-server.pc \ + src/tizen-launch-client.pc +protocolinclude_HEADERS += \ + protocol/tizen-launch-server-protocol.h \ + protocol/tizen-launch-client-protocol.h +libtizen_launch_server_la_SOURCES = protocol/tizen-launch-protocol.c +libtizen_launch_server_la_CFLAGS = @WAYLAND_SERVER_CFLAGS@ +libtizen_launch_server_la_LIBADD = @WAYLAND_SERVER_LIBS@ +libtizen_launch_client_la_SOURCES = protocol/tizen-launch-protocol.c +libtizen_launch_client_la_CFLAGS = @WAYLAND_CLIENT_CFLAGS@ +libtizen_launch_client_la_LIBADD = @WAYLAND_CLIENT_LIBS@ diff --git a/protocol/tizen-launch.xml b/protocol/tizen-launch.xml new file mode 100644 index 0000000..94f3394 --- /dev/null +++ b/protocol/tizen-launch.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.7.4