platform/core/appfw/data-provider-master.git
9 years agoMerge ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master...
Sung-jae Park [Thu, 11 Dec 2014 03:43:03 +0000 (12:43 +0900)]
Merge ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Thu, 11 Dec 2014 03:23:38 +0000 (12:23 +0900)]
Merge branch 'devel/home/master'

Change-Id: Ica33c6f8f767e8618934af1e6c4ed015493cbdcf

9 years agoTry to protect from unexpected slave deleting while processing event callback.
Sung-jae Park [Thu, 11 Dec 2014 03:22:49 +0000 (12:22 +0900)]
Try to protect from unexpected slave deleting while processing event callback.

[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: I2fc7fd426c69f7a179dba7f83264e55e73908625

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Mon, 8 Dec 2014 04:07:03 +0000 (13:07 +0900)]
Merge branch 'devel/home/master'

Change-Id: Ifd7ad26656afaf26ee7832cdc8b871e568afeaaa

9 years agoDelete the TTL timer if the slave is deactivating.
Sung-jae Park [Mon, 8 Dec 2014 04:06:35 +0000 (13:06 +0900)]
Delete the TTL timer if the slave is deactivating.

[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: I871aa95585af0cef6f086f222199c82070b9d98b

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Fri, 5 Dec 2014 12:07:47 +0000 (21:07 +0900)]
Merge branch 'devel/home/master'

Change-Id: I791e20ee7c254acfc975578e70bd7a2796c0eecd

9 years agoFix the unexpected slave object deleteing.
Sung-jae Park [Fri, 5 Dec 2014 10:39:11 +0000 (19:39 +0900)]
Fix the unexpected slave object deleteing.

1. slave_deactivate function should not release the slave object directly even though it has ZERO instances.

2. slave_deactivate function is changed to static one.
   It only used in slave_life.c file.
   so I specify its scope to slave_life.c file.

3. Do not deactivate the slave again if it is already deactivated.
   So before call the deactivate function, check its states whether it is activated or not

[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: I6fa8025201a7e9e141a8a3a9e81148122c65682c

9 years agoFix build break
Sung-jae Park [Fri, 5 Dec 2014 05:53:35 +0000 (14:53 +0900)]
Fix build break

[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: I1684e9269ae895844e2e3ac887f5b383c9e7f1f4

9 years agoMerge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox...
Sung-jae Park [Fri, 28 Nov 2014 09:47:40 +0000 (18:47 +0900)]
Merge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Fri, 28 Nov 2014 09:44:00 +0000 (18:44 +0900)]
Merge branch 'devel/home/master'

Change-Id: I52d0454b055feca8c8c2c9d0fda307c16eda66cd

9 years agoUse the async API for terminating slave
Sung-jae Park [Fri, 28 Nov 2014 09:30:53 +0000 (18:30 +0900)]
Use the async API for terminating slave

[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: If8a2dcc311a2125d9296b95310ebac5a20dcdc45

9 years agoMerge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox...
Sung-jae Park [Fri, 28 Nov 2014 02:16:26 +0000 (11:16 +0900)]
Merge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Fri, 28 Nov 2014 02:15:02 +0000 (11:15 +0900)]
Merge branch 'devel/home/master'

Change-Id: I779007a8a5e8621c9661a4b8469996c1b0af0e7f

9 years agofor handling the switch-case correctly.
Sung-jae Park [Fri, 28 Nov 2014 02:13:04 +0000 (11:13 +0900)]
for handling the switch-case correctly.

some compiler complains 0x80 for signed char.

[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: I0543bae01e32e8f975b7dd3a5979124a9d1ee1cc

9 years agoMerge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox...
Sung-jae Park [Thu, 27 Nov 2014 09:01:05 +0000 (18:01 +0900)]
Merge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Thu, 27 Nov 2014 08:57:25 +0000 (17:57 +0900)]
Merge branch 'devel/home/master'

Change-Id: Ide652739620912492b0090456ee6adff7e49a018

9 years agoUpdate liveinfo (BKSP)
Sung-jae Park [Thu, 27 Nov 2014 06:52:27 +0000 (15:52 +0900)]
Update liveinfo (BKSP)

[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: I61d21a9653b3e6c634b4fc7ec0b8536f6995d041

9 years agoMerge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox...
Sung-jae Park [Wed, 26 Nov 2014 10:52:16 +0000 (19:52 +0900)]
Merge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Wed, 26 Nov 2014 10:50:47 +0000 (19:50 +0900)]
Merge branch 'devel/home/master'

Change-Id: I4ee569296b2da5abcd6bed5c53ce31bebafab4d0

9 years agoDo not add new listener if it is already registered.
Sung-jae Park [Wed, 26 Nov 2014 10:49:58 +0000 (19:49 +0900)]
Do not add new listener if it is already registered.

Prevent from duplicated event subscription.

[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: I4a60a46f5095c23b37e56393ebaad9890b115abd

9 years agoMerge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox...
Sung-jae Park [Wed, 26 Nov 2014 09:24:01 +0000 (18:24 +0900)]
Merge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Wed, 26 Nov 2014 09:23:08 +0000 (18:23 +0900)]
Merge branch 'devel/home/master'

Change-Id: I92463f66635c64d997d01cb7c26b2f9a16a36bf5

9 years agoDefine EVIOCSCLOCKID if it is not defined
Sung-jae Park [Wed, 26 Nov 2014 09:22:38 +0000 (18:22 +0900)]
Define EVIOCSCLOCKID if it is not defined

[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: I478e03f4cd6d9f61768c6506910d1d4349f80261

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Wed, 26 Nov 2014 07:37:25 +0000 (16:37 +0900)]
Merge branch 'devel/home/master'

Change-Id: Ie8cdce4bc5194279768997f895f93cc049662c12

9 years agoApply fPIE, pie option
Sung-jae Park [Wed, 26 Nov 2014 07:37:08 +0000 (16:37 +0900)]
Apply fPIE, pie option

[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: If2fb56b6d9f8a766c057c42057a44f867482f5a9

9 years agoMerge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox...
Sung-jae Park [Wed, 26 Nov 2014 05:05:07 +0000 (14:05 +0900)]
Merge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

Conflicts:
pkgmgr_dynamicbox/dynamicbox.xml

Change-Id: I2e4bd6ecd0eb119be934a1303e324b7cfb9a94ab

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Tue, 25 Nov 2014 12:07:25 +0000 (21:07 +0900)]
Merge branch 'devel/home/master'

Change-Id: I75477ccc2e3771df88c889d51ff721f26d34980d

9 years agoFix errta
Sung-jae Park [Tue, 25 Nov 2014 12:07:02 +0000 (21:07 +0900)]
Fix errta

[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: I9cfc767475d0528be9d5b847c3f779e4053e501d

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Tue, 25 Nov 2014 11:40:32 +0000 (20:40 +0900)]
Merge branch 'devel/home/master'

Change-Id: Ia66ea0f7be3001dedd9ee84ce09566e773a4482a

9 years agoValidate the hw_acceleration
Sung-jae Park [Tue, 25 Nov 2014 11:40:11 +0000 (20:40 +0900)]
Validate the hw_acceleration

[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: I0fef3864de311813eda6409634e827958c4abe5e

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Tue, 25 Nov 2014 11:09:22 +0000 (20:09 +0900)]
Merge branch 'devel/home/master'

Conflicts:
src/event.c

Change-Id: Ifc7b758e4bb9e72fca6a05f1c75d540d0394aa81

9 years agoAdd log
Sung-jae Park [Tue, 25 Nov 2014 09:18:44 +0000 (18:18 +0900)]
Add log

[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: Iaaf1d88f209092eb9f1c5121eacd9ee03b62e624

9 years agoUse event time == true && Use gettimeofday == false
Sung-jae Park [Tue, 25 Nov 2014 09:15:51 +0000 (18:15 +0900)]
Use event time == true && Use gettimeofday == false

Change the timestamp to clock monotonic

[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: I23428edafb14b00369d7413f5692baf2d5008988

9 years agoFix build error
Sung-jae Park [Tue, 25 Nov 2014 05:47:58 +0000 (14:47 +0900)]
Fix build error

[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: I8bcb6fad4908f8a3d4ea1060468ceede0f5a487c

9 years agoAdd hw-acceleration
Sung-jae Park [Tue, 25 Nov 2014 04:00:37 +0000 (13:00 +0900)]
Add hw-acceleration

[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: Iceae41afe7788859e4d7e1e57a59d6b99cc913bf

9 years agoChange the event time to clockId
Sung-jae Park [Mon, 24 Nov 2014 15:48:25 +0000 (00:48 +0900)]
Change the event time to clockId

[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: Iae0978c830b465f7ae7d23e7bc0642c896576943

9 years agoChange the event time to CLOCKID
Sung-jae Park [Mon, 24 Nov 2014 15:45:13 +0000 (00:45 +0900)]
Change the event time to CLOCKID

[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: Id0b868e875c555c4a11734c399a2c0cb60a6917c

9 years agoUpdate packet forwarding code
Sung-jae Park [Mon, 24 Nov 2014 07:49:29 +0000 (16:49 +0900)]
Update packet forwarding code

To forward a packet, refcnt should be increased to prevent from unexpected destruction.

[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: Ia40b7576e973ed08a15f5b15565d0d9a7ae9e70a

9 years agoHandling the direct input event processing
Sung-jae Park [Mon, 24 Nov 2014 02:03:39 +0000 (11:03 +0900)]
Handling the direct input event processing

[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: I1154cb1c6e59d47ebe301c7cedfab79b7427f82b

9 years agoAdd new function to get the input fd
Sung-jae Park [Sun, 23 Nov 2014 03:10:58 +0000 (12:10 +0900)]
Add new function to get the input fd

[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: I2fba317a93ee965672bb914fed1b1598cf87c9a3

9 years agoMerge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox...
Sung-jae Park [Thu, 20 Nov 2014 06:45:42 +0000 (15:45 +0900)]
Merge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Thu, 20 Nov 2014 05:18:54 +0000 (14:18 +0900)]
Merge branch 'devel/home/master'

Change-Id: Icc0691dc87fc43438b14c7cbc249c29a42a711bd

9 years agoUpdate provide for manifest
Sung-jae Park [Thu, 20 Nov 2014 05:18:24 +0000 (14:18 +0900)]
Update provide for manifest

Add missing labels

[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: I12b36669521a9f48ec793704ff48aa676c9f7337

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Tue, 18 Nov 2014 11:17:53 +0000 (20:17 +0900)]
Merge branch 'devel/home/master'

9 years agoChange the label of data-provider-master
Sung-jae Park [Tue, 18 Nov 2014 11:10:44 +0000 (20:10 +0900)]
Change the label of data-provider-master

[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: Ie32da78c15db580dfb73dd965a72149f9a7c0759

9 years agoSet label for socket file individually.
Sung-jae Park [Tue, 18 Nov 2014 10:50:36 +0000 (19:50 +0900)]
Set label for socket file individually.

To separate them from data-provider-master privilege

[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: Idafcc879aa5550a1bdc6f8993f08ada0938700aa

9 years agoMerge ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master...
Sung-jae Park [Mon, 17 Nov 2014 05:03:00 +0000 (14:03 +0900)]
Merge ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

Change-Id: Iccbf1a1db3d73c0060fae9a6e09bd054c055e615

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Mon, 17 Nov 2014 03:57:15 +0000 (12:57 +0900)]
Merge branch 'devel/home/master'

Conflicts:
src/server.c

Ping timer is changed to 20 seconds. (for mobile)
Slave's priority will be lower than normal until it is used by user

Change-Id: I4e4e389bfe0f517ce1d19607e13156bce4176219

9 years agoLower priority to slave when it is launched and keep it until it is used.
Sung-jae Park [Mon, 17 Nov 2014 03:52:35 +0000 (12:52 +0900)]
Lower priority to slave when it is launched and keep it until it is used.

[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: Ifddbce86a151938bb4d5dcd38259c594eb3608a6

9 years agoChange the ping time to 20
Sung-jae Park [Mon, 17 Nov 2014 01:59:58 +0000 (10:59 +0900)]
Change the ping time to 20

[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: I378f95aa6c645879a06b7a5062c9e002df102d94

9 years agoAdd down/up log for debugging
Sung-jae Park [Sun, 16 Nov 2014 08:46:09 +0000 (17:46 +0900)]
Add down/up log for debugging

[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: Iee55a4a1cafddf7f34ddaf6db3b93e333eacd5d5

9 years agoMerge branch 'devel/home/master' of ssh://slp-info.sec.samsung.net:29418/magnolia...
Sung-jae Park [Fri, 14 Nov 2014 05:44:03 +0000 (14:44 +0900)]
Merge branch 'devel/home/master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

9 years agoApply SLAVE_LIMIT_TO_TTL only for inhouse DBoxes
Sung-jae Park [Fri, 14 Nov 2014 05:40:54 +0000 (14:40 +0900)]
Apply SLAVE_LIMIT_TO_TTL only for inhouse DBoxes

3rd party DBOX should be controlled by "secured" attribute.
But the inhouse DBOX should be controlled by this LIMIT_TO_TTL option.

[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: Ibd9fde87a3d0c76a881c6d9d77cfcded02292b93

9 years agoMerge branch 'devel/home/master' of ssh://slp-info.sec.samsung.net:29418/magnolia...
Sung-jae Park [Fri, 14 Nov 2014 05:30:15 +0000 (14:30 +0900)]
Merge branch 'devel/home/master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

9 years agoEnable frame skip and TTL limited slave
Sung-jae Park [Fri, 14 Nov 2014 05:28:54 +0000 (14:28 +0900)]
Enable frame skip and TTL limited slave

[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: Icba277f2377d061a57a5b60dd37574c6349ccb13

9 years agoMerge branch 'devel/home/master' of ssh://slp-info.sec.samsung.net:29418/magnolia...
Sung-jae Park [Fri, 14 Nov 2014 05:25:41 +0000 (14:25 +0900)]
Merge branch 'devel/home/master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

9 years agoReplace switch with if-statement to handles the duplicated "case" values.
Sung-jae Park [Fri, 14 Nov 2014 04:01:17 +0000 (13:01 +0900)]
Replace switch with if-statement to handles the duplicated "case" values.

[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: I780b20104824d1a70bc5b3cc971b979f0ce07f5c

9 years agoHandling duplicated case value issue.
Sung-jae Park [Fri, 14 Nov 2014 03:51:55 +0000 (12:51 +0900)]
Handling duplicated case value issue.

X defines some macro using same value,
To handles it properly,
Use the IF-STATEMENT instead of SWITCH-STATEMENT.

[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: Iec2ae5c64b12b1c6b3801d63b3d2e3cf2b333d7c

9 years agoUpdate configuration file and remove unnecessary file.
Sung-jae Park [Fri, 14 Nov 2014 03:44:26 +0000 (12:44 +0900)]
Update configuration file and remove unnecessary file.

[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: I246d3f96dcca0bc235691ec8c73406054af8800b

9 years agoAdd package dependency
Sung-jae Park [Fri, 14 Nov 2014 01:43:25 +0000 (10:43 +0900)]
Add package dependency

[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: I3219f6cbce119b190fb45c7fd84f17a99b4a83e9

9 years agoMerge branch 'devel/home/master' of ssh://slp-info.sec.samsung.net:29418/magnolia...
Sung-jae Park [Thu, 13 Nov 2014 06:03:48 +0000 (15:03 +0900)]
Merge branch 'devel/home/master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

9 years agoMerge ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master...
Sung-jae Park [Thu, 13 Nov 2014 05:48:03 +0000 (14:48 +0900)]
Merge ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/data-provider-master into tizen_2.3

Conflicts:
data/abi.ini
data/data-provider-master.service
include/setting.h
packaging/data-provider-master.spec
pkgmgr_dynamicbox/dynamicbox.xml
res/edje/CMakeLists.txt
src/client_life.c
src/instance.c
src/io.c
src/main.c
src/parser.c
src/server.c
src/setting.c
src/slave_life.c
src/utility_service.c
src/xmonitor.c

Sync with the latest repo.

Change-Id: I2c9baddb02629cb331e1556f984e03adc3c58c41

9 years agoAdd new configuration
Sung-jae Park [Wed, 12 Nov 2014 14:57:14 +0000 (23:57 +0900)]
Add new configuration

if the SLAVE_LIMIT_TO_TTL is enabled,
the master launches slave with TTL timer.
So the slave doesn't have any update events,
it will be terminated after the TTL timer is expired.

[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: I34d2ece53b82193acd2733cff0c30c554aedf477

9 years agoReplace sec_product with model_build
Sung-jae Park [Wed, 12 Nov 2014 10:28:15 +0000 (19:28 +0900)]
Replace sec_product with model_build

[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: I9fc4b02075e4899787f0f6c84f84760c12a235b3

9 years agoApply changeset of the old code
Sung-jae Park [Wed, 12 Nov 2014 10:20:06 +0000 (19:20 +0900)]
Apply changeset of the old code

Utilizing to systemd service
Remove product speicific dependency

[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: Ie26cef84c2b6326c18b2dd26846fe17f41209e93

9 years agoReplace com.samsung with org.tizen
Sung-jae Park [Wed, 12 Nov 2014 10:02:54 +0000 (19:02 +0900)]
Replace com.samsung with org.tizen

Change-Id: Ieac88f9936733b8bb54153273f1661cec519d553

9 years agoSync with the latest private repository.
Sung-jae Park [Wed, 12 Nov 2014 10:00:20 +0000 (19:00 +0900)]
Sync with the latest private repository.

Initiate project using Tizen 2.x private repository.

Change-Id: I2915283db90db87e46186f416165d32054126bbe

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Sat, 1 Nov 2014 10:44:16 +0000 (19:44 +0900)]
Merge branch 'devel/home/master'

9 years agoFix errta
Sung-jae Park [Sat, 1 Nov 2014 10:15:56 +0000 (19:15 +0900)]
Fix errta

[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: If05ca1d7b0a29a0a380168cf342fa0b79d20b635

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Sat, 1 Nov 2014 08:26:57 +0000 (17:26 +0900)]
Merge branch 'devel/home/master'

Change-Id: I0fc08359d27cbc0679a5372c948b7004a882687b

9 years agoAdd event filter for redwood
Sung-jae Park [Sat, 1 Nov 2014 08:26:30 +0000 (17:26 +0900)]
Add event filter for redwood

[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: Idc47f7696ef7d6b809ef52533c065e9bd427efb3

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Sat, 1 Nov 2014 08:16:44 +0000 (17:16 +0900)]
Merge branch 'devel/home/master'

Conflicts:
data/x11.mobile.480x800.conf.ini
src/event.c

Change-Id: I1c0e9947c7aa5b0df3456ffc0a2ff36d49565c90

9 years agoDefine an event filter value.
Sung-jae Park [Sat, 1 Nov 2014 07:53:08 +0000 (16:53 +0900)]
Define an event filter value.

To filter the old events.

[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: Ibec9f30b3e6c4844399c3dfd6e859a23bb324605

9 years agoUpdate event time processing code
Sung-jae Park [Sat, 1 Nov 2014 06:40:08 +0000 (15:40 +0900)]
Update event time processing 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: I465054363e6986230f74859fa5cfac723afc730f

9 years agoBoost up the slave when it gets event focus (_SET)
Sung-jae Park [Fri, 31 Oct 2014 12:59:57 +0000 (21:59 +0900)]
Boost up the slave when it gets event focus (_SET)

If it lost its focus (_UNSET), reset its priority

[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: Id6d244783ed040d262ee5ece856e662853cf7710

9 years agoControl the priority of slave process
Sung-jae Park [Fri, 31 Oct 2014 12:22:22 +0000 (21:22 +0900)]
Control the priority of slave process

[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: Ib80efa8f52b96c9189f370c6c09a4411fd2726e9

9 years agoReplace livebox with dynamicbox
Sung-jae Park [Thu, 30 Oct 2014 01:40:10 +0000 (10:40 +0900)]
Replace livebox with dynamicbox

[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: I5b7bafa604e2d3c19e425a514cb6d4271c931140

9 years agoUse the event time for kiran
Sung-jae Park [Thu, 30 Oct 2014 01:38:08 +0000 (10:38 +0900)]
Use the event time for kiran

[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: I0a01bd3da5b493f93157637dc6776d6bfd8292f1

9 years agoUpdate the seq of parameters
Sung-jae Park [Wed, 29 Oct 2014 05:03:11 +0000 (14:03 +0900)]
Update the seq of parameters

[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: I151eef4216652954295e706841bcf7ac535dc7ef

9 years agoSend the update_id event first before send create event.
Sung-jae Park [Tue, 28 Oct 2014 13:31:57 +0000 (22:31 +0900)]
Send the update_id event first before send create event.

To prevent from event missing issue.

[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: Ie0016b583469905ab12689c4c426d02079669e55

9 years agoHandling the extra buffer updated event
Sung-jae Park [Tue, 28 Oct 2014 08:39:05 +0000 (17:39 +0900)]
Handling the extra buffer updated event

[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: I537ff895167e586e5f28478b10cc39936717df88

9 years agoDo not create a gem if the instance type is buffer.
Sung-jae Park [Tue, 28 Oct 2014 06:23:03 +0000 (15:23 +0900)]
Do not create a gem if the instance type is buffer.

[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: Iaf11c91bde0af08b37b6e690e9c0f97ce894c5c1

9 years agoReplace lock impls with service lock impls.
Sung-jae Park [Sat, 25 Oct 2014 08:56:22 +0000 (17:56 +0900)]
Replace lock impls with service lock impls.

[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: Ia035f6ac0bd1ee47b5e2d9a2ec2db6f078985331

9 years agoHandling the use_gettimeofday conf value
Sung-jae Park [Thu, 23 Oct 2014 08:40:22 +0000 (17:40 +0900)]
Handling the use_gettimeofday conf value

[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: I42622c8f94ea86be011fa9737bc52cbb81f8c1c7

9 years agoSupport kiran only.
Sung-jae Park [Fri, 17 Oct 2014 11:07:14 +0000 (20:07 +0900)]
Support kiran only.

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

9 years agoHandling the extra buffer
Sung-jae Park [Fri, 17 Oct 2014 07:41:42 +0000 (16:41 +0900)]
Handling the extra buffer

[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: Ic17b9a437118cdfd29bd8d98f3ab13526aec86d5

9 years agoUse the destroy_event_type of dynamicbox_service.
Sung-jae Park [Thu, 16 Oct 2014 12:22:11 +0000 (21:22 +0900)]
Use the destroy_event_type of dynamicbox_service.

it is commonly used via provider, master, viewer.

[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: Iede58103d83df2fca787f5afe9d246567d5f3d8d

9 years agoOptimize the IPC performance
Sung-jae Park [Mon, 13 Oct 2014 09:16:05 +0000 (18:16 +0900)]
Optimize the IPC performance

[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: Ic8eef7af968f0e9b36987b38bd10bfc3d493cd2c

9 years agoUpdate configuration file for optimize move event processing
Sung-jae Park [Fri, 10 Oct 2014 08:25:47 +0000 (17:25 +0900)]
Update configuration file for optimize move event processing

[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: Id762563fe1fdabdec3a40a86bd35dbbe9b80e75b

9 years agoUpdate the size table
Sung-jae Park [Fri, 10 Oct 2014 01:39:42 +0000 (10:39 +0900)]
Update the size table

[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: Ie0be2e14fe3f09b2664ec60f8794e12cf9008267

9 years agoUpdate kiran size table
Sung-jae Park [Fri, 10 Oct 2014 01:38:40 +0000 (10:38 +0900)]
Update kiran size table

[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: Id449334b48c9696ca58ceb00624c6989169124fd

9 years agoCompensate event coordinates all the time.
Sung-jae Park [Mon, 6 Oct 2014 13:14:00 +0000 (22:14 +0900)]
Compensate event coordinates all the time.

[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: I3f898b852c7b6e565e049c14bd499ed274a43793

9 years agoDo not use event_time for kiran
Sung-jae Park [Mon, 6 Oct 2014 12:42:35 +0000 (21:42 +0900)]
Do not use event_time for kiran

Kiran doesn't need to use event time.
It has to use the ecore_timer.

[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: Ic9ae146eb12e3ab6ea35130dfe315ec57c4cf146

9 years agoReplace constant string with command macro.
Sung-jae Park [Wed, 1 Oct 2014 13:00:25 +0000 (22:00 +0900)]
Replace constant string with command macro.

The command macro is defined from dynamicbox_service package.

[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: I15048074a5d671d0d91e9a3c5b245de7deb2c896

9 years agoReplace local conf loader with service conf loader.
Sung-jae Park [Tue, 30 Sep 2014 07:00:54 +0000 (16:00 +0900)]
Replace local conf loader with service conf loader.

[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: I71ae4a29941f23736ecc4b2bffff68aee5d5469b

9 years agoMerge branch 'devel/home/master'
hyun lee [Mon, 29 Sep 2014 12:48:18 +0000 (21:48 +0900)]
Merge branch 'devel/home/master'

9 years agoUse the commonly defined enumeration
Sung-jae Park [Sun, 28 Sep 2014 12:51:21 +0000 (21:51 +0900)]
Use the commonly defined enumeration

instead of local definitions.

[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: I489cc6e7a22658990a5971c8171754e03e976ee1

9 years agoUpdate damaged region handling code.
Sung-jae Park [Sun, 28 Sep 2014 11:20:44 +0000 (20:20 +0900)]
Update damaged region handling 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: Id9ccac6b79559ae8f383afba91430bafa216ccb0

9 years agoReplace Livebox with DynamicBox
Sung-jae Park [Thu, 25 Sep 2014 16:48:25 +0000 (01:48 +0900)]
Replace Livebox with DynamicBox

[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: I2764fe27d9a2d9f56722999f8c62a0c8e99327c0

9 years agoApply direct update path mode
Sung-jae Park [Tue, 2 Sep 2014 06:52:54 +0000 (15:52 +0900)]
Apply direct update path mode

[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: I4ca7362aac410ec50d989937c9c43ff635e173b4