Revert "Remove TPCS and TWPServer features" 21/52121/1 tizen
authorKyungwook Tak <k.tak@samsung.com>
Thu, 19 Nov 2015 07:48:05 +0000 (16:48 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Thu, 19 Nov 2015 07:48:11 +0000 (16:48 +0900)
commit0ac4f2114628619ca0b2cad26a6b6f2a686c193a
treee78991ed2e3eae4478305861009acf67117c1a40
parent05eca95adfd234279596bfb329e1e9e718573f2b
Revert "Remove TPCS and TWPServer features"

This reverts commit 05eca95adfd234279596bfb329e1e9e718573f2b.

Change-Id: I89ed847733b6cda2484e02a821fb7a89434cba08
34 files changed:
README
framework/IpcClient.c [new file with mode: 0644]
framework/IpcClient.h [new file with mode: 0644]
framework/IpcForkDaemon.c [new file with mode: 0644]
framework/IpcForkDaemon.h [new file with mode: 0644]
framework/IpcMacros.h [new file with mode: 0644]
framework/IpcServer.c [new file with mode: 0644]
framework/IpcServer.h [new file with mode: 0644]
framework/IpcServerError.c [new file with mode: 0644]
framework/IpcServerError.h [new file with mode: 0644]
framework/IpcServerHdr.h [new file with mode: 0644]
framework/IpcStructs.c [new file with mode: 0644]
framework/IpcStructs.h [new file with mode: 0644]
framework/IpcThrdPool.c [new file with mode: 0644]
framework/IpcThrdPool.h [new file with mode: 0644]
framework/IpcTypes.h [new file with mode: 0644]
framework/Makefile_TPCSSerDaemon [new file with mode: 0644]
framework/Makefile_TWPSerDaemon [new file with mode: 0644]
framework/Makefile_channel_client [new file with mode: 0644]
framework/Makefile_channel_server [new file with mode: 0644]
framework/TPCSSerDaemon.c [new file with mode: 0644]
framework/TPCSSerDaemon.h [new file with mode: 0644]
framework/TSCErrorCodes.h [new file with mode: 0644]
framework/TWPSerDaemon.c [new file with mode: 0644]
framework/TWPSerDaemon.h [new file with mode: 0644]
packaging/com.tsc.ipc.server.plugin.conf [new file with mode: 0644]
packaging/com.tsc.ipc.server.wp.conf [new file with mode: 0644]
packaging/csf-framework.spec
packaging/tpcsserdaemon.service [new file with mode: 0644]
packaging/twpserdaemon.service [new file with mode: 0644]
test/scripts/MfeTPCSSerDaemonToEmul.sh [new file with mode: 0755]
test/scripts/MfeTWPSerDaemonToEmul.sh [new file with mode: 0755]
test/scripts/TPCSSerDaemonTest.sh [new file with mode: 0755]
test/scripts/TWPSerDaemonTest.sh [new file with mode: 0755]