Import initial.
authorShibata Makoto <shibata@mac.tec.toyota.co.jp>
Wed, 17 Jul 2013 10:44:53 +0000 (19:44 +0900)
committerShibata Makoto <shibata@mac.tec.toyota.co.jp>
Wed, 17 Jul 2013 10:47:16 +0000 (19:47 +0900)
commitde598a444a2dba333c90eca39ea6734a09be3300
treeb06442c253f8d9d1fe88396c7438843c1e80ca4d
Import initial.

Change-Id: I4f2d6a1747e069582626f68346ae97744a5584c4
Signed-off-by: Shibata Makoto <shibata@mac.tec.toyota.co.jp>
16 files changed:
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
include/ico_uws.h [new file with mode: 0644]
include/ico_uws_private.h [new file with mode: 0644]
packaging/ico-uxf-utilities.changes [new file with mode: 0644]
packaging/ico-uxf-utilities.spec [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/ico_uws.c [new file with mode: 0644]
test/Makefile.am [new file with mode: 0644]
test/run_test.sh [new file with mode: 0755]
test/tst_ico_uws.h [new file with mode: 0644]
test/tst_ico_uws_client.c [new file with mode: 0644]
test/tst_ico_uws_multi_client.c [new file with mode: 0644]
test/tst_ico_uws_multi_server.c [new file with mode: 0644]
test/tst_ico_uws_server.c [new file with mode: 0644]