Add set/get values implementation and test file for that 43/125843/2
authorJiung Yu <jiung.yu@samsung.com>
Wed, 19 Apr 2017 05:46:35 +0000 (14:46 +0900)
committerJiung Yu <jiung.yu@samsung.com>
Wed, 19 Apr 2017 07:21:24 +0000 (16:21 +0900)
commit117a7450e954258a4ce6aae8655f6e3f8e997515
treec597ffafb9f5555f05e423ed7870d623ca43732f
parent70f1fe9bb55549ae08f411efddeb351588f8a773
Add set/get values implementation and test file for that

Change-Id: I72d414213066d1b533b3cea1cec372ed237a302b
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
14 files changed:
CMakeLists.txt
asp-test.manifest [new file with mode: 0755]
packaging/capi-network-asp.spec
pkgconfig/CMakeLists.txt [new file with mode: 0755]
pkgconfig/asp.pc.in [new file with mode: 0755]
src/CMakeLists.txt [new file with mode: 0755]
src/asp-client.c [new file with mode: 0644]
src/asp-dbus.c [new file with mode: 0644]
src/include/asp-client.h [new file with mode: 0755]
src/include/asp-dbus.h [new file with mode: 0755]
src/include/asp-log.h [new file with mode: 0755]
src/include/asp-util.h [new file with mode: 0755]
test/CMakeLists.txt [new file with mode: 0755]
test/asp-test.c [new file with mode: 0644]