Add ipc library for ask-user 14/120914/11
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Fri, 24 Mar 2017 16:30:07 +0000 (17:30 +0100)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Fri, 31 Mar 2017 16:43:40 +0000 (18:43 +0200)
commit0b7f03c5d145e60ff0c74efd46c665a854fcfb26
treecd818ddc645cf3d6ba82aa2dffac5873a704a2e3
parent9769333512381ed7de21d9f6a20d7f6136377486
Add ipc library for ask-user

This library is used in communication between privacy denied
plugin/security manager and ask user service.

Change-Id: If9e71a3a716095eba8b909cc28d08a1853ba2951
13 files changed:
src/common/protocol/CMakeLists.txt [new file with mode: 0644]
src/common/protocol/ask-user-client.cpp [new file with mode: 0644]
src/common/protocol/ask-user-config.cpp [new file with mode: 0644]
src/common/protocol/ask-user-config.h [new file with mode: 0644]
src/common/protocol/ask-user/ask-user-client.h [new file with mode: 0644]
src/common/protocol/ask-user/ask-user-service.h [new file with mode: 0644]
src/common/protocol/ask-user/ask-user-types.h [new file with mode: 0644]
src/common/protocol/channel.cpp [new file with mode: 0644]
src/common/protocol/channel.h [new file with mode: 0644]
src/common/protocol/main.cpp [new file with mode: 0644]
src/common/protocol/raw-buffer.h [new file with mode: 0644]
src/common/protocol/sock.cpp [new file with mode: 0644]
src/common/protocol/sock.h [new file with mode: 0644]