Initialize Tizen 2.3 2.3a_release submit/tizen_2.3/20140531.062959
authorSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:33:53 +0000 (12:33 +0900)
committerSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:33:53 +0000 (12:33 +0900)
commit9faf15a27f32262cd0c40179ced58447d2f1e05a
tree13011aa4cf6e7c55dfcb23dc69074f9ad85e08e0
Initialize Tizen 2.3
54 files changed:
.gitignore [new file with mode: 0644]
mobile/AUTHORS [new file with mode: 0755]
mobile/CMakeLists.txt [new file with mode: 0755]
mobile/LICENSE.APLv2 [new file with mode: 0755]
mobile/NOTICE [new file with mode: 0644]
mobile/capi-media-wav-player.manifest [new file with mode: 0644]
mobile/capi-media-wav-player.pc.in [new file with mode: 0644]
mobile/include/wav_player.h [new file with mode: 0644]
mobile/src/wav_player.c [new file with mode: 0755]
mobile/test/CMakeLists.txt [new file with mode: 0644]
mobile/test/multimedia_wav_player_test.c [new file with mode: 0755]
mobile/test/test.wav [new file with mode: 0755]
packaging/capi-media-wav-player-0.1.0.tar.gz [new file with mode: 0644]
packaging/capi-media-wav-player.spec [new file with mode: 0644]
packaging/capi-media-wav-player.spec.mobile [new file with mode: 0644]
wearable/AUTHORS [new file with mode: 0755]
wearable/CMakeLists.txt [new file with mode: 0755]
wearable/LICENSE [new file with mode: 0755]
wearable/TC/README.txt [new file with mode: 0644]
wearable/TC/_export_env.sh [new file with mode: 0755]
wearable/TC/_export_target_env.sh [new file with mode: 0755]
wearable/TC/build.sh [new file with mode: 0755]
wearable/TC/clean.sh [new file with mode: 0755]
wearable/TC/config [new file with mode: 0644]
wearable/TC/config.default [new file with mode: 0644]
wearable/TC/execute.sh [new file with mode: 0755]
wearable/TC/push.sh [new file with mode: 0755]
wearable/TC/run.sh [new file with mode: 0755]
wearable/TC/testcase/Makefile [new file with mode: 0755]
wearable/TC/testcase/test.wav [new file with mode: 0755]
wearable/TC/testcase/tslist [new file with mode: 0644]
wearable/TC/testcase/utc_wav_player.c [new file with mode: 0755]
wearable/TC/tet_scen [new file with mode: 0755]
wearable/TC/tetbuild.cfg [new file with mode: 0755]
wearable/TC/tetclean.cfg [new file with mode: 0755]
wearable/TC/tetexec.cfg [new file with mode: 0755]
wearable/capi-media-wav-player.manifest [new file with mode: 0644]
wearable/capi-media-wav-player.pc.in [new file with mode: 0644]
wearable/debian/README [new file with mode: 0644]
wearable/debian/capi-media-wav-player-dev.install [new file with mode: 0644]
wearable/debian/capi-media-wav-player-dev.postinst [new file with mode: 0644]
wearable/debian/capi-media-wav-player.install [new file with mode: 0644]
wearable/debian/capi-media-wav-player.postinst [new file with mode: 0644]
wearable/debian/changelog [new file with mode: 0644]
wearable/debian/compat [new file with mode: 0644]
wearable/debian/control [new file with mode: 0755]
wearable/debian/rules [new file with mode: 0755]
wearable/doc/wave_player_doc.h [new file with mode: 0755]
wearable/include/wav_player.h [new file with mode: 0644]
wearable/src/wav_player.c [new file with mode: 0755]
wearable/tags [new file with mode: 0644]
wearable/test/CMakeLists.txt [new file with mode: 0644]
wearable/test/multimedia_wav_player_test.c [new file with mode: 0755]
wearable/test/test.wav [new file with mode: 0755]