Add server-client feature
authorSangwan Kwon <sangwan.kwon@samsung.com>
Tue, 15 Oct 2019 08:13:40 +0000 (17:13 +0900)
committer권상완/Security 2Lab(SR)/Engineer/삼성전자 <sangwan.kwon@samsung.com>
Mon, 21 Oct 2019 05:41:24 +0000 (14:41 +0900)
commit16f527f06b9861b60b41f3d05a3fea2cb9391755
treeade5d69e9825b7e0ec2c3ab56b8bce12a3443b06
parent342cc9c2eb7b353249cf405eb9872c686bc9f40c
Add server-client feature

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
src/apix/CMakeLists.txt
src/apix/ipc/CMakeLists.txt [new file with mode: 0644]
src/apix/ipc/client.h [new file with mode: 0644]
src/apix/ipc/server.h [new file with mode: 0644]
src/apix/ipc/tests/ipc_tests.cpp [new file with mode: 0644]
src/apix/manager/tests/policy_tests.cpp