Keep the desc block even if the buffer of lb is not ready.
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 29 Apr 2013 14:44:49 +0000 (23:44 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 29 Apr 2013 15:13:06 +0000 (00:13 +0900)
commitdc5062629779543ffe30e61e65934e3fb39c0b45
tree749e8f7fa7033819cfb2092083414184c9e517c5
parentc5a6c30b6f5cdbdcc3f7365466fc8490a9ead3e0
Keep the desc block even if the buffer of lb is not ready.

Keep the desc blocks even if the buffer of livebox is not created.
The provider will send the created event to the slave.

Then the slave will start to generate the desc file. (script data)

But the provider cannot apply desc to its buffer.
Because there is no created object.

To resolve this issue,
This patch will create a cache.

It will be used for keeping the blocks which are parsed before creating a buffer of livebox (or PD).

Change-Id: I27ee6fda35f93622eef08216da905b9e1ed0b5c7
src/script_handler.c