Initialize the project.
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 20 Dec 2012 08:14:23 +0000 (17:14 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 20 Dec 2012 08:14:23 +0000 (17:14 +0900)
commit90f14fa40d7b3508986bed6362424ee35bf210f5
tree22f01054cdb3c9d2a4f4c3379eb56f998cf61ed2
parentbf2aa2f1aeb93e83fc6bd2d32c518e26e93fbc5f
Initialize the project.

Change-Id: Ib593fbf67f88df99ef4c849b1f472e69b0472ccb
15 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
include/CModule.h [new file with mode: 0644]
include/c-abi.h [new file with mode: 0644]
include/debug.h [new file with mode: 0644]
include/dlist.h [new file with mode: 0644]
include/livebox-cpp.h [new file with mode: 0644]
include/livebox-cpp_PG.h [new file with mode: 0644]
include/livebox-impl.h [new file with mode: 0644]
liblivebox-cpp.manifest [new file with mode: 0644]
livebox-cpp.pc.in [new file with mode: 0644]
packaging/liblivebox-cpp.spec [new file with mode: 0644]
src/CModule.cpp [new file with mode: 0644]
src/dlist.cpp [new file with mode: 0644]
src/livebox.cpp [new file with mode: 0644]