Clear data when AUDIO_POLICY_BLOCKED is occurred
[platform/core/uifw/tts.git] / tts-server.conf
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3 <busconfig>
4
5 <!-- root can own the service -->
6   <policy user="root">
7     <allow own_prefix="org.tizen.tts"/>
8     <allow send_destination="org.tizen.tts"/>
9     <allow receive_sender="org.tizen.tts"/>
10   </policy>
11
12   <policy context="default">
13     <allow own_prefix="org.tizen.tts"/>
14     <allow send_destination="org.tizen.tts"/>
15     <allow receive_sender="org.tizen.tts"/>
16   </policy>
17
18   
19   <policy user="root">
20     <allow own="org.tizen.voice.ttsserver"/>
21     <allow send_destination="org.tizen.voice.ttsserver"/>
22     <allow receive_sender="org.tizen.voice.ttsserver"/>
23   </policy>
24
25   <policy context="default">
26     <allow send_destination="org.tizen.voice.ttsserver"
27     send_interface="org.tizen.voice.ttsserver"/>
28   </policy>
29
30   
31   <policy user="root">
32     <allow own="org.tizen.voice.ttsnotiserver"/>
33     <allow send_destination="org.tizen.voice.ttsnotiserver"/>
34     <allow receive_sender="org.tizen.voice.ttsnotiserver"/>
35   </policy>
36
37   <policy context="default">
38     <allow send_destination="org.tizen.voice.ttsnotiserver"
39     send_interface="org.tizen.voice.ttsnotiserver"/>
40   </policy>
41
42   
43   <policy user="root">
44     <allow own="org.tizen.voice.ttssrserver"/>
45     <allow send_destination="org.tizen.voice.ttssrserver"/>
46     <allow receive_sender="org.tizen.voice.ttssrserver"/>
47   </policy>
48
49   <policy context="default">
50     <allow send_destination="org.tizen.voice.ttssrserver"
51     send_interface="org.tizen.voice.ttssrserver"/>
52   </policy>
53
54
55   <policy user="root">
56     <allow own="org.tizen.voice.ttsinterruptserver"/>
57     <allow send_destination="org.tizen.voice.ttsinterruptserver"/>
58     <allow receive_sender="org.tizen.voice.ttsinterruptserver"/>
59   </policy>
60
61   <policy context="default">
62     <allow send_destination="org.tizen.voice.ttsinterruptserver"
63     send_interface="org.tizen.voice.ttsinterruptserver"/>
64   </policy>
65 </busconfig>