platform/core/appfw/data-provider-slave.git
11 years agoCheck the current operation.
Sung-jae Park [Thu, 27 Jun 2013 09:14:51 +0000 (18:14 +0900)]
Check the current operation.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] request_update & trigger_update_monitor should not be called directly from livebox interfaces.
[cause] request_update can be done by return NEED_TO_SCHEDULE, and trigger_update_monitor can be done by return OUTPUT_UPDATED.
[solution] Check the current operation, so the request_update and trigger_update_monitor will return if the operation is not done.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I136d5d7f6bad9c29a9e30424c51802d4cf80e2f8

11 years agoAdd new API for triggering the content update event.
Sung-jae Park [Thu, 27 Jun 2013 06:30:31 +0000 (15:30 +0900)]
Add new API for triggering the content update event.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Unable to detect content updated event.
[cause] inotify is merged multiple event to one event. so we cannot get change event separately.
[solution] Use the trigger update function explicitly.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I411454d5ea1c21120ff64782a604817a73242b15

11 years agoUpdate deubgging log macro
Sung-jae Park [Thu, 27 Jun 2013 04:18:34 +0000 (13:18 +0900)]
Update deubgging log macro

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Duplicated information is printed.
[cause] File, Function, Line is printed by DLOG automatically.
[solution] Remove File,Function,Line print part.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I41f625caa4ba250ceb41c2e09ba3b7b8b1fc353f

11 years agoFix the prevent issue.
Sung-jae Park [Thu, 27 Jun 2013 01:03:54 +0000 (10:03 +0900)]
Fix the prevent issue.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] CID 62250
[problem] Use after free. Very specific case.
[cause] Use after free
[solution] Fix it, reset used pointer.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I3145f334de72b32945e4624c860c789b78509109

11 years agoReduce the logs for debugging.
Sung-jae Park [Wed, 26 Jun 2013 23:51:40 +0000 (08:51 +0900)]
Reduce the logs for debugging.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Too much logs are printed.
[cause] To analyze the issues.
[solution] Reduce the unnecessary logs which for already stabilized modules.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Icc008977136f50dbe98b87c852f911b8b2ae49e9

11 years agoUpdate font initiate code.
Sung-jae Park [Wed, 26 Jun 2013 04:32:12 +0000 (13:32 +0900)]
Update font initiate code.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Initial font is not able to get using vconf.
[cause] vconf doesn't care the first system font
[solution] Get the first font using system_settings API only once.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I506a6e5554e67cbdf6703ffe4b09eb14316e6123

11 years agoUpdate script parser (sync with main parser)
Sung-jae Park [Wed, 26 Jun 2013 00:21:42 +0000 (09:21 +0900)]
Update script parser (sync with main parser)

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Partial loading has some bug
[cause] Alpha area should be cleared first.
[solution] Clear them first. (enable alpha option)
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I0266562ea2dc3da19eaa12ad552687ecd62b5014

11 years agoReview the lb_update function
Sung-jae Park [Tue, 25 Jun 2013 06:11:14 +0000 (15:11 +0900)]
Review the lb_update function

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Update the code flow.
[cause] There could be some hidden bug.
[solution] Update sequence of function call and data set.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ie75ca15dd98903308b89dabbe768cbd78cfa0933

11 years agoFix the missed update event handling bug.
Sung-jae Park [Tue, 25 Jun 2013 05:44:49 +0000 (14:44 +0900)]
Fix the missed update event handling bug.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] While upating contents, if a user event occured (resize, click, etc, ..), the updating process is not completed successfully.
[cause] even though the content file is updated several times, the inotify event is occured only once.
[solution] While updating contents, even if a user events are occurred, merge them into A updated event.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ib9af807b864c4e8c837d1ecae343b3b3ebb22eee

11 years agoReduce log message
Sung-jae Park [Mon, 24 Jun 2013 10:43:14 +0000 (19:43 +0900)]
Reduce log message

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Reduce count of log message
[cause] N/A
[solution] N/A
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I5319e17391859c0ed7ce7d8bbc8b25c263814bc3

11 years agoPackage signing
Sung-jae Park [Fri, 14 Jun 2013 00:55:49 +0000 (09:55 +0900)]
Package signing

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] Package signing is required
[solution] Update spec file
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ie36a48528aa2ad83a2d26243b2ef99850c6097e8

11 years agoImplement font-style apply code.
Sung-jae Park [Tue, 11 Jun 2013 08:25:56 +0000 (17:25 +0900)]
Implement font-style apply code.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Font style is not applied correctly.
[cause] there is no event handler for font name changing event.
[solution] Implement font name changing event handler.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ia484d18e816b4c2cbecf592ce58fdc7f509a3e16

11 years agoAdd icon background.
Sung-jae Park [Tue, 11 Jun 2013 06:53:36 +0000 (15:53 +0900)]
Add icon background.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] N/A
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: If7dc39aacf37471180ff195c448f8912ce8b868d

11 years agoMerge Demo branch to devel branch.
Sung-jae Park [Mon, 10 Jun 2013 14:09:05 +0000 (23:09 +0900)]
Merge Demo branch to devel branch.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] UX is changed.
[cause] N/A
[solution] Update icon.edc
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I61db3fcce3fcff3083415378fe4956cb5ac2b7ff

11 years agoUpdate SMACK rule to initiate the icon service correctly.
Sung-jae Park [Mon, 10 Jun 2013 13:58:33 +0000 (22:58 +0900)]
Update SMACK rule to initiate the icon service correctly.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Icon is not generted by EFL engine correctly.
[cause] Icon service provider could not be launched because of insufficient SMACK rule.
[solution] Update smack rule
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I6cc4162224ea1bbefeb5843789727a764a41dab8

11 years agoApply Secure Log
Sung-jae Park [Mon, 3 Jun 2013 05:55:08 +0000 (14:55 +0900)]
Apply Secure Log

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Secure Log is not applied
[cause] N/A
[solution] Apply Secure Log
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I81b72926a36533b3fd942450f3dbaaa2de555afc

11 years agoUpdate SMACK rule
Sung-jae Park [Thu, 30 May 2013 08:53:45 +0000 (17:53 +0900)]
Update SMACK rule

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] N/A
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Iecc2e2c2ca03983d85a90b5b563f0c0a592a7088

11 years agoUpdate icon generator.
Sung-jae Park [Thu, 30 May 2013 08:31:51 +0000 (17:31 +0900)]
Update icon generator.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Image loading option is not worked in specific case
[cause] Some image format doesn't support the partial loading
[solution] Implement the partial loading if it is not supported
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I028609a58075287c3186d227844010b67e1d594c

11 years agoFix prevent issue
Sung-jae Park [Wed, 29 May 2013 06:31:05 +0000 (15:31 +0900)]
Fix prevent issue

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] CID-53217, 53218, 54063
[problem] Dereference after NULL, Resource Leak(file pointer)
[cause] Newly added feature has a bug.
[solution] Fix them
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I068939d91c7e4f8cf63dc482d63fd5041a9ccf38

11 years agoUpdate pd,show/pd,hide & lb,show/lb,hide event.
Sung-jae Park [Wed, 29 May 2013 04:12:51 +0000 (13:12 +0900)]
Update pd,show/pd,hide & lb,show/lb,hide event.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] N/A
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I2ab79d89d8ddf4e34f37e2c5cdb2b4febc040b90

11 years agoRemove unnecessary smack rule
Sung-jae Park [Tue, 28 May 2013 00:43:09 +0000 (09:43 +0900)]
Remove unnecessary smack rule

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] Remove unnecessary smack rule
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ib727b28c76ce55e98b1dafc916bb92e01479e43e

11 years agoChange the critical logger
Sung-jae Park [Fri, 24 May 2013 09:26:07 +0000 (18:26 +0900)]
Change the critical logger

[model] Redwood
[binary_type] AP
[customer] Docomo / Orange / Open
[issue#] N/A
[problem] Log file is overwritten when the provider is restarted
[cause] Log file name is same even if the process is restarted
[solution] Add the pid to the filename.
[team] Home
[request]
[horizontal_expansion]

Change-Id: Iea4cbc2ab880eb504613efa116f775cfa27752d2

11 years agoUpdate smack rule for sound_server
Sung-jae Park [Fri, 24 May 2013 07:54:44 +0000 (16:54 +0900)]
Update smack rule for sound_server

[model] Redwood
[binary_type] AP
[customer] Docomo / Orange / Open
[issue#] N/A
[problem] Sound is not played
[cause] Insufficient smack rule
[solution] Add smack rule
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I228e2e275ac4811c783d3c11f2742ad3a636024e

11 years agoUpdate Icon EDC file
Sung-jae Park [Thu, 23 May 2013 05:06:16 +0000 (14:06 +0900)]
Update Icon EDC file

Change-Id: If52898b251f252cbad73dd2828c2d377f5291389

11 years agoFiltering the SIGALRM & SIGUSR1
Sung-jae Park [Thu, 23 May 2013 01:27:18 +0000 (10:27 +0900)]
Filtering the SIGALRM & SIGUSR1

Change-Id: Ic93dc7ba34738fc0e44341663293e7da80101c16

11 years agoSignal fault handler will be enabled
Sung-jae Park [Thu, 23 May 2013 00:57:50 +0000 (09:57 +0900)]
Signal fault handler will be enabled

when the ECORE_ERROR_ABORT is true.

Change-Id: I65167a77702d029e349ce4f00e62d3e083a1ad08

11 years agoDelete boxes when the slave gets terminate event.
Sung-jae Park [Mon, 20 May 2013 11:01:09 +0000 (20:01 +0900)]
Delete boxes when the slave gets terminate event.

Only if the box flagged deleteme=true,
while terminating slave process, delete them first.
To handles destroy event correctly from each boxes.

Change-Id: I7a77099701214c1c8188c2cbe79aff9ea96ccf49

11 years agoAdd missing functions
Sung-jae Park [Wed, 15 May 2013 08:20:10 +0000 (17:20 +0900)]
Add missing functions

which is referenced by liblivebox

Change-Id: I770b11820812a68c8b2852e4d76482bd644bdf18

11 years agoIgnore font size change event
Sung-jae Park [Wed, 15 May 2013 00:53:36 +0000 (09:53 +0900)]
Ignore font size change event

Change-Id: I84763e27327f73e0edb4d4f766bbab47c7fe1ed3

11 years agoUpdate visible state when it is created.
Sung-jae Park [Mon, 13 May 2013 10:26:45 +0000 (19:26 +0900)]
Update visible state when it is created.

If the provider is paused, newly create box should be paused too.
After creating a new box instance, check the status of current provider.
And update the status of newly created box too.

Change-Id: I8bdf022781c4a188d71e0f2eda73b4fe067e9ff8

11 years agoAdd CLCICKED log for estimating launch time.
Sung-jae Park [Fri, 10 May 2013 01:25:01 +0000 (10:25 +0900)]
Add CLCICKED log for estimating launch time.

Change-Id: Icaff42cead7e0ce5641ad994d548dbb3d2381b9f

11 years agoAdd shadow image and remove text shadow
Sung-jae Park [Thu, 9 May 2013 13:37:17 +0000 (22:37 +0900)]
Add shadow image and remove text shadow

Change-Id: I1fc50d72aed05d1630916f4a5d831115c75f7eb8

11 years agoUpdate icon edc file.
Sung-jae Park [Thu, 9 May 2013 05:40:37 +0000 (14:40 +0900)]
Update icon edc file.

Change-Id: I917b7acbceceb2ca1e0fb91fcc34ddad28368da7

11 years agoChange the color of text shadow.
Sung-jae Park [Wed, 8 May 2013 04:18:54 +0000 (13:18 +0900)]
Change the color of text shadow.

Change-Id: I938364fd58e62ccc229bd2b0bd4907439e7afdcf

11 years agoImplement the icon service provider.
Sung-jae Park [Mon, 6 May 2013 06:17:44 +0000 (15:17 +0900)]
Implement the icon service provider.

Patch #1
   Icon service provider will generate the requested image file.
   Using given edje & descfile.

   After load the edje file, the provider will start parse the desc file
   to fill the content of loaded edje object.

Patch #2
   Add edje layout file for creating icon image using it.

Patch #3
   Add 2x1, 2x2, 4x1, 4x2, 4x3, 4x4, 4x5, 4x6 icon layout

Patch #4
   Fix bugs.

Change-Id: I3d9f12cd7bca79ce6c3ed996c4dba0830c299c38

11 years agoManage the updated status.
Sung-jae Park [Mon, 29 Apr 2013 16:13:11 +0000 (01:13 +0900)]
Manage the updated status.

For the script type,
  If the livebox is not shown, try to merge the desc data.
  And then send updated event to the provider when the provider prepare the buffer of a livebox.
  Then we can prevent from lost of desc data.

For the PD.
  If the PD is not opened, do not send updated event to the provider.
  Just ignore it.

Change-Id: I14e91f37d26bf0300a2b9c6ee2e7c227615134b4

11 years agoDo not change the font size for the class "tizen"
Sung-jae Park [Mon, 29 Apr 2013 07:26:25 +0000 (16:26 +0900)]
Do not change the font size for the class "tizen"

Change-Id: I22a24d78c9008b01f3d0a7d07aed7de073cc7397

11 years agoUpdate License
Sung-jae Park [Mon, 29 Apr 2013 07:00:11 +0000 (16:00 +0900)]
Update License

Change-Id: Idb367cca81c7c940ba2b21d2977b9a27678d81c8

11 years agoInhouse liveboxes want get "default".
Sung-jae Park [Mon, 29 Apr 2013 04:00:03 +0000 (13:00 +0900)]
Inhouse liveboxes want get "default".

If the content is not defined.

Change-Id: Ia5854d4b00fa15fcc8f4a1d7417ddd5b078306b5

11 years agoUpdate period compensation function.
Sung-jae Park [Mon, 29 Apr 2013 03:44:33 +0000 (12:44 +0900)]
Update period compensation function.

Change-Id: I79d2b3c73ad48ed2b37b52281d9e1368f4ef7a43

11 years agoRelease the list of text class
Sung-jae Park [Fri, 26 Apr 2013 10:07:46 +0000 (19:07 +0900)]
Release the list of text class

After update it.

Change-Id: Ib505997b3cc0a5d6d10d884f2567e8839c1f1dc8

11 years agoReplace CAPI with vconf to get the font event.
Sung-jae Park [Fri, 26 Apr 2013 08:11:47 +0000 (17:11 +0900)]
Replace CAPI with vconf to get the font event.

Change-Id: I4958a0a4cacce8e49b9df582b99d6ca07248bbda

11 years ago[P130425-7428] Floating Point Exception Error.
Sung-jae Park [Fri, 26 Apr 2013 05:23:36 +0000 (14:23 +0900)]
[P130425-7428] Floating Point Exception Error.

Crashed by "Divide By Zero".
Check the value before do dividing.

Change-Id: I6cd24238f16fef6b6fbce2378d8440e933d2c1b3

11 years agopd_access & lb_access is removed.
Sung-jae Park [Wed, 24 Apr 2013 06:59:11 +0000 (15:59 +0900)]
pd_access & lb_access is removed.

Change-Id: I3d3217cc7fe9d3c0ae5f19d3d5acd7a4b596152f

11 years agoAdd smack Read perm for Xorg
Sung-jae Park [Fri, 19 Apr 2013 10:46:04 +0000 (19:46 +0900)]
Add smack Read perm for Xorg

Change-Id: I3d55d9fb8c77ebc22c87f6906c8661ed12a1e2e8

11 years agoUpdate License
Sung-jae Park [Fri, 19 Apr 2013 06:36:03 +0000 (15:36 +0900)]
Update License

Change-Id: I46c12802b4f2a8d8b01f93e59744a2b5668621fe

11 years agoUpdate License
Sung-jae Park [Thu, 18 Apr 2013 09:15:29 +0000 (18:15 +0900)]
Update License

Change-Id: Ie3629966eee353ab1adf21a51f9c17d9c5acbbd5

11 years agoUpdate font (name & size) changed event handler.
Sung-jae Park [Wed, 17 Apr 2013 07:38:25 +0000 (16:38 +0900)]
Update font (name & size) changed event handler.

Change-Id: Iaf257efc80fdee5a8a614370d4dcac4cd5123809

11 years agoAdd MMC status chage event handler
Sung-jae Park [Wed, 17 Apr 2013 06:43:37 +0000 (15:43 +0900)]
Add MMC status chage event handler

Change-Id: I876611034bf8f2d6cee33ed3d3237c5aaf9d0424

11 years agoSent back to requested size of created livebox.
Sung-jae Park [Thu, 4 Apr 2013 13:17:31 +0000 (13:17 +0000)]
Sent back to requested size of created livebox.

to make the correct size buffer.

Change-Id: I3a8e21c7b3db1e122f909245be567cb3d01adcb1

11 years agoAdd more debugging message
Sung-jae Park [Thu, 28 Mar 2013 11:45:58 +0000 (11:45 +0000)]
Add more debugging message

Change-Id: I8aa6462438aa2ff621b30eece1b0453199238316

11 years agoUpdate License
Sung-jae Park [Mon, 25 Mar 2013 02:31:46 +0000 (02:31 +0000)]
Update License

2012 -> 2013

(Sync with RSA)

Change-Id: Ia4f3df9ebc03b80f494e26fbff9a0bac9614ed49

11 years agoUpdate version
Sung-jae Park [Sun, 24 Mar 2013 10:38:53 +0000 (10:38 +0000)]
Update version

Change-Id: I3018eecde2e5e719b13f288317d209febab94fdb

11 years agoFix the bug.
Sung-jae Park [Sun, 24 Mar 2013 08:15:49 +0000 (08:15 +0000)]
Fix the bug.

Add the file update monitor before create the livebox instance.
From the create function, the output can be updated.
To detect changes of an output file, the provider has to add the
file monitor first.

This patch will do it.
And remove the update_send code from the lb_create function.
Instead of it, the file monitor will call it.

Fix the "title" handling codes.
After provider calls "livebox_get_info" function,
It will copy the title to instance structure.
and send it to the clients.

Change-Id: Ia3f0ba7a59260dc4081742bfa8496005c8b6259e

11 years agoReplace the system errno with livebox errno.
Sung-jae Park [Sun, 24 Mar 2013 03:34:50 +0000 (03:34 +0000)]
Replace the system errno with livebox errno.

Make it more portable and easy to understand what it means.

Change-Id: I3a642b56cd34d5a7f5be1c9c3df1f464300cf845

11 years agoUpdate version
Sung-jae Park [Tue, 19 Mar 2013 10:20:48 +0000 (10:20 +0000)]
Update version

Change-Id: Ibf2f6994809ee15e6224297d51075e5b4c46cf50

11 years agoAdd input device path to conf.
Sung-jae Park [Tue, 19 Mar 2013 02:36:10 +0000 (02:36 +0000)]
Add input device path to conf.

Change-Id: I31a33bb537fa74a3222e7a480cb84e273e472877

11 years agoAdd missing smack rule
Sung-jae Park [Wed, 13 Mar 2013 01:53:20 +0000 (01:53 +0000)]
Add missing smack rule

Change-Id: I8a950c1596b56a51c44062a5d41d31e21cefbd30

11 years agoFix the invalid smack label
Sung-jae Park [Fri, 8 Mar 2013 06:49:50 +0000 (06:49 +0000)]
Fix the invalid smack label

Change-Id: I4b99a20ca05d5da05bb4fbeca948f39cacaa8890

11 years agoAdd region changed event & pd move event
Sung-jae Park [Mon, 4 Mar 2013 10:02:38 +0000 (10:02 +0000)]
Add region changed event & pd move event

Change-Id: Ic9ee11a13c8870dce93cdb6a16a5d90b91175708

11 years agoChange the smack rule
Sung-jae Park [Wed, 27 Feb 2013 06:41:34 +0000 (06:41 +0000)]
Change the smack rule

Change-Id: Ic18a24d92e386b028df51189ebc486b6bce5b49e
system::app_logging --> device:app_logging

11 years agoChange the spec file.
Sung-jae Park [Mon, 25 Feb 2013 15:17:20 +0000 (15:17 +0000)]
Change the spec file.

Installing files with correct owner & permissions.

Change-Id: Ic205c9ea05443be25c1cb779144cc4a934f24fbc

11 years agoUpdate the SMACK rule
Sung-jae Park [Sat, 23 Feb 2013 08:09:52 +0000 (08:09 +0000)]
Update the SMACK rule

Change-Id: Iff49d059a227e316fcddef49fab364e5c3eb436e

11 years agoFix the invalid debugging message
Sung-jae Park [Thu, 21 Feb 2013 08:52:58 +0000 (08:52 +0000)]
Fix the invalid debugging message

Change-Id: If26d87c11f76998e24ca0dd0231740a156a3693c

11 years agoUpdate conf syntax.
Sung-jae Park [Wed, 20 Feb 2013 08:06:09 +0000 (08:06 +0000)]
Update conf syntax.

add xmonitor flag

Change-Id: Ie1b613a27340f15053da983a2af6e24eebc3899d

11 years agoUpdate the conf parser.
Sung-jae Park [Fri, 15 Feb 2013 08:46:42 +0000 (08:46 +0000)]
Update the conf parser.

slave_waiting_time is added.
but slave doesn't read it.
Just for keeping the syntax of a conf file with ther paser in a master.

Change-Id: Ia4bad581a6e804e3f2b66a6ba2051a5de2832298

11 years agoUpdate the smack manifest file
Sung-jae Park [Thu, 14 Feb 2013 07:11:46 +0000 (07:11 +0000)]
Update the smack manifest file

Change-Id: I665e0b864d970a382b278e2602da92ae1152b6a1

11 years agoUpdate the smack rule
Sung-jae Park [Thu, 14 Feb 2013 04:42:20 +0000 (04:42 +0000)]
Update the smack rule

Change-Id: I2eb23a369fea96ac0f45f80613d1308f34089e13

11 years agoUpdate version for uploading package.
Sung-jae Park [Wed, 13 Feb 2013 10:31:23 +0000 (10:31 +0000)]
Update version for uploading package.

Change-Id: I8bbdfe75f4b87d68ed334da0ee63ba5d6df8332a

11 years agoRevised
Sung-jae Park [Fri, 8 Feb 2013 13:10:22 +0000 (13:10 +0000)]
Revised

Change-Id: I8e74b9dc31594b16216c6bd8469268a26781e1ec

11 years agoRefactoring.
Sung-jae Park [Fri, 8 Feb 2013 09:44:02 +0000 (09:44 +0000)]
Refactoring.

Change-Id: Ie63bdccf953e466a3332dd9f2ce9cb3679e7cb1c

11 years agoUpdate smack
Sung-jae Park [Tue, 5 Feb 2013 04:48:21 +0000 (04:48 +0000)]
Update smack

Change-Id: Ie9ad04a9b93fd46185d7f60f966f0cd52d46a9d3

11 years agoMerge branch 'task/slp/release'
Sung-jae Park [Mon, 4 Feb 2013 06:06:55 +0000 (06:06 +0000)]
Merge branch 'task/slp/release'

11 years agoAdd missing flag (transmutable)
Sung-jae Park [Mon, 4 Feb 2013 06:06:08 +0000 (06:06 +0000)]
Add missing flag (transmutable)

Change-Id: I0f99e5b8eeebc21ae022de331b5dafebe2cb66ff

11 years agoMerge branch 'master' into task/slp/release
Sung-jae Park [Mon, 4 Feb 2013 05:58:16 +0000 (05:58 +0000)]
Merge branch 'master' into task/slp/release

11 years agoUpdate the smack rule
Sung-jae Park [Mon, 4 Feb 2013 05:47:39 +0000 (05:47 +0000)]
Update the smack rule

Create a data folder on the R/W partition.

Change-Id: I37f7a47977fc7f45e63a3691479642c7f205870b

11 years agoMerge branch 'master' into task/slp/release
Sung-jae Park [Fri, 1 Feb 2013 13:59:20 +0000 (13:59 +0000)]
Merge branch 'master' into task/slp/release

11 years agoUpdate smack rule
Sung-jae Park [Fri, 1 Feb 2013 05:52:02 +0000 (05:52 +0000)]
Update smack rule

Change-Id: Ie0af945d72d2cf91deabd92299eb49af3dc2441e

11 years agoUpdate heap monitoring code
Sung-jae Park [Thu, 31 Jan 2013 14:26:22 +0000 (14:26 +0000)]
Update heap monitoring code

Change-Id: I36e96f20d58e967630e233b975c414d6c41ced57

11 years agoRemvoe some rule from the provider.
Sung-jae Park [Thu, 31 Jan 2013 01:46:39 +0000 (01:46 +0000)]
Remvoe some rule from the provider.

REMOVED

com.samsung.data-provider-slave location_fw::db rw
com.samsung.data-provider-slave libaccounts-svc::db rw
com.samsung.data-provider-slave libsocial-service::db rw
com.samsung.data-provider-slave media-data::db rw
com.samsung.data-provider-slave thumb-server r
com.samsung.data-provider-slave contacts-service x

Change-Id: I5743dd217bb52d6226f5f9ae8b4a4cb48ad4dbd3

11 years agoUpdate the smack rule
Sung-jae Park [Thu, 31 Jan 2013 00:59:19 +0000 (00:59 +0000)]
Update the smack rule

Change-Id: I5d51fc25c951b8766ce74fe43e55d7ad340079f3

11 years agoChange the master smack rule
Sung-jae Park [Wed, 30 Jan 2013 05:54:21 +0000 (05:54 +0000)]
Change the master smack rule

smack label is changed
com.samsung.data-provider-master --> data-provider-master

Change-Id: Icaf36a202d03afd913d1f6c49bbb796e29a4a6b7

11 years agoUpdate smack rule file.
Sung-jae Park [Tue, 29 Jan 2013 01:47:49 +0000 (01:47 +0000)]
Update smack rule file.

Change-Id: I6d44db05b49855d546fb142d49386b936deb3d89

11 years agoMerge branch 'master' into task/slp/release
Sung-jae Park [Sun, 27 Jan 2013 04:29:30 +0000 (04:29 +0000)]
Merge branch 'master' into task/slp/release

11 years agoUpdate the sepc file
Sung-jae Park [Sun, 27 Jan 2013 04:04:16 +0000 (04:04 +0000)]
Update the sepc file

Change-Id: Ia95a3b32adb5257b542f0874c1afaae164df19ff

11 years agoGCC 4.7 build patch
Sung-jae Park [Fri, 25 Jan 2013 07:50:32 +0000 (07:50 +0000)]
GCC 4.7 build patch

Change-Id: Ifada25cdcc09911d4f7b666ba3d92e1568a596d6

11 years agoInitialize the pd/lb_access handler
Sung-jae Park [Thu, 24 Jan 2013 13:52:03 +0000 (13:52 +0000)]
Initialize the pd/lb_access handler

Change-Id: Id8b73ce4d096c83c8af870a63a948d348f6330c7

11 years agoFix the prevent issue.
Sung-jae Park [Thu, 24 Jan 2013 05:35:22 +0000 (05:35 +0000)]
Fix the prevent issue.

Revise the smack manifest file

Change-Id: Ibf3524dbc00e54e7c651fb1bab595a3664365d19

11 years agoAdd smack rule
Sung-jae Park [Wed, 23 Jan 2013 03:10:29 +0000 (03:10 +0000)]
Add smack rule

Change-Id: I56d5576a0e899891fdfc02a53b129c2eb2bdf946

11 years agoTIME_CHANGED event is added
Sung-jae Park [Tue, 15 Jan 2013 04:38:15 +0000 (13:38 +0900)]
TIME_CHANGED event is added

Change-Id: I5292493362a3f20a8ae8ccc0c7f336e560a138e8

11 years agoApply the SMACK rule
Sung-jae Park [Thu, 10 Jan 2013 09:02:04 +0000 (18:02 +0900)]
Apply the SMACK rule

Change-Id: I57f4b3a9ae799728aede125106f4b0b72e2be1dc

11 years agoAdd livebox_request_update_by_id function.
Sung-jae Park [Thu, 10 Jan 2013 08:12:00 +0000 (17:12 +0900)]
Add livebox_request_update_by_id function.

To wrap this using liblivebox package.
Each SLP livebox can request to update a box.

Change-Id: I552b4045dc95faa9c3fd2b8162c90a0cc8f04870

11 years agoRevise the spec file.
Sung-jae Park [Fri, 4 Jan 2013 12:29:40 +0000 (21:29 +0900)]
Revise the spec file.

Update the conf file parser.

Change-Id: I92818ac4f4b1346f8dc01c840d4b5f01c3b0eac5

11 years agoMerge branch 'master' into task/slp/release
Sung-jae Park [Wed, 2 Jan 2013 06:18:17 +0000 (15:18 +0900)]
Merge branch 'master' into task/slp/release

11 years agoChange the LOG_TAG by guide of kernel team
Sung-jae Park [Wed, 2 Jan 2013 03:57:19 +0000 (12:57 +0900)]
Change the LOG_TAG by guide of kernel team

Change-Id: I26c2040b365ab0daf45173dcefa7b06ebc2c04e8

11 years agoRemove context engine related sub codes
Sung-jae Park [Fri, 21 Dec 2012 15:58:21 +0000 (00:58 +0900)]
Remove context engine related sub codes

Change-Id: I4d3ab50ab107590e915b05b813c3a4f344181a87

11 years agoMerge branch 'master' into task/slp/release
Sung-jae Park [Fri, 21 Dec 2012 03:50:10 +0000 (12:50 +0900)]
Merge branch 'master' into task/slp/release

11 years agoRevise the code to apply the gcc 4.6
Sung-jae Park [Fri, 21 Dec 2012 03:25:30 +0000 (12:25 +0900)]
Revise the code to apply the gcc 4.6

Change-Id: I40b001f134dee782569fd7d996343d4268e21fa8

11 years agoMerge branch 'master' into task/slp/release
Sung-jae Park [Thu, 20 Dec 2012 14:46:28 +0000 (23:46 +0900)]
Merge branch 'master' into task/slp/release

11 years agoDon't try to sync with 00 sec if the period is < 1
Sung-jae Park [Thu, 20 Dec 2012 14:40:02 +0000 (23:40 +0900)]
Don't try to sync with 00 sec if the period is < 1

Change-Id: Ib6868a03b774484da27246a13ae9b32afe8dffdd