summaryrefslogtreecommitdiff
path: root/org.tizen.data-provider-master.manifest
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-01-23 03:05:56 +0000
committerSung-jae Park <nicesj.park@samsung.com>2013-01-23 03:05:56 +0000
commit6efcb23e33ff8299330826829ce5e03c3483f9b2 (patch)
treed5f86671f0cb940d1a314d810e9165cd63775007 /org.tizen.data-provider-master.manifest
parent9e31b141ca7470047b1fa4e916b479f70356e7f8 (diff)
downloaddata-provider-master-6efcb23e33ff8299330826829ce5e03c3483f9b2.tar.gz
data-provider-master-6efcb23e33ff8299330826829ce5e03c3483f9b2.tar.bz2
data-provider-master-6efcb23e33ff8299330826829ce5e03c3483f9b2.zip
Change the spec file, add mouse_event attribute.
For the smack, post script is moved to install section. mouse_event attribute is added. Change-Id: I0261816db2ac2516f4dd5e7fee524542ef5806c7
Diffstat (limited to 'org.tizen.data-provider-master.manifest')
-rw-r--r--org.tizen.data-provider-master.manifest18
1 files changed, 15 insertions, 3 deletions
diff --git a/org.tizen.data-provider-master.manifest b/org.tizen.data-provider-master.manifest
index 9e1c2e6..56bbd6c 100644
--- a/org.tizen.data-provider-master.manifest
+++ b/org.tizen.data-provider-master.manifest
@@ -25,12 +25,24 @@
<!-- livebox-service is able to access the resolution.ini file -->
<filesystem path="/usr/share/data-provider-master/resolution.ini" label="_" />
- <!-- slave provider and the master provider are able to access the conf.ini file -->
+ <!-- Slave provider and the master provider are able to access the conf.ini file -->
<filesystem path="/usr/share/data-provider-master/conf.ini" label="_" />
- <!-- Package manager & Init script -->
+ <!-- Shared data folder -->
+ <filesystem path="/opt/usr/share/live_magazine" label="org.tizen.data-provider-master::share" />
+ <filesystem path="/opt/usr/share/live_magazine/log" label="org.tizen.data-provider-master::share" />
+ <filesystem path="/opt/usr/share/live_magazine/reader" label="org.tizen.data-provider-master::share" />
+ <filesystem path="/opt/usr/share/live_magazine/always" label="org.tizen.data-provider-master::share" />
+
+ <!-- Database -->
+ <filesystem path="/opt/dbspace/.livebox.db" label="data-provider-master::db" />
+ <filesystem path="/opt/dbspace/.livebox.db-journal" label="data-provider-master::db" />
+
+ <!-- Init script -->
<filesystem path="/etc/rc.d/init.d/data-provider-master" label="_" />
- <filesystem path="/usr/lib/systemd/user/data-provider.service" label="_" />
+ <filesystem path="/etc/rc.d/rc3.d/S99data-provider-master" label="_" />
+ <filesystem path="/usr/lib/systemd/user/data-provider-master.service" label="_" />
+ <filesystem path="/usr/lib/systemd/user/tizen-middleware.target.wants/data-provider-master.service" label="_" />
<!-- Package manager plugin -->
<filesystem path="/usr/etc/package-manager/parserlib/liblivebox.so" label="_" />