Import source codes from iotbus 16/125416/2
authorHyeongsik Min <hyeongsik.min@samsung.com>
Mon, 17 Apr 2017 07:41:13 +0000 (16:41 +0900)
committerHyeongsik Min <hyeongsik.min@samsung.com>
Mon, 17 Apr 2017 09:59:11 +0000 (18:59 +0900)
commita6445240db57d1302ed517732b94bf9efa67c27b
tree85e96e6c38616155e9dab2bd4968bccb637e33fc
parent53a042d879521a5ebe4d2fcf1a38eed7b6d65cb6
Import source codes from iotbus

- Import client API source codes from below
  https://github.com/tizen-artik/iotbus

- Rename the pacakge to peripheral-io
- Use 'system' bus as dbus bus type
- Fix coding style
- Fix Svace issues

Change-Id: If1e90777d57f05411bb995fbd0ba3b4d09ff5c7f
Signed-off-by: Hyeongsik Min <hyeongsik.min@samsung.com>
19 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE.APLv2 [new file with mode: 0644]
NOTICE [new file with mode: 0644]
capi-system-peripheral-io.pc.in [new file with mode: 0644]
include/peripheral_common.h [new file with mode: 0644]
include/peripheral_dbus.h [new file with mode: 0644]
include/peripheral_internal.h [new file with mode: 0644]
include/peripheral_io.h [new file with mode: 0644]
packaging/capi-system-peripheral-io.manifest [new file with mode: 0644]
packaging/capi-system-peripheral-io.spec [new file with mode: 0644]
src/peripheral_adc.c [new file with mode: 0644]
src/peripheral_dbus.c [new file with mode: 0644]
src/peripheral_gpio.c [new file with mode: 0644]
src/peripheral_i2c.c [new file with mode: 0644]
src/peripheral_pwm.c [new file with mode: 0644]
src/peripheral_spi.c [new file with mode: 0644]
src/peripheral_uart.c [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/peripheral-io-test.c [new file with mode: 0644]