Implement IPC between plugins and UI Process
authorJihoon Chung <jihoon.chung@samsung.com>
Sat, 27 Apr 2013 05:24:08 +0000 (14:24 +0900)
committerGerrit Code Review <gerrit2@kim11>
Sat, 4 May 2013 06:01:24 +0000 (15:01 +0900)
commit53304c37e1de0a9a9d47b921dbb0f8056b1cab7f
tree3343c4e8be78d3af37971de17f10791d93c731a1
parentfa4280be6c08aadc6e7ef89fcf63b22afeb5d2d6
Implement IPC between plugins and UI Process

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Support ipc between plugins and UI Process.
Before use ipc API, injected-bundle must call "setWKBundleRef" to set
WKBundleRef which is used send message to UI Process.
Plugin part call "sendMessageToUiProcess" with message name and body.
Current implementation only support sync message call.
[SCMRequest] N/A

Change-Id: Iad720c69cccf04b473b7e3fca97e8a6ecab7eb5f
CMakeLists.txt
pkgconfigs/wrt-plugins-ipc-message.pc.in [new file with mode: 0644]
src/CMakeLists.txt
src/plugins-ipc-message/CMakeLists.txt [new file with mode: 0644]
src/plugins-ipc-message/ipc_message_support.cpp [new file with mode: 0644]
src/plugins-ipc-message/ipc_message_support.h [new file with mode: 0644]