blob: 44fa9d1d4ffb118c744fe4d09480e885323834fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<manifest>
<define>
<domain name="org.tizen.message"/>
<request>
<smack request="ail::db" type="rw"/>
<smack request="system::vconf" type="arwxt"/>
<smack request="system::homedir" type="arwxt"/>
<smack request="xorg" type="w"/>
<smack request="net-config" type="r"/>
<smack request="sound_server" type="rw"/>
<smack request="msg-service" type="rw"/>
<smack request="isf" type="rwx"/>
<smack request="pkgmgr" type="r"/>
<smack request="msg-service::db" type="rw"/>
<smack request="contacts-service" type="rw"/>
<smack request="contacts-service::db" type="rw"/>
<smack request="efreet" type="rx"/>
<smack request="media-data::db" type="rw"/>
</request>
<provide>
<label name="org.tizen.message::vconf"/>
</provide>
</define>
<assign>
<filesystem path="/usr/share/packages/org.tizen.message.xml" label="_" />
<filesystem path="/usr/share/applications/org.tizen.message.desktop" label="_" />
<filesystem path="/usr/share/applications/org.tizen.msg-ui-class0.desktop" label="_" />
<filesystem path="/usr/share/applications/org.tizen.msg-composer-efl.desktop" label="_" />
<filesystem path="/usr/share/icons/default/small/org.tizen.message.png" label="_" />
</assign>
<request>
<domain name="org.tizen.message"/>
</request>
</manifest>
|