3.0 specific patch: enable to build after tizen 2.4 code sync.
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bluetooth-frwk-service.conf.in
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     <policy group="@TZ_SYS_USER_GROUP@">
5         <allow own="org.projectx.bt"/>
6         <allow own="org.projectx.bt_event"/>
7         <allow send_type="method_call"/>
8     </policy>
9     <policy at_console="true">
10         <allow send_destination="org.projectx.bt"/>
11     </policy>
12     <policy context="default">
13         <allow send_destination="org.projectx.bt"/>
14     </policy>
15 </busconfig>
16