Initialize the project.
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 20 Dec 2012 08:18:50 +0000 (17:18 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 20 Dec 2012 08:18:50 +0000 (17:18 +0900)
commit14da30e253112b0c2f96b1a7b0a9475dbaf156ee
treeded69411627d52479d832d0deea182782b4b7519
parent1ddbce26fda596b008b34786c134de17ad9d4fdb
Initialize the project.

Change-Id: I47016bf1ca7d8e8dfbebd63ff6e24a52a2e0b921
53 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
include/debug.h [new file with mode: 0644]
include/dlist.h [new file with mode: 0644]
include/fb.h [new file with mode: 0644]
include/provider.h [new file with mode: 0644]
include/provider_buffer.h [new file with mode: 0644]
include/provider_buffer_internal.h [new file with mode: 0644]
include/util.h [new file with mode: 0644]
libprovider.manifest [new file with mode: 0644]
packaging/libprovider.spec [new file with mode: 0644]
provider.pc.in [new file with mode: 0644]
sample/org.tizen.live-app/CMakeLists.txt [new file with mode: 0644]
sample/org.tizen.live-app/include/CController.h [new file with mode: 0644]
sample/org.tizen.live-app/include/CMain.h [new file with mode: 0644]
sample/org.tizen.live-app/include/CModel.h [new file with mode: 0644]
sample/org.tizen.live-app/include/CView.h [new file with mode: 0644]
sample/org.tizen.live-app/include/CWindow.h [new file with mode: 0644]
sample/org.tizen.live-app/include/debug.h [new file with mode: 0644]
sample/org.tizen.live-app/org.tizen.live-app.conf [new file with mode: 0644]
sample/org.tizen.live-app/org.tizen.live-app.xml [new file with mode: 0644]
sample/org.tizen.live-app/packaging/org.tizen.live-app.spec [new file with mode: 0644]
sample/org.tizen.live-app/res/image/org.zien.live-app.png [new file with mode: 0644]
sample/org.tizen.live-app/res/image/unknown.png [new file with mode: 0644]
sample/org.tizen.live-app/src/CController.cpp [new file with mode: 0644]
sample/org.tizen.live-app/src/CMain.cpp [new file with mode: 0644]
sample/org.tizen.live-app/src/CModel.cpp [new file with mode: 0644]
sample/org.tizen.live-app/src/CView.cpp [new file with mode: 0644]
sample/org.tizen.live-app/src/CWindow.cpp [new file with mode: 0644]
sample/org.tizen.live-video/CMakeLists.txt [new file with mode: 0644]
sample/org.tizen.live-video/include/CController.h [new file with mode: 0644]
sample/org.tizen.live-video/include/CMain.h [new file with mode: 0644]
sample/org.tizen.live-video/include/CModel.h [new file with mode: 0644]
sample/org.tizen.live-video/include/CVideo.h [new file with mode: 0644]
sample/org.tizen.live-video/include/CView.h [new file with mode: 0644]
sample/org.tizen.live-video/include/CWindow.h [new file with mode: 0644]
sample/org.tizen.live-video/include/debug.h [new file with mode: 0644]
sample/org.tizen.live-video/org.tizen.live-video.conf [new file with mode: 0644]
sample/org.tizen.live-video/org.tizen.live-video.xml [new file with mode: 0644]
sample/org.tizen.live-video/packaging/org.tizen.live-video.spec [new file with mode: 0644]
sample/org.tizen.live-video/res/image/org.tizen.live-video.png [new file with mode: 0644]
sample/org.tizen.live-video/res/image/unknown.png [new file with mode: 0644]
sample/org.tizen.live-video/src/CController.cpp [new file with mode: 0644]
sample/org.tizen.live-video/src/CMain.cpp [new file with mode: 0644]
sample/org.tizen.live-video/src/CModel.cpp [new file with mode: 0644]
sample/org.tizen.live-video/src/CVideo.cpp [new file with mode: 0644]
sample/org.tizen.live-video/src/CView.cpp [new file with mode: 0644]
sample/org.tizen.live-video/src/CWindow.cpp [new file with mode: 0644]
src/dlist.c [new file with mode: 0644]
src/fb.c [new file with mode: 0644]
src/provider.c [new file with mode: 0644]
src/provider_buffer.c [new file with mode: 0644]
src/util.c [new file with mode: 0644]