apps/native/sample/sample-core-components.git
8 years agoAdded daily build regression check feature to sample buildbot. 86/61786/2
Tomasz Olszak [Thu, 10 Mar 2016 12:05:55 +0000 (13:05 +0100)]
Added daily build regression check feature to sample buildbot.

Change-Id: Ie0306c26d23ee21f3f523bb3cafb774846d6ecf4

8 years agoAdded possibility to input project list as multiline value to conf file. 43/61743/1
Tomasz Olszak [Thu, 10 Mar 2016 08:37:45 +0000 (09:37 +0100)]
Added possibility to input project list as multiline value to conf file.

Change-Id: I605d8a36ab54a729181a48e300afa03dcd78042b

8 years agoAdded buildbot script for automatic build and check sample apps. 72/61172/14
Tomasz Olszak [Fri, 4 Mar 2016 09:32:03 +0000 (10:32 +0100)]
Added buildbot script for automatic build and check sample apps.

Change-Id: I51cc07631e1a398b50aecc94cabad9130ba342b9

8 years agoUpdate app_ambient_changed in watchface main.c. 44/61544/2
Tomasz Olszak [Tue, 8 Mar 2016 14:17:36 +0000 (15:17 +0100)]
Update app_ambient_changed in watchface main.c.

Often we put some internal functions inside app_ambient_changed like:
static void app_ambient_changed(bool ambient_mode, void* user_data)
{
/*
 * Take necessary actions when application goes to/from ambient state
 */
data_set_ambient_mode(ambient_mode);
view_toggle_ambient(ambient_mode);
}
So not always we put conditionional expression inside app_ambient_changed and
then tcc.py returns some code deletion.

Change-Id: I3afe2c94a4d5f901665a752171e6681ded07cb62

8 years agoFix in watchaface main.c template file. 42/61542/1
Tomasz Olszak [Tue, 8 Mar 2016 13:45:31 +0000 (14:45 +0100)]
Fix in watchaface main.c template file.

Change-Id: Ibad795b641309eb3b316bb4d603e5873381437fb

8 years agoFix in convert script to follow latest code convention. 71/61171/6
Tomasz Olszak [Fri, 4 Mar 2016 09:31:55 +0000 (10:31 +0100)]
Fix in convert script to follow latest code convention.

Change-Id: I9fc1e4bf64b095f66c4e650acaffe01841f36157

8 years agoFixed code convention issues according to checkpatch_tizen.pl. 04/61404/4
Tomasz Olszak [Mon, 7 Mar 2016 14:03:00 +0000 (15:03 +0100)]
Fixed code convention issues according to checkpatch_tizen.pl.

Change-Id: I891875032155ce8a67da2a9e80d2402f7127b3da

8 years agoRemove Internal API for Entry object and Fix comments 74/61274/1
Jeong Seong-moon [Mon, 7 Mar 2016 06:13:25 +0000 (15:13 +0900)]
Remove Internal API for Entry object and Fix comments

Change-Id: I05a09bd45dc6776db24b37a62d2ec3154b919130

8 years agoFix tcc rule of main.c 33/60533/2
Jeong Seong-moon [Mon, 29 Feb 2016 00:59:10 +0000 (09:59 +0900)]
Fix tcc rule of main.c

Change-Id: Id773d3431ee3c34477de329ef196d999c4c5da13

8 years agoImplement watchface template 73/60473/1
gs86.lee [Fri, 26 Feb 2016 10:21:03 +0000 (19:21 +0900)]
Implement watchface template

Change-Id: I761f1bcafba6ff143463ab5f098ccf211625b429

8 years agoImplement sample template for mobile 93/59993/3
gs86.lee [Mon, 22 Feb 2016 07:39:55 +0000 (16:39 +0900)]
Implement sample template for mobile

Change-Id: I6668096b5fc050a6851bf8184e8a10ee02a68522

8 years agoMarked view_set_image as non-obligatory. 50/59550/1
Tomasz Olszak [Tue, 16 Feb 2016 10:45:44 +0000 (11:45 +0100)]
Marked view_set_image as non-obligatory.

Change-Id: I42ec10a258cd6f577020be607eccd934b177fee6

8 years agoUpdated order of sample.xml elements to more aesthetic. 09/59409/1
Tomasz Olszak [Thu, 11 Feb 2016 10:36:21 +0000 (11:36 +0100)]
Updated order of sample.xml elements to more aesthetic.

Change-Id: Ibca2dbc60e2c6f78f83cc326955315ae51c88c54

8 years agoFixed some issues with sample variables repolacement. 98/59198/2
Tomasz Olszak [Thu, 11 Feb 2016 09:29:48 +0000 (10:29 +0100)]
Fixed some issues with sample variables repolacement.

Change-Id: I88f38c03d245c392a9541e2f44ecdd05e5a7fc0a

8 years agoAdded $(appNameUpper) handling in sources and headers. 92/59192/1
Tomasz Olszak [Thu, 11 Feb 2016 08:52:29 +0000 (09:52 +0100)]
Added $(appNameUpper) handling in sources and headers.

Change-Id: I420e7d45545a5e48574ca3d5ad68f4f3ab143d8a

8 years agoAdded $(appNameUpper) in $(appName).h header guard. 91/59191/1
Tomasz Olszak [Thu, 11 Feb 2016 08:49:40 +0000 (09:49 +0100)]
Added $(appNameUpper) in $(appName).h header guard.

Change-Id: I5b1e978e4273ada506ade88d4d90d55fdc8b4f68

8 years agoMerge "Added convert-tpk-to-sample-project.sh script."
Seongmoon Jeong [Thu, 11 Feb 2016 00:08:35 +0000 (16:08 -0800)]
Merge "Added convert-tpk-to-sample-project.sh script."

8 years agoMerge "Added more verbose error to view_set_image."
Seongmoon Jeong [Thu, 11 Feb 2016 00:07:30 +0000 (16:07 -0800)]
Merge "Added more verbose error to view_set_image."

8 years agoMerge "conformant code marked as non obligatory in view.c and app_create."
Seongmoon Jeong [Thu, 11 Feb 2016 00:05:37 +0000 (16:05 -0800)]
Merge "conformant code marked as non obligatory in view.c and app_create."

8 years agoAdded more verbose error to view_set_image. 92/59092/1
Tomasz Olszak [Wed, 10 Feb 2016 11:45:15 +0000 (12:45 +0100)]
Added more verbose error to view_set_image.

Change-Id: I4de0cff678ac8bbad59711a39a37609e2dd5ee65

8 years agoconformant code marked as non obligatory in view.c and app_create. 91/59091/1
Tomasz Olszak [Tue, 9 Feb 2016 09:16:55 +0000 (10:16 +0100)]
conformant code marked as non obligatory in view.c and app_create.

In wearable applications conformant is not used as widely as in mobile.

Change-Id: I8809e8420b38752f6511f2405d67dce073800ff8

8 years agoAdded convert-tpk-to-sample-project.sh script. 54/58954/3
Tomasz Olszak [Fri, 5 Feb 2016 09:17:50 +0000 (10:17 +0100)]
Added convert-tpk-to-sample-project.sh script.

In future script will be rewritten in python to easier maintanance.
Script converts tpk source project to SDK sample project.

Change-Id: Ib8c3725184ad94cd58f0a84bc9e39001f1123911

8 years agomain.c.tccr updated to handle watch_app_main and related. 81/58981/2
Tomasz Olszak [Fri, 5 Feb 2016 12:36:23 +0000 (13:36 +0100)]
main.c.tccr updated to handle watch_app_main and related.

app_create accepts 3 arg in watch_app_lifecycle_callback_s width, height and
user_data.
Developer can use watch_app_lifecycle_callback_s instead of
ui_app_lifecycle_callback_s.
Developer can use watch_app_main instead of
ui_app_main.

Change-Id: If6f32bd61514008554ae07b95bed32b603ff11bf

8 years agoRemoved excessive xml stylesheet gref attr in description.xml* 14/58814/2
Tomasz Olszak [Wed, 3 Feb 2016 14:15:10 +0000 (15:15 +0100)]
Removed excessive xml stylesheet gref attr in description.xml*

Change-Id: Ia17551cb11d2d3e2fea1e348325a4c467e232d19

8 years agoUpdated copyright year to 2016 in template files. 84/58784/1
Tomasz Olszak [Wed, 3 Feb 2016 10:26:15 +0000 (11:26 +0100)]
Updated copyright year to 2016 in template files.

Change-Id: Ia68fa3c591c5f878dcca76595c71ea55987b3851

8 years agoRemoved /screenshot.png file. 32/58632/3
Tomasz Olszak [Tue, 2 Feb 2016 10:00:49 +0000 (11:00 +0100)]
Removed /screenshot.png file.

Seems like it was commited on this level by accident.

Change-Id: I10f1323065d054126f03a825fe32095005fb565f

8 years agoFixed sample.xml template. 31/58631/2
Tomasz Olszak [Tue, 2 Feb 2016 09:40:53 +0000 (10:40 +0100)]
Fixed sample.xml template.

Added src/main.c to replaceable files, removed src/view/window.c and
inc/utils/logger.h because they don't exist in project subdirectory.

Change-Id: Ib6474f1d970c7be2f0c0498030e90e82b582d18f

8 years agoMerge "change a word : app -> application"
GeunSun Lee [Tue, 26 Jan 2016 06:03:54 +0000 (22:03 -0800)]
Merge "change a word : app -> application"

8 years agochange a word : app -> application 22/57922/1
Eunyoung Lee [Tue, 26 Jan 2016 05:25:38 +0000 (14:25 +0900)]
change a word : app -> application

Change-Id: Icca3a67425aad1f5d1f0778e53ea00a7e962fadd

8 years agoChange function name view_set_entry to view_create_entry 16/57916/2
Jeong Seong-moon [Tue, 26 Jan 2016 04:48:19 +0000 (13:48 +0900)]
Change function name view_set_entry to view_create_entry

Change-Id: I8e9dbee6f0caa8b0e1b642939cf5354f2aec195a

8 years agoModify function : view_set_more_button() 10/57910/1
gs86.lee [Tue, 26 Jan 2016 02:30:01 +0000 (11:30 +0900)]
Modify function : view_set_more_button()

Change-Id: Idd674045bad4b44d18df7545b1dc708d509f1811

8 years agoFix parameter error 09/57909/1
gs86.lee [Tue, 26 Jan 2016 02:15:48 +0000 (11:15 +0900)]
Fix parameter error

Change-Id: I48a1286e3b4bee446a889812e774ffe28062888c

8 years agoChange part to part_name 04/57904/2
junkyu Han [Tue, 26 Jan 2016 01:24:00 +0000 (10:24 +0900)]
Change part to part_name

Change-Id: I3ec60d5143a4a82836a76a00ba0b0755a8b4f875

8 years agoAdd @brief 01/57901/1
junkyu Han [Tue, 26 Jan 2016 00:59:39 +0000 (09:59 +0900)]
Add @brief

Change-Id: Ia83e81ca8ed4e8893cf7985c5196126a5d38e108

8 years agoModify _ for function name 99/57899/1
junkyu Han [Tue, 26 Jan 2016 00:35:47 +0000 (09:35 +0900)]
Modify _ for function name

Change-Id: I0d7d01c6457961a68690f2cc508681ca4404cf2e

8 years agoModify function macro 93/57893/2
junkyu Han [Mon, 25 Jan 2016 23:50:17 +0000 (08:50 +0900)]
Modify function macro

Change-Id: I8728d7050a10c272bf276b3fe9df9546895ba97d

8 years agoRemove extern 91/57891/1
junkyu Han [Mon, 25 Jan 2016 23:28:25 +0000 (08:28 +0900)]
Remove extern

Change-Id: Ic99a39021d6951856638edc37c05d1632b5b91a1

8 years agoModify comment 42/57742/5
junkyu Han [Fri, 22 Jan 2016 08:37:53 +0000 (17:37 +0900)]
Modify comment

Change-Id: I332e15e2f9d2dc27574b578f0284787a8ed9c923

8 years agocorrect 26/57426/1
junkyu Han [Wed, 20 Jan 2016 03:44:28 +0000 (12:44 +0900)]
correct

Change-Id: I060db02b5d60ff4a53bbbaacb9db8393d2187b03

8 years agoRemove |R| in main.c 78/57378/2
Eunyoung Lee [Tue, 19 Jan 2016 13:13:10 +0000 (22:13 +0900)]
Remove |R| in main.c

Change-Id: I36f0450792ff10bcd063d9ce502e411c4158ca97

8 years agoFix rule files 60/57360/1
gs86.lee [Tue, 19 Jan 2016 10:40:12 +0000 (19:40 +0900)]
Fix rule files

Change-Id: Ib5218fc8589f8be71b82aa62824e2e1aa45a882a

8 years agoFix conflict 59/57359/1
gs86.lee [Tue, 19 Jan 2016 10:36:20 +0000 (19:36 +0900)]
Fix conflict

Change-Id: I0946ddd3464984d36a321af9234504163756f154

8 years agoRemove appdata structure 95/57295/3
gs86.lee [Mon, 18 Jan 2016 22:20:06 +0000 (07:20 +0900)]
Remove appdata structure

Change-Id: I98a9fc688496c7abb50ac8b3a6593cdc5cf2795b

8 years agoFix conflict 57/57357/1
gs86.lee [Tue, 19 Jan 2016 10:21:50 +0000 (19:21 +0900)]
Fix conflict

Change-Id: I64614ab081f195309d6743994fde3dca6865eb0c

8 years agoMerge "Fix conflict"
gs86.lee [Tue, 19 Jan 2016 10:19:44 +0000 (02:19 -0800)]
Merge "Fix conflict"

8 years agoMerge "Add checkpatch_tizen tool"
GeunSun Lee [Tue, 19 Jan 2016 10:19:38 +0000 (02:19 -0800)]
Merge "Add checkpatch_tizen tool"

8 years agoFix conflict 55/57355/1
gs86.lee [Tue, 19 Jan 2016 10:17:46 +0000 (19:17 +0900)]
Fix conflict

Change-Id: I33c4729dcda80f108433940a5c432088976fd98f

8 years agoAdd checkpatch_tizen tool 29/57329/1
Sung-jae Park [Tue, 19 Jan 2016 07:33:17 +0000 (16:33 +0900)]
Add checkpatch_tizen tool

Too check the coding standard.

Change-Id: If8fa669aafbe15c4bd5c1168228d317eac8a2a2d
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
8 years agoFix the view_create_datetime 10/57310/1
Eunyoung Lee [Tue, 19 Jan 2016 02:10:55 +0000 (11:10 +0900)]
Fix the view_create_datetime

Change-Id: I193ce4712228ec420665687b3b0edde93a34e409

8 years agoFix the view_create_circle_genlist 08/57308/1
Eunyoung Lee [Tue, 19 Jan 2016 02:01:40 +0000 (11:01 +0900)]
Fix the view_create_circle_genlist

Change-Id: I3bf6137b215751df397a5d7add66cd6d1727dcda

8 years agoFix Spell and Feedback by code review 18/57118/3
Jeong Seong-moon [Fri, 15 Jan 2016 07:18:31 +0000 (16:18 +0900)]
Fix Spell and Feedback by code review

Change-Id: I5344c0cb6cfa1b569e4c39a29ab93a6dfd86dba9

8 years agoMerge changes Ied5e7e1c,Iaf1fbeee
gs86.lee [Fri, 15 Jan 2016 00:15:05 +0000 (16:15 -0800)]
Merge changes Ied5e7e1c,Iaf1fbeee

* changes:
  Fix spelling error
  1. Modify API parameter : view_create_progressbar(), view_set_progressbar() 2. Add new API : view_set_color_for_circle_object()

8 years agoMerge "Fix for indentations"
GeunSun Lee [Fri, 15 Jan 2016 00:15:00 +0000 (16:15 -0800)]
Merge "Fix for indentations"

8 years agoFix spelling error 54/57054/1
gs86.lee [Thu, 14 Jan 2016 23:40:25 +0000 (08:40 +0900)]
Fix spelling error

Change-Id: Ied5e7e1cfce7a980b190cde778b0fdae5d9b1387

8 years agoFix for indentations 80/56980/2
Jeong Seong-moon [Thu, 14 Jan 2016 05:59:16 +0000 (14:59 +0900)]
Fix for indentations

Change-Id: I52b41ad36b62cce2abde037e723457ac7159ab48
Signed-off-by: Jeong Seong-moon <salt.jeong@samsung.com>
8 years ago1. Modify API parameter : view_create_progressbar(), view_set_progressbar() 92/56992/1
gs86.lee [Thu, 14 Jan 2016 07:13:43 +0000 (16:13 +0900)]
1. Modify API parameter : view_create_progressbar(), view_set_progressbar()
2. Add new API : view_set_color_for_circle_object()

Change-Id: Iaf1fbeeed48dd6e0e114ac94cba3ea1cf76634b8

8 years agoFix the view_create_layout_for_conformant 65/56965/1
Eunyoung Lee [Thu, 14 Jan 2016 02:28:35 +0000 (11:28 +0900)]
Fix the view_create_layout_for_conformant

Change-Id: I09d4b83d9f1e4bb192b5592d81aa23ec1dee7e5d

8 years agoAdd cloc 97/56797/1
Sung-jae Park [Tue, 12 Jan 2016 16:02:59 +0000 (01:02 +0900)]
Add cloc

Change-Id: Ica1e108b06886efe4813d44f9f06c59518f67e2b

8 years agoRemove template folder. 88/56788/1
Sung-jae Park [Tue, 12 Jan 2016 14:48:38 +0000 (23:48 +0900)]
Remove template folder.

It is replaced with "rule" folder.

Change-Id: I6256c5aa92ddb717defc0c3eb014d15ad316716c
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
8 years agoFix errta 84/56784/3
Sung-jae Park [Tue, 12 Jan 2016 14:24:59 +0000 (23:24 +0900)]
Fix errta

Change-Id: I8d8184c31315a9a08b61c428b693b46922dfb6fa

8 years agoRemove |R| for view_set_text 76/56776/1
Sung-jae Park [Tue, 12 Jan 2016 13:34:28 +0000 (22:34 +0900)]
Remove |R| for view_set_text

Change-Id: Ida84597b1492cc5ad8fee1ad1e3f18ef0b6ae31d

8 years agoUpdate indentation 75/56775/1
Sung-jae Park [Tue, 12 Jan 2016 13:01:27 +0000 (22:01 +0900)]
Update indentation

Change-Id: I0baa8afcc2c7eb46c87eb8a53bec1808359027eb

8 years agoRemove |R| for view_set_color 72/56772/1
Sung-jae Park [Tue, 12 Jan 2016 12:12:13 +0000 (21:12 +0900)]
Remove |R| for view_set_color

Change-Id: I5331d7366c7762f282ae9ac945550d1d1d124b36

8 years agoFix the view_create_win 71/56771/3
Sung-jae Park [Tue, 12 Jan 2016 12:03:16 +0000 (21:03 +0900)]
Fix the view_create_win

Change-Id: I7ad977fd12f92d227417361addf95b0670b82cad

8 years agoUpdate comment of view_create 67/56767/1
Sung-jae Park [Tue, 12 Jan 2016 11:50:00 +0000 (20:50 +0900)]
Update comment of view_create

Change-Id: I361dd93342d14b8a235cbaa641e6539a35f1e949

8 years agoFix the code 60/56760/1
Sung-jae Park [Tue, 12 Jan 2016 11:29:07 +0000 (20:29 +0900)]
Fix the code

Change-Id: Ief538d9fe38c27b71100ac8ab97137fdd16f9c3b

8 years agoFix the license indentation 59/56759/1
Sung-jae Park [Tue, 12 Jan 2016 11:23:27 +0000 (20:23 +0900)]
Fix the license indentation

Change-Id: I1f558caec2ad9a77fee96cf8016b6a5effc33b5a

8 years agoUpdate license indentation 58/56758/1
Sung-jae Park [Tue, 12 Jan 2016 11:17:29 +0000 (20:17 +0900)]
Update license indentation

Change-Id: I8c4b5fcc768375b7eae95630885dd84a7fa8fccb
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
8 years agoUpdate template 57/56757/1
Sung-jae Park [Tue, 12 Jan 2016 11:09:31 +0000 (20:09 +0900)]
Update template

view_create_layout_for_conformant

Change-Id: I1f355697c6567df190df181a550ae5bb9d5294f1
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
8 years agoFix the indentation 55/56755/1
Sung-jae Park [Tue, 12 Jan 2016 10:48:28 +0000 (19:48 +0900)]
Fix the indentation

Change-Id: Ide63b5c74571e5e5f7f9ab3f5e4d070d6238bba2

8 years agoFix the license indentation 51/56751/1
Sung-jae Park [Tue, 12 Jan 2016 10:35:07 +0000 (19:35 +0900)]
Fix the license indentation

Change-Id: I115f8782fcf624e850e055525b88c4d3333b188e

8 years agoFix the comment. 48/56748/1
Sung-jae Park [Tue, 12 Jan 2016 10:27:56 +0000 (19:27 +0900)]
Fix the comment.

Change-Id: I62a9144f73cd737aa07ca57172e23f3033a25bbe

8 years agoChange the file permission 39/56739/1
Sung-jae Park [Tue, 12 Jan 2016 10:03:35 +0000 (19:03 +0900)]
Change the file permission

Change-Id: I3f9447dfbf69f67983a4f7d2cbd632ab8c3063b4
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
8 years agoUpdate rule for view.c 37/56737/1
Sung-jae Park [Tue, 12 Jan 2016 09:58:31 +0000 (18:58 +0900)]
Update rule for view.c

Change-Id: I22eb03e649e2972e7a76264382d3809c26b021f5

8 years agoMove the view.c into the template folder 34/56734/1
Sung-jae Park [Tue, 12 Jan 2016 09:54:55 +0000 (18:54 +0900)]
Move the view.c into the template folder

Change-Id: Ideecc43e33666322e7f81cb8ff4098f028c49a91

8 years agoAdd rule / tool folder 33/56733/1
Sung-jae Park [Tue, 12 Jan 2016 09:53:25 +0000 (18:53 +0900)]
Add rule / tool folder

Change-Id: I9ed3b06a39b206397e9ef27af771ea6c1091d6b6

8 years agoAdd API related with progressbar 29/56729/1
gs86.lee [Tue, 12 Jan 2016 09:43:18 +0000 (18:43 +0900)]
Add API related with progressbar

Change-Id: I95fef99e2ecab597e466dd0b2899d5b20342c1ae

8 years agoUpdate header files 25/56725/1
Sung-jae Park [Tue, 12 Jan 2016 09:33:02 +0000 (18:33 +0900)]
Update header files

Change-Id: I7284c4d2055370d9b20f0ed3f41fa0ddcce97134

8 years agoUpdate directory structure as a template code. 23/56723/1
Sung-jae Park [Tue, 12 Jan 2016 09:24:43 +0000 (18:24 +0900)]
Update directory structure as a template code.

Change-Id: I4b013897af852c6a1ad3f1491f78f1f46db320b0
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
8 years agoFix error in view.c 11/56711/1
gs86.lee [Tue, 12 Jan 2016 08:03:50 +0000 (17:03 +0900)]
Fix error in view.c

Change-Id: I2cf87aa5876f675d7b603ab2f4e6cde6969e78fa

8 years agoUpdate logs 90/56690/2
Sung-jae Park [Tue, 12 Jan 2016 06:08:18 +0000 (15:08 +0900)]
Update logs

Change-Id: I72e5af125a31b8f9ca63b6b06202c29289455758
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
8 years agoValidate the parameter (parent) 88/56688/3
Sung-jae Park [Tue, 12 Jan 2016 05:54:27 +0000 (14:54 +0900)]
Validate the parameter (parent)

Before execute the function code.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I764c4d6bb4f3e9b850f5a41f309fb38784f62a37

8 years agoAdd files for template 97/56697/2
Jeong Seong-moon [Tue, 12 Jan 2016 06:32:32 +0000 (15:32 +0900)]
Add files for template

Change-Id: I0bfb63406f8570c215856a51a82b8354681484d7

8 years agoAdd comments for new APIs 89/56689/1
gs86.lee [Tue, 12 Jan 2016 05:56:23 +0000 (14:56 +0900)]
Add comments for new APIs

Change-Id: I699e5fab6ef56ce951c8dec4779c94c76837c921

8 years agoinitial version 55/56455/7
salt.jeong [Fri, 8 Jan 2016 07:14:42 +0000 (16:14 +0900)]
initial version

Add more files. (empty files)

Change-Id: Ic75099fa71719287f433f8f2484900b4ce11e02d
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
8 years agoInitial empty repository
seonil kim [Fri, 8 Jan 2016 02:38:44 +0000 (18:38 -0800)]
Initial empty repository