upload liboauth2 82/41382/2 accepted/tizen/mobile/20150615.001141 accepted/tizen/tv/20150615.001258 submit/tizen_mobile/20150614.082505 submit/tizen_tv/20150614.082519
authorhoriho.kim <horiho.kim@samsung.com>
Sun, 14 Jun 2015 06:53:40 +0000 (15:53 +0900)
committerboram Kim <horiho.kim@samsung.com>
Sun, 14 Jun 2015 07:08:23 +0000 (00:08 -0700)
commitbcb41c60ed069b3ebedfa2372b1267f2ec73e347
treefe098512b6a7e1afa0f2a9ad142835b01d1fdba4
parent2f54a7029205fab5550f931854b366fc35800593
upload liboauth2

Change-Id: I130d56065e0eaa18a9ec1d1fd706be2f7dac64e1
Signed-off-by: horiho.kim <horiho.kim@samsung.com>
58 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
TC/utc-oauth2.c [new file with mode: 0644]
doc/liboauth2_doc.h [new file with mode: 0644]
include/oauth2.h [new file with mode: 0644]
include/oauth2_error.h [new file with mode: 0644]
include/oauth2_manager.h [new file with mode: 0644]
include/oauth2_request.h [new file with mode: 0644]
include/oauth2_response.h [new file with mode: 0644]
include/oauth2_types.h [new file with mode: 0644]
oauth2.manifest [new file with mode: 0644]
oauth2.pc.in [new file with mode: 0644]
packaging/oauth2.spec [new file with mode: 0644]
sample/oauth2sample/.cproject [new file with mode: 0644]
sample/oauth2sample/.exportMap [new file with mode: 0644]
sample/oauth2sample/.gitignore [new file with mode: 0644]
sample/oauth2sample/.project [new file with mode: 0644]
sample/oauth2sample/.rds_delta [new file with mode: 0644]
sample/oauth2sample/.sdk_delta.info [new file with mode: 0644]
sample/oauth2sample/.sign/.manifest.tmp [new file with mode: 0644]
sample/oauth2sample/.sign/author-signature.xml [new file with mode: 0644]
sample/oauth2sample/.sign/signature1.xml [new file with mode: 0644]
sample/oauth2sample/.tproject [new file with mode: 0644]
sample/oauth2sample/README [new file with mode: 0644]
sample/oauth2sample/edc_resource/button.edc [new file with mode: 0644]
sample/oauth2sample/edje/images/00_controlbar_icon_artists.png [new file with mode: 0644]
sample/oauth2sample/edje/images/00_controlbar_icon_dialer.png [new file with mode: 0644]
sample/oauth2sample/edje/images/00_controlbar_icon_favorites.png [new file with mode: 0644]
sample/oauth2sample/edje/images/00_controlbar_icon_playlist.png [new file with mode: 0644]
sample/oauth2sample/edje/images/00_controlbar_icon_songs.png [new file with mode: 0644]
sample/oauth2sample/edje/images/core_button_add.png [new file with mode: 0644]
sample/oauth2sample/edje/images/core_button_delete.png [new file with mode: 0644]
sample/oauth2sample/edje/images/core_color_picker_palette.png [new file with mode: 0644]
sample/oauth2sample/edje/images/core_icon_brightness.png [new file with mode: 0644]
sample/oauth2sample/edje/images/grid_image/1_raw.jpg [new file with mode: 0644]
sample/oauth2sample/edje/images/grid_image/2_raw.jpg [new file with mode: 0644]
sample/oauth2sample/edje/images/horz_scrollbar.jpg [new file with mode: 0644]
sample/oauth2sample/edje/images/iu.jpg [new file with mode: 0644]
sample/oauth2sample/edje/images/logo.png [new file with mode: 0644]
sample/oauth2sample/inc/main.h [new file with mode: 0644]
sample/oauth2sample/res/images/grid_image/1_raw.png [new file with mode: 0644]
sample/oauth2sample/res/images/grid_image/2_raw.png [new file with mode: 0644]
sample/oauth2sample/res/images/iu.png [new file with mode: 0644]
sample/oauth2sample/res/ui_controls.edc [new file with mode: 0644]
sample/oauth2sample/shared/res/oauth2sample.png [new file with mode: 0644]
sample/oauth2sample/src/main.c [new file with mode: 0644]
sample/oauth2sample/src/oauth2_handler.c [new file with mode: 0644]
sample/oauth2sample/tizen-manifest.xml [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/oauth2.pc.in [new file with mode: 0644]
src/oauth2_error.c [new file with mode: 0644]
src/oauth2_manager.c [new file with mode: 0644]
src/oauth2_private.h [new file with mode: 0644]
src/oauth2_request.c [new file with mode: 0644]
src/oauth2_response.c [new file with mode: 0644]
src/oauth2_util.c [new file with mode: 0644]
src/oauth2_util.h [new file with mode: 0644]
update_sdk_rootstrap.sh [new file with mode: 0644]