Import the library for viewer of livebox from a local git
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 17 May 2012 05:06:18 +0000 (14:06 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 17 May 2012 05:06:18 +0000 (14:06 +0900)
commit3b89314184b42b0140fc6ffb6ca137c4b9173734
tree750d308897bc2d6cacfbca598a285c4c2000b8e5
parentee96143d2188095dbe9fc5be0c108990a7c795a2
Import the library for viewer of livebox from a local git

Change-Id: I85a9a7d541bd0193d21a729a96a5f2dbb5170978
26 files changed:
CMakeLists.txt [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/liblivebox-viewer-dev.install.in [new file with mode: 0644]
debian/liblivebox-viewer.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
include/dbus.h [new file with mode: 0644]
include/debug.h [new file with mode: 0644]
include/desc_parser.h [new file with mode: 0644]
include/dlist.h [new file with mode: 0644]
include/fb_file.h [new file with mode: 0644]
include/livebox-viewer_PG.h [new file with mode: 0644]
include/livebox.h [new file with mode: 0644]
include/livebox0.h [new file with mode: 0644]
include/util.h [new file with mode: 0644]
livebox-viewer.pc.in [new file with mode: 0644]
sample/Makefile [new file with mode: 0644]
sample/sample [new file with mode: 0755]
sample/sample.c [new file with mode: 0644]
src/dbus.c [new file with mode: 0644]
src/desc_parser.c [new file with mode: 0644]
src/dlist.c [new file with mode: 0644]
src/fb_file.c [new file with mode: 0644]
src/livebox.c [new file with mode: 0644]
src/util.c [new file with mode: 0644]